From 4a03ea2d935122c93c69a1f1dfff444a942e55f8 Mon Sep 17 00:00:00 2001 From: Tamas Vami Date: Thu, 29 Aug 2024 18:32:28 -0700 Subject: [PATCH 1/2] Fix tracking seeder settings --- .github/validation_samples/ecal_pn/config.py | 21 ++++++++++---------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/.github/validation_samples/ecal_pn/config.py b/.github/validation_samples/ecal_pn/config.py index 47fbe90ec..0c8d1c988 100644 --- a/.github/validation_samples/ecal_pn/config.py +++ b/.github/validation_samples/ecal_pn/config.py @@ -93,10 +93,10 @@ seederRecoil.out_seed_collection = "RecoilRecoSeeds" seederRecoil.bfield = 1.5 seederRecoil.pmin = 0.1 -seederRecoil.pmax = 4. -seederRecoil.d0min = -0.5 -seederRecoil.d0max = 0.5 -seederRecoil.z0max = 10. +seederRecoil.pmax = 12. +seederRecoil.d0min = -40.0 +seederRecoil.d0max = 40.0 +seederRecoil.z0max = 50. # Producer for running the CKF track finding starting from the found seeds. tracking_tagger = tracking.CKFProcessor("Tagger_TrackFinder") @@ -169,12 +169,11 @@ from LDMX.DQM import dqm from LDMX.Tracking import dqm as tkdqm -# currently this does not fill anything -#seed_recoil_dqm = tkdqm.TrackingRecoDQM("SeedRecoilTrackerDQM") -#seed_recoil_dqm.buildHistograms() -#seed_recoil_dqm.track_collection = seederRecoil.out_seed_collection -#seed_recoil_dqm.truth_collection = "RecoilTruthTracks" -#seed_recoil_dqm.title = "" +seed_recoil_dqm = tkdqm.TrackingRecoDQM("SeedRecoilTrackerDQM") +seed_recoil_dqm.buildHistograms() +seed_recoil_dqm.track_collection = seederRecoil.out_seed_collection +seed_recoil_dqm.truth_collection = "RecoilTruthTracks" +seed_recoil_dqm.title = "" recoil_dqm = tkdqm.TrackingRecoDQM("RecoilTrackerDQM") recoil_dqm.buildHistograms() @@ -202,6 +201,6 @@ trigScintTrack, count, TriggerProcessor('trigger', 8000.), dqm.PhotoNuclearDQM(verbose=True), -# seed_recoil_dqm, + seed_recoil_dqm, recoil_dqm, ] + dqm.all_dqm) From bf64ef95d53c947e6901e60ae3271bc53d2e5f12 Mon Sep 17 00:00:00 2001 From: Tamas Vami Date: Thu, 29 Aug 2024 20:48:41 -0700 Subject: [PATCH 2/2] Add kaon validation --- .../kaon_enhanced/config.py | 159 + .../validation_samples/kaon_enhanced/gold.log | 143831 +++++++++++++++ .../kaon_enhanced/gold.root | Bin 0 -> 1011952 bytes 3 files changed, 143990 insertions(+) create mode 100644 .github/validation_samples/kaon_enhanced/config.py create mode 100644 .github/validation_samples/kaon_enhanced/gold.log create mode 100644 .github/validation_samples/kaon_enhanced/gold.root diff --git a/.github/validation_samples/kaon_enhanced/config.py b/.github/validation_samples/kaon_enhanced/config.py new file mode 100644 index 000000000..354baeb4b --- /dev/null +++ b/.github/validation_samples/kaon_enhanced/config.py @@ -0,0 +1,159 @@ +import os +import sys + +from LDMX.Framework import ldmxcfg + +thisPassName = 'test' +p=ldmxcfg.Process(thisPassName) + +p.termLogLevel = 0 +# This need to be set but has no meaning given p.totalEvents +p.maxEvents = 1 +# kaon-focused sample takes about twice as long as normal PN, +# so we ask for half as many events such that validation jobs stay +# time-limited by the PN +p.totalEvents = int(os.environ['LDMX_NUM_EVENTS']) // 2 +p.run = int(os.environ['LDMX_RUN_NUMBER']) + +from LDMX.SimCore import generators as gen +from LDMX.SimCore import bias_operators +from LDMX.SimCore import kaon_physics +from LDMX.SimCore import photonuclear_models as pn +from LDMX.Biasing import ecal +from LDMX.Biasing import filters +from LDMX.Biasing import particle_filter +from LDMX.Biasing import util +from LDMX.Biasing import include as includeBiasing + +detector = 'ldmx-det-v14-8gev' +generator=gen.single_8gev_e_upstream_tagger() +bias_factor = 550. +bias_treshold = 5000. + +mySim = ecal.photo_nuclear(detector, generator) +mySim.description = f'8 GeV ECal Kaon PN simulation, xsec bias {bias_factor}' +mySim.biasing_operators = [ bias_operators.PhotoNuclear('ecal',bias_factor,bias_treshold,only_children_of_primary = True) ] + +# Configure the sequence in which user actions should be called. +includeBiasing.library() +mySim.actions.clear() +mySim.actions.extend([ + filters.TaggerVetoFilter(thresh=2*3800.), + # Only consider events where a hard brem occurs + filters.TargetBremFilter(recoil_max_p = 2*1500.,brem_min_e = 2*2500.), + # Only consider events where a PN reaction happnes in the ECal + filters.EcalProcessFilter(), + # Tag all photo-nuclear tracks to persist them to the event. + util.TrackProcessFilter.photo_nuclear() +]) + +# set up "upKaon" parameters which reduces the charged kaon lifetimes by a factor 1/50 +# and forces decays to be into one of the leptonic decay modes. +mySim.kaon_parameters = kaon_physics.KaonPhysics.upKaons() + +# Alternative pn models +myModel = pn.BertiniAtLeastNProductsModel.kaon() +# Count all (not stopped) particles as "hard" +myModel.hard_particle_threshold=0. +# Apply the model to any nucleus +myModel.zmin = 0 +# Apply the model for photonuclear reactions with > 5000 MeV photons +myModel.emin = 5000. +# PDG ids for K^0_L, K^0_S, K^0, K^+, and K^- respectively +myModel.pdg_ids = [130, 310, 311, 321, -321] +# Require at least 1 hard particle from the list above +myModel.min_products = 1 + +# Change the default model to the kaon producing model +mySim.photonuclear_model = myModel + +# Add the filter at the end of the current list of user actions. +# Filter for events with a kaon daughter +myFilter = particle_filter.PhotoNuclearProductsFilter.kaon() +mySim.actions.extend([myFilter]) + +# Loading calorimeter and TS processors +import LDMX.Ecal.EcalGeometry +import LDMX.Ecal.ecal_hardcoded_conditions +import LDMX.Hcal.HcalGeometry +import LDMX.Hcal.hcal_hardcoded_conditions + +from LDMX.Ecal import digi as eDigi +from LDMX.Ecal import vetos +from LDMX.Hcal import digi as hDigi +from LDMX.Hcal import hcal + +from LDMX.TrigScint.trigScint import TrigScintDigiProducer +from LDMX.TrigScint.trigScint import TrigScintClusterProducer +from LDMX.TrigScint.trigScint import trigScintTrack + +from LDMX.Recon.electronCounter import ElectronCounter + +#TS digi + clustering + track chain +tsDigisDown =TrigScintDigiProducer.pad1() +tsDigisTag =TrigScintDigiProducer.pad2() +tsDigisUp =TrigScintDigiProducer.pad3() + +tsDigis = [tsDigisDown, tsDigisTag, tsDigisUp] +for d in tsDigis : + d.randomSeed = 1 + +tsClustersDown =TrigScintClusterProducer.pad1() +tsClustersTag =TrigScintClusterProducer.pad2() +tsClustersUp =TrigScintClusterProducer.pad3() + +tsClustersDown.input_collection = tsDigisDown.output_collection +tsClustersTag.input_collection = tsDigisTag.output_collection +tsClustersUp.input_collection = tsDigisUp.output_collection + +#make sure to pick up the right pass +tsClustersTag.input_pass_name = thisPassName +tsClustersUp.input_pass_name = tsClustersTag.input_pass_name +tsClustersDown.input_pass_name = tsClustersTag.input_pass_name + +trigScintTrack.input_pass_name = thisPassName +trigScintTrack.seeding_collection = tsClustersTag.output_collection + +# ECAL part +ecalReco =eDigi.EcalRecProducer() +ecalDigi = eDigi.EcalDigiProducer() +ecalVeto =vetos.EcalVetoProcessor() + +# HCAL part +hcalDigi =hDigi.HcalDigiProducer() +hcalReco =hDigi.HcalRecProducer() +hcalVeto =hcal.HcalVetoProcessor() + +# electron counter for trigger processor +eCount = ElectronCounter( 1, "ElectronCounter") # first argument is number of electrons in simulation +eCount.input_pass_name = '' +from LDMX.Recon.simpleTrigger import TriggerProcessor +simpleTrig = TriggerProcessor("simpleTrig",8000.) +simpleTrig.input_pass=thisPassName + +# Load DQM +from LDMX.DQM import dqm + +p.sequence=[ + mySim, + ecalDigi, + ecalReco, + ecalVeto, + *tsDigis, + tsClustersTag, + tsClustersUp, + tsClustersDown, + trigScintTrack, + eCount, + simpleTrig, + hcalDigi, + hcalReco, + hcalVeto, + dqm.PhotoNuclearDQM(verbose=False) + ] + +p.sequence.extend(dqm.all_dqm) + + +p.histogramFile = f'hist.root' +p.outputFiles = [f'events.root'] diff --git a/.github/validation_samples/kaon_enhanced/gold.log b/.github/validation_samples/kaon_enhanced/gold.log new file mode 100644 index 000000000..5fbd15d9a --- /dev/null +++ b/.github/validation_samples/kaon_enhanced/gold.log @@ -0,0 +1,143831 @@ +---- LDMXSW: Loading configuration -------- +[2024-08-29 17:58:19.222061] [0x00007f79841ddbc0] [info] ElectronCounter is using parameters: + input_collection = TriggerPadTracksY + input_pass_name = + output_collection = BeamElectronCount + simulated_electron_number = 1 + use_simulated_electron_number = 0 +[2024-08-29 17:58:24.469652] [0x00007f79841ddbc0] [info] In TrigScintDQM::configure, got parameters TriggerPad1SimHits and pad1 +[2024-08-29 17:58:24.469672] [0x00007f79841ddbc0] [info] In TrigScintDQM::configure, got parameters TriggerPad2SimHits and pad2 +[2024-08-29 17:58:24.469683] [0x00007f79841ddbc0] [info] In TrigScintDQM::configure, got parameters TriggerPad3SimHits and pad3 +[2024-08-29 17:58:24.469694] [0x00007f79841ddbc0] [info] In TrigScintHitDQM::configure, got parameters trigScintDigisPad1 and pad1 +[2024-08-29 17:58:24.469704] [0x00007f79841ddbc0] [info] In TrigScintHitDQM::configure, got parameters trigScintDigisPad2 and pad2 +[2024-08-29 17:58:24.469714] [0x00007f79841ddbc0] [info] In TrigScintHitDQM::configure, got parameters trigScintDigisPad3 and pad3 +[2024-08-29 17:58:24.469725] [0x00007f79841ddbc0] [info] In TrigScintClusterDQM::configure, got parameters TriggerPad1Clusters, pad = pad1, pass = +[2024-08-29 17:58:24.469736] [0x00007f79841ddbc0] [info] In TrigScintClusterDQM::configure, got parameters TriggerPad2Clusters, pad = pad2, pass = +[2024-08-29 17:58:24.469745] [0x00007f79841ddbc0] [info] In TrigScintClusterDQM::configure, got parameters TriggerPad3Clusters, pad = pad3, pass = +[2024-08-29 17:58:24.469756] [0x00007f79841ddbc0] [info] In TrigScintTrackDQM::configure, got parameters TriggerPadTracks and +---- LDMXSW: Configuration load complete -------- +---- LDMXSW: Starting event processing -------- +[ RunManager ]: Parallel worlds physics list has been registered. +[ RunManager ]: Biasing enabled with 1 operator(s). +[ RunManager ]: Biasing operator 'ecal_bias_pn' set to bias gamma + [ KaonPhysics ] 1 : Decay details (kaon+) before setting branching ratios and lifetimes + [ KaonPhysics ] 1 : Decay table details for kaon+ (PDG Lifetime 1.238000000000000e+01) + [ KaonPhysics ] 1 : Channel 0 (kaon+ -> mu+ + nu_mu) Kinematics type Phase Space with BR 0.6355 + [ KaonPhysics ] 1 : Channel 1 (kaon+ -> pi+ + pi0) Kinematics type Phase Space with BR 0.2066 + [ KaonPhysics ] 1 : Channel 2 (kaon+ -> pi+ + pi+ + pi-) Kinematics type Phase Space with BR 0.0559 + [ KaonPhysics ] 1 : Channel 3 (kaon+ -> pi0 + e+ + nu_e) Kinematics type KL3 Decay with BR 0.0507 + [ KaonPhysics ] 1 : Channel 4 (kaon+ -> pi0 + mu+ + nu_mu) Kinematics type KL3 Decay with BR 0.0335 + [ KaonPhysics ] 1 : Channel 5 (kaon+ -> pi+ + pi0 + pi0) Kinematics type Phase Space with BR 0.01761 + [ KaonPhysics ] 1 : Decay details (kaon+) after setting branching ratios and lifetimes + [ KaonPhysics ] 1 : Decay table details for kaon+ (PDG Lifetime 2.476000000000000e-01) + [ KaonPhysics ] 1 : Channel 0 (kaon+ -> mu+ + nu_mu) Kinematics type Phase Space with BR 0.8831 + [ KaonPhysics ] 1 : Channel 1 (kaon+ -> pi+ + pi0) Kinematics type Phase Space with BR 0 + [ KaonPhysics ] 1 : Channel 2 (kaon+ -> pi+ + pi+ + pi-) Kinematics type Phase Space with BR 0 + [ KaonPhysics ] 1 : Channel 3 (kaon+ -> pi0 + e+ + nu_e) Kinematics type KL3 Decay with BR 0.0704 + [ KaonPhysics ] 1 : Channel 4 (kaon+ -> pi0 + mu+ + nu_mu) Kinematics type KL3 Decay with BR 0.0465 + [ KaonPhysics ] 1 : Channel 5 (kaon+ -> pi+ + pi0 + pi0) Kinematics type Phase Space with BR 0 + [ KaonPhysics ] 1 : Decay details (kaon-) before setting branching ratios and lifetimes + [ KaonPhysics ] 1 : Decay table details for kaon- (PDG Lifetime 1.238000000000000e+01) + [ KaonPhysics ] 1 : Channel 0 (kaon- -> mu- + anti_nu_mu) Kinematics type Phase Space with BR 0.6355 + [ KaonPhysics ] 1 : Channel 1 (kaon- -> pi- + pi0) Kinematics type Phase Space with BR 0.2066 + [ KaonPhysics ] 1 : Channel 2 (kaon- -> pi- + pi+ + pi-) Kinematics type Phase Space with BR 0.0559 + [ KaonPhysics ] 1 : Channel 3 (kaon- -> pi0 + e- + anti_nu_e) Kinematics type KL3 Decay with BR 0.0507 + [ KaonPhysics ] 1 : Channel 4 (kaon- -> pi0 + mu- + anti_nu_mu) Kinematics type KL3 Decay with BR 0.0335 + [ KaonPhysics ] 1 : Channel 5 (kaon- -> pi- + pi0 + pi0) Kinematics type Phase Space with BR 0.01761 + [ KaonPhysics ] 1 : Decay details (kaon-) after setting branching ratios and lifetimes + [ KaonPhysics ] 1 : Decay table details for kaon- (PDG Lifetime 2.476000000000000e-01) + [ KaonPhysics ] 1 : Channel 0 (kaon- -> mu- + anti_nu_mu) Kinematics type Phase Space with BR 0.8831 + [ KaonPhysics ] 1 : Channel 1 (kaon- -> pi- + pi0) Kinematics type Phase Space with BR 0 + [ KaonPhysics ] 1 : Channel 2 (kaon- -> pi- + pi+ + pi-) Kinematics type Phase Space with BR 0 + [ KaonPhysics ] 1 : Channel 3 (kaon- -> pi0 + e- + anti_nu_e) Kinematics type KL3 Decay with BR 0.0704 + [ KaonPhysics ] 1 : Channel 4 (kaon- -> pi0 + mu- + anti_nu_mu) Kinematics type KL3 Decay with BR 0.0464 + [ KaonPhysics ] 1 : Channel 5 (kaon- -> pi- + pi0 + pi0) Kinematics type Phase Space with BR 0 + [ KaonPhysics ] 1 : Decay details (kaon0L) before setting branching ratios and lifetimes + [ KaonPhysics ] 1 : Decay table details for kaon0L (PDG Lifetime 5.116000000000000e+01) + [ KaonPhysics ] 1 : Channel 0 (kaon0L -> pi- + e+ + nu_e) Kinematics type KL3 Decay with BR 0.2027 + [ KaonPhysics ] 1 : Channel 1 (kaon0L -> pi+ + e- + anti_nu_e) Kinematics type KL3 Decay with BR 0.2027 + [ KaonPhysics ] 1 : Channel 2 (kaon0L -> pi0 + pi0 + pi0) Kinematics type Phase Space with BR 0.1952 + [ KaonPhysics ] 1 : Channel 3 (kaon0L -> pi- + mu+ + nu_mu) Kinematics type KL3 Decay with BR 0.1352 + [ KaonPhysics ] 1 : Channel 4 (kaon0L -> pi+ + mu- + anti_nu_mu) Kinematics type KL3 Decay with BR 0.1352 + [ KaonPhysics ] 1 : Channel 5 (kaon0L -> pi0 + pi+ + pi-) Kinematics type Phase Space with BR 0.1254 + [ KaonPhysics ] 1 : Decay details (kaon0L) after setting branching ratios and lifetimes + [ KaonPhysics ] 1 : Decay table details for kaon0L (PDG Lifetime 5.116000000000000e+01) + [ KaonPhysics ] 1 : Channel 0 (kaon0L -> pi- + e+ + nu_e) Kinematics type KL3 Decay with BR 0.2027 + [ KaonPhysics ] 1 : Channel 1 (kaon0L -> pi+ + e- + anti_nu_e) Kinematics type KL3 Decay with BR 0.2027 + [ KaonPhysics ] 1 : Channel 2 (kaon0L -> pi0 + pi0 + pi0) Kinematics type Phase Space with BR 0.1952 + [ KaonPhysics ] 1 : Channel 3 (kaon0L -> pi- + mu+ + nu_mu) Kinematics type KL3 Decay with BR 0.1352 + [ KaonPhysics ] 1 : Channel 4 (kaon0L -> pi+ + mu- + anti_nu_mu) Kinematics type KL3 Decay with BR 0.1352 + [ KaonPhysics ] 1 : Channel 5 (kaon0L -> pi0 + pi+ + pi-) Kinematics type Phase Space with BR 0.1254 + [ KaonPhysics ] 1 : Decay details (kaon0S) before setting branching ratios and lifetimes + [ KaonPhysics ] 1 : Decay table details for kaon0S (PDG Lifetime 8.953999999999999e-02) + [ KaonPhysics ] 1 : Channel 0 (kaon0S -> pi+ + pi-) Kinematics type Phase Space with BR 0.692 + [ KaonPhysics ] 1 : Channel 1 (kaon0S -> pi0 + pi0) Kinematics type Phase Space with BR 0.3069 + [ KaonPhysics ] 1 : Decay details (kaon0S) after setting branching ratios and lifetimes + [ KaonPhysics ] 1 : Decay table details for kaon0S (PDG Lifetime 8.953999999999999e-02) + [ KaonPhysics ] 1 : Channel 0 (kaon0S -> pi+ + pi-) Kinematics type Phase Space with BR 0.692 + [ KaonPhysics ] 1 : Channel 1 (kaon0S -> pi0 + pi0) Kinematics type Phase Space with BR 0.3069 +[ RunManager ]: Parallel worlds have been enabled. + [ DetectorConstruction ] 0 : Attaching Tagger_TrackerSD to Tagger_active_Sensor_vol + [ DetectorConstruction ] 0 : Attaching Recoil_TrackerSD to Recoil_l14_active_Sensor_vol + [ DetectorConstruction ] 0 : Attaching Recoil_TrackerSD to Recoil_l56_active_Sensor_vol + [ DetectorConstruction ] 0 : Attaching hcal_sd to back_hcal_scintYVolume + [ DetectorConstruction ] 0 : Attaching hcal_sd to back_hcal_scintXVolume + [ DetectorConstruction ] 0 : Attaching hcal_sd to side_hcal_scintX_0Volume + [ DetectorConstruction ] 0 : Attaching hcal_sd to side_hcal_scintY_0Volume + [ DetectorConstruction ] 0 : Attaching hcal_sd to side_hcal_scintX_1Volume + [ DetectorConstruction ] 0 : Attaching hcal_sd to side_hcal_scintY_1Volume + [ DetectorConstruction ] 0 : Attaching hcal_sd to side_hcal_scintX_2Volume + [ DetectorConstruction ] 0 : Attaching hcal_sd to side_hcal_scintY_2Volume + [ DetectorConstruction ] 0 : Attaching hcal_sd to side_hcal_scintX_3Volume + [ DetectorConstruction ] 0 : Attaching hcal_sd to side_hcal_scintY_3Volume + [ DetectorConstruction ] 0 : Attaching hcal_sd to side_hcal_scintZXVolume + [ DetectorConstruction ] 0 : Attaching hcal_sd to side_hcal_scintZYVolume + [ DetectorConstruction ] 0 : Attaching ecal_sd to Si_volume + [ DetectorConstruction ] 0 : Attaching trig_scint_Target_sd to target + [ DetectorConstruction ] 0 : Attaching trig_scint_Pad1_sd to trigger_pad1_bar_volume + [ DetectorConstruction ] 0 : Attaching trig_scint_Pad2_sd to trigger_pad2_bar_volume + [ DetectorConstruction ] 0 : Attaching trig_scint_Pad3_sd to trigger_pad3_bar_volume + [ DetectorConstruction ] 0 : Attaching ecal_sp to sp_ecal_front_back + [ DetectorConstruction ] 0 : Attaching ecal_sp to sp_ecal_top_bot + [ DetectorConstruction ] 0 : Attaching ecal_sp to sp_ecal_left_right + [ DetectorConstruction ] 0 : Attaching ecal_sp to sp_ecal_front_back + [ DetectorConstruction ] 0 : Attaching ecal_sp to sp_ecal_top_bot + [ DetectorConstruction ] 0 : Attaching ecal_sp to sp_ecal_left_right + [ DetectorConstruction ] 0 : Attaching hcal_sp to sp_hcal_front_back + [ DetectorConstruction ] 0 : Attaching hcal_sp to sp_hcal_top_bot + [ DetectorConstruction ] 0 : Attaching hcal_sp to sp_hcal_left_right + [ DetectorConstruction ] 0 : Attaching hcal_sp to sp_hcal_front_back + [ DetectorConstruction ] 0 : Attaching hcal_sp to sp_hcal_top_bot + [ DetectorConstruction ] 0 : Attaching hcal_sp to sp_hcal_left_right + [ DetectorConstruction ] 0 : Attaching target_sp to sp_target + [ DetectorConstruction ] 0 : Attaching target_sp to sp_target + [ DetectorConstruction ] 0 : Attaching target_sp to sp_target + [ DetectorConstruction ] 0 : Attaching trigScint_sp to sp_trigScint + [ DetectorConstruction ] 0 : Attaching trigScint_sp to sp_trigScint + [ DetectorConstruction ] 0 : Attaching trigScint_sp to sp_trigScint + [ DetectorConstruction ] 0 : Attaching trigScint_sp to sp_trigScint + [ DetectorConstruction ] 0 : Attaching trigScint_sp to sp_trigScint + [ DetectorConstruction ] 0 : Attaching trigScint_sp to sp_trigScint + [ DetectorConstruction ] 0 : Attaching tracker_sp to sp_recoil + [ DetectorConstruction ] 0 : Attaching tracker_sp to sp_recoil + [ DetectorConstruction ] 0 : Attaching tracker_sp to sp_recoil + [ DetectorConstruction ] 0 : Attaching tracker_sp to sp_recoil + [ DetectorConstruction ] 0 : Attaching tracker_sp to sp_recoil + [ DetectorConstruction ] 0 : Attaching tracker_sp to sp_recoil + [ DetectorConstruction ] 0 : Attaching magnet_sp to sp_magnet_gap_top_bot + [ DetectorConstruction ] 0 : Attaching magnet_sp to sp_magnet_gap_left_right + [ DetectorConstruction ] 0 : Attaching magnet_sp to sp_magnet_gap_top_bot + [ DetectorConstruction ] 0 : Attaching magnet_sp to sp_magnet_gap_left_right + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume C_volume_CarbonCoolingPlane + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume nohole_motherboard5_assembly + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume nohole_motherboard6_assembly + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume PCB_volume + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume Glue_volume + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume Si_volume + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume GlueThick_volume + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume CarbonBasePlate_volume + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume strongback_bar_volume_0 + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume W_front_volume_0 + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume W_cooling_volume_0 + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume strongback_bar_volume_1 + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume W_front_volume_1 + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume W_cooling_volume_1 + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume strongback_bar_volume_2 + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume W_front_volume_2 + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume W_cooling_volume_2 + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume strongback_bar_volume_3 + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume W_front_volume_3 + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume W_cooling_volume_3 + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume strongback_bar_volume_4 + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume W_front_volume_4 + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume W_cooling_volume_4 + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume strongback_bar_volume_5 + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume W_front_volume_5 + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume W_cooling_volume_5 + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume strongback_bar_volume_6 + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume W_front_volume_6 + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume W_cooling_volume_6 + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume strongback_bar_volume_7 + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume W_front_volume_7 + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume W_cooling_volume_7 + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume strongback_bar_volume_8 + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume W_front_volume_8 + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume W_cooling_volume_8 + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume strongback_bar_volume_9 + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume W_front_volume_9 + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume W_cooling_volume_9 + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume strongback_bar_volume_10 + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume W_front_volume_10 + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume W_cooling_volume_10 + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume strongback_bar_volume_11 + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume W_front_volume_11 + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume W_cooling_volume_11 + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume strongback_bar_volume_12 + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume W_front_volume_12 + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume W_cooling_volume_12 + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume strongback_bar_volume_13 + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume W_front_volume_13 + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume W_cooling_volume_13 + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume strongback_bar_volume_14 + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume W_front_volume_14 + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume W_cooling_volume_14 + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume strongback_bar_volume_15 + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume W_front_volume_15 + [ DetectorConstruction ] 0 : Attaching biasing operator ecal_bias_pn to volume W_cooling_volume_15 + [ ParallelWorld ] 0 : Adding : sp_target_PV to parallel world. + [ ParallelWorld ] 0 : Adding : sp_target_PV to parallel world. + [ ParallelWorld ] 0 : Adding : sp_trigScint_PV to parallel world. + [ ParallelWorld ] 0 : Adding : sp_trigScint_PV to parallel world. + [ ParallelWorld ] 0 : Adding : sp_trigScint_PV to parallel world. + [ ParallelWorld ] 0 : Adding : sp_trigScint_PV to parallel world. + [ ParallelWorld ] 0 : Adding : sp_trigScint_PV to parallel world. + [ ParallelWorld ] 0 : Adding : sp_trigScint_PV to parallel world. + [ ParallelWorld ] 0 : Adding : sp_recoil_PV to parallel world. + [ ParallelWorld ] 0 : Adding : sp_recoil_PV to parallel world. + [ ParallelWorld ] 0 : Adding : sp_recoil_PV to parallel world. + [ ParallelWorld ] 0 : Adding : sp_recoil_PV to parallel world. + [ ParallelWorld ] 0 : Adding : sp_recoil_PV to parallel world. + [ ParallelWorld ] 0 : Adding : sp_recoil_PV to parallel world. + [ ParallelWorld ] 0 : Adding : sp_magnet_gap_top_bot_PV to parallel world. + [ ParallelWorld ] 0 : Adding : sp_magnet_gap_left_right_PV to parallel world. + [ ParallelWorld ] 0 : Adding : sp_magnet_gap_top_bot_PV to parallel world. + [ ParallelWorld ] 0 : Adding : sp_magnet_gap_left_right_PV to parallel world. + [ ParallelWorld ] 0 : Adding : sp_ecal_front_back_PV to parallel world. + [ ParallelWorld ] 0 : Adding : sp_ecal_top_bot_PV to parallel world. + [ ParallelWorld ] 0 : Adding : sp_ecal_left_right_PV to parallel world. + [ ParallelWorld ] 0 : Adding : sp_ecal_front_back_PV to parallel world. + [ ParallelWorld ] 0 : Adding : sp_ecal_top_bot_PV to parallel world. + [ ParallelWorld ] 0 : Adding : sp_ecal_left_right_PV to parallel world. + [ ParallelWorld ] 0 : Adding : sp_hcal_front_back_PV to parallel world. + [ ParallelWorld ] 0 : Adding : sp_hcal_top_bot_PV to parallel world. + [ ParallelWorld ] 0 : Adding : sp_hcal_left_right_PV to parallel world. + [ ParallelWorld ] 0 : Adding : sp_hcal_front_back_PV to parallel world. + [ ParallelWorld ] 0 : Adding : sp_hcal_top_bot_PV to parallel world. + [ ParallelWorld ] 0 : Adding : sp_hcal_left_right_PV to parallel world. +[ XsecBiasingOperator ]: Biasing particles of type gamma + [ trigScintClustersPad2 ] 0 : Process starts! + [ trigScintClustersPad3 ] 0 : Process starts! + [ trigScintClustersPad1 ] 0 : Process starts! + [ trigScintTrack ] 0 : Process starts! + [ TrigScintSimPad1 ] 0 : Process starts! + [ TrigScintSimPad2 ] 0 : Process starts! + [ TrigScintSimPad3 ] 0 : Process starts! + [ TrigScintDigiPad1 ] 0 : Process starts! + [ TrigScintDigiPad2 ] 0 : Process starts! + [ TrigScintDigiPad3 ] 0 : Process starts! + [ Process ] 2 : The totalEvents was set, so maxEvents and maxTriesPerEvent will be ignored! + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1 Brem photon produced 41 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [90.5659, -73.4515, 12] + [ ecalVeto ] 0 : Hit 1: [88.1579, -69.2808, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 12.512, 8] + [ ecalVeto ] 0 : Hit 1: [-33.711, 8.34132, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, 12.512, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 83.4132, 1] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 87.5839, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 87 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 9259.76; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2 Brem photon produced 47 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5956.12; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3 Brem photon produced 54 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4283.31; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [18.3279, -140.182, 32] + [ ecalVeto ] 0 : Hit 1: [15.92, -136.011, 31] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1562.36; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 5 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 70.9012, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, 66.7306, 13] + [ ecalVeto ] 0 : Hit 2: [12.0397, 62.5599, 12] + [ ecalVeto ] 0 : Hit 3: [9.63173, 58.3892, 11] + [ ecalVeto ] 0 : Hit 4: [12.0397, 54.2186, 10] + [ ecalVeto ] 0 : Hit 5: [9.63173, 50.0479, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-101.67, -20.8533, 2] + [ ecalVeto ] 0 : Hit 1: [-104.078, -25.024, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3548.03; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 6 Brem photon produced 66 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-162.804, -106.817, 21] + [ ecalVeto ] 0 : Hit 1: [-160.396, -102.646, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-141.132, -94.3048, 19] + [ ecalVeto ] 0 : Hit 1: [-138.725, -90.1341, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-126.685, -85.9634, 17] + [ ecalVeto ] 0 : Hit 1: [-124.277, -81.7928, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -73.4515, 13] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -69.2808, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -37.5359, 4] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -33.3653, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 91 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7070.71; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 7 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2742.26; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 8 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 10] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7286.9; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 9 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4067.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 10 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -60.9395, 17] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -56.7688, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 45.8773, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 50.0479, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -12.512, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 45.8773, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 50.0479, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 11] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 50.0479, 8] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 45.8773, 7] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -2.66454e-15, 4] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 102 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5920.98; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 11 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-81.8697, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [-82.4065, 20.8533, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-45.7507, 12.512, 6] + [ ecalVeto ] 0 : Hit 1: [-48.1586, 16.6826, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5790.93; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 12 Brem photon produced 53 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 33 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3682.54; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 13 Brem photon produced 47 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, 29.1946, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, 25.024, 8] + [ ecalVeto ] 0 : Hit 3: [16.8555, 20.8533, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Hit 5: [12.0397, 12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4305.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 14 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 8: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 18 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1811.44; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 15 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 33 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2299.51; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 16 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -45.8773, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -41.7066, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, -37.5359, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -102.646, 5] + [ ecalVeto ] 0 : Hit 1: [-52.039, -106.817, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 27 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1743.63; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 17 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, 29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [16.8555, 29.1946, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4129.52; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 18 Brem photon produced 51 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 14] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 12] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 11] + [ ecalVeto ] 0 : Hit 3: [12.0397, 20.8533, 10] + [ ecalVeto ] 0 : Hit 4: [9.63173, 25.024, 9] + [ ecalVeto ] 0 : Hit 5: [12.0397, 20.8533, 8] + [ ecalVeto ] 0 : Hit 6: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 7: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 8: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 9: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 10: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 11: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, 45.8773, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, 41.7066, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, 37.5359, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Hit 5: [12.0397, 37.5359, 4] + [ ecalVeto ] 0 : Hit 6: [9.63173, 41.7066, 3] + [ ecalVeto ] 0 : Hit 7: [12.0397, 37.5359, 2] + [ ecalVeto ] 0 : Hit 8: [9.63173, 33.3653, 1] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 45.8773, 7] + [ ecalVeto ] 0 : Hit 2: [2.40793, 45.8773, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3477.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 19 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 75.0719, 19] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 70.9012, 18] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 75.0719, 17] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 70.9012, 16] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 75.0719, 15] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 70.9012, 14] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 66.7306, 13] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 62.5599, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 66.7306, 17] + [ ecalVeto ] 0 : Hit 1: [12.0397, 70.9012, 16] + [ ecalVeto ] 0 : Hit 2: [9.63173, 66.7306, 15] + [ ecalVeto ] 0 : Hit 3: [12.0397, 70.9012, 14] + [ ecalVeto ] 0 : Hit 4: [9.63173, 66.7306, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 58.3892, 17] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 62.5599, 16] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 66.7306, 15] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 62.5599, 14] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 58.3892, 13] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 54.2186, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 62.5599, 17] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 66.7306, 16] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 62.5599, 15] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 58.3892, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-33.711, 66.7306, 15] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 62.5599, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, 37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, 37.5359, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 3] + [ ecalVeto ] 0 : Hit 1: [12.0397, 29.1946, 2] + [ ecalVeto ] 0 : Hit 2: [9.63173, 33.3653, 1] + [ ecalVeto ] 0 : Hit 3: [12.0397, 37.5359, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 103 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5575.31; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 20 Brem photon produced 58 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8220.15; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 21 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 52.5982, 25] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 56.7688, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-67.4221, 50.0479, 22] + [ ecalVeto ] 0 : Hit 1: [-69.83, 45.8773, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 45.8773, 19] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 41.7066, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 41.7066, 17] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 37.5359, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 37.5359, 15] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 33.3653, 14] + [ ecalVeto ] 0 : Hit 2: [-40.9348, 29.1946, 13] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 29.1946, 12] + [ ecalVeto ] 0 : Hit 1: [-33.711, 25.024, 11] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3801.73; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 22 Brem photon produced 38 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -25.024, 8] + [ ecalVeto ] 0 : Hit 1: [19.2635, -25.024, 6] + [ ecalVeto ] 0 : Hit 2: [19.2635, -25.024, 4] + [ ecalVeto ] 0 : Hit 3: [16.8555, -29.1946, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, -41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -45.8773, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5847.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 23 Brem photon produced 50 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -45.8773, 19] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -50.0479, 18] + [ ecalVeto ] 0 : Hit 2: [-55.3824, -54.2186, 17] + [ ecalVeto ] 0 : Hit 3: [-52.9745, -50.0479, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [24.0793, 25.024, 15] + [ ecalVeto ] 0 : Hit 1: [26.4873, 29.1946, 14] + [ ecalVeto ] 0 : Hit 2: [26.4873, 29.1946, 12] + [ ecalVeto ] 0 : Hit 3: [24.0793, 33.3653, 11] + [ ecalVeto ] 0 : Hit 4: [26.4873, 29.1946, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -50.0479, 15] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -54.2186, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, -41.7066, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -37.5359, 10] + [ ecalVeto ] 0 : Hit 2: [-33.711, -33.3653, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -12.512, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4003.89; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 24 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [47.2231, -98.4754, 20] + [ ecalVeto ] 0 : Hit 1: [44.8152, -94.3048, 19] + [ ecalVeto ] 0 : Hit 2: [47.2231, -90.1341, 18] + [ ecalVeto ] 0 : Hit 3: [44.8152, -85.9634, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [8.69618, -148.523, 15] + [ ecalVeto ] 0 : Hit 1: [11.1041, -152.694, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [33.711, -75.0719, 14] + [ ecalVeto ] 0 : Hit 1: [31.3031, -70.9012, 13] + [ ecalVeto ] 0 : Hit 2: [33.711, -66.7306, 12] + [ ecalVeto ] 0 : Hit 3: [31.3031, -62.5599, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, -58.3892, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, -54.2186, 7] + [ ecalVeto ] 0 : Hit 2: [19.2635, -50.0479, 6] + [ ecalVeto ] 0 : Hit 3: [16.8555, -45.8773, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 44 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4817.98; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 25 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 66.7306, 22] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 62.5599, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 62.5599, 20] + [ ecalVeto ] 0 : Hit 1: [-33.711, 58.3892, 19] + [ ecalVeto ] 0 : Hit 2: [-31.3031, 54.2186, 18] + [ ecalVeto ] 0 : Hit 3: [-33.711, 50.0479, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 54.2186, 17] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 50.0479, 16] + [ ecalVeto ] 0 : Hit 2: [-40.9348, 45.8773, 15] + [ ecalVeto ] 0 : Hit 3: [-38.5269, 41.7066, 14] + [ ecalVeto ] 0 : Hit 4: [-40.9348, 45.8773, 13] + [ ecalVeto ] 0 : Hit 5: [-38.5269, 41.7066, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 66.7306, 13] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 62.5599, 12] + [ ecalVeto ] 0 : Hit 2: [-48.1586, 66.7306, 11] + [ ecalVeto ] 0 : Hit 3: [-45.7507, 70.9012, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-89.6303, 25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-89.6303, 25.024, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 99 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4912.86; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 26 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, 58.3892, 12] + [ ecalVeto ] 0 : Hit 1: [31.3031, 54.2186, 11] + [ ecalVeto ] 0 : Hit 2: [33.711, 50.0479, 10] + [ ecalVeto ] 0 : Hit 3: [31.3031, 45.8773, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 6: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 29.1946, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 3] + [ ecalVeto ] 0 : Hit 2: [12.0397, 29.1946, 2] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2151.73; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 27 Brem photon produced 36 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -12.512, 2] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -8.34132, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 93 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6757.37; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 28 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-8.69618, 106.817, 10] + [ ecalVeto ] 0 : Hit 1: [-11.1041, 102.646, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 16.6826, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-15.92, 94.3048, 8] + [ ecalVeto ] 0 : Hit 1: [-18.3279, 90.1341, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 83.4132, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 79.2426, 6] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 75.0719, 5] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 70.9012, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8196.12; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 29 Brem photon produced 49 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [47.2231, 98.4754, 22] + [ ecalVeto ] 0 : Hit 1: [44.8152, 94.3048, 21] + [ ecalVeto ] 0 : Hit 2: [47.2231, 98.4754, 20] + [ ecalVeto ] 0 : Hit 3: [44.8152, 94.3048, 19] + [ ecalVeto ] 0 : Hit 4: [47.2231, 90.1341, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [39.9993, 85.9634, 18] + [ ecalVeto ] 0 : Hit 1: [37.5914, 81.7928, 17] + [ ecalVeto ] 0 : Hit 2: [39.9993, 77.6221, 16] + [ ecalVeto ] 0 : Hit 3: [38.5269, 75.0719, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [33.711, 75.0719, 14] + [ ecalVeto ] 0 : Hit 1: [31.3031, 70.9012, 13] + [ ecalVeto ] 0 : Hit 2: [33.711, 66.7306, 12] + [ ecalVeto ] 0 : Hit 3: [31.3031, 62.5599, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [26.4873, 54.2186, 10] + [ ecalVeto ] 0 : Hit 1: [24.0793, 50.0479, 9] + [ ecalVeto ] 0 : Hit 2: [26.4873, 45.8773, 8] + [ ecalVeto ] 0 : Hit 3: [24.0793, 41.7066, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -12.512, 5] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -12.512, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 41 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5602.74; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 30 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -29.1946, 16] + [ ecalVeto ] 0 : Hit 1: [-33.711, -25.024, 15] + [ ecalVeto ] 0 : Hit 2: [-31.3031, -20.8533, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2625.75; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 31 Brem photon produced 36 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -37.5359, 12] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -37.5359, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -41.7066, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -37.5359, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -41.7066, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -37.5359, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -41.7066, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, -41.7066, 4] + [ ecalVeto ] 0 : Hit 7: [2.40793, -37.5359, 3] + [ ecalVeto ] 0 : Hit 8: [4.81586, -41.7066, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -54.2186, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -50.0479, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, -45.8773, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, -41.7066, 7] + [ ecalVeto ] 0 : Hit 4: [9.63173, -41.7066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 100 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4745.82; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 32 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2270.06; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 33 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-111.302, 4.17066, 21] + [ ecalVeto ] 0 : Hit 1: [-108.894, -2.36672e-14, 20] + [ ecalVeto ] 0 : Finding linreg tracks from 95 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3697.82; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 34 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [125.749, -54.2186, 18] + [ ecalVeto ] 0 : Hit 1: [125.749, -54.2186, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -58.3892, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -62.5599, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -54.2186, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -58.3892, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -54.2186, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4024.96; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 35 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-23.1438, 115.158, 24] + [ ecalVeto ] 0 : Hit 1: [-25.5517, 110.987, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-23.1438, 98.4754, 22] + [ ecalVeto ] 0 : Hit 1: [-25.5517, 94.3048, 21] + [ ecalVeto ] 0 : Hit 2: [-23.1438, 90.1341, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5593.21; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 36 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -77.6221, 17] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -73.4515, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-45.7507, -62.5599, 14] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -58.3892, 13] + [ ecalVeto ] 0 : Hit 2: [-45.7507, -54.2186, 12] + [ ecalVeto ] 0 : Hit 3: [-48.1586, -50.0479, 13] + [ ecalVeto ] 0 : Hit 4: [-45.7507, -45.8773, 12] + [ ecalVeto ] 0 : Hit 5: [-48.1586, -41.7066, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-52.9745, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -2.66454e-15, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -8.34132, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 9874.29; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 37 Brem photon produced 69 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 119.329, 23] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 115.158, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 98.4754, 21] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 94.3048, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 8.34132, 19] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 12.512, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [18.3279, 131.841, 18] + [ ecalVeto ] 0 : Hit 1: [15.92, 127.67, 17] + [ ecalVeto ] 0 : Hit 2: [18.3279, 123.499, 16] + [ ecalVeto ] 0 : Hit 3: [15.92, 119.329, 15] + [ ecalVeto ] 0 : Hit 4: [18.3279, 115.158, 14] + [ ecalVeto ] 0 : Hit 5: [15.92, 110.987, 13] + [ ecalVeto ] 0 : Hit 6: [18.3279, 106.817, 12] + [ ecalVeto ] 0 : Hit 7: [15.92, 102.646, 11] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 20.8533, 17] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 25.024, 16] + [ ecalVeto ] 0 : Hit 2: [-82.4065, 29.1946, 15] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, 87.5839, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 83.4132, 7] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [2.40793, 62.5599, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 58.3892, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 54.2186, 5] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [12.0397, 45.8773, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 41.7066, 5] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -8.34132, 5] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -8.34132, 4] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -4.17066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3575.24; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 38 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [18.3279, 165.206, 32] + [ ecalVeto ] 0 : Hit 1: [15.92, 161.035, 31] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [11.1041, 152.694, 30] + [ ecalVeto ] 0 : Hit 1: [8.69618, 148.523, 29] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1817.97; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 39 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -37.5359, 25] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -41.7066, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -45.8773, 21] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -41.7066, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [141.132, 127.67, 20] + [ ecalVeto ] 0 : Hit 1: [138.725, 123.499, 19] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, 79.2426, 20] + [ ecalVeto ] 0 : Hit 1: [9.63173, 75.0719, 19] + [ ecalVeto ] 0 : Hit 2: [12.0397, 79.2426, 18] + [ ecalVeto ] 0 : Hit 3: [9.63173, 75.0719, 17] + [ ecalVeto ] 0 : Hit 4: [12.0397, 70.9012, 16] + [ ecalVeto ] 0 : Hit 5: [9.63173, 66.7306, 15] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -41.7066, 19] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -45.8773, 18] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-69.83, -45.8773, 17] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -41.7066, 16] + [ ecalVeto ] 0 : Hit 2: [-69.83, -45.8773, 15] + [ ecalVeto ] 0 : Hit 3: [-67.4221, -41.7066, 14] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [4.81586, 66.7306, 14] + [ ecalVeto ] 0 : Hit 1: [2.40793, 62.5599, 13] + [ ecalVeto ] 0 : Hit 2: [4.81586, 58.3892, 12] + [ ecalVeto ] 0 : Hit 3: [2.40793, 54.2186, 11] + [ ecalVeto ] 0 : Hit 4: [2.40793, 54.2186, 9] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 54.2186, 10] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 54.2186, 8] + [ ecalVeto ] 0 : Hit 7: [-4.81586, 50.0479, 7] + [ ecalVeto ] 0 : Hit 8: [-2.40793, 45.8773, 6] + [ ecalVeto ] 0 : Hit 9: [-4.81586, 41.7066, 5] + [ ecalVeto ] 0 : Hit 10: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Hit 11: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Hit 12: [-2.40793, 29.1946, 2] + [ ecalVeto ] 0 : Hit 13: [-4.81586, 25.024, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 40 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2140.46; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 40 Brem photon produced 86 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 25.024, 10] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 20.8533, 9] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 12.512, 7] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 12.512, 5] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 8.34132, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5331.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 41 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-111.302, 12.512, 27] + [ ecalVeto ] 0 : Hit 1: [-108.894, 16.6826, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [24.0793, -41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [26.4873, -45.8773, 6] + [ ecalVeto ] 0 : Hit 2: [24.0793, -50.0479, 5] + [ ecalVeto ] 0 : Hit 3: [26.4873, -45.8773, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4184.61; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 42 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5284.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 43 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -2.66454e-15, 19] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -4.17066, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -2.66454e-15, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -4.17066, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -2.66454e-15, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 40 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2737.63; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 44 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4221.71; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 45 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-169.092, 87.5839, 19] + [ ecalVeto ] 0 : Hit 1: [-166.684, 83.4132, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-147.421, 83.4132, 17] + [ ecalVeto ] 0 : Hit 1: [-145.013, 79.2426, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 29.1946, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5103.46; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 46 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-166.684, -33.3653, 22] + [ ecalVeto ] 0 : Hit 1: [-169.092, -29.1946, 21] + [ ecalVeto ] 0 : Hit 2: [-166.684, -25.024, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-111.302, -20.8533, 15] + [ ecalVeto ] 0 : Hit 1: [-108.894, -25.024, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-69.83, -29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -25.024, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5778.86; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 47 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5098.36; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 48 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -8.34132, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -66.7306, 10] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -62.5599, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -16.6826, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -16.6826, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6627.66; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 49 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -20.8533, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [33.711, -25.024, 6] + [ ecalVeto ] 0 : Hit 1: [31.3031, -20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [31.3031, -20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6497.68; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 50 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 37.5359, 25] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 41.7066, 24] + [ ecalVeto ] 0 : Finding linreg tracks from 27 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4311.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 51 Brem photon produced 63 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -2.66454e-15, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5863.89; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 52 Brem photon produced 38 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 87 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4688.56; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 53 Brem photon produced 80 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 114 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6642.47; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 54 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, 62.5599, 10] + [ ecalVeto ] 0 : Hit 1: [24.0793, 58.3892, 9] + [ ecalVeto ] 0 : Hit 2: [26.4873, 54.2186, 8] + [ ecalVeto ] 0 : Hit 3: [24.0793, 58.3892, 7] + [ ecalVeto ] 0 : Hit 4: [26.4873, 54.2186, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 93 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5618.74; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 55 Brem photon produced 38 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, -62.5599, 14] + [ ecalVeto ] 0 : Hit 1: [24.0793, -58.3892, 13] + [ ecalVeto ] 0 : Hit 2: [26.4873, -62.5599, 12] + [ ecalVeto ] 0 : Hit 3: [24.0793, -66.7306, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -54.2186, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -50.0479, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -45.8773, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -41.7066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4373.73; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 56 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 4.17066, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 4: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 7: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3284.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 57 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [84.2776, -20.8533, 30] + [ ecalVeto ] 0 : Hit 1: [84.2776, -20.8533, 28] + [ ecalVeto ] 0 : Hit 2: [81.8697, -25.024, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 10] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 7: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Hit 8: [2.40793, -29.1946, 1] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3435.81; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 58 Brem photon produced 38 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-138.725, -81.7928, 10] + [ ecalVeto ] 0 : Hit 1: [-140.197, -79.2426, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -8.34132, 7] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -12.512, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -45.8773, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -41.7066, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -37.5359, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4931.19; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 59 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -12.512, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -16.6826, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 12.512, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [-24.0793, -8.34132, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 113 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7825.4; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 60 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -45.8773, 8] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -45.8773, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -41.7066, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -45.8773, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -41.7066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 96 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2432.3; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 61 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -4.17066, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [-33.711, 25.024, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 115 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5922.2; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 62 Brem photon produced 33 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 50.0479, 16] + [ ecalVeto ] 0 : Hit 1: [16.8555, 45.8773, 15] + [ ecalVeto ] 0 : Hit 2: [19.2635, 41.7066, 14] + [ ecalVeto ] 0 : Hit 3: [16.8555, 37.5359, 13] + [ ecalVeto ] 0 : Hit 4: [16.8555, 37.5359, 11] + [ ecalVeto ] 0 : Hit 5: [12.0397, 37.5359, 12] + [ ecalVeto ] 0 : Hit 6: [9.63173, 33.3653, 11] + [ ecalVeto ] 0 : Hit 7: [12.0397, 29.1946, 10] + [ ecalVeto ] 0 : Hit 8: [9.63173, 25.024, 9] + [ ecalVeto ] 0 : Hit 9: [12.0397, 20.8533, 8] + [ ecalVeto ] 0 : Hit 10: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 11: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 12: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 13: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Hit 14: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Hit 15: [12.0397, 4.17066, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 58.3892, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 54.2186, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 50.0479, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 45.8773, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 4: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 5: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 6: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Hit 5: [4.81586, -2.66454e-15, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [45.7507, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [48.1586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [45.7507, 4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [48.1586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5506.14; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 63 Brem photon produced 60 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7136.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 64 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -98.4754, 25] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -94.3048, 24] + [ ecalVeto ] 0 : Hit 2: [-76.1183, -90.1341, 23] + [ ecalVeto ] 0 : Hit 3: [-73.7103, -85.9634, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -81.7928, 19] + [ ecalVeto ] 0 : Hit 1: [-59.2627, -77.6221, 18] + [ ecalVeto ] 0 : Hit 2: [-61.6707, -73.4515, 17] + [ ecalVeto ] 0 : Hit 3: [-59.2627, -69.2808, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -12.512, 5] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -8.34132, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -20.8533, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3735.09; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 65 Brem photon produced 36 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -20.8533, 5] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -16.6826, 4] + [ ecalVeto ] 0 : Hit 5: [-12.0397, -20.8533, 3] + [ ecalVeto ] 0 : Hit 6: [-9.63173, -16.6826, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -16.6826, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5021.08; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 66 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 4: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 5: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 6: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Hit 7: [12.0397, 12.512, 2] + [ ecalVeto ] 0 : Hit 8: [9.63173, 16.6826, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 21 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2752.98; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 67 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-104.078, 25.024, 15] + [ ecalVeto ] 0 : Hit 1: [-101.67, 20.8533, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -4.17066, 15] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -2.66454e-15, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-69.83, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -2.66454e-15, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 20.8533, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 2] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 9395.5; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 68 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-69.83, -20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -25.024, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -2.66454e-15, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Hit 4: [2.40793, 12.512, 1] + [ ecalVeto ] 0 : Hit 5: [4.81586, 16.6826, 0] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 33.3653, 2] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 33.3653, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 42 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3868.65; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 69 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [39.9993, -77.6221, 26] + [ ecalVeto ] 0 : Hit 1: [38.5269, -75.0719, 25] + [ ecalVeto ] 0 : Hit 2: [40.9348, -70.9012, 24] + [ ecalVeto ] 0 : Hit 3: [38.5269, -66.7306, 23] + [ ecalVeto ] 0 : Hit 4: [40.9348, -70.9012, 22] + [ ecalVeto ] 0 : Hit 5: [38.5269, -66.7306, 21] + [ ecalVeto ] 0 : Hit 6: [40.9348, -70.9012, 20] + [ ecalVeto ] 0 : Hit 7: [38.5269, -66.7306, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 34 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2108.17; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 70 Brem photon produced 42 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, 83.4132, 15] + [ ecalVeto ] 0 : Hit 1: [26.4873, 79.2426, 14] + [ ecalVeto ] 0 : Hit 2: [24.0793, 75.0719, 13] + [ ecalVeto ] 0 : Hit 3: [26.4873, 70.9012, 12] + [ ecalVeto ] 0 : Hit 4: [24.0793, 66.7306, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 45.8773, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, 41.7066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 42 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3130.96; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 71 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [97.7897, -186.059, 30] + [ ecalVeto ] 0 : Hit 1: [95.3817, -181.889, 29] + [ ecalVeto ] 0 : Hit 2: [97.7897, -177.718, 28] + [ ecalVeto ] 0 : Hit 3: [95.3817, -173.547, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-80.9341, 90.1341, 16] + [ ecalVeto ] 0 : Hit 1: [-83.3421, 85.9634, 15] + [ ecalVeto ] 0 : Finding linreg tracks from 103 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3876.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 72 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-94.4462, -50.0479, 12] + [ ecalVeto ] 0 : Hit 1: [-96.8541, -45.8773, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -25.024, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6957; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 73 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5868.81; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 74 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 32 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3957.51; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 75 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5623.51; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 76 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6060.56; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 77 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3842.35; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 78 Brem photon produced 60 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 12.512, 7] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 12.512, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 16.6826, 4] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 12.512, 3] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 8.34132, 2] + [ ecalVeto ] 0 : Hit 6: [-12.0397, 4.17066, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4615.99; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 79 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [32.7755, 106.817, 26] + [ ecalVeto ] 0 : Hit 1: [30.3676, 102.646, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-112.237, 119.329, 21] + [ ecalVeto ] 0 : Hit 1: [-109.829, 115.158, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 102.646, 19] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 98.4754, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 94.3048, 17] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 90.1341, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 77.6221, 15] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 73.4515, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 8.34132, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4868.57; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 80 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [3.34348, -186.059, 31] + [ ecalVeto ] 0 : Hit 1: [3.88031, -181.889, 30] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [23.1438, 123.499, 25] + [ ecalVeto ] 0 : Hit 1: [25.5517, 119.329, 24] + [ ecalVeto ] 0 : Hit 2: [23.1438, 115.158, 23] + [ ecalVeto ] 0 : Hit 3: [25.5517, 110.987, 22] + [ ecalVeto ] 0 : Hit 4: [23.1438, 106.817, 21] + [ ecalVeto ] 0 : Hit 5: [25.5517, 102.646, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-3.88031, -106.817, 21] + [ ecalVeto ] 0 : Hit 1: [-1.47238, -102.646, 20] + [ ecalVeto ] 0 : Hit 2: [-3.88031, -98.4754, 19] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -87.5839, 18] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -83.4132, 17] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, 87.5839, 16] + [ ecalVeto ] 0 : Hit 1: [9.63173, 83.4132, 15] + [ ecalVeto ] 0 : Hit 2: [12.0397, 79.2426, 14] + [ ecalVeto ] 0 : Hit 3: [9.63173, 75.0719, 13] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [19.2635, 66.7306, 14] + [ ecalVeto ] 0 : Hit 1: [16.8555, 62.5599, 13] + [ ecalVeto ] 0 : Hit 2: [19.2635, 58.3892, 12] + [ ecalVeto ] 0 : Hit 3: [16.8555, 54.2186, 11] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [4.81586, 66.7306, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, 62.5599, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, 58.3892, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, 54.2186, 9] + [ ecalVeto ] 0 : Hit 4: [4.81586, 50.0479, 8] + [ ecalVeto ] 0 : Hit 5: [2.40793, 45.8773, 7] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [12.0397, 45.8773, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, 41.7066, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, 37.5359, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 96 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3515.34; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 81 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-54.4469, 119.329, 17] + [ ecalVeto ] 0 : Hit 1: [-52.039, 115.158, 16] + [ ecalVeto ] 0 : Hit 2: [-54.4469, 110.987, 15] + [ ecalVeto ] 0 : Hit 3: [-52.039, 106.817, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-32.7755, 90.1341, 11] + [ ecalVeto ] 0 : Hit 1: [-30.3676, 85.9634, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 79.2426, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 75.0719, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 66.7306, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 62.5599, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [19.2635, 33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [19.2635, 33.3653, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 54.2186, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 50.0479, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4463.37; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 82 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Hit 4: [12.0397, 12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3912.98; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 83 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -4.17066, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, -16.6826, 3] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -20.8533, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -4.17066, 1] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -8.34132, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5091.71; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 84 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 84 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [48.1586, -66.7306, 30] + [ ecalVeto ] 0 : Hit 1: [45.7507, -62.5599, 29] + [ ecalVeto ] 0 : Hit 2: [48.1586, -58.3892, 28] + [ ecalVeto ] 0 : Hit 3: [45.7507, -54.2186, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-126.685, 119.329, 23] + [ ecalVeto ] 0 : Hit 1: [-124.277, 115.158, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-112.237, 110.987, 21] + [ ecalVeto ] 0 : Hit 1: [-109.829, 106.817, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 94.3048, 19] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 90.1341, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 85.9634, 17] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 81.7928, 16] + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1365.15; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 85 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 11 + [ ecalVeto ] 0 : Beginning track merging using 11 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 11] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 10] + [ ecalVeto ] 0 : Hit 3: [9.63173, 8.34132, 9] + [ ecalVeto ] 0 : Hit 4: [12.0397, 12.512, 8] + [ ecalVeto ] 0 : Hit 5: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Hit 6: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 7: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Hit 8: [12.0397, 4.17066, 2] + [ ecalVeto ] 0 : Hit 9: [12.0397, 4.17066, 0] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 5: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 7: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 8: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Hit 9: [2.40793, 20.8533, 1] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 37.5359, 4] + [ ecalVeto ] 0 : Hit 4: [12.0397, 37.5359, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [16.8555, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [19.2635, 16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [16.8555, 12.512, 5] + [ ecalVeto ] 0 : Hit 3: [19.2635, 16.6826, 4] + [ ecalVeto ] 0 : Hit 4: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 5: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 6: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 7: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 1] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-67.4221, -16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -16.6826, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-74.6459, -45.8773, 6] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -45.8773, 4] + [ ecalVeto ] 0 : Hit 2: [-74.6459, -37.5359, 6] + [ ecalVeto ] 0 : Hit 3: [-74.6459, -37.5359, 4] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 94 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6021.7; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 86 Brem photon produced 37 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -4.17066, 17] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -8.34132, 16] + [ ecalVeto ] 0 : Hit 2: [-81.8697, -8.34132, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 29.1946, 8] + [ ecalVeto ] 0 : Hit 2: [-48.1586, 25.024, 7] + [ ecalVeto ] 0 : Hit 3: [-45.7507, 20.8533, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [25.5517, 85.9634, 2] + [ ecalVeto ] 0 : Hit 1: [24.0793, 83.4132, 1] + [ ecalVeto ] 0 : Hit 2: [25.5517, 85.9634, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7561.12; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 87 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 31 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3478.82; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 88 Brem photon produced 71 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -4.17066, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -16.6826, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-25.5517, -102.646, 3] + [ ecalVeto ] 0 : Hit 1: [-23.1438, -106.817, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6207.68; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 89 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-176.316, -58.3892, 17] + [ ecalVeto ] 0 : Hit 1: [-173.908, -62.5599, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-60.1983, -20.8533, 14] + [ ecalVeto ] 0 : Hit 1: [-62.6062, -16.6826, 13] + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4249.25; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 90 Brem photon produced 41 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 12] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 11] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 50.0479, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 45.8773, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 50.0479, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 45.8773, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 41.7066, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Hit 6: [4.81586, 41.7066, 6] + [ ecalVeto ] 0 : Hit 7: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-205.211, 41.7066, 1] + [ ecalVeto ] 0 : Hit 1: [-202.803, 45.8773, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7552.23; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 91 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6478.61; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 92 Brem photon produced 31 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 29 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3780.04; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 93 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [88.1579, -136.011, 31] + [ ecalVeto ] 0 : Hit 1: [90.5659, -131.841, 30] + [ ecalVeto ] 0 : Hit 2: [88.1579, -127.67, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [80.9341, -190.23, 31] + [ ecalVeto ] 0 : Hit 1: [83.3421, -186.059, 30] + [ ecalVeto ] 0 : Hit 2: [80.9341, -181.889, 29] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [83.3421, -119.329, 28] + [ ecalVeto ] 0 : Hit 1: [80.9341, -115.158, 27] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [61.6707, -90.1341, 22] + [ ecalVeto ] 0 : Hit 1: [59.2627, -85.9634, 21] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [54.4469, -77.6221, 20] + [ ecalVeto ] 0 : Hit 1: [52.039, -73.4515, 19] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 33.3653, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 43 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3454.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 94 Brem photon produced 38 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 12.512, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6183.99; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 95 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-148.356, 123.499, 31] + [ ecalVeto ] 0 : Hit 1: [-145.948, 119.329, 30] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-141.132, 110.987, 29] + [ ecalVeto ] 0 : Hit 1: [-138.725, 106.817, 28] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-133.909, 98.4754, 27] + [ ecalVeto ] 0 : Hit 1: [-131.501, 94.3048, 26] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-126.685, 85.9634, 25] + [ ecalVeto ] 0 : Hit 1: [-124.277, 81.7928, 24] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-109.829, 81.7928, 22] + [ ecalVeto ] 0 : Hit 1: [-112.237, 77.6221, 21] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 77.6221, 19] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 73.4515, 18] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-80.9341, 65.1101, 16] + [ ecalVeto ] 0 : Hit 1: [-83.3421, 60.9395, 15] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 33.3653, 10] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 25.024, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 27 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3202.97; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 96 Brem photon produced 64 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6628.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 97 Brem photon produced 31 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [69.83, 12.512, 16] + [ ecalVeto ] 0 : Hit 1: [67.4221, 8.34132, 15] + [ ecalVeto ] 0 : Hit 2: [67.4221, 8.34132, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [40.9348, 20.8533, 12] + [ ecalVeto ] 0 : Hit 1: [40.9348, 20.8533, 10] + [ ecalVeto ] 0 : Hit 2: [38.5269, 16.6826, 9] + [ ecalVeto ] 0 : Hit 3: [40.9348, 20.8533, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 66.7306, 9] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 66.7306, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 5: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 94 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5905.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 98 Brem photon produced 85 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 1: [12.0397, -4.17066, 2] + [ ecalVeto ] 0 : Hit 2: [9.63173, -2.66454e-15, 1] + [ ecalVeto ] 0 : Hit 3: [12.0397, 4.17066, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 128 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6612.87; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 99 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 8.34132, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 12.512, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5480.71; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 100 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-173.908, -20.8533, 28] + [ ecalVeto ] 0 : Hit 1: [-176.316, -16.6826, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-140.197, -29.1946, 27] + [ ecalVeto ] 0 : Hit 1: [-137.789, -33.3653, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-45.7507, -29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -25.024, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [-33.711, -25.024, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3642.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 101 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-105.013, 81.7928, 25] + [ ecalVeto ] 0 : Hit 1: [-102.606, 85.9634, 24] + [ ecalVeto ] 0 : Hit 2: [-105.013, 81.7928, 23] + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3620.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 102 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -45.8773, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -41.7066, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-11.1041, -161.035, 3] + [ ecalVeto ] 0 : Hit 1: [-8.69618, -165.206, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 9642.23; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 103 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 40 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2469.79; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 104 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 16.6826, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5025.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 105 Brem photon produced 41 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, 16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [26.4873, 12.512, 10] + [ ecalVeto ] 0 : Hit 2: [24.0793, 16.6826, 9] + [ ecalVeto ] 0 : Hit 3: [26.4873, 20.8533, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [19.2635, 16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [16.8555, 12.512, 7] + [ ecalVeto ] 0 : Hit 3: [19.2635, 16.6826, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 2] + [ ecalVeto ] 0 : Hit 1: [12.0397, 4.17066, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4676.82; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 106 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, -20.8533, 22] + [ ecalVeto ] 0 : Hit 1: [24.0793, -16.6826, 21] + [ ecalVeto ] 0 : Hit 2: [26.4873, -12.512, 20] + [ ecalVeto ] 0 : Hit 3: [24.0793, -8.34132, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, -4.17066, 17] + [ ecalVeto ] 0 : Hit 1: [19.2635, -2.66454e-15, 16] + [ ecalVeto ] 0 : Hit 2: [16.8555, 4.17066, 15] + [ ecalVeto ] 0 : Hit 3: [19.2635, -2.66454e-15, 14] + [ ecalVeto ] 0 : Hit 4: [16.8555, 4.17066, 13] + [ ecalVeto ] 0 : Hit 5: [19.2635, 8.34132, 12] + [ ecalVeto ] 0 : Hit 6: [16.8555, 12.512, 11] + [ ecalVeto ] 0 : Hit 7: [19.2635, 16.6826, 10] + [ ecalVeto ] 0 : Hit 8: [16.8555, 12.512, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -33.3653, 16] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -29.1946, 15] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 29.1946, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4854.44; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 107 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 25.024, 12] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 29.1946, 11] + [ ecalVeto ] 0 : Hit 2: [-38.5269, 33.3653, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 37 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4495.4; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 108 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-162.804, -115.158, 29] + [ ecalVeto ] 0 : Hit 1: [-160.396, -110.987, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-148.356, -106.817, 27] + [ ecalVeto ] 0 : Hit 1: [-145.948, -102.646, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-95.3817, -98.4754, 26] + [ ecalVeto ] 0 : Hit 1: [-97.7897, -94.3048, 25] + [ ecalVeto ] 0 : Hit 2: [-95.3817, -90.1341, 24] + [ ecalVeto ] 0 : Hit 3: [-97.7897, -94.3048, 23] + [ ecalVeto ] 0 : Hit 4: [-95.3817, -90.1341, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-102.606, -94.3048, 22] + [ ecalVeto ] 0 : Hit 1: [-105.013, -98.4754, 21] + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3146.94; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 109 Brem photon produced 36 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-52.9745, 50.0479, 22] + [ ecalVeto ] 0 : Hit 1: [-55.3824, 45.8773, 21] + [ ecalVeto ] 0 : Hit 2: [-52.9745, 41.7066, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-45.7507, 4.17066, 16] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -2.66454e-15, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-39.9993, -85.9634, 13] + [ ecalVeto ] 0 : Hit 1: [-37.5914, -81.7928, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -4.17066, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 90 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5351.62; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 110 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-137.789, -25.024, 10] + [ ecalVeto ] 0 : Hit 1: [-140.197, -20.8533, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 41 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3375.48; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 111 Brem photon produced 84 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6282.76; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 112 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, 8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [19.2635, 8.34132, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4840.34; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 113 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 14] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 13] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 12] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 11] + [ ecalVeto ] 0 : Hit 4: [4.81586, -8.34132, 10] + [ ecalVeto ] 0 : Hit 5: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1428.88; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 114 Brem photon produced 77 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-60.1983, -54.2186, 12] + [ ecalVeto ] 0 : Hit 1: [-62.6062, -50.0479, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -62.5599, 8] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -58.3892, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -12.512, 4] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -8.34132, 3] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5106.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 115 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [30.3676, -94.3048, 9] + [ ecalVeto ] 0 : Hit 1: [32.7755, -90.1341, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 12.512, 6] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 12.512, 4] + [ ecalVeto ] 0 : Hit 4: [-16.8555, 20.8533, 6] + [ ecalVeto ] 0 : Hit 5: [-16.8555, 20.8533, 4] + [ ecalVeto ] 0 : Hit 6: [-19.2635, 25.024, 3] + [ ecalVeto ] 0 : Hit 7: [-16.8555, 29.1946, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 29.1946, 5] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 33.3653, 4] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 37.5359, 3] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 33.3653, 2] + [ ecalVeto ] 0 : Hit 5: [-12.0397, 29.1946, 1] + [ ecalVeto ] 0 : Hit 6: [-9.63173, 33.3653, 0] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 16.6826, 4] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 20.8533, 3] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 25.024, 2] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 20.8533, 1] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 25.024, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 44 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4551.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 116 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [47.2231, -81.7928, 26] + [ ecalVeto ] 0 : Hit 1: [44.8152, -77.6221, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [38.5269, -66.7306, 23] + [ ecalVeto ] 0 : Hit 1: [40.9348, -62.5599, 22] + [ ecalVeto ] 0 : Hit 2: [38.5269, -58.3892, 21] + [ ecalVeto ] 0 : Hit 3: [40.9348, -54.2186, 20] + [ ecalVeto ] 0 : Hit 4: [38.5269, -50.0479, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [26.4873, -37.5359, 16] + [ ecalVeto ] 0 : Hit 1: [24.0793, -33.3653, 15] + [ ecalVeto ] 0 : Hit 2: [26.4873, -29.1946, 14] + [ ecalVeto ] 0 : Hit 3: [24.0793, -25.024, 13] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [16.8555, -29.1946, 13] + [ ecalVeto ] 0 : Hit 1: [19.2635, -25.024, 12] + [ ecalVeto ] 0 : Hit 2: [16.8555, -20.8533, 11] + [ ecalVeto ] 0 : Hit 3: [19.2635, -16.6826, 10] + [ ecalVeto ] 0 : Hit 4: [16.8555, -12.512, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2701.08; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 117 Brem photon produced 65 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 10245.9; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 118 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [76.1183, 115.158, 18] + [ ecalVeto ] 0 : Hit 1: [73.7103, 110.987, 17] + [ ecalVeto ] 0 : Hit 2: [76.1183, 106.817, 16] + [ ecalVeto ] 0 : Hit 3: [73.7103, 102.646, 15] + [ ecalVeto ] 0 : Hit 4: [76.1183, 98.4754, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 41.7066, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Hit 5: [4.81586, 41.7066, 2] + [ ecalVeto ] 0 : Hit 6: [2.40793, 37.5359, 1] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 37.5359, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3850.39; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 119 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-152.237, 33.3653, 28] + [ ecalVeto ] 0 : Hit 1: [-154.644, 29.1946, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -41.7066, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -37.5359, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6697.4; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 120 Brem photon produced 71 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -12.512, 9] + [ ecalVeto ] 0 : Hit 2: [-38.5269, -8.34132, 8] + [ ecalVeto ] 0 : Hit 3: [-40.9348, -4.17066, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5566.49; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 121 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3530.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 122 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -2.66454e-15, 15] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -4.17066, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-81.8697, 8.34132, 14] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 8.34132, 12] + [ ecalVeto ] 0 : Hit 2: [-82.4065, 12.512, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -25.024, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -20.8533, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7017.02; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 123 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, -16.6826, 20] + [ ecalVeto ] 0 : Hit 1: [31.3031, -12.512, 19] + [ ecalVeto ] 0 : Hit 2: [33.711, -16.6826, 18] + [ ecalVeto ] 0 : Hit 3: [31.3031, -12.512, 17] + [ ecalVeto ] 0 : Hit 4: [31.3031, -12.512, 15] + [ ecalVeto ] 0 : Hit 5: [26.4873, -12.512, 16] + [ ecalVeto ] 0 : Hit 6: [26.4873, -12.512, 14] + [ ecalVeto ] 0 : Hit 7: [24.0793, -8.34132, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, 50.0479, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, 45.8773, 11] + [ ecalVeto ] 0 : Hit 2: [19.2635, 50.0479, 10] + [ ecalVeto ] 0 : Hit 3: [16.8555, 45.8773, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 41.7066, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [31.3031, 20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [33.711, 25.024, 4] + [ ecalVeto ] 0 : Hit 2: [31.3031, 29.1946, 3] + [ ecalVeto ] 0 : Hit 3: [33.711, 25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8314.14; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 124 Brem photon produced 46 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8462.91; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 125 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3225.42; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 126 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [90.5659, 90.1341, 20] + [ ecalVeto ] 0 : Hit 1: [88.1579, 85.9634, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [68.8945, 77.6221, 16] + [ ecalVeto ] 0 : Hit 1: [66.4865, 73.4515, 15] + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2037.73; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 127 Brem photon produced 37 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, -58.3892, 20] + [ ecalVeto ] 0 : Hit 1: [31.3031, -54.2186, 19] + [ ecalVeto ] 0 : Hit 2: [33.711, -50.0479, 18] + [ ecalVeto ] 0 : Hit 3: [31.3031, -45.8773, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, -37.5359, 16] + [ ecalVeto ] 0 : Hit 1: [24.0793, -33.3653, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, -25.024, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, -20.8533, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 4: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 5: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-47.2231, 98.4754, 9] + [ ecalVeto ] 0 : Hit 1: [-44.8152, 94.3048, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 41.7066, 4] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 37.5359, 3] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 12.512, 3] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 9030.1; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 128 Brem photon produced 70 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3951.86; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 129 Brem photon produced 62 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -79.2426, 19] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -75.0719, 18] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -70.9012, 17] + [ ecalVeto ] 0 : Hit 3: [-24.0793, -66.7306, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-126.685, -77.6221, 15] + [ ecalVeto ] 0 : Hit 1: [-124.277, -73.4515, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -58.3892, 15] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -54.2186, 14] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -50.0479, 13] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -45.8773, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-118.525, -66.7306, 13] + [ ecalVeto ] 0 : Hit 1: [-116.118, -62.5599, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 25.024, 8] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 20.8533, 7] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 93 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7193.64; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 130 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-126.685, -169.377, 23] + [ ecalVeto ] 0 : Hit 1: [-124.277, -165.206, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, -50.0479, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -45.8773, 4] + [ ecalVeto ] 0 : Hit 2: [-33.711, -41.7066, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -37.5359, 3] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -33.3653, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 9558.68; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 131 Brem photon produced 55 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 37 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3662.97; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 132 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [48.1586, -58.3892, 8] + [ ecalVeto ] 0 : Hit 1: [45.7507, -54.2186, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 94 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6971.69; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 133 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -62.5599, 26] + [ ecalVeto ] 0 : Hit 1: [9.63173, -58.3892, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [37.5914, -148.523, 25] + [ ecalVeto ] 0 : Hit 1: [39.9993, -144.353, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -50.0479, 23] + [ ecalVeto ] 0 : Hit 1: [12.0397, -45.8773, 22] + [ ecalVeto ] 0 : Hit 2: [9.63173, -41.7066, 21] + [ ecalVeto ] 0 : Hit 3: [12.0397, -37.5359, 20] + [ ecalVeto ] 0 : Hit 4: [9.63173, -33.3653, 19] + [ ecalVeto ] 0 : Hit 5: [12.0397, -29.1946, 18] + [ ecalVeto ] 0 : Hit 6: [9.63173, -25.024, 17] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 19] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 18] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 17] + [ ecalVeto ] 0 : Hit 3: [4.81586, 8.34132, 16] + [ ecalVeto ] 0 : Hit 4: [2.40793, 4.17066, 15] + [ ecalVeto ] 0 : Hit 5: [4.81586, -2.66454e-15, 14] + [ ecalVeto ] 0 : Hit 6: [4.81586, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 7: [4.81586, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 8: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 9: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 10: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 11: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 12: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 13: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 14: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 14] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 13] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 12] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 11] + [ ecalVeto ] 0 : Hit 4: [4.81586, -8.34132, 10] + [ ecalVeto ] 0 : Hit 5: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [16.8555, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [19.2635, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 2: [16.8555, -4.17066, 9] + [ ecalVeto ] 0 : Hit 3: [19.2635, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 4: [16.8555, -4.17066, 7] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 12.512, 9] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 12.512, 7] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 8.34132, 6] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Hit 7: [-4.81586, 8.34132, 1] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-45.7507, 62.5599, 2] + [ ecalVeto ] 0 : Hit 1: [-48.1586, 58.3892, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 102 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5706.7; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 134 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -12.512, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -16.6826, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -50.0479, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -45.8773, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 93 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6129.22; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 135 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-141.132, -127.67, 31] + [ ecalVeto ] 0 : Hit 1: [-138.725, -123.499, 30] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-133.909, -115.158, 29] + [ ecalVeto ] 0 : Hit 1: [-131.501, -110.987, 28] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-126.685, -102.646, 27] + [ ecalVeto ] 0 : Hit 1: [-124.277, -98.4754, 26] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-119.461, -98.4754, 25] + [ ecalVeto ] 0 : Hit 1: [-117.053, -94.3048, 24] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-105.013, -90.1341, 23] + [ ecalVeto ] 0 : Hit 1: [-102.606, -85.9634, 22] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -85.9634, 21] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -81.7928, 20] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -73.4515, 19] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -77.6221, 18] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -69.2808, 17] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -65.1101, 16] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -60.9395, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -58.3892, 14] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-69.83, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 16.6826, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5803.45; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 136 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4427.64; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 137 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 32 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3132.51; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 138 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -16.6826, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-60.1983, -12.512, 10] + [ ecalVeto ] 0 : Hit 1: [-62.6062, -8.34132, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -12.512, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -12.512, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 101 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5924.49; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 139 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-69.83, 12.512, 3] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 8.34132, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 12.512, 1] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 8.34132, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4103.11; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 140 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 12 + [ ecalVeto ] 0 : Beginning track merging using 12 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 12 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-119.461, -106.817, 23] + [ ecalVeto ] 0 : Hit 1: [-117.053, -102.646, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-105.013, -98.4754, 21] + [ ecalVeto ] 0 : Hit 1: [-102.606, -94.3048, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [105.013, 106.817, 20] + [ ecalVeto ] 0 : Hit 1: [102.606, 102.646, 19] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -94.3048, 19] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -90.1341, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 83.4132, 17] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 87.5839, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -85.9634, 17] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -81.7928, 16] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -81.7928, 15] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -77.6221, 14] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -73.4515, 13] + [ ecalVeto ] 0 : Hit 1: [-59.2627, -69.2808, 12] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -69.2808, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -66.7306, 10] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [62.6062, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [60.1983, 12.512, 7] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [45.7507, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [48.1586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [45.7507, -12.512, 5] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-33.711, -58.3892, 7] + [ ecalVeto ] 0 : Hit 1: [-33.711, -58.3892, 5] + [ ecalVeto ] 0 : Hit 2: [-31.3031, -62.5599, 4] + [ ecalVeto ] 0 : Hit 3: [-33.711, -66.7306, 3] + [ ecalVeto ] 0 : Hit 4: [-31.3031, -70.9012, 2] + [ ecalVeto ] 0 : Hit 5: [-33.711, -75.0719, 1] + [ ecalVeto ] 0 : Hit 6: [-31.3031, -79.2426, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 111 hits + [ ecalVeto ] 0 : MIP tracking completed; found 12 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6990.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 141 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 16 + [ ecalVeto ] 0 : Beginning track merging using 16 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 15 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [89.0935, 45.8773, 15] + [ ecalVeto ] 0 : Hit 1: [89.6303, 50.0479, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 15] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [67.4221, 41.7066, 13] + [ ecalVeto ] 0 : Hit 1: [69.83, 37.5359, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 12] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 11] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 10] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -16.6826, 9] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 8: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 9: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 10: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Hit 11: [-2.40793, -29.1946, 2] + [ ecalVeto ] 0 : Hit 12: [-4.81586, -25.024, 1] + [ ecalVeto ] 0 : Hit 13: [-2.40793, -20.8533, 0] + [ ecalVeto ] 0 : Hit 14: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Hit 15: [2.40793, -20.8533, 1] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -16.6826, 12] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -16.6826, 10] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -12.512, 7] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -12.512, 5] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -16.6826, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -33.3653, 9] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 10] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -70.9012, 8] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -66.7306, 7] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -62.5599, 6] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [40.9348, 12.512, 8] + [ ecalVeto ] 0 : Hit 1: [38.5269, 8.34132, 7] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -25.024, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -25.024, 4] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -29.1946, 3] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -20.8533, 2] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -16.6826, 1] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [26.4873, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [24.0793, -2.66454e-15, 5] + [ ecalVeto ] 0 : Track 14: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -33.3653, 3] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 15 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5227.7; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 142 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [48.1586, 41.7066, 12] + [ ecalVeto ] 0 : Hit 1: [48.1586, 41.7066, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8103.91; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 143 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -60.9395, 19] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -58.3892, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-60.1983, -62.5599, 16] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -62.5599, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -33.3653, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 35 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3422.48; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 144 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3869.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 145 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 148.523, 27] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 144.353, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 127.67, 25] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 123.499, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-162.804, 165.206, 23] + [ ecalVeto ] 0 : Hit 1: [-160.396, 169.377, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-39.9993, 85.9634, 19] + [ ecalVeto ] 0 : Hit 1: [-37.5914, 81.7928, 18] + [ ecalVeto ] 0 : Hit 2: [-39.9993, 77.6221, 17] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-112.237, 136.011, 19] + [ ecalVeto ] 0 : Hit 1: [-109.829, 131.841, 18] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 127.67, 17] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 123.499, 16] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 110.987, 15] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 106.817, 14] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 50.0479, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 45.8773, 10] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 25.024, 4] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 29.1946, 3] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 90 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6087.72; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 146 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 24 + [ ecalVeto ] 0 : Beginning track merging using 24 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 20 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 25.024, 18] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 25.024, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 16] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 15] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, 33.3653, 15] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 29.1946, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 15] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 14] + [ ecalVeto ] 0 : Hit 2: [4.81586, 33.3653, 12] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 11] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 33.3653, 14] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 33.3653, 12] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 33.3653, 13] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 29.1946, 12] + [ ecalVeto ] 0 : Hit 4: [-19.2635, 25.024, 11] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 12.512, 12] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 12.512, 10] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 16.6826, 12] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 20.8533, 11] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 16.6826, 10] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 20.8533, 12] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 54.2186, 13] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 50.0479, 12] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 41.7066, 12] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 37.5359, 11] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 41.7066, 10] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 33.3653, 12] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 29.1946, 11] + [ ecalVeto ] 0 : Hit 5: [-12.0397, 29.1946, 9] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 37.5359, 12] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 41.7066, 11] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 37.5359, 10] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 33.3653, 11] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 29.1946, 10] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 25.024, 9] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 12] + [ ecalVeto ] 0 : Hit 1: [12.0397, 4.17066, 10] + [ ecalVeto ] 0 : Hit 2: [9.63173, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 3: [12.0397, 4.17066, 8] + [ ecalVeto ] 0 : Hit 4: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Hit 5: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 6: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 12.512, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 8.34132, 10] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 7: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 8: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Hit 9: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Hit 10: [2.40793, 12.512, 1] + [ ecalVeto ] 0 : Hit 11: [4.81586, 8.34132, 0] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [16.8555, 12.512, 11] + [ ecalVeto ] 0 : Hit 1: [16.8555, 12.512, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, 16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [16.8555, 12.512, 7] + [ ecalVeto ] 0 : Track 14: + [ ecalVeto ] 0 : Hit 0: [55.3824, -29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [52.9745, -33.3653, 9] + [ ecalVeto ] 0 : Track 15: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 9] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Track 16: + [ ecalVeto ] 0 : Hit 0: [26.4873, 20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [24.0793, 16.6826, 9] + [ ecalVeto ] 0 : Track 17: + [ ecalVeto ] 0 : Hit 0: [48.1586, -16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [45.7507, -20.8533, 9] + [ ecalVeto ] 0 : Track 18: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Track 19: + [ ecalVeto ] 0 : Hit 0: [38.5269, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [40.9348, -20.8533, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 20 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6888.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 147 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-112.237, -152.694, 23] + [ ecalVeto ] 0 : Hit 1: [-109.829, -148.523, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 14] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 13] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 12] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 11] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 10] + [ ecalVeto ] 0 : Hit 5: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Hit 6: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 7: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6237.81; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 148 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 39 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5524.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 149 Brem photon produced 59 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 54.2186, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 50.0479, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 45.8773, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 41.7066, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 41.7066, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 37.5359, 4] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 41.7066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4478.23; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 150 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-74.6459, 4.17066, 22] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 4.17066, 20] + [ ecalVeto ] 0 : Hit 2: [-77.0538, 8.34132, 19] + [ ecalVeto ] 0 : Hit 3: [-74.6459, 12.512, 18] + [ ecalVeto ] 0 : Hit 4: [-67.4221, 8.34132, 20] + [ ecalVeto ] 0 : Hit 5: [-69.83, 12.512, 19] + [ ecalVeto ] 0 : Hit 6: [-67.4221, 8.34132, 18] + [ ecalVeto ] 0 : Hit 7: [-69.83, 4.17066, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-81.8697, 8.34132, 20] + [ ecalVeto ] 0 : Hit 1: [-82.4065, 4.17066, 19] + [ ecalVeto ] 0 : Hit 2: [-82.4065, 4.17066, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 8.34132, 19] + [ ecalVeto ] 0 : Hit 1: [-62.6062, 8.34132, 17] + [ ecalVeto ] 0 : Hit 2: [-60.1983, 12.512, 16] + [ ecalVeto ] 0 : Hit 3: [-67.4221, 16.6826, 18] + [ ecalVeto ] 0 : Hit 4: [-69.83, 12.512, 17] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-141.132, 177.718, 19] + [ ecalVeto ] 0 : Hit 1: [-138.725, 173.547, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 16.6826, 17] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 20.8533, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-119.461, 148.523, 15] + [ ecalVeto ] 0 : Hit 1: [-117.053, 144.353, 14] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 98.4754, 9] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 94.3048, 8] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 54.2186, 3] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 50.0479, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6621.24; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 151 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 58.3892, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 54.2186, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5256.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 152 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [38.5269, 50.0479, 17] + [ ecalVeto ] 0 : Hit 1: [40.9348, 54.2186, 16] + [ ecalVeto ] 0 : Hit 2: [38.5269, 50.0479, 15] + [ ecalVeto ] 0 : Hit 3: [40.9348, 45.8773, 14] + [ ecalVeto ] 0 : Hit 4: [38.5269, 41.7066, 13] + [ ecalVeto ] 0 : Hit 5: [33.711, 41.7066, 14] + [ ecalVeto ] 0 : Hit 6: [33.711, 41.7066, 12] + [ ecalVeto ] 0 : Hit 7: [31.3031, 37.5359, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4907.68; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 153 Brem photon produced 42 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-44.8152, -85.9634, 8] + [ ecalVeto ] 0 : Hit 1: [-47.2231, -81.7928, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -25.024, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -25.024, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-39.9993, -77.6221, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -75.0719, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Hit 5: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 6: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Hit 7: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Hit 8: [2.40793, -29.1946, 1] + [ ecalVeto ] 0 : Hit 9: [4.81586, -33.3653, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4871.43; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 154 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 29.1946, 12] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 25.024, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 12.512, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-154.644, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-152.237, -2.36672e-14, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 12.512, 8] + [ ecalVeto ] 0 : Hit 1: [-33.711, 8.34132, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -62.5599, 6] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -58.3892, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -12.512, 1] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -8.34132, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6119.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 155 Brem photon produced 31 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 32 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1718.71; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 156 Brem photon produced 38 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -33.3653, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 54.2186, 8] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 50.0479, 7] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 45.8773, 6] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 45.8773, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5886.46; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 157 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-119.461, -106.817, 23] + [ ecalVeto ] 0 : Hit 1: [-117.053, -102.646, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -94.3048, 19] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -90.1341, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [68.8945, 102.646, 18] + [ ecalVeto ] 0 : Hit 1: [66.4865, 98.4754, 17] + [ ecalVeto ] 0 : Hit 2: [68.8945, 94.3048, 16] + [ ecalVeto ] 0 : Hit 3: [66.4865, 90.1341, 15] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [47.2231, 98.4754, 16] + [ ecalVeto ] 0 : Hit 1: [44.8152, 94.3048, 15] + [ ecalVeto ] 0 : Hit 2: [47.2231, 90.1341, 14] + [ ecalVeto ] 0 : Hit 3: [44.8152, 85.9634, 13] + [ ecalVeto ] 0 : Hit 4: [47.2231, 81.7928, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [54.4469, 94.3048, 14] + [ ecalVeto ] 0 : Hit 1: [52.039, 90.1341, 13] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4797.25; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 158 Brem photon produced 45 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 2] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 1] + [ ecalVeto ] 0 : Hit 4: [12.0397, 4.17066, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7546.68; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 159 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Hit 6: [12.0397, 4.17066, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, -20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [26.4873, -20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6066.84; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 160 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-118.525, -8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-116.118, -12.512, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-111.302, -4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-108.894, -2.36672e-14, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-104.078, -2.36672e-14, 9] + [ ecalVeto ] 0 : Hit 1: [-101.67, 4.17066, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Hit 8: [-4.81586, 16.6826, 1] + [ ecalVeto ] 0 : Hit 9: [-2.40793, 20.8533, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2583.97; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 161 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -16.6826, 19] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -12.512, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -8.34132, 10] + [ ecalVeto ] 0 : Hit 2: [-55.3824, -12.512, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -12.512, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4585.85; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 162 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 31 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4132.52; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 163 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [45.7507, 54.2186, 15] + [ ecalVeto ] 0 : Hit 1: [48.1586, 58.3892, 14] + [ ecalVeto ] 0 : Hit 2: [45.7507, 54.2186, 13] + [ ecalVeto ] 0 : Hit 3: [48.1586, 58.3892, 12] + [ ecalVeto ] 0 : Hit 4: [45.7507, 54.2186, 11] + [ ecalVeto ] 0 : Hit 5: [48.1586, 50.0479, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -8.34132, 12] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -4.17066, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, 58.3892, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 62.5599, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 44 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5156.11; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 164 Brem photon produced 41 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, -2.66454e-15, 2] + [ ecalVeto ] 0 : Hit 5: [2.40793, -4.17066, 1] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, 54.2186, 2] + [ ecalVeto ] 0 : Hit 1: [12.0397, 54.2186, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5897.33; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 165 Brem photon produced 65 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-60.1983, -4.17066, 16] + [ ecalVeto ] 0 : Hit 1: [-62.6062, -8.34132, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -12.512, 15] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -8.34132, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5702.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 166 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 8.34132, 26] + [ ecalVeto ] 0 : Hit 1: [16.8555, 4.17066, 25] + [ ecalVeto ] 0 : Hit 2: [19.2635, 8.34132, 24] + [ ecalVeto ] 0 : Hit 3: [16.8555, 4.17066, 23] + [ ecalVeto ] 0 : Hit 4: [16.8555, 4.17066, 21] + [ ecalVeto ] 0 : Hit 5: [16.8555, 4.17066, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 22] + [ ecalVeto ] 0 : Hit 1: [12.0397, 4.17066, 20] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 18] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 17] + [ ecalVeto ] 0 : Hit 4: [12.0397, -4.17066, 16] + [ ecalVeto ] 0 : Hit 5: [9.63173, -2.66454e-15, 15] + [ ecalVeto ] 0 : Hit 6: [12.0397, -4.17066, 14] + [ ecalVeto ] 0 : Hit 7: [9.63173, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 8: [12.0397, -4.17066, 12] + [ ecalVeto ] 0 : Hit 9: [9.63173, -8.34132, 11] + [ ecalVeto ] 0 : Hit 10: [12.0397, -4.17066, 10] + [ ecalVeto ] 0 : Hit 11: [9.63173, -8.34132, 9] + [ ecalVeto ] 0 : Hit 12: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 13: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 14: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 15: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -54.2186, 21] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -50.0479, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -50.0479, 19] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -45.8773, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -33.3653, 13] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -29.1946, 12] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -25.024, 11] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -29.1946, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -25.024, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -20.8533, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -25.024, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 2] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 1] + [ ecalVeto ] 0 : Hit 4: [4.81586, -16.6826, 0] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 30 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2540.08; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 167 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 37 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8570.5; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 168 Brem photon produced 31 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4312.48; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 169 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 45.8773, 25] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 41.7066, 24] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 37.5359, 23] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 33.3653, 22] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 29.1946, 21] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 25.024, 20] + [ ecalVeto ] 0 : Hit 6: [-9.63173, 25.024, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 12] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 10] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 8: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 9: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -58.3892, 3] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -54.2186, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3740.96; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 170 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 60.9395, 15] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 65.1101, 14] + [ ecalVeto ] 0 : Hit 2: [-80.9341, 65.1101, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, 25.024, 3] + [ ecalVeto ] 0 : Hit 6: [12.0397, 29.1946, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [16.8555, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [19.2635, 25.024, 8] + [ ecalVeto ] 0 : Hit 2: [16.8555, 20.8533, 7] + [ ecalVeto ] 0 : Hit 3: [19.2635, 16.6826, 6] + [ ecalVeto ] 0 : Hit 4: [16.8555, 20.8533, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [24.0793, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [26.4873, 12.512, 8] + [ ecalVeto ] 0 : Hit 2: [24.0793, 16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [26.4873, 12.512, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 108 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5994.35; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 171 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 33] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 31] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 12.512, 30] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 8.34132, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 23] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 21] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 20] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 19] + [ ecalVeto ] 0 : Hit 4: [4.81586, -8.34132, 18] + [ ecalVeto ] 0 : Hit 5: [2.40793, -12.512, 17] + [ ecalVeto ] 0 : Hit 6: [4.81586, -8.34132, 16] + [ ecalVeto ] 0 : Hit 7: [2.40793, -12.512, 15] + [ ecalVeto ] 0 : Hit 8: [4.81586, -16.6826, 14] + [ ecalVeto ] 0 : Hit 9: [4.81586, -16.6826, 12] + [ ecalVeto ] 0 : Hit 10: [4.81586, -16.6826, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 11] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 9] + [ ecalVeto ] 0 : Hit 3: [12.0397, -20.8533, 8] + [ ecalVeto ] 0 : Hit 4: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Hit 5: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 6: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 7: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Hit 8: [9.63173, -25.024, 1] + [ ecalVeto ] 0 : Hit 9: [12.0397, -29.1946, 0] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -4.17066, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -8.34132, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [19.2635, -41.7066, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, -37.5359, 9] + [ ecalVeto ] 0 : Hit 2: [16.8555, -37.5359, 7] + [ ecalVeto ] 0 : Hit 3: [19.2635, -33.3653, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [40.9348, -54.2186, 10] + [ ecalVeto ] 0 : Hit 1: [40.9348, -54.2186, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 2 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4464.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 172 Brem photon produced 44 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -41.7066, 11] + [ ecalVeto ] 0 : Hit 1: [12.0397, -45.8773, 10] + [ ecalVeto ] 0 : Hit 2: [9.63173, -41.7066, 9] + [ ecalVeto ] 0 : Hit 3: [12.0397, -37.5359, 8] + [ ecalVeto ] 0 : Hit 4: [4.81586, -41.7066, 10] + [ ecalVeto ] 0 : Hit 5: [2.40793, -45.8773, 9] + [ ecalVeto ] 0 : Hit 6: [4.81586, -50.0479, 8] + [ ecalVeto ] 0 : Hit 7: [2.40793, -45.8773, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -37.5359, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -41.7066, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -45.8773, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -41.7066, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4519.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 173 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-140.197, 4.17066, 29] + [ ecalVeto ] 0 : Hit 1: [-137.789, 8.34132, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-125.749, 12.512, 27] + [ ecalVeto ] 0 : Hit 1: [-123.341, 8.34132, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-111.302, 12.512, 25] + [ ecalVeto ] 0 : Hit 1: [-108.894, 8.34132, 24] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 12.512, 23] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 8.34132, 22] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-89.6303, 8.34132, 21] + [ ecalVeto ] 0 : Hit 1: [-87.2224, 12.512, 20] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-69.83, 12.512, 17] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 8.34132, 16] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 8.34132, 15] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 12.512, 14] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 12.512, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 8.34132, 12] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 12.512, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 8.34132, 10] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-33.711, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 12.512, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4439.24; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 174 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -12.512, 8] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -8.34132, 7] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -4.17066, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -58.3892, 8] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -54.2186, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 4.17066, 3] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -2.66454e-15, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 104 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4160.16; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 175 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-52.9745, 58.3892, 14] + [ ecalVeto ] 0 : Hit 1: [-55.3824, 62.5599, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, 50.0479, 13] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 54.2186, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 58.3892, 10] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 54.2186, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-108.894, -41.7066, 4] + [ ecalVeto ] 0 : Hit 1: [-111.302, -45.8773, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [38.5269, 33.3653, 3] + [ ecalVeto ] 0 : Hit 1: [40.9348, 29.1946, 2] + [ ecalVeto ] 0 : Hit 2: [38.5269, 33.3653, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5091.08; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 176 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -37.5359, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -41.7066, 6] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -37.5359, 5] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -33.3653, 4] + [ ecalVeto ] 0 : Hit 5: [-12.0397, -37.5359, 3] + [ ecalVeto ] 0 : Hit 6: [-9.63173, -41.7066, 2] + [ ecalVeto ] 0 : Hit 7: [-12.0397, -37.5359, 1] + [ ecalVeto ] 0 : Hit 8: [-9.63173, -41.7066, 0] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -45.8773, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -41.7066, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -37.5359, 4] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -37.5359, 2] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -33.3653, 1] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -37.5359, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4199.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 177 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 54.2186, 23] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 50.0479, 22] + [ ecalVeto ] 0 : Hit 2: [-40.9348, 45.8773, 21] + [ ecalVeto ] 0 : Hit 3: [-38.5269, 41.7066, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 37.5359, 18] + [ ecalVeto ] 0 : Hit 1: [-33.711, 33.3653, 17] + [ ecalVeto ] 0 : Hit 2: [-31.3031, 29.1946, 16] + [ ecalVeto ] 0 : Finding linreg tracks from 28 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2898.49; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 178 Brem photon produced 46 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -79.2426, 21] + [ ecalVeto ] 0 : Hit 1: [4.81586, -83.4132, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -91.7545, 19] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -87.5839, 18] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -83.4132, 17] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -79.2426, 16] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -75.0719, 15] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -70.9012, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 12] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 11] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 10] + [ ecalVeto ] 0 : Hit 4: [2.40793, -20.8533, 9] + [ ecalVeto ] 0 : Hit 5: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 6: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 7: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 8: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 9: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 10: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 11] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -20.8533, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 16.6826, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4627.97; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 179 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 8.34132, 16] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 4.17066, 15] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6125.49; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 180 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-126.685, 85.9634, 29] + [ ecalVeto ] 0 : Hit 1: [-124.277, 81.7928, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [52.9745, 25.024, 11] + [ ecalVeto ] 0 : Hit 1: [52.9745, 25.024, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 29.1946, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [45.7507, 29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [45.7507, 29.1946, 3] + [ ecalVeto ] 0 : Hit 2: [40.9348, 29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [40.9348, 29.1946, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, -83.4132, 1] + [ ecalVeto ] 0 : Hit 1: [12.0397, -87.5839, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 38 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3221.09; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 181 Brem photon produced 67 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 1] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4642.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 182 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 25.024, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 20.8533, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 25.024, 6] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 29.1946, 5] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 25.024, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 34 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2310.99; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 183 Brem photon produced 57 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-219.659, -2.36672e-14, 33] + [ ecalVeto ] 0 : Hit 1: [-217.251, 4.17066, 32] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-161.868, 16.6826, 27] + [ ecalVeto ] 0 : Hit 1: [-159.46, 12.512, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 12.512, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4660.93; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 184 Brem photon produced 45 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8670.43; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 185 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -102.646, 27] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -106.817, 26] + [ ecalVeto ] 0 : Hit 2: [-68.8945, -110.987, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-73.7103, -110.987, 24] + [ ecalVeto ] 0 : Hit 1: [-76.1183, -115.158, 23] + [ ecalVeto ] 0 : Hit 2: [-73.7103, -110.987, 22] + [ ecalVeto ] 0 : Hit 3: [-73.7103, -110.987, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [88.1579, 94.3048, 21] + [ ecalVeto ] 0 : Hit 1: [88.1579, 94.3048, 19] + [ ecalVeto ] 0 : Hit 2: [88.1579, 102.646, 21] + [ ecalVeto ] 0 : Hit 3: [88.1579, 102.646, 19] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [97.7897, 102.646, 20] + [ ecalVeto ] 0 : Hit 1: [95.3817, 98.4754, 19] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [83.3421, 85.9634, 18] + [ ecalVeto ] 0 : Hit 1: [80.9341, 81.7928, 17] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -98.4754, 17] + [ ecalVeto ] 0 : Hit 1: [-59.2627, -94.3048, 16] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [68.8945, 60.9395, 16] + [ ecalVeto ] 0 : Hit 1: [67.4221, 58.3892, 15] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -45.8773, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3979.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 186 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 20.8533, 15] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 25.024, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -50.0479, 10] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -45.8773, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 12.512, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 6: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 7: [2.40793, -12.512, 1] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 102 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5791.09; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 187 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -12.512, 13] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -16.6826, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -45.8773, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -41.7066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7611.55; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 188 Brem photon produced 70 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [55.3824, -12.512, 24] + [ ecalVeto ] 0 : Hit 1: [52.9745, -8.34132, 23] + [ ecalVeto ] 0 : Hit 2: [52.9745, -8.34132, 21] + [ ecalVeto ] 0 : Hit 3: [52.9745, -8.34132, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [48.1586, -8.34132, 22] + [ ecalVeto ] 0 : Hit 1: [48.1586, -8.34132, 20] + [ ecalVeto ] 0 : Hit 2: [48.1586, -8.34132, 18] + [ ecalVeto ] 0 : Hit 3: [45.7507, -12.512, 17] + [ ecalVeto ] 0 : Hit 4: [48.1586, -8.34132, 16] + [ ecalVeto ] 0 : Hit 5: [45.7507, -12.512, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5888.15; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 189 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-67.4221, 33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [-69.83, 29.1946, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-45.7507, 20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [-48.1586, 16.6826, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [-33.711, 16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [-31.3031, 12.512, 6] + [ ecalVeto ] 0 : Hit 4: [-33.711, 8.34132, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 12.512, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5799.76; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 190 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -4.17066, 4] + [ ecalVeto ] 0 : Hit 1: [-33.711, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 2: [-31.3031, -4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 43 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4561.41; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 191 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 37.5359, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, 29.1946, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 4: [12.0397, 29.1946, 6] + [ ecalVeto ] 0 : Hit 5: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 6: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Hit 7: [2.40793, 12.512, 1] + [ ecalVeto ] 0 : Hit 8: [4.81586, 16.6826, 0] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4395.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 192 Brem photon produced 51 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-18.3279, 123.499, 19] + [ ecalVeto ] 0 : Hit 1: [-15.92, 119.329, 18] + [ ecalVeto ] 0 : Hit 2: [-18.3279, 115.158, 17] + [ ecalVeto ] 0 : Hit 3: [-15.92, 110.987, 16] + [ ecalVeto ] 0 : Hit 4: [-18.3279, 106.817, 15] + [ ecalVeto ] 0 : Hit 5: [-15.92, 102.646, 14] + [ ecalVeto ] 0 : Hit 6: [-18.3279, 98.4754, 13] + [ ecalVeto ] 0 : Hit 7: [-15.92, 94.3048, 12] + [ ecalVeto ] 0 : Hit 8: [-18.3279, 90.1341, 11] + [ ecalVeto ] 0 : Hit 9: [-16.8555, 87.5839, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [69.83, 20.8533, 16] + [ ecalVeto ] 0 : Hit 1: [67.4221, 25.024, 15] + [ ecalVeto ] 0 : Hit 2: [69.83, 29.1946, 14] + [ ecalVeto ] 0 : Hit 3: [67.4221, 33.3653, 13] + [ ecalVeto ] 0 : Hit 4: [69.83, 37.5359, 12] + [ ecalVeto ] 0 : Hit 5: [67.4221, 41.7066, 11] + [ ecalVeto ] 0 : Hit 6: [69.83, 45.8773, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 79.2426, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 75.0719, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 70.9012, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 66.7306, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 29.1946, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 33.3653, 4] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 37.5359, 3] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 33.3653, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4053.35; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 193 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [77.0538, -50.0479, 22] + [ ecalVeto ] 0 : Hit 1: [77.0538, -50.0479, 20] + [ ecalVeto ] 0 : Hit 2: [74.6459, -45.8773, 19] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2668.87; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 194 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-8.69618, 123.499, 26] + [ ecalVeto ] 0 : Hit 1: [-11.1041, 119.329, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-8.69618, 106.817, 24] + [ ecalVeto ] 0 : Hit 1: [-11.1041, 102.646, 23] + [ ecalVeto ] 0 : Hit 2: [-8.69618, 98.4754, 22] + [ ecalVeto ] 0 : Hit 3: [-11.1041, 94.3048, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 58.3892, 13] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 62.5599, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 50.0479, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 45.8773, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 41.7066, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 37.5359, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-32.7755, -98.4754, 7] + [ ecalVeto ] 0 : Hit 1: [-30.3676, -102.646, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -45.8773, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -41.7066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5150.31; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 195 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-116.118, -54.2186, 28] + [ ecalVeto ] 0 : Hit 1: [-118.525, -50.0479, 27] + [ ecalVeto ] 0 : Finding linreg tracks from 42 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2335.69; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 196 Brem photon produced 48 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 198.571, 21] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 202.742, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -16.6826, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -20.8533, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -16.6826, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 100 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6685.21; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 197 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -37.5359, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -41.7066, 3] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -37.5359, 2] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -37.5359, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 27 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1751.44; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 198 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 198 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [147.421, 16.6826, 30] + [ ecalVeto ] 0 : Hit 1: [145.013, 12.512, 29] + [ ecalVeto ] 0 : Hit 2: [147.421, 8.34132, 28] + [ ecalVeto ] 0 : Hit 3: [145.013, 4.17066, 27] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3484.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 199 Brem photon produced 63 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 75.0719, 23] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 75.0719, 21] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 70.9012, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 62.5599, 17] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 58.3892, 16] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 54.2186, 15] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 50.0479, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 50.0479, 13] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 45.8773, 12] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 41.7066, 11] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 37.5359, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 4: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [12.0397, 29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3918.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 200 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -37.5359, 18] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 17] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -29.1946, 16] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -25.024, 15] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -20.8533, 14] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -16.6826, 13] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -12.512, 12] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -8.34132, 11] + [ ecalVeto ] 0 : Hit 8: [-2.40793, -12.512, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Hit 8: [-4.81586, 16.6826, 1] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4452.71; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 201 Brem photon produced 86 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5806.35; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 202 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [105.013, -115.158, 22] + [ ecalVeto ] 0 : Hit 1: [102.606, -110.987, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-8.69618, 98.4754, 20] + [ ecalVeto ] 0 : Hit 1: [-11.1041, 94.3048, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 87.5839, 18] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 83.4132, 17] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 75.0719, 16] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 70.9012, 15] + [ ecalVeto ] 0 : Hit 2: [-24.0793, 66.7306, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -60.9395, 13] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -56.7688, 12] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-33.711, 41.7066, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 37.5359, 10] + [ ecalVeto ] 0 : Hit 2: [-33.711, 33.3653, 9] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -54.2186, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -50.0479, 7] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Hit 3: [4.81586, 8.34132, 0] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 16.6826, 4] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 2] + [ ecalVeto ] 0 : Hit 2: [9.63173, 8.34132, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 105 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3530.01; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 203 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [52.9745, 66.7306, 13] + [ ecalVeto ] 0 : Hit 1: [52.9745, 66.7306, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 45.8773, 10] + [ ecalVeto ] 0 : Hit 1: [-33.711, 41.7066, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -12.512, 6] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -12.512, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -8.34132, 1] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 110 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7600.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 204 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-69.83, 12.512, 19] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 16.6826, 18] + [ ecalVeto ] 0 : Hit 2: [-69.83, 20.8533, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -45.8773, 14] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -41.7066, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -33.3653, 9] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -29.1946, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -29.1946, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6604.59; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 205 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -33.3653, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2659.65; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 206 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5836.99; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 207 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-112.237, 127.67, 27] + [ ecalVeto ] 0 : Hit 1: [-109.829, 123.499, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 77.6221, 23] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 73.4515, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -33.3653, 23] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -29.1946, 22] + [ ecalVeto ] 0 : Hit 2: [-77.0538, -25.024, 21] + [ ecalVeto ] 0 : Hit 3: [-74.6459, -20.8533, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 12.512, 19] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 16.6826, 18] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4962.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 208 Brem photon produced 53 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -2.66454e-15, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, -33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -37.5359, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 40 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4028.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 209 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 12] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 11] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 20.8533, 10] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 7: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 8: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 9: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 10: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Hit 11: [-4.81586, -8.34132, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3876.21; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 210 Brem photon produced 5 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -69.2808, 25] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -65.1101, 24] + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5388.93; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 211 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, 79.2426, 28] + [ ecalVeto ] 0 : Hit 1: [24.0793, 75.0719, 27] + [ ecalVeto ] 0 : Hit 2: [26.4873, 70.9012, 26] + [ ecalVeto ] 0 : Hit 3: [24.0793, 66.7306, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-32.7755, -98.4754, 23] + [ ecalVeto ] 0 : Hit 1: [-30.3676, -94.3048, 22] + [ ecalVeto ] 0 : Hit 2: [-32.7755, -90.1341, 21] + [ ecalVeto ] 0 : Hit 3: [-30.3676, -85.9634, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, 58.3892, 22] + [ ecalVeto ] 0 : Hit 1: [16.8555, 54.2186, 21] + [ ecalVeto ] 0 : Hit 2: [19.2635, 50.0479, 20] + [ ecalVeto ] 0 : Hit 3: [16.8555, 45.8773, 19] + [ ecalVeto ] 0 : Hit 4: [19.2635, 50.0479, 18] + [ ecalVeto ] 0 : Hit 5: [16.8555, 45.8773, 17] + [ ecalVeto ] 0 : Hit 6: [19.2635, 41.7066, 16] + [ ecalVeto ] 0 : Hit 7: [16.8555, 37.5359, 15] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -79.2426, 19] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -75.0719, 18] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -70.9012, 17] + [ ecalVeto ] 0 : Hit 3: [-24.0793, -66.7306, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, 37.5359, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 13] + [ ecalVeto ] 0 : Hit 2: [12.0397, 29.1946, 12] + [ ecalVeto ] 0 : Hit 3: [9.63173, 33.3653, 11] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -41.7066, 13] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -37.5359, 12] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -33.3653, 11] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -29.1946, 10] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 10] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -12.512, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -8.34132, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 26 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1671.2; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 212 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -58.3892, 20] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -54.2186, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -41.7066, 18] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -37.5359, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -66.7306, 16] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -62.5599, 15] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6701.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 213 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [44.8152, -144.353, 27] + [ ecalVeto ] 0 : Hit 1: [47.2231, -140.182, 26] + [ ecalVeto ] 0 : Hit 2: [44.8152, -136.011, 25] + [ ecalVeto ] 0 : Hit 3: [47.2231, -131.841, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [44.8152, -119.329, 23] + [ ecalVeto ] 0 : Hit 1: [47.2231, -115.158, 22] + [ ecalVeto ] 0 : Hit 2: [44.8152, -110.987, 21] + [ ecalVeto ] 0 : Hit 3: [47.2231, -106.817, 20] + [ ecalVeto ] 0 : Hit 4: [44.8152, -102.646, 19] + [ ecalVeto ] 0 : Hit 5: [47.2231, -98.4754, 18] + [ ecalVeto ] 0 : Finding linreg tracks from 40 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2381.58; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 214 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-148.356, -165.206, 27] + [ ecalVeto ] 0 : Hit 1: [-145.948, -161.035, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [54.4469, -127.67, 22] + [ ecalVeto ] 0 : Hit 1: [52.039, -123.499, 21] + [ ecalVeto ] 0 : Hit 2: [54.4469, -127.67, 20] + [ ecalVeto ] 0 : Hit 3: [52.039, -123.499, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 13] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 5: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4114.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 215 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 40 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2893.18; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 216 Brem photon produced 38 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 6: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6123.87; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 217 Brem photon produced 55 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-118.525, -66.7306, 7] + [ ecalVeto ] 0 : Hit 1: [-116.118, -62.5599, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5678.93; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 218 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, 50.0479, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 54.2186, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 66.7306, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 62.5599, 8] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 58.3892, 7] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 54.2186, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3632.15; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 219 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-148.356, 106.817, 31] + [ ecalVeto ] 0 : Hit 1: [-145.948, 102.646, 30] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [119.461, -106.817, 22] + [ ecalVeto ] 0 : Hit 1: [117.053, -102.646, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [105.013, -98.4754, 20] + [ ecalVeto ] 0 : Hit 1: [102.606, -94.3048, 19] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [97.7897, -77.6221, 20] + [ ecalVeto ] 0 : Hit 1: [95.3817, -73.4515, 19] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [97.7897, -85.9634, 18] + [ ecalVeto ] 0 : Hit 1: [95.3817, -81.7928, 17] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [90.5659, -73.4515, 18] + [ ecalVeto ] 0 : Hit 1: [88.1579, -69.2808, 17] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [83.3421, -60.9395, 16] + [ ecalVeto ] 0 : Hit 1: [80.9341, -56.7688, 15] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2523.62; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 220 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, 25.024, 13] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 20.8533, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 14610.7; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 221 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 11 + [ ecalVeto ] 0 : Beginning track merging using 11 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [48.1586, 50.0479, 16] + [ ecalVeto ] 0 : Hit 1: [45.7507, 54.2186, 15] + [ ecalVeto ] 0 : Hit 2: [48.1586, 50.0479, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -25.024, 10] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -25.024, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -29.1946, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -33.3653, 6] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -37.5359, 5] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -33.3653, 4] + [ ecalVeto ] 0 : Hit 6: [-12.0397, -37.5359, 3] + [ ecalVeto ] 0 : Hit 7: [-9.63173, -41.7066, 2] + [ ecalVeto ] 0 : Hit 8: [-12.0397, -37.5359, 1] + [ ecalVeto ] 0 : Hit 9: [-9.63173, -33.3653, 0] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -37.5359, 9] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -33.3653, 8] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -37.5359, 7] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -41.7066, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -29.1946, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -37.5359, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -37.5359, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -41.7066, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -37.5359, 8] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 4: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 5: [19.2635, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 6: [16.8555, 4.17066, 7] + [ ecalVeto ] 0 : Hit 7: [19.2635, -2.66454e-15, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [48.1586, 25.024, 8] + [ ecalVeto ] 0 : Hit 1: [48.1586, 25.024, 6] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -37.5359, 4] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7232.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 222 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 29.1946, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 41 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3719.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 223 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 33.3653, 19] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 29.1946, 18] + [ ecalVeto ] 0 : Hit 2: [-77.0538, 25.024, 17] + [ ecalVeto ] 0 : Hit 3: [-74.6459, 29.1946, 16] + [ ecalVeto ] 0 : Hit 4: [-77.0538, 25.024, 15] + [ ecalVeto ] 0 : Hit 5: [-74.6459, 20.8533, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-69.83, 20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 16.6826, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 12.512, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 25.024, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Hit 5: [12.0397, 12.512, 2] + [ ecalVeto ] 0 : Hit 6: [12.0397, 12.512, 0] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [16.8555, 20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [19.2635, 16.6826, 4] + [ ecalVeto ] 0 : Hit 2: [16.8555, 12.512, 3] + [ ecalVeto ] 0 : Hit 3: [19.2635, 8.34132, 2] + [ ecalVeto ] 0 : Hit 4: [16.8555, 12.512, 1] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 12.512, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 8.34132, 4] + [ ecalVeto ] 0 : Hit 2: [-26.4873, 12.512, 3] + [ ecalVeto ] 0 : Hit 3: [-24.0793, 8.34132, 2] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-33.711, 8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 12.512, 4] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -29.1946, 3] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 11020.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 224 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [11.1041, -110.987, 26] + [ ecalVeto ] 0 : Hit 1: [8.69618, -106.817, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, -87.5839, 23] + [ ecalVeto ] 0 : Hit 1: [19.2635, -83.4132, 22] + [ ecalVeto ] 0 : Hit 2: [16.8555, -79.2426, 21] + [ ecalVeto ] 0 : Hit 3: [19.2635, -75.0719, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [31.3031, -62.5599, 17] + [ ecalVeto ] 0 : Hit 1: [31.3031, -62.5599, 15] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -66.7306, 13] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -70.9012, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -62.5599, 12] + [ ecalVeto ] 0 : Hit 1: [-33.711, -58.3892, 11] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, -33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4159.82; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 225 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [52.9745, 66.7306, 25] + [ ecalVeto ] 0 : Hit 1: [54.4469, 69.2808, 24] + [ ecalVeto ] 0 : Hit 2: [52.039, 73.4515, 23] + [ ecalVeto ] 0 : Hit 3: [54.4469, 77.6221, 22] + [ ecalVeto ] 0 : Hit 4: [54.4469, 77.6221, 20] + [ ecalVeto ] 0 : Hit 5: [52.039, 73.4515, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [47.2231, 73.4515, 18] + [ ecalVeto ] 0 : Hit 1: [45.7507, 70.9012, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [40.9348, 70.9012, 16] + [ ecalVeto ] 0 : Hit 1: [38.5269, 66.7306, 15] + [ ecalVeto ] 0 : Hit 2: [40.9348, 62.5599, 14] + [ ecalVeto ] 0 : Hit 3: [38.5269, 58.3892, 13] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6552.51; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 226 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 50.0479, 17] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 45.8773, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-69.83, 37.5359, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 33.3653, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 29.1946, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 25.024, 12] + [ ecalVeto ] 0 : Hit 2: [-55.3824, 20.8533, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 41.7066, 12] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 37.5359, 11] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 25.024, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 20.8533, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 16.6826, 8] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 37.5359, 6] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 8.34132, 6] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 4.17066, 1] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 8.34132, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6663.74; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 227 Brem photon produced 43 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [55.3824, 4.17066, 20] + [ ecalVeto ] 0 : Hit 1: [52.9745, -2.66454e-15, 19] + [ ecalVeto ] 0 : Hit 2: [52.9745, -2.66454e-15, 17] + [ ecalVeto ] 0 : Hit 3: [48.1586, -2.66454e-15, 18] + [ ecalVeto ] 0 : Hit 4: [48.1586, -2.66454e-15, 16] + [ ecalVeto ] 0 : Hit 5: [45.7507, -4.17066, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-69.83, -4.17066, 17] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -8.34132, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -4.17066, 15] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -2.66454e-15, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [40.9348, -4.17066, 14] + [ ecalVeto ] 0 : Hit 1: [38.5269, -8.34132, 13] + [ ecalVeto ] 0 : Hit 2: [40.9348, -12.512, 12] + [ ecalVeto ] 0 : Hit 3: [38.5269, -16.6826, 11] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 92 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4880.28; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 228 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-69.83, -37.5359, 13] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -33.3653, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [48.1586, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 1: [45.7507, -4.17066, 11] + [ ecalVeto ] 0 : Hit 2: [45.7507, -4.17066, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4011.15; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 229 Brem photon produced 36 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, 50.0479, 13] + [ ecalVeto ] 0 : Hit 1: [26.4873, 54.2186, 12] + [ ecalVeto ] 0 : Hit 2: [24.0793, 50.0479, 11] + [ ecalVeto ] 0 : Hit 3: [26.4873, 54.2186, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, 37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [16.8555, 37.5359, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6279.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 230 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -8.34132, 21] + [ ecalVeto ] 0 : Hit 1: [-87.2224, -12.512, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 8.34132, 7] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 12.512, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [26.4873, 12.512, 6] + [ ecalVeto ] 0 : Hit 1: [26.4873, 12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5204.37; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 231 Brem photon produced 36 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5265.64; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 232 Brem photon produced 73 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -2.66454e-15, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5802.65; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 233 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-3.88031, -173.547, 11] + [ ecalVeto ] 0 : Hit 1: [-1.47238, -177.718, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -66.7306, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -62.5599, 6] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -58.3892, 5] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -54.2186, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 108 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4302.78; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 234 Brem photon produced 36 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -2.66454e-15, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [38.5269, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [40.9348, -20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [38.5269, -16.6826, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5160.2; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 235 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-37.5914, 148.523, 30] + [ ecalVeto ] 0 : Hit 1: [-39.9993, 144.353, 29] + [ ecalVeto ] 0 : Hit 2: [-37.5914, 140.182, 28] + [ ecalVeto ] 0 : Hit 3: [-39.9993, 136.011, 27] + [ ecalVeto ] 0 : Hit 4: [-37.5914, 131.841, 26] + [ ecalVeto ] 0 : Hit 5: [-39.9993, 127.67, 25] + [ ecalVeto ] 0 : Hit 6: [-37.5914, 123.499, 24] + [ ecalVeto ] 0 : Hit 7: [-39.9993, 119.329, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-44.8152, 110.987, 22] + [ ecalVeto ] 0 : Hit 1: [-47.2231, 106.817, 21] + [ ecalVeto ] 0 : Hit 2: [-44.8152, 102.646, 20] + [ ecalVeto ] 0 : Hit 3: [-47.2231, 98.4754, 19] + [ ecalVeto ] 0 : Hit 4: [-44.8152, 94.3048, 18] + [ ecalVeto ] 0 : Hit 5: [-47.2231, 90.1341, 17] + [ ecalVeto ] 0 : Hit 6: [-44.8152, 85.9634, 16] + [ ecalVeto ] 0 : Hit 7: [-47.2231, 81.7928, 15] + [ ecalVeto ] 0 : Hit 8: [-44.8152, 77.6221, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 34 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3179; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 236 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -58.3892, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -54.2186, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 50.0479, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 45.8773, 6] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 41.7066, 5] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 37.5359, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 66.7306, 6] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 62.5599, 5] + [ ecalVeto ] 0 : Hit 2: [-24.0793, 66.7306, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 37.5359, 3] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 33.3653, 2] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 29.1946, 1] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 33.3653, 0] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 2] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 1] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 29.1946, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4049.9; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 237 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 38 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4454; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 238 Brem photon produced 48 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 105 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6392.76; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 239 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4465.11; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 240 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-112.237, -77.6221, 21] + [ ecalVeto ] 0 : Hit 1: [-109.829, -73.4515, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -45.8773, 21] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -50.0479, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-45.7507, -45.8773, 18] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -41.7066, 17] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -56.7688, 17] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -54.2186, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -37.5359, 17] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -41.7066, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-33.711, -41.7066, 15] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -37.5359, 14] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -37.5359, 13] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -33.3653, 12] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -37.5359, 11] + [ ecalVeto ] 0 : Hit 3: [-24.0793, -33.3653, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2692.74; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 241 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-169.092, 29.1946, 29] + [ ecalVeto ] 0 : Hit 1: [-166.684, 33.3653, 28] + [ ecalVeto ] 0 : Hit 2: [-169.092, 37.5359, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 52.5982, 21] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 56.7688, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 60.9395, 19] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 58.3892, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [31.3031, 45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [33.711, 41.7066, 8] + [ ecalVeto ] 0 : Hit 2: [31.3031, 37.5359, 7] + [ ecalVeto ] 0 : Hit 3: [33.711, 41.7066, 6] + [ ecalVeto ] 0 : Hit 4: [31.3031, 37.5359, 5] + [ ecalVeto ] 0 : Hit 5: [33.711, 33.3653, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [26.4873, 37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [26.4873, 37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [24.0793, 33.3653, 5] + [ ecalVeto ] 0 : Hit 3: [26.4873, 29.1946, 4] + [ ecalVeto ] 0 : Hit 4: [24.0793, 25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 91 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5645.87; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 242 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 7: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 8: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Hit 9: [2.40793, 12.512, 1] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -2.66454e-15, 1] + [ ecalVeto ] 0 : Hit 8: [-2.40793, 4.17066, 0] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [19.2635, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, 12.512, 7] + [ ecalVeto ] 0 : Hit 2: [19.2635, 8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [16.8555, 12.512, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 4: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 6: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Hit 7: [4.81586, -2.66454e-15, 2] + [ ecalVeto ] 0 : Hit 8: [2.40793, 4.17066, 1] + [ ecalVeto ] 0 : Hit 9: [4.81586, -2.66454e-15, 0] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -4.17066, 1] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -8.34132, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5780.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 243 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-32.7755, -81.7928, 23] + [ ecalVeto ] 0 : Hit 1: [-30.3676, -85.9634, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -54.2186, 13] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -50.0479, 12] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -45.8773, 11] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -41.7066, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -45.8773, 8] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -41.7066, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5210.68; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 244 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [141.132, 102.646, 32] + [ ecalVeto ] 0 : Hit 1: [138.725, 98.4754, 31] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [126.685, 85.9634, 28] + [ ecalVeto ] 0 : Hit 1: [124.277, 81.7928, 27] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -56.7688, 11] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -52.5982, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 54.2186, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 50.0479, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 29.1946, 2] + [ ecalVeto ] 0 : Hit 7: [-4.81586, 33.3653, 1] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 37.5359, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -4.17066, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2463.83; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 245 Brem photon produced 36 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5294.8; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 246 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 29.1946, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -25.024, 6] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -20.8533, 5] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -25.024, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -8.34132, 4] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -12.512, 3] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -8.34132, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -12.512, 3] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 96 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3945.96; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 247 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, 29.1946, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, 33.3653, 8] + [ ecalVeto ] 0 : Hit 3: [16.8555, 29.1946, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, 4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 4: [12.0397, 20.8533, 8] + [ ecalVeto ] 0 : Hit 5: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 6: [12.0397, 29.1946, 6] + [ ecalVeto ] 0 : Hit 7: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 8: [12.0397, 29.1946, 4] + [ ecalVeto ] 0 : Hit 9: [9.63173, 33.3653, 3] + [ ecalVeto ] 0 : Hit 10: [12.0397, 29.1946, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 37.5359, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8759.18; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 248 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, 37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [16.8555, 37.5359, 7] + [ ecalVeto ] 0 : Hit 2: [9.63173, 33.3653, 9] + [ ecalVeto ] 0 : Hit 3: [12.0397, 29.1946, 8] + [ ecalVeto ] 0 : Hit 4: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Hit 5: [12.0397, 37.5359, 6] + [ ecalVeto ] 0 : Hit 6: [9.63173, 41.7066, 5] + [ ecalVeto ] 0 : Hit 7: [12.0397, 37.5359, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 9 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1292; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 249 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [67.4221, -2.66454e-15, 21] + [ ecalVeto ] 0 : Hit 1: [69.83, 4.17066, 20] + [ ecalVeto ] 0 : Hit 2: [67.4221, -2.66454e-15, 19] + [ ecalVeto ] 0 : Hit 3: [69.83, -4.17066, 18] + [ ecalVeto ] 0 : Hit 4: [69.83, -4.17066, 16] + [ ecalVeto ] 0 : Hit 5: [67.4221, -8.34132, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -12.512, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -8.34132, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -16.6826, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6823.59; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 250 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, 62.5599, 24] + [ ecalVeto ] 0 : Hit 1: [24.0793, 58.3892, 23] + [ ecalVeto ] 0 : Hit 2: [26.4873, 54.2186, 22] + [ ecalVeto ] 0 : Hit 3: [24.0793, 50.0479, 21] + [ ecalVeto ] 0 : Hit 4: [26.4873, 45.8773, 20] + [ ecalVeto ] 0 : Hit 5: [24.0793, 41.7066, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 29.1946, 16] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 15] + [ ecalVeto ] 0 : Hit 2: [12.0397, 20.8533, 14] + [ ecalVeto ] 0 : Hit 3: [9.63173, 16.6826, 13] + [ ecalVeto ] 0 : Hit 4: [12.0397, 12.512, 12] + [ ecalVeto ] 0 : Hit 5: [9.63173, 8.34132, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 9328.52; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 251 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, -4.17066, 17] + [ ecalVeto ] 0 : Hit 1: [19.2635, -8.34132, 16] + [ ecalVeto ] 0 : Hit 2: [16.8555, -12.512, 15] + [ ecalVeto ] 0 : Hit 3: [16.8555, -12.512, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 33.3653, 16] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 29.1946, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 20.8533, 11] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 16.6826, 10] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 12.512, 9] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 8.34132, 8] + [ ecalVeto ] 0 : Hit 5: [-12.0397, 4.17066, 7] + [ ecalVeto ] 0 : Hit 6: [-9.63173, -2.66454e-15, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -41.7066, 11] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -41.7066, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -37.5359, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 5: [4.81586, -33.3653, 8] + [ ecalVeto ] 0 : Hit 6: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 7: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 8: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 9: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 10: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 4: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 7: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4844.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 252 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 69.2808, 17] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 65.1101, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 62.5599, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 58.3892, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 45.8773, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 41.7066, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5090.2; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 253 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-217.251, -62.5599, 28] + [ ecalVeto ] 0 : Hit 1: [-219.659, -66.7306, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2172.02; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 254 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 31 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3590.44; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 255 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -12.512, 13] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -16.6826, 12] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -12.512, 11] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -8.34132, 10] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -4.17066, 9] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -8.34132, 8] + [ ecalVeto ] 0 : Hit 6: [-12.0397, -4.17066, 7] + [ ecalVeto ] 0 : Hit 7: [-9.63173, -8.34132, 6] + [ ecalVeto ] 0 : Hit 8: [-12.0397, -4.17066, 5] + [ ecalVeto ] 0 : Hit 9: [-9.63173, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 10: [-12.0397, -4.17066, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -4.17066, 10] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -4.17066, 8] + [ ecalVeto ] 0 : Hit 4: [-19.2635, -8.34132, 7] + [ ecalVeto ] 0 : Hit 5: [-12.0397, -12.512, 9] + [ ecalVeto ] 0 : Hit 6: [-12.0397, -12.512, 7] + [ ecalVeto ] 0 : Hit 7: [-9.63173, -16.6826, 6] + [ ecalVeto ] 0 : Hit 8: [-12.0397, -12.512, 5] + [ ecalVeto ] 0 : Hit 9: [-9.63173, -8.34132, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -12.512, 10] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -8.34132, 9] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -12.512, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -12.512, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 12.512, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7756.57; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 256 Brem photon produced 97 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 1: [12.0397, 4.17066, 12] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 6: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 12.512, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 8.34132, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -20.8533, 2] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -16.6826, 1] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -20.8533, 0] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 41 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5743.15; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 257 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-161.868, 75.0719, 25] + [ ecalVeto ] 0 : Hit 1: [-159.46, 79.2426, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-161.868, 91.7545, 25] + [ ecalVeto ] 0 : Hit 1: [-159.46, 87.5839, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-169.092, 62.5599, 25] + [ ecalVeto ] 0 : Hit 1: [-166.684, 58.3892, 24] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-119.461, 73.4515, 21] + [ ecalVeto ] 0 : Hit 1: [-117.053, 77.6221, 20] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3861.14; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 258 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-109.829, 98.4754, 6] + [ ecalVeto ] 0 : Hit 1: [-112.237, 94.3048, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -12.512, 6] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -16.6826, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 43 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4374.29; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 259 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -54.2186, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -50.0479, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -45.8773, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -41.7066, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -45.8773, 2] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -41.7066, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2395.62; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 260 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5799.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 261 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 27 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3446.68; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 262 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-67.4221, 16.6826, 12] + [ ecalVeto ] 0 : Hit 1: [-69.83, 20.8533, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 54.2186, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 50.0479, 10] + [ ecalVeto ] 0 : Hit 2: [-40.9348, 45.8773, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [-40.9348, 20.8533, 9] + [ ecalVeto ] 0 : Hit 3: [-38.5269, 25.024, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, 12.512, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5472.34; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 263 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-44.8152, 94.3048, 10] + [ ecalVeto ] 0 : Hit 1: [-44.8152, 94.3048, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [33.711, 25.024, 6] + [ ecalVeto ] 0 : Hit 1: [33.711, 25.024, 4] + [ ecalVeto ] 0 : Hit 2: [31.3031, 29.1946, 3] + [ ecalVeto ] 0 : Hit 3: [33.711, 33.3653, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-160.396, -119.329, 4] + [ ecalVeto ] 0 : Hit 1: [-160.396, -119.329, 2] + [ ecalVeto ] 0 : Hit 2: [-162.804, -115.158, 1] + [ ecalVeto ] 0 : Hit 3: [-160.396, -110.987, 0] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [26.4873, 29.1946, 2] + [ ecalVeto ] 0 : Hit 1: [24.0793, 33.3653, 1] + [ ecalVeto ] 0 : Hit 2: [26.4873, 29.1946, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6430.91; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 264 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 38 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2314.28; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 265 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, 33.3653, 33] + [ ecalVeto ] 0 : Hit 1: [26.4873, 29.1946, 32] + [ ecalVeto ] 0 : Hit 2: [24.0793, 25.024, 31] + [ ecalVeto ] 0 : Hit 3: [26.4873, 20.8533, 30] + [ ecalVeto ] 0 : Hit 4: [26.4873, 20.8533, 28] + [ ecalVeto ] 0 : Hit 5: [24.0793, 16.6826, 27] + [ ecalVeto ] 0 : Hit 6: [26.4873, 12.512, 26] + [ ecalVeto ] 0 : Hit 7: [24.0793, 16.6826, 25] + [ ecalVeto ] 0 : Hit 8: [26.4873, 20.8533, 24] + [ ecalVeto ] 0 : Hit 9: [24.0793, 16.6826, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-169.092, 79.2426, 21] + [ ecalVeto ] 0 : Hit 1: [-166.684, 75.0719, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -45.8773, 16] + [ ecalVeto ] 0 : Hit 1: [12.0397, -45.8773, 14] + [ ecalVeto ] 0 : Hit 2: [9.63173, -41.7066, 13] + [ ecalVeto ] 0 : Hit 3: [12.0397, -37.5359, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 16] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 14] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 13] + [ ecalVeto ] 0 : Hit 3: [12.0397, 20.8533, 12] + [ ecalVeto ] 0 : Hit 4: [9.63173, 25.024, 11] + [ ecalVeto ] 0 : Hit 5: [12.0397, 20.8533, 10] + [ ecalVeto ] 0 : Hit 6: [9.63173, 25.024, 9] + [ ecalVeto ] 0 : Hit 7: [12.0397, 20.8533, 8] + [ ecalVeto ] 0 : Hit 8: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 9: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 10: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 11: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-111.302, 54.2186, 15] + [ ecalVeto ] 0 : Hit 1: [-108.894, 50.0479, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 37.5359, 13] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 33.3653, 12] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 29.1946, 11] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 25.024, 10] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 11] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 10] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 9] + [ ecalVeto ] 0 : Hit 3: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 6: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 105 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6444.46; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 266 Brem photon produced 43 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -41.7066, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, -37.5359, 11] + [ ecalVeto ] 0 : Hit 2: [19.2635, -33.3653, 10] + [ ecalVeto ] 0 : Hit 3: [16.8555, -29.1946, 9] + [ ecalVeto ] 0 : Hit 4: [19.2635, -25.024, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5783.35; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 267 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [90.5659, -98.4754, 32] + [ ecalVeto ] 0 : Hit 1: [88.1579, -94.3048, 31] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [83.3421, -94.3048, 30] + [ ecalVeto ] 0 : Hit 1: [80.9341, -90.1341, 29] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 25.024, 4] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 20.8533, 3] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 100 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3120.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 268 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [116.118, 54.2186, 11] + [ ecalVeto ] 0 : Hit 1: [118.525, 50.0479, 10] + [ ecalVeto ] 0 : Hit 2: [116.118, 54.2186, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -8.34132, 3] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4125.76; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 269 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 13 + [ ecalVeto ] 0 : Beginning track merging using 13 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 12 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-52.9745, 8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [-55.3824, 4.17066, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-67.4221, 16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [-69.83, 12.512, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-52.9745, 25.024, 10] + [ ecalVeto ] 0 : Hit 1: [-55.3824, 20.8533, 9] + [ ecalVeto ] 0 : Hit 2: [-52.9745, 16.6826, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 12.512, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 4.17066, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 12.512, 7] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 12.512, 8] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 12.512, 6] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [16.8555, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [19.2635, -25.024, 6] + [ ecalVeto ] 0 : Hit 2: [16.8555, -20.8533, 5] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -2.66454e-15, 5] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-33.711, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-31.3031, 4.17066, 4] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -2.66454e-15, 6] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Hit 5: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 12 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6203.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 270 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5486.35; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 271 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -37.5359, 17] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -33.3653, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -12.512, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -8.34132, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 98 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3357.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 272 Brem photon produced 42 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [62.6062, -33.3653, 16] + [ ecalVeto ] 0 : Hit 1: [62.6062, -33.3653, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -25.024, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -58.3892, 6] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -62.5599, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, -8.34132, 1] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5432.02; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 273 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-118.525, -8.34132, 23] + [ ecalVeto ] 0 : Hit 1: [-116.118, -12.512, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -20.8533, 21] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -25.024, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [61.6707, -73.4515, 20] + [ ecalVeto ] 0 : Hit 1: [59.2627, -69.2808, 19] + [ ecalVeto ] 0 : Hit 2: [61.6707, -65.1101, 18] + [ ecalVeto ] 0 : Hit 3: [60.1983, -62.5599, 17] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -25.024, 19] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -29.1946, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-33.711, -75.0719, 15] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -79.2426, 14] + [ ecalVeto ] 0 : Hit 2: [-32.7755, -81.7928, 13] + [ ecalVeto ] 0 : Hit 3: [-30.3676, -85.9634, 12] + [ ecalVeto ] 0 : Hit 4: [-32.7755, -90.1341, 11] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-52.9745, -50.0479, 12] + [ ecalVeto ] 0 : Hit 1: [-55.3824, -54.2186, 11] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4580.92; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 274 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-141.132, 110.987, 21] + [ ecalVeto ] 0 : Hit 1: [-138.725, 106.817, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-126.685, 102.646, 19] + [ ecalVeto ] 0 : Hit 1: [-124.277, 98.4754, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [24.0793, -2.66454e-15, 19] + [ ecalVeto ] 0 : Hit 1: [26.4873, 4.17066, 18] + [ ecalVeto ] 0 : Hit 2: [24.0793, -2.66454e-15, 17] + [ ecalVeto ] 0 : Hit 3: [26.4873, 4.17066, 16] + [ ecalVeto ] 0 : Hit 4: [24.0793, 8.34132, 15] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 81.7928, 13] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 77.6221, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 73.4515, 11] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 69.2808, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2916.5; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 275 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5709.66; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 276 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 14 + [ ecalVeto ] 0 : Beginning track merging using 14 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 13 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-104.078, 25.024, 25] + [ ecalVeto ] 0 : Hit 1: [-101.67, 20.8533, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -50.0479, 25] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -45.8773, 24] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -41.7066, 23] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -37.5359, 22] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -33.3653, 21] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -29.1946, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 29.1946, 23] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 33.3653, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 45.8773, 19] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 41.7066, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 19] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 17] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 16] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 15] + [ ecalVeto ] 0 : Hit 4: [4.81586, -8.34132, 14] + [ ecalVeto ] 0 : Hit 5: [2.40793, -4.17066, 13] + [ ecalVeto ] 0 : Hit 6: [4.81586, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 7: [2.40793, 4.17066, 11] + [ ecalVeto ] 0 : Hit 8: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 9: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Hit 10: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 11: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 12: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 13: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-69.83, 45.8773, 17] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 41.7066, 16] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 41.7066, 15] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 45.8773, 14] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 45.8773, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 41.7066, 10] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [4.81586, 75.0719, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 70.9012, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, 75.0719, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 70.9012, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, 66.7306, 6] + [ ecalVeto ] 0 : Hit 5: [4.81586, 66.7306, 8] + [ ecalVeto ] 0 : Hit 6: [2.40793, 62.5599, 7] + [ ecalVeto ] 0 : Hit 7: [4.81586, 58.3892, 6] + [ ecalVeto ] 0 : Hit 8: [2.40793, 54.2186, 5] + [ ecalVeto ] 0 : Hit 9: [4.81586, 50.0479, 4] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 91.7545, 10] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 87.5839, 9] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-33.711, 41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 37.5359, 8] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 66.7306, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 62.5599, 7] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 41.7066, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 13 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4902.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 277 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-125.749, -45.8773, 17] + [ ecalVeto ] 0 : Hit 1: [-123.341, -41.7066, 16] + [ ecalVeto ] 0 : Finding linreg tracks from 27 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2871.84; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 278 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [-33.711, 33.3653, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 29.1946, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5146.44; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 279 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-141.132, 119.329, 19] + [ ecalVeto ] 0 : Hit 1: [-138.725, 115.158, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-126.685, 110.987, 17] + [ ecalVeto ] 0 : Hit 1: [-124.277, 106.817, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 90.1341, 11] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 85.9634, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 8.34132, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, 41.7066, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Hit 4: [2.40793, 29.1946, 1] + [ ecalVeto ] 0 : Hit 5: [4.81586, 33.3653, 0] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [16.8555, 37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [19.2635, 41.7066, 4] + [ ecalVeto ] 0 : Hit 2: [16.8555, 45.8773, 3] + [ ecalVeto ] 0 : Hit 3: [19.2635, 41.7066, 2] + [ ecalVeto ] 0 : Hit 4: [16.8555, 45.8773, 1] + [ ecalVeto ] 0 : Hit 5: [19.2635, 50.0479, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 92 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5652.96; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 280 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 280 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 26 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2451.39; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 281 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [105.013, -115.158, 20] + [ ecalVeto ] 0 : Hit 1: [102.606, -110.987, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-45.7507, 45.8773, 10] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 45.8773, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 41.7066, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 50.0479, 9] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 45.8773, 8] + [ ecalVeto ] 0 : Hit 2: [-62.6062, 41.7066, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 106 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4878.65; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 282 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 21 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1382.19; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 283 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 227.766, 25] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 223.595, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 41.7066, 11] + [ ecalVeto ] 0 : Hit 1: [9.63173, 41.7066, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, 45.8773, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, 41.7066, 7] + [ ecalVeto ] 0 : Hit 4: [12.0397, 45.8773, 6] + [ ecalVeto ] 0 : Hit 5: [9.63173, 41.7066, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [4.81586, 41.7066, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 45.8773, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 62.5599, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 58.3892, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 54.2186, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 50.0479, 4] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 54.2186, 6] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 50.0479, 5] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 45.8773, 4] + [ ecalVeto ] 0 : Hit 7: [-4.81586, 41.7066, 3] + [ ecalVeto ] 0 : Hit 8: [-2.40793, 45.8773, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [16.8555, 20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [19.2635, 16.6826, 4] + [ ecalVeto ] 0 : Hit 2: [16.8555, 12.512, 3] + [ ecalVeto ] 0 : Hit 3: [19.2635, 8.34132, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 66.7306, 1] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 70.9012, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 94 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7324.94; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 284 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [59.2627, 77.6221, 21] + [ ecalVeto ] 0 : Hit 1: [61.6707, 73.4515, 20] + [ ecalVeto ] 0 : Hit 2: [59.2627, 69.2808, 19] + [ ecalVeto ] 0 : Hit 3: [61.6707, 65.1101, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [31.3031, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [33.711, 16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [33.711, 16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [31.3031, 12.512, 3] + [ ecalVeto ] 0 : Hit 4: [33.711, 16.6826, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 95 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3113.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 285 Brem photon produced 51 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-39.9993, 177.718, 27] + [ ecalVeto ] 0 : Hit 1: [-37.5914, 181.889, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-25.5517, 177.718, 25] + [ ecalVeto ] 0 : Hit 1: [-23.1438, 173.547, 24] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5271.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 286 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3858.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 287 Brem photon produced 31 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3895.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 288 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 87 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4551; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 289 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 11 + [ ecalVeto ] 0 : Beginning track merging using 11 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 11 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [55.3824, -12.512, 22] + [ ecalVeto ] 0 : Hit 1: [52.9745, -8.34132, 21] + [ ecalVeto ] 0 : Hit 2: [55.3824, -12.512, 20] + [ ecalVeto ] 0 : Hit 3: [52.9745, -8.34132, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-112.237, 69.2808, 19] + [ ecalVeto ] 0 : Hit 1: [-109.829, 73.4515, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [48.1586, -8.34132, 18] + [ ecalVeto ] 0 : Hit 1: [45.7507, -4.17066, 17] + [ ecalVeto ] 0 : Hit 2: [48.1586, -2.66454e-15, 16] + [ ecalVeto ] 0 : Hit 3: [45.7507, -4.17066, 15] + [ ecalVeto ] 0 : Hit 4: [48.1586, -2.66454e-15, 14] + [ ecalVeto ] 0 : Hit 5: [45.7507, 4.17066, 13] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 69.2808, 17] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 65.1101, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 65.1101, 15] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 69.2808, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 65.1101, 13] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 60.9395, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [40.9348, 4.17066, 12] + [ ecalVeto ] 0 : Hit 1: [38.5269, 8.34132, 11] + [ ecalVeto ] 0 : Hit 2: [38.5269, 8.34132, 9] + [ ecalVeto ] 0 : Hit 3: [40.9348, 12.512, 8] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-61.6707, 65.1101, 11] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 62.5599, 10] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 58.3892, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 54.2186, 8] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-33.711, 50.0479, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 45.8773, 6] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 41.7066, 1] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 11 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6263.11; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 290 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-52.039, -81.7928, 6] + [ ecalVeto ] 0 : Hit 1: [-54.4469, -77.6221, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5244.87; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 291 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [96.8541, 4.17066, 30] + [ ecalVeto ] 0 : Hit 1: [96.8541, 4.17066, 28] + [ ecalVeto ] 0 : Hit 2: [94.4462, 8.34132, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [81.8697, 8.34132, 27] + [ ecalVeto ] 0 : Hit 1: [84.2776, 12.512, 26] + [ ecalVeto ] 0 : Hit 2: [81.8697, 8.34132, 25] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -2.66454e-15, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3071.38; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 292 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 83.4132, 24] + [ ecalVeto ] 0 : Hit 1: [16.8555, 79.2426, 23] + [ ecalVeto ] 0 : Hit 2: [19.2635, 75.0719, 22] + [ ecalVeto ] 0 : Hit 3: [16.8555, 70.9012, 21] + [ ecalVeto ] 0 : Hit 4: [19.2635, 75.0719, 20] + [ ecalVeto ] 0 : Hit 5: [16.8555, 70.9012, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 62.5599, 16] + [ ecalVeto ] 0 : Hit 1: [9.63173, 58.3892, 15] + [ ecalVeto ] 0 : Hit 2: [12.0397, 54.2186, 14] + [ ecalVeto ] 0 : Hit 3: [9.63173, 50.0479, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 58.3892, 15] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 54.2186, 14] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 50.0479, 13] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 45.8773, 12] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 41.7066, 11] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 37.5359, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 50.0479, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, 45.8773, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, 41.7066, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, 37.5359, 9] + [ ecalVeto ] 0 : Hit 4: [4.81586, 41.7066, 8] + [ ecalVeto ] 0 : Hit 5: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 6: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 7: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1924.54; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 293 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-132.973, 58.3892, 25] + [ ecalVeto ] 0 : Hit 1: [-130.565, 54.2186, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 45.8773, 19] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 41.7066, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-69.83, 37.5359, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 33.3653, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, 33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 29.1946, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 29.1946, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 102.646, 7] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 98.4754, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 58.3892, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 62.5599, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4363.98; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 294 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -70.9012, 13] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -75.0719, 12] + [ ecalVeto ] 0 : Hit 2: [-39.9993, -77.6221, 13] + [ ecalVeto ] 0 : Hit 3: [-37.5914, -81.7928, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -79.2426, 12] + [ ecalVeto ] 0 : Hit 1: [-33.711, -75.0719, 11] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6481.9; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 295 Brem photon produced 56 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 95 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6148.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 296 Brem photon produced 50 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 12.512, 8] + [ ecalVeto ] 0 : Hit 3: [-19.2635, 16.6826, 7] + [ ecalVeto ] 0 : Hit 4: [-16.8555, 12.512, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6030.68; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 297 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [112.237, 102.646, 30] + [ ecalVeto ] 0 : Hit 1: [109.829, 98.4754, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [45.7507, 70.9012, 27] + [ ecalVeto ] 0 : Hit 1: [48.1586, 66.7306, 26] + [ ecalVeto ] 0 : Hit 2: [45.7507, 62.5599, 25] + [ ecalVeto ] 0 : Hit 3: [48.1586, 58.3892, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [33.711, 58.3892, 22] + [ ecalVeto ] 0 : Hit 1: [31.3031, 54.2186, 21] + [ ecalVeto ] 0 : Hit 2: [33.711, 50.0479, 20] + [ ecalVeto ] 0 : Hit 3: [31.3031, 45.8773, 19] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [61.6707, 65.1101, 20] + [ ecalVeto ] 0 : Hit 1: [60.1983, 62.5599, 19] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, 29.1946, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 11] + [ ecalVeto ] 0 : Hit 2: [12.0397, 29.1946, 10] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 9] + [ ecalVeto ] 0 : Hit 4: [12.0397, 29.1946, 8] + [ ecalVeto ] 0 : Hit 5: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 6: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 7: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 8: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 9: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2458.83; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 298 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [104.078, -8.34132, 24] + [ ecalVeto ] 0 : Hit 1: [101.67, -4.17066, 23] + [ ecalVeto ] 0 : Hit 2: [104.078, -8.34132, 22] + [ ecalVeto ] 0 : Hit 3: [101.67, -12.512, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [77.0538, -16.6826, 14] + [ ecalVeto ] 0 : Hit 1: [74.6459, -20.8533, 13] + [ ecalVeto ] 0 : Hit 2: [77.0538, -16.6826, 12] + [ ecalVeto ] 0 : Hit 3: [74.6459, -12.512, 11] + [ ecalVeto ] 0 : Finding linreg tracks from 28 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1752.5; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 299 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -20.8533, 19] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -25.024, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -12.512, 16] + [ ecalVeto ] 0 : Hit 1: [-33.711, -8.34132, 15] + [ ecalVeto ] 0 : Hit 2: [-31.3031, -12.512, 14] + [ ecalVeto ] 0 : Hit 3: [-33.711, -8.34132, 13] + [ ecalVeto ] 0 : Hit 4: [-31.3031, -4.17066, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [-24.0793, 8.34132, 8] + [ ecalVeto ] 0 : Hit 3: [-26.4873, 12.512, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-60.1983, -20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [-62.6062, -16.6826, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 66.7306, 8] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 62.5599, 7] + [ ecalVeto ] 0 : Hit 2: [-38.5269, 58.3892, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-44.8152, 77.6221, 8] + [ ecalVeto ] 0 : Hit 1: [-47.2231, 73.4515, 7] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-33.711, 58.3892, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 62.5599, 4] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-69.83, 37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 33.3653, 4] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-69.83, 20.8533, 3] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 25.024, 2] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 20.8533, 1] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 25.024, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 98 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8594.91; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 300 Brem photon produced 60 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-54.4469, 169.377, 15] + [ ecalVeto ] 0 : Hit 1: [-52.039, 165.206, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2701.32; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 301 Brem photon produced 5 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 16.6826, 1] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3442.55; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 302 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-147.421, -75.0719, 27] + [ ecalVeto ] 0 : Hit 1: [-145.013, -79.2426, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-118.525, -66.7306, 23] + [ ecalVeto ] 0 : Hit 1: [-116.118, -62.5599, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-104.078, -58.3892, 21] + [ ecalVeto ] 0 : Hit 1: [-101.67, -54.2186, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -54.2186, 19] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -50.0479, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -45.8773, 17] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -41.7066, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -25.024, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -29.1946, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 34 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1402.33; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 303 Brem photon produced 46 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [52.9745, 66.7306, 19] + [ ecalVeto ] 0 : Hit 1: [55.3824, 62.5599, 18] + [ ecalVeto ] 0 : Hit 2: [52.9745, 58.3892, 17] + [ ecalVeto ] 0 : Hit 3: [55.3824, 54.2186, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [60.1983, 54.2186, 19] + [ ecalVeto ] 0 : Hit 1: [62.6062, 50.0479, 18] + [ ecalVeto ] 0 : Hit 2: [60.1983, 54.2186, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-219.659, 50.0479, 19] + [ ecalVeto ] 0 : Hit 1: [-217.251, 54.2186, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [48.1586, 33.3653, 18] + [ ecalVeto ] 0 : Hit 1: [45.7507, 29.1946, 17] + [ ecalVeto ] 0 : Hit 2: [48.1586, 25.024, 16] + [ ecalVeto ] 0 : Hit 3: [45.7507, 29.1946, 15] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3727.9; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 304 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Hit 5: [-12.0397, -12.512, 5] + [ ecalVeto ] 0 : Hit 6: [-9.63173, -8.34132, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -41.7066, 6] + [ ecalVeto ] 0 : Hit 2: [-40.9348, -37.5359, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -33.3653, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6208.66; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 305 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [62.6062, -16.6826, 26] + [ ecalVeto ] 0 : Hit 1: [60.1983, -12.512, 25] + [ ecalVeto ] 0 : Hit 2: [62.6062, -16.6826, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [55.3824, -4.17066, 24] + [ ecalVeto ] 0 : Hit 1: [52.9745, -8.34132, 23] + [ ecalVeto ] 0 : Hit 2: [55.3824, -4.17066, 22] + [ ecalVeto ] 0 : Hit 3: [52.9745, -8.34132, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-137.789, 33.3653, 20] + [ ecalVeto ] 0 : Hit 1: [-140.197, 29.1946, 19] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-130.565, 29.1946, 18] + [ ecalVeto ] 0 : Hit 1: [-132.973, 25.024, 17] + [ ecalVeto ] 0 : Hit 2: [-130.565, 20.8533, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3285.75; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 306 Brem photon produced 48 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-104.078, 25.024, 25] + [ ecalVeto ] 0 : Hit 1: [-101.67, 20.8533, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 20.8533, 23] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 25.024, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 20.8533, 21] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 25.024, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 16.6826, 19] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 20.8533, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 20.8533, 15] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 16.6826, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 20.8533, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 16.6826, 10] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -4.17066, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5193.08; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 307 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-161.868, -50.0479, 29] + [ ecalVeto ] 0 : Hit 1: [-159.46, -45.8773, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-137.789, -41.7066, 26] + [ ecalVeto ] 0 : Hit 1: [-140.197, -37.5359, 25] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [55.3824, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [55.3824, -4.17066, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3064.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 308 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 25.024, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, 20.8533, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, 16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [16.8555, 12.512, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-18.3279, -173.547, 3] + [ ecalVeto ] 0 : Hit 1: [-15.92, -177.718, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-11.1041, -177.718, 1] + [ ecalVeto ] 0 : Hit 1: [-8.69618, -173.547, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 91 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3764.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 309 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 33.3653, 13] + [ ecalVeto ] 0 : Hit 1: [12.0397, 29.1946, 12] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 11] + [ ecalVeto ] 0 : Hit 3: [12.0397, 29.1946, 10] + [ ecalVeto ] 0 : Hit 4: [9.63173, 25.024, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -2.36672e-14, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 87 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3366.61; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 310 Brem photon produced 82 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-18.3279, 90.1341, 11] + [ ecalVeto ] 0 : Hit 1: [-15.92, 94.3048, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 41.7066, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 45.8773, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Hit 5: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 6: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5448.86; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 311 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [162.804, 148.523, 22] + [ ecalVeto ] 0 : Hit 1: [160.396, 144.353, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [40.9348, -37.5359, 12] + [ ecalVeto ] 0 : Hit 1: [38.5269, -33.3653, 11] + [ ecalVeto ] 0 : Hit 2: [40.9348, -37.5359, 10] + [ ecalVeto ] 0 : Hit 3: [38.5269, -33.3653, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [33.711, -41.7066, 12] + [ ecalVeto ] 0 : Hit 1: [31.3031, -37.5359, 11] + [ ecalVeto ] 0 : Hit 2: [33.711, -33.3653, 10] + [ ecalVeto ] 0 : Hit 3: [31.3031, -29.1946, 9] + [ ecalVeto ] 0 : Hit 4: [33.711, -25.024, 8] + [ ecalVeto ] 0 : Hit 5: [26.4873, -20.8533, 10] + [ ecalVeto ] 0 : Hit 6: [24.0793, -25.024, 9] + [ ecalVeto ] 0 : Hit 7: [26.4873, -20.8533, 8] + [ ecalVeto ] 0 : Hit 8: [24.0793, -16.6826, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [62.6062, 58.3892, 8] + [ ecalVeto ] 0 : Hit 1: [60.1983, 54.2186, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 90 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5227.74; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 312 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-126.685, -102.646, 19] + [ ecalVeto ] 0 : Hit 1: [-124.277, -98.4754, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -29.1946, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -29.1946, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -50.0479, 8] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -45.8773, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5149.25; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 313 Brem photon produced 41 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 13 + [ ecalVeto ] 0 : Beginning track merging using 13 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 12 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 16.6826, 14] + [ ecalVeto ] 0 : Hit 1: [16.8555, 12.512, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 7: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Hit 8: [4.81586, 33.3653, 2] + [ ecalVeto ] 0 : Hit 9: [4.81586, 33.3653, 0] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 50.0479, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 45.8773, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 41.7066, 10] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 37.5359, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, 29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, 29.1946, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Hit 4: [12.0397, 37.5359, 6] + [ ecalVeto ] 0 : Hit 5: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Hit 6: [9.63173, 33.3653, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 37.5359, 10] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Hit 4: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 5: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 6: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 7: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [19.2635, 16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, 20.8533, 9] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 9] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 29.1946, 6] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 41.7066, 6] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-123.341, 25.024, 4] + [ ecalVeto ] 0 : Hit 1: [-125.749, 20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 12 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5006.73; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 314 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [112.237, 94.3048, 28] + [ ecalVeto ] 0 : Hit 1: [109.829, 90.1341, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [105.013, 81.7928, 26] + [ ecalVeto ] 0 : Hit 1: [102.606, 77.6221, 25] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [40.9348, 20.8533, 16] + [ ecalVeto ] 0 : Hit 1: [38.5269, 16.6826, 15] + [ ecalVeto ] 0 : Hit 2: [40.9348, 12.512, 14] + [ ecalVeto ] 0 : Hit 3: [38.5269, 8.34132, 13] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [33.711, 25.024, 8] + [ ecalVeto ] 0 : Hit 1: [33.711, 25.024, 6] + [ ecalVeto ] 0 : Hit 2: [31.3031, 20.8533, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 8.34132, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 99 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4570.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 315 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3674.99; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 316 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-52.9745, -58.3892, 12] + [ ecalVeto ] 0 : Hit 1: [-55.3824, -54.2186, 11] + [ ecalVeto ] 0 : Hit 2: [-52.9745, -58.3892, 10] + [ ecalVeto ] 0 : Hit 3: [-48.1586, -58.3892, 11] + [ ecalVeto ] 0 : Hit 4: [-45.7507, -54.2186, 10] + [ ecalVeto ] 0 : Hit 5: [-48.1586, -50.0479, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, 50.0479, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, 45.8773, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, -50.0479, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -45.8773, 8] + [ ecalVeto ] 0 : Hit 2: [-33.711, -41.7066, 7] + [ ecalVeto ] 0 : Hit 3: [-31.3031, -45.8773, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -50.0479, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -50.0479, 6] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -50.0479, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-33.711, -25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -29.1946, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4426.01; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 317 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [18.3279, 90.1341, 14] + [ ecalVeto ] 0 : Hit 1: [16.8555, 87.5839, 13] + [ ecalVeto ] 0 : Hit 2: [19.2635, 83.4132, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 87.5839, 12] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 83.4132, 11] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 79.2426, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 4.17066, 2] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -2.66454e-15, 1] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -4.17066, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 40 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2779.32; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 318 Brem photon produced 78 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 101 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4739.52; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 319 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [55.3824, -45.8773, 22] + [ ecalVeto ] 0 : Hit 1: [52.9745, -50.0479, 21] + [ ecalVeto ] 0 : Hit 2: [55.3824, -45.8773, 20] + [ ecalVeto ] 0 : Hit 3: [52.9745, -50.0479, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [40.9348, -45.8773, 16] + [ ecalVeto ] 0 : Hit 1: [38.5269, -41.7066, 15] + [ ecalVeto ] 0 : Hit 2: [40.9348, -45.8773, 14] + [ ecalVeto ] 0 : Hit 3: [38.5269, -41.7066, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [24.0793, -50.0479, 11] + [ ecalVeto ] 0 : Hit 1: [26.4873, -45.8773, 10] + [ ecalVeto ] 0 : Hit 2: [24.0793, -50.0479, 9] + [ ecalVeto ] 0 : Hit 3: [26.4873, -45.8773, 8] + [ ecalVeto ] 0 : Hit 4: [24.0793, -41.7066, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [24.0793, -41.7066, 11] + [ ecalVeto ] 0 : Hit 1: [24.0793, -41.7066, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3178.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 320 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-132.973, 8.34132, 21] + [ ecalVeto ] 0 : Hit 1: [-130.565, 4.17066, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-118.525, -8.34132, 19] + [ ecalVeto ] 0 : Hit 1: [-116.118, -4.17066, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-104.078, -8.34132, 17] + [ ecalVeto ] 0 : Hit 1: [-101.67, -4.17066, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -12.512, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -8.34132, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -8.34132, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4214.73; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 321 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 50.0479, 9] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 45.8773, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 16.6826, 3] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 12.512, 2] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 29 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3456.78; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 322 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-44.8152, -85.9634, 10] + [ ecalVeto ] 0 : Hit 1: [-47.2231, -81.7928, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -58.3892, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -62.5599, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -50.0479, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, -45.8773, 3] + [ ecalVeto ] 0 : Hit 2: [4.81586, -50.0479, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5417.65; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 323 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-47.2231, 123.499, 23] + [ ecalVeto ] 0 : Hit 1: [-44.8152, 119.329, 22] + [ ecalVeto ] 0 : Hit 2: [-47.2231, 115.158, 21] + [ ecalVeto ] 0 : Hit 3: [-44.8152, 110.987, 20] + [ ecalVeto ] 0 : Hit 4: [-47.2231, 106.817, 19] + [ ecalVeto ] 0 : Hit 5: [-44.8152, 102.646, 18] + [ ecalVeto ] 0 : Hit 6: [-47.2231, 98.4754, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-39.9993, 94.3048, 17] + [ ecalVeto ] 0 : Hit 1: [-37.5914, 90.1341, 16] + [ ecalVeto ] 0 : Hit 2: [-39.9993, 85.9634, 15] + [ ecalVeto ] 0 : Hit 3: [-37.5914, 81.7928, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 39 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3561.21; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 324 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -2.66454e-15, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, -54.2186, 7] + [ ecalVeto ] 0 : Hit 1: [16.8555, -54.2186, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 12.512, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 4.17066, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, -41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -41.7066, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, -33.3653, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, -29.1946, 2] + [ ecalVeto ] 0 : Hit 4: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 5: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -12.512, 4] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -8.34132, 3] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 105 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 10852.2; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 325 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 42 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2529.95; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 326 Brem photon produced 63 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -119.329, 27] + [ ecalVeto ] 0 : Hit 1: [-52.039, -123.499, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-37.5914, -98.4754, 22] + [ ecalVeto ] 0 : Hit 1: [-39.9993, -94.3048, 21] + [ ecalVeto ] 0 : Hit 2: [-37.5914, -90.1341, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -75.0719, 16] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -70.9012, 15] + [ ecalVeto ] 0 : Hit 2: [-24.0793, -66.7306, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -58.3892, 13] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -54.2186, 12] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -50.0479, 11] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -45.8773, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [38.5269, 41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [40.9348, 45.8773, 8] + [ ecalVeto ] 0 : Hit 2: [38.5269, 41.7066, 7] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [45.7507, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [45.7507, 29.1946, 5] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4161.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 327 Brem photon produced 63 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 41.7066, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 37.5359, 2] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 41.7066, 1] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 37.5359, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3699.9; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 328 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, -45.8773, 10] + [ ecalVeto ] 0 : Hit 1: [24.0793, -50.0479, 9] + [ ecalVeto ] 0 : Hit 2: [26.4873, -54.2186, 8] + [ ecalVeto ] 0 : Hit 3: [24.0793, -50.0479, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5781.87; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 329 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [94.4462, -8.34132, 33] + [ ecalVeto ] 0 : Hit 1: [94.4462, -8.34132, 31] + [ ecalVeto ] 0 : Hit 2: [94.4462, -8.34132, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [89.6303, -8.34132, 32] + [ ecalVeto ] 0 : Hit 1: [89.6303, -8.34132, 30] + [ ecalVeto ] 0 : Hit 2: [89.6303, -8.34132, 28] + [ ecalVeto ] 0 : Hit 3: [89.0935, -12.512, 27] + [ ecalVeto ] 0 : Hit 4: [89.6303, -16.6826, 26] + [ ecalVeto ] 0 : Hit 5: [89.0935, -20.8533, 25] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [16.8555, 37.5359, 23] + [ ecalVeto ] 0 : Hit 1: [19.2635, 33.3653, 22] + [ ecalVeto ] 0 : Hit 2: [16.8555, 37.5359, 21] + [ ecalVeto ] 0 : Hit 3: [19.2635, 33.3653, 20] + [ ecalVeto ] 0 : Hit 4: [16.8555, 37.5359, 19] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 15] + [ ecalVeto ] 0 : Hit 1: [12.0397, 29.1946, 14] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 13] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 11] + [ ecalVeto ] 0 : Hit 4: [4.81586, 25.024, 12] + [ ecalVeto ] 0 : Hit 5: [4.81586, 25.024, 10] + [ ecalVeto ] 0 : Hit 6: [2.40793, 20.8533, 9] + [ ecalVeto ] 0 : Hit 7: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 8: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 9: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 10: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 10] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 20.8533, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 28 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3043.16; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 330 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [15.92, 94.3048, 9] + [ ecalVeto ] 0 : Hit 1: [18.3279, 98.4754, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 90 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7086.34; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 331 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 26 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1757.45; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 332 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -29.1946, 14] + [ ecalVeto ] 0 : Hit 1: [-33.711, -25.024, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [48.1586, -8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [45.7507, -12.512, 9] + [ ecalVeto ] 0 : Hit 2: [48.1586, -8.34132, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5382.57; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 333 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [130.565, -29.1946, 33] + [ ecalVeto ] 0 : Hit 1: [132.973, -25.024, 32] + [ ecalVeto ] 0 : Hit 2: [130.565, -20.8533, 31] + [ ecalVeto ] 0 : Hit 3: [132.973, -16.6826, 30] + [ ecalVeto ] 0 : Hit 4: [132.973, -16.6826, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-145.013, 20.8533, 12] + [ ecalVeto ] 0 : Hit 1: [-145.013, 20.8533, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 919.836; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 334 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 29 + [ ecalVeto ] 0 : Beginning track merging using 29 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 28 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-125.749, -20.8533, 31] + [ ecalVeto ] 0 : Hit 1: [-123.341, -25.024, 30] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-118.525, -25.024, 29] + [ ecalVeto ] 0 : Hit 1: [-116.118, -29.1946, 28] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-111.302, -29.1946, 27] + [ ecalVeto ] 0 : Hit 1: [-108.894, -33.3653, 26] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-104.078, -33.3653, 25] + [ ecalVeto ] 0 : Hit 1: [-101.67, -29.1946, 24] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -33.3653, 23] + [ ecalVeto ] 0 : Hit 1: [-87.2224, -37.5359, 22] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -37.5359, 21] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -33.3653, 20] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-69.83, -12.512, 21] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -16.6826, 20] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -20.8533, 19] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -16.6826, 18] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -33.3653, 19] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -37.5359, 18] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -20.8533, 17] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -25.024, 16] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-69.83, -37.5359, 17] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -41.7066, 16] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -41.7066, 15] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -37.5359, 14] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -37.5359, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -41.7066, 12] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -25.024, 11] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -29.1946, 10] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -25.024, 9] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -20.8533, 8] + [ ecalVeto ] 0 : Hit 4: [-16.8555, -20.8533, 6] + [ ecalVeto ] 0 : Track 14: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -41.7066, 10] + [ ecalVeto ] 0 : Track 15: + [ ecalVeto ] 0 : Hit 0: [-33.711, -41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -45.8773, 8] + [ ecalVeto ] 0 : Track 16: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -20.8533, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -25.024, 6] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -29.1946, 5] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -33.3653, 4] + [ ecalVeto ] 0 : Hit 6: [-12.0397, -29.1946, 3] + [ ecalVeto ] 0 : Hit 7: [-9.63173, -33.3653, 2] + [ ecalVeto ] 0 : Hit 8: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 9: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Hit 10: [-4.81586, -25.024, 1] + [ ecalVeto ] 0 : Track 17: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -29.1946, 7] + [ ecalVeto ] 0 : Track 18: + [ ecalVeto ] 0 : Hit 0: [105.013, -115.158, 8] + [ ecalVeto ] 0 : Hit 1: [102.606, -110.987, 7] + [ ecalVeto ] 0 : Track 19: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -45.8773, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -41.7066, 6] + [ ecalVeto ] 0 : Track 20: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -50.0479, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -45.8773, 6] + [ ecalVeto ] 0 : Track 21: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -54.2186, 7] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -58.3892, 6] + [ ecalVeto ] 0 : Track 22: + [ ecalVeto ] 0 : Hit 0: [-33.711, -41.7066, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -37.5359, 4] + [ ecalVeto ] 0 : Track 23: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -33.3653, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -37.5359, 4] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -33.3653, 3] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -37.5359, 2] + [ ecalVeto ] 0 : Track 24: + [ ecalVeto ] 0 : Hit 0: [-74.6459, -4.17066, 4] + [ ecalVeto ] 0 : Hit 1: [-77.0538, -8.34132, 3] + [ ecalVeto ] 0 : Track 25: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -16.6826, 3] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -16.6826, 1] + [ ecalVeto ] 0 : Track 26: + [ ecalVeto ] 0 : Hit 0: [16.8555, -70.9012, 3] + [ ecalVeto ] 0 : Hit 1: [19.2635, -66.7306, 2] + [ ecalVeto ] 0 : Track 27: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -90.1341, 3] + [ ecalVeto ] 0 : Hit 1: [-59.2627, -94.3048, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 28 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5475.86; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 335 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 45.8773, 15] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 41.7066, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 95.9252, 13] + [ ecalVeto ] 0 : Hit 1: [4.81586, 91.7545, 12] + [ ecalVeto ] 0 : Hit 2: [2.40793, 87.5839, 11] + [ ecalVeto ] 0 : Hit 3: [4.81586, 83.4132, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4813.82; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 336 Brem photon produced 38 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -45.8773, 18] + [ ecalVeto ] 0 : Hit 1: [9.63173, -41.7066, 17] + [ ecalVeto ] 0 : Hit 2: [12.0397, -37.5359, 16] + [ ecalVeto ] 0 : Hit 3: [9.63173, -33.3653, 15] + [ ecalVeto ] 0 : Hit 4: [12.0397, -29.1946, 14] + [ ecalVeto ] 0 : Hit 5: [9.63173, -25.024, 13] + [ ecalVeto ] 0 : Hit 6: [12.0397, -29.1946, 12] + [ ecalVeto ] 0 : Hit 7: [9.63173, -25.024, 11] + [ ecalVeto ] 0 : Hit 8: [12.0397, -20.8533, 10] + [ ecalVeto ] 0 : Hit 9: [9.63173, -16.6826, 9] + [ ecalVeto ] 0 : Hit 10: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 11: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 12: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 13: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 14: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 9808.64; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 337 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -4.17066, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -8.34132, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5502.25; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 338 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 25.024, 6] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 29.1946, 5] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 33.3653, 4] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 33.3653, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6572.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 339 Brem photon produced 39 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -37.5359, 8] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -37.5359, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -29.1946, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, -33.3653, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, -33.3653, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -50.0479, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -54.2186, 5] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -50.0479, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6532.96; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 340 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4700.8; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 341 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, 33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [19.2635, 33.3653, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5757.33; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 342 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [52.9745, -25.024, 17] + [ ecalVeto ] 0 : Hit 1: [55.3824, -29.1946, 16] + [ ecalVeto ] 0 : Hit 2: [52.9745, -25.024, 15] + [ ecalVeto ] 0 : Hit 3: [55.3824, -20.8533, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -33.3653, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -25.024, 3] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -29.1946, 2] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -33.3653, 1] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -29.1946, 1] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -33.3653, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4936.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 343 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [97.7897, -60.9395, 26] + [ ecalVeto ] 0 : Hit 1: [95.3817, -56.7688, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 1] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 38 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1647.68; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 344 Brem photon produced 64 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 33.3653, 1] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 29.1946, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5396.56; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 345 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -45.8773, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, -41.7066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 9819.73; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 346 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, 29.1946, 32] + [ ecalVeto ] 0 : Hit 1: [26.4873, 29.1946, 30] + [ ecalVeto ] 0 : Hit 2: [24.0793, 33.3653, 29] + [ ecalVeto ] 0 : Hit 3: [24.0793, 33.3653, 27] + [ ecalVeto ] 0 : Hit 4: [19.2635, 33.3653, 28] + [ ecalVeto ] 0 : Hit 5: [19.2635, 33.3653, 26] + [ ecalVeto ] 0 : Hit 6: [16.8555, 29.1946, 25] + [ ecalVeto ] 0 : Hit 7: [19.2635, 25.024, 24] + [ ecalVeto ] 0 : Hit 8: [16.8555, 20.8533, 23] + [ ecalVeto ] 0 : Hit 9: [19.2635, 25.024, 22] + [ ecalVeto ] 0 : Hit 10: [16.8555, 20.8533, 21] + [ ecalVeto ] 0 : Hit 11: [19.2635, 16.6826, 20] + [ ecalVeto ] 0 : Hit 12: [16.8555, 12.512, 19] + [ ecalVeto ] 0 : Hit 13: [16.8555, 12.512, 17] + [ ecalVeto ] 0 : Hit 14: [19.2635, 8.34132, 16] + [ ecalVeto ] 0 : Hit 15: [16.8555, 4.17066, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, -4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [16.8555, -4.17066, 11] + [ ecalVeto ] 0 : Hit 2: [16.8555, -4.17066, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 12] + [ ecalVeto ] 0 : Hit 1: [12.0397, -4.17066, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2692.52; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 347 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 66.7306, 32] + [ ecalVeto ] 0 : Hit 1: [16.8555, 62.5599, 31] + [ ecalVeto ] 0 : Hit 2: [19.2635, 66.7306, 30] + [ ecalVeto ] 0 : Hit 3: [16.8555, 62.5599, 29] + [ ecalVeto ] 0 : Hit 4: [19.2635, 58.3892, 28] + [ ecalVeto ] 0 : Hit 5: [16.8555, 54.2186, 27] + [ ecalVeto ] 0 : Hit 6: [16.8555, 54.2186, 25] + [ ecalVeto ] 0 : Hit 7: [16.8555, 54.2186, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 54.2186, 26] + [ ecalVeto ] 0 : Hit 1: [12.0397, 54.2186, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 45.8773, 22] + [ ecalVeto ] 0 : Hit 1: [12.0397, 45.8773, 20] + [ ecalVeto ] 0 : Hit 2: [12.0397, 45.8773, 18] + [ ecalVeto ] 0 : Hit 3: [9.63173, 41.7066, 17] + [ ecalVeto ] 0 : Hit 4: [12.0397, 45.8773, 16] + [ ecalVeto ] 0 : Hit 5: [9.63173, 41.7066, 15] + [ ecalVeto ] 0 : Hit 6: [12.0397, 37.5359, 14] + [ ecalVeto ] 0 : Hit 7: [9.63173, 41.7066, 13] + [ ecalVeto ] 0 : Hit 8: [12.0397, 37.5359, 12] + [ ecalVeto ] 0 : Hit 9: [9.63173, 33.3653, 11] + [ ecalVeto ] 0 : Hit 10: [12.0397, 37.5359, 10] + [ ecalVeto ] 0 : Hit 11: [9.63173, 33.3653, 9] + [ ecalVeto ] 0 : Hit 12: [12.0397, 29.1946, 8] + [ ecalVeto ] 0 : Hit 13: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Hit 14: [12.0397, 29.1946, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 26 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1255.22; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 348 Brem photon produced 44 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -37.5359, 8] + [ ecalVeto ] 0 : Hit 2: [-62.6062, -33.3653, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -33.3653, 6] + [ ecalVeto ] 0 : Hit 2: [-48.1586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 3: [-45.7507, -29.1946, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6909.65; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 349 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4913; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 350 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 29 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2176.36; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 351 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 31 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3034.74; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 352 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 70.9012, 16] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 66.7306, 15] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 70.9012, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 62.5599, 13] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 62.5599, 11] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 58.3892, 10] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 62.5599, 9] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 58.3892, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-45.7507, -45.8773, 8] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -41.7066, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 6: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [26.4873, 62.5599, 8] + [ ecalVeto ] 0 : Hit 1: [24.0793, 58.3892, 7] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [19.2635, 50.0479, 6] + [ ecalVeto ] 0 : Hit 1: [16.8555, 45.8773, 5] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -16.6826, 4] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [12.0397, 37.5359, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 93 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6526.75; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 353 Brem photon produced 57 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 30 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7112.76; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 354 Brem photon produced 48 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, -12.512, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, -16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [16.8555, -20.8533, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, -33.3653, 3] + [ ecalVeto ] 0 : Hit 5: [12.0397, -29.1946, 2] + [ ecalVeto ] 0 : Hit 6: [9.63173, -33.3653, 1] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4331.34; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 355 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 1] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5050.49; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 356 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, -66.7306, 15] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -70.9012, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -70.9012, 13] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -75.0719, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-11.1041, -102.646, 9] + [ ecalVeto ] 0 : Hit 1: [-8.69618, -106.817, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6035.22; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 357 Brem photon produced 65 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 2] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 1] + [ ecalVeto ] 0 : Hit 3: [12.0397, -20.8533, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6135.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 358 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [234.106, 16.6826, 30] + [ ecalVeto ] 0 : Hit 1: [231.698, 12.512, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [219.659, 16.6826, 28] + [ ecalVeto ] 0 : Hit 1: [217.251, 12.512, 27] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [205.211, 16.6826, 26] + [ ecalVeto ] 0 : Hit 1: [202.803, 12.512, 25] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-126.685, -127.67, 17] + [ ecalVeto ] 0 : Hit 1: [-126.685, -127.67, 15] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Hit 5: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Hit 6: [2.40793, 12.512, 1] + [ ecalVeto ] 0 : Hit 7: [4.81586, 8.34132, 0] + [ ecalVeto ] 0 : Hit 8: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Hit 9: [4.81586, 16.6826, 0] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -58.3892, 4] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -54.2186, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 96 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6679.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 359 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -45.8773, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -41.7066, 7] + [ ecalVeto ] 0 : Hit 2: [9.63173, -41.7066, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, -37.5359, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3985.89; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 360 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [52.039, -81.7928, 29] + [ ecalVeto ] 0 : Hit 1: [54.4469, -77.6221, 28] + [ ecalVeto ] 0 : Hit 2: [52.039, -81.7928, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [47.2231, -73.4515, 26] + [ ecalVeto ] 0 : Hit 1: [47.2231, -73.4515, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [38.5269, -75.0719, 23] + [ ecalVeto ] 0 : Hit 1: [40.9348, -70.9012, 22] + [ ecalVeto ] 0 : Hit 2: [38.5269, -66.7306, 21] + [ ecalVeto ] 0 : Hit 3: [40.9348, -62.5599, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, -58.3892, 16] + [ ecalVeto ] 0 : Hit 1: [16.8555, -54.2186, 15] + [ ecalVeto ] 0 : Hit 2: [19.2635, -50.0479, 14] + [ ecalVeto ] 0 : Hit 3: [16.8555, -45.8773, 13] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -41.7066, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -33.3653, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -29.1946, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -33.3653, 4] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -29.1946, 3] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2987.62; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 361 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 66.7306, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, 70.9012, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, 66.7306, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, 62.5599, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 50.0479, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 45.8773, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 41.7066, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, 87.5839, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 83.4132, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4147.2; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 362 Brem photon produced 53 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 19] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 18] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 17] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 16] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 12.512, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -127.67, 15] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -123.499, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 6: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [33.711, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [31.3031, 12.512, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5751.81; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 363 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [169.092, -37.5359, 30] + [ ecalVeto ] 0 : Hit 1: [166.684, -33.3653, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [154.644, -37.5359, 28] + [ ecalVeto ] 0 : Hit 1: [152.237, -33.3653, 27] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -20.8533, 14] + [ ecalVeto ] 0 : Hit 1: [-33.711, -16.6826, 13] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3148.43; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 364 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 45.8773, 17] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 41.7066, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [24.0793, 66.7306, 17] + [ ecalVeto ] 0 : Hit 1: [26.4873, 62.5599, 16] + [ ecalVeto ] 0 : Hit 2: [24.0793, 58.3892, 15] + [ ecalVeto ] 0 : Hit 3: [26.4873, 54.2186, 14] + [ ecalVeto ] 0 : Hit 4: [24.0793, 58.3892, 13] + [ ecalVeto ] 0 : Hit 5: [26.4873, 62.5599, 12] + [ ecalVeto ] 0 : Hit 6: [26.4873, 62.5599, 10] + [ ecalVeto ] 0 : Hit 7: [24.0793, 58.3892, 9] + [ ecalVeto ] 0 : Hit 8: [31.3031, 54.2186, 11] + [ ecalVeto ] 0 : Hit 9: [33.711, 58.3892, 10] + [ ecalVeto ] 0 : Hit 10: [31.3031, 54.2186, 9] + [ ecalVeto ] 0 : Hit 11: [33.711, 50.0479, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 62.5599, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, 58.3892, 11] + [ ecalVeto ] 0 : Hit 2: [12.0397, 62.5599, 10] + [ ecalVeto ] 0 : Hit 3: [12.0397, 62.5599, 8] + [ ecalVeto ] 0 : Hit 4: [12.0397, 54.2186, 10] + [ ecalVeto ] 0 : Hit 5: [9.63173, 50.0479, 9] + [ ecalVeto ] 0 : Hit 6: [12.0397, 54.2186, 8] + [ ecalVeto ] 0 : Hit 7: [9.63173, 50.0479, 7] + [ ecalVeto ] 0 : Hit 8: [12.0397, 45.8773, 6] + [ ecalVeto ] 0 : Hit 9: [9.63173, 41.7066, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, 66.7306, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, 62.5599, 11] + [ ecalVeto ] 0 : Hit 2: [19.2635, 58.3892, 10] + [ ecalVeto ] 0 : Hit 3: [16.8555, 54.2186, 9] + [ ecalVeto ] 0 : Hit 4: [19.2635, 50.0479, 8] + [ ecalVeto ] 0 : Hit 5: [16.8555, 54.2186, 7] + [ ecalVeto ] 0 : Hit 6: [19.2635, 58.3892, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 66.7306, 3] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 70.9012, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 95 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7115.13; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 365 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -54.2186, 16] + [ ecalVeto ] 0 : Hit 1: [-33.711, -50.0479, 15] + [ ecalVeto ] 0 : Hit 2: [-31.3031, -45.8773, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [67.4221, -2.66454e-15, 15] + [ ecalVeto ] 0 : Hit 1: [69.83, -4.17066, 14] + [ ecalVeto ] 0 : Hit 2: [67.4221, -2.66454e-15, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Hit 6: [12.0397, 12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 94 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5040.07; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 366 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 23] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 21] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 4.17066, 20] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -2.66454e-15, 19] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 4.17066, 18] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 8.34132, 17] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 12.512, 16] + [ ecalVeto ] 0 : Hit 7: [-4.81586, 8.34132, 15] + [ ecalVeto ] 0 : Hit 8: [-2.40793, 12.512, 14] + [ ecalVeto ] 0 : Hit 9: [-4.81586, 16.6826, 13] + [ ecalVeto ] 0 : Hit 10: [-2.40793, 20.8533, 12] + [ ecalVeto ] 0 : Hit 11: [-4.81586, 16.6826, 11] + [ ecalVeto ] 0 : Hit 12: [-2.40793, 20.8533, 10] + [ ecalVeto ] 0 : Hit 13: [-4.81586, 25.024, 9] + [ ecalVeto ] 0 : Hit 14: [-2.40793, 29.1946, 8] + [ ecalVeto ] 0 : Hit 15: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 16: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5717.24; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 367 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 69.2808, 23] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 65.1101, 22] + [ ecalVeto ] 0 : Hit 2: [-97.7897, 60.9395, 21] + [ ecalVeto ] 0 : Hit 3: [-95.3817, 56.7688, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 56.7688, 17] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 54.2186, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 50.0479, 15] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 54.2186, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 50.0479, 13] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 45.8773, 12] + [ ecalVeto ] 0 : Hit 2: [-48.1586, 41.7066, 11] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 45.8773, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 50.0479, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-33.711, 50.0479, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 45.8773, 8] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 41.7066, 6] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 37.5359, 5] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 70.9012, 4] + [ ecalVeto ] 0 : Hit 1: [-33.711, 66.7306, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 100 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6833.87; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 368 Brem photon produced 44 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [18.3279, 148.523, 20] + [ ecalVeto ] 0 : Hit 1: [18.3279, 148.523, 18] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5848.74; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 369 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [68.8945, -69.2808, 12] + [ ecalVeto ] 0 : Hit 1: [66.4865, -65.1101, 11] + [ ecalVeto ] 0 : Finding linreg tracks from 94 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5880.44; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 370 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -58.3892, 13] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -54.2186, 12] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -54.2186, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 8: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 9: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Hit 5: [2.40793, -12.512, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 87 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5749.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 371 Brem photon produced 69 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5720.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 372 Brem photon produced 49 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -20.8533, 15] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -20.8533, 13] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -16.6826, 12] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -12.512, 11] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -8.34132, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 4: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 5: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 41.7066, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 37.5359, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5984.93; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 373 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [112.237, -77.6221, 32] + [ ecalVeto ] 0 : Hit 1: [109.829, -73.4515, 31] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [48.1586, 58.3892, 24] + [ ecalVeto ] 0 : Hit 1: [45.7507, 54.2186, 23] + [ ecalVeto ] 0 : Hit 2: [48.1586, 50.0479, 22] + [ ecalVeto ] 0 : Hit 3: [45.7507, 45.8773, 21] + [ ecalVeto ] 0 : Hit 4: [48.1586, 50.0479, 20] + [ ecalVeto ] 0 : Hit 5: [45.7507, 45.8773, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [52.9745, 58.3892, 21] + [ ecalVeto ] 0 : Hit 1: [52.9745, 58.3892, 19] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [33.711, 41.7066, 16] + [ ecalVeto ] 0 : Hit 1: [33.711, 41.7066, 14] + [ ecalVeto ] 0 : Hit 2: [31.3031, 37.5359, 13] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [19.2635, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, 4.17066, 11] + [ ecalVeto ] 0 : Hit 2: [19.2635, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 3: [16.8555, 4.17066, 9] + [ ecalVeto ] 0 : Hit 4: [19.2635, 8.34132, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-161.868, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-159.46, 29.1946, 6] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 1] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2664.43; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 374 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, -50.0479, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -45.8773, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6900.29; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 375 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-104.078, 16.6826, 21] + [ ecalVeto ] 0 : Hit 1: [-101.67, 12.512, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 12.512, 19] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 8.34132, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -2.36672e-14, 19] + [ ecalVeto ] 0 : Hit 1: [-87.2224, 4.17066, 18] + [ ecalVeto ] 0 : Hit 2: [-89.6303, 8.34132, 17] + [ ecalVeto ] 0 : Hit 3: [-81.8697, 8.34132, 18] + [ ecalVeto ] 0 : Hit 4: [-82.4065, 4.17066, 17] + [ ecalVeto ] 0 : Hit 5: [-81.8697, 8.34132, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 12.512, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 16.6826, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [60.1983, 45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [62.6062, 50.0479, 8] + [ ecalVeto ] 0 : Hit 2: [60.1983, 45.8773, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4016.74; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 376 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-44.8152, 102.646, 26] + [ ecalVeto ] 0 : Hit 1: [-47.2231, 98.4754, 25] + [ ecalVeto ] 0 : Hit 2: [-44.8152, 94.3048, 24] + [ ecalVeto ] 0 : Hit 3: [-47.2231, 90.1341, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-54.4469, 77.6221, 21] + [ ecalVeto ] 0 : Hit 1: [-54.4469, 77.6221, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 62.5599, 15] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 58.3892, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 45.8773, 12] + [ ecalVeto ] 0 : Hit 1: [-33.711, 41.7066, 11] + [ ecalVeto ] 0 : Hit 2: [-31.3031, 37.5359, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 33.3653, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 1] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -33.3653, 4] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -29.1946, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5070.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 377 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-131.501, -152.694, 20] + [ ecalVeto ] 0 : Hit 1: [-133.909, -156.865, 19] + [ ecalVeto ] 0 : Hit 2: [-131.501, -152.694, 18] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4980.03; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 378 Brem photon produced 50 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 25] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 24] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 23] + [ ecalVeto ] 0 : Hit 3: [12.0397, 20.8533, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, 20.8533, 21] + [ ecalVeto ] 0 : Hit 1: [19.2635, 16.6826, 20] + [ ecalVeto ] 0 : Hit 2: [16.8555, 20.8533, 19] + [ ecalVeto ] 0 : Hit 3: [19.2635, 16.6826, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [31.3031, 20.8533, 15] + [ ecalVeto ] 0 : Hit 1: [33.711, 16.6826, 14] + [ ecalVeto ] 0 : Hit 2: [33.711, 16.6826, 12] + [ ecalVeto ] 0 : Hit 3: [33.711, 16.6826, 10] + [ ecalVeto ] 0 : Hit 4: [31.3031, 12.512, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [33.711, -25.024, 8] + [ ecalVeto ] 0 : Hit 1: [33.711, -25.024, 6] + [ ecalVeto ] 0 : Hit 2: [31.3031, -20.8533, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [16.8555, 12.512, 5] + [ ecalVeto ] 0 : Hit 1: [19.2635, 8.34132, 4] + [ ecalVeto ] 0 : Hit 2: [16.8555, 12.512, 3] + [ ecalVeto ] 0 : Hit 3: [19.2635, 8.34132, 2] + [ ecalVeto ] 0 : Hit 4: [16.8555, 12.512, 1] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [16.8555, 4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [19.2635, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 2: [16.8555, 4.17066, 3] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 2] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 1] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 0] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 29.1946, 2] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 25.024, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5532.46; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 379 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, -16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4537.42; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 380 Brem photon produced 52 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-69.83, -20.8533, 23] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -25.024, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -16.6826, 21] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -12.512, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -12.512, 19] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -8.34132, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [76.1183, -98.4754, 2] + [ ecalVeto ] 0 : Hit 1: [73.7103, -94.3048, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5442.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 381 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 37.5359, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 41.7066, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 4: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 7: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6493.48; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 382 Brem photon produced 43 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 99 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6484.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 383 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [39.9993, 102.646, 28] + [ ecalVeto ] 0 : Hit 1: [37.5914, 106.817, 27] + [ ecalVeto ] 0 : Hit 2: [37.5914, 106.817, 25] + [ ecalVeto ] 0 : Hit 3: [39.9993, 110.987, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [54.4469, 102.646, 22] + [ ecalVeto ] 0 : Hit 1: [52.039, 106.817, 21] + [ ecalVeto ] 0 : Hit 2: [54.4469, 110.987, 20] + [ ecalVeto ] 0 : Hit 3: [52.039, 115.158, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -50.0479, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -54.2186, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -66.7306, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -70.9012, 6] + [ ecalVeto ] 0 : Hit 2: [-47.2231, -73.4515, 5] + [ ecalVeto ] 0 : Hit 3: [-44.8152, -77.6221, 4] + [ ecalVeto ] 0 : Hit 4: [-47.2231, -81.7928, 3] + [ ecalVeto ] 0 : Hit 5: [-44.8152, -77.6221, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-33.711, -41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -37.5359, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -25.024, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3113.11; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 384 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -66.7306, 22] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -62.5599, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -50.0479, 20] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -45.8773, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -12.512, 15] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -8.34132, 14] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -4.17066, 13] + [ ecalVeto ] 0 : Hit 3: [-24.0793, -8.34132, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, 83.4132, 14] + [ ecalVeto ] 0 : Hit 1: [16.8555, 79.2426, 13] + [ ecalVeto ] 0 : Hit 2: [19.2635, 75.0719, 12] + [ ecalVeto ] 0 : Hit 3: [16.8555, 70.9012, 11] + [ ecalVeto ] 0 : Hit 4: [19.2635, 66.7306, 10] + [ ecalVeto ] 0 : Hit 5: [19.2635, 66.7306, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, 66.7306, 11] + [ ecalVeto ] 0 : Hit 1: [9.63173, 66.7306, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, 62.5599, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, 58.3892, 7] + [ ecalVeto ] 0 : Hit 4: [9.63173, 58.3892, 5] + [ ecalVeto ] 0 : Hit 5: [12.0397, 54.2186, 4] + [ ecalVeto ] 0 : Hit 6: [9.63173, 50.0479, 3] + [ ecalVeto ] 0 : Hit 7: [12.0397, 45.8773, 2] + [ ecalVeto ] 0 : Hit 8: [4.81586, 50.0479, 4] + [ ecalVeto ] 0 : Hit 9: [2.40793, 45.8773, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 12.512, 8] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 66.7306, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 62.5599, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6189.52; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 385 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-119.461, -98.4754, 11] + [ ecalVeto ] 0 : Hit 1: [-117.053, -94.3048, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 41.7066, 8] + [ ecalVeto ] 0 : Hit 2: [-33.711, 41.7066, 9] + [ ecalVeto ] 0 : Hit 3: [-31.3031, 45.8773, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4740.99; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 386 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-101.67, -37.5359, 24] + [ ecalVeto ] 0 : Hit 1: [-104.078, -41.7066, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -16.6826, 21] + [ ecalVeto ] 0 : Hit 1: [-87.2224, -20.8533, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-74.6459, -37.5359, 20] + [ ecalVeto ] 0 : Hit 1: [-77.0538, -41.7066, 19] + [ ecalVeto ] 0 : Hit 2: [-74.6459, -37.5359, 18] + [ ecalVeto ] 0 : Hit 3: [-77.0538, -33.3653, 17] + [ ecalVeto ] 0 : Hit 4: [-69.83, -37.5359, 19] + [ ecalVeto ] 0 : Hit 5: [-67.4221, -41.7066, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-81.8697, -33.3653, 20] + [ ecalVeto ] 0 : Hit 1: [-82.4065, -37.5359, 19] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -25.024, 19] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -20.8533, 18] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-69.83, -12.512, 17] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -16.6826, 16] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-69.83, -29.1946, 17] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -33.3653, 16] + [ ecalVeto ] 0 : Finding linreg tracks from 28 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3449.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 387 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-147.421, -16.6826, 23] + [ ecalVeto ] 0 : Hit 1: [-145.013, -12.512, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-132.973, -2.36672e-14, 21] + [ ecalVeto ] 0 : Hit 1: [-130.565, 4.17066, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-125.749, 37.5359, 17] + [ ecalVeto ] 0 : Hit 1: [-123.341, 41.7066, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [32.7755, -81.7928, 16] + [ ecalVeto ] 0 : Hit 1: [31.3031, -79.2426, 15] + [ ecalVeto ] 0 : Hit 2: [33.711, -75.0719, 14] + [ ecalVeto ] 0 : Hit 3: [31.3031, -70.9012, 13] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, -41.7066, 13] + [ ecalVeto ] 0 : Hit 1: [12.0397, -37.5359, 12] + [ ecalVeto ] 0 : Hit 2: [9.63173, -41.7066, 11] + [ ecalVeto ] 0 : Hit 3: [12.0397, -37.5359, 10] + [ ecalVeto ] 0 : Hit 4: [9.63173, -33.3653, 9] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, -41.7066, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -45.8773, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -41.7066, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -37.5359, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -41.7066, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -41.7066, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -37.5359, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -41.7066, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -37.5359, 2] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -41.7066, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3788.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 388 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 110.987, 23] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 106.817, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 102.646, 21] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 98.4754, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 85.9634, 19] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 81.7928, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 54.2186, 13] + [ ecalVeto ] 0 : Hit 1: [4.81586, 58.3892, 12] + [ ecalVeto ] 0 : Hit 2: [2.40793, 54.2186, 11] + [ ecalVeto ] 0 : Hit 3: [2.40793, 54.2186, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3113.36; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 389 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 45.8773, 12] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 41.7066, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 29.1946, 10] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 25.024, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7498.03; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 390 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 38 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2235.32; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 391 Brem photon produced 56 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-104.078, 8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-101.67, 4.17066, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 10] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-48.1586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [-45.7507, -12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5724.55; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 392 Brem photon produced 79 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -50.0479, 20] + [ ecalVeto ] 0 : Hit 1: [16.8555, -45.8773, 19] + [ ecalVeto ] 0 : Hit 2: [19.2635, -41.7066, 18] + [ ecalVeto ] 0 : Hit 3: [16.8555, -45.8773, 17] + [ ecalVeto ] 0 : Hit 4: [19.2635, -41.7066, 16] + [ ecalVeto ] 0 : Hit 5: [16.8555, -37.5359, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -37.5359, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, -33.3653, 13] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 12] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 6: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 7: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Hit 8: [2.40793, -12.512, 1] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 3 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3941.52; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 393 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [105.013, 140.182, 28] + [ ecalVeto ] 0 : Hit 1: [102.606, 136.011, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, 29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, 33.3653, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 2] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 1] + [ ecalVeto ] 0 : Hit 3: [4.81586, 33.3653, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6266.95; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 394 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 33.3653, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4870.43; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 395 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, -50.0479, 22] + [ ecalVeto ] 0 : Hit 1: [31.3031, -45.8773, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 10] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 29.1946, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 25.024, 6] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 29.1946, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2259.96; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 396 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 15 + [ ecalVeto ] 0 : Beginning track merging using 15 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 15 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-212.435, -54.2186, 31] + [ ecalVeto ] 0 : Hit 1: [-210.027, -50.0479, 30] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-188.356, -62.5599, 30] + [ ecalVeto ] 0 : Hit 1: [-190.763, -58.3892, 29] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-154.644, -45.8773, 27] + [ ecalVeto ] 0 : Hit 1: [-152.237, -41.7066, 26] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-132.973, -33.3653, 25] + [ ecalVeto ] 0 : Hit 1: [-130.565, -29.1946, 24] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-118.525, -25.024, 23] + [ ecalVeto ] 0 : Hit 1: [-116.118, -20.8533, 22] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [26.4873, -37.5359, 22] + [ ecalVeto ] 0 : Hit 1: [24.0793, -33.3653, 21] + [ ecalVeto ] 0 : Hit 2: [26.4873, -29.1946, 20] + [ ecalVeto ] 0 : Hit 3: [24.0793, -25.024, 19] + [ ecalVeto ] 0 : Hit 4: [26.4873, -29.1946, 18] + [ ecalVeto ] 0 : Hit 5: [24.0793, -25.024, 17] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-104.078, -16.6826, 21] + [ ecalVeto ] 0 : Hit 1: [-101.67, -20.8533, 20] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -16.6826, 19] + [ ecalVeto ] 0 : Hit 1: [-87.2224, -12.512, 18] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -16.6826, 17] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -12.512, 16] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [19.2635, -25.024, 16] + [ ecalVeto ] 0 : Hit 1: [16.8555, -20.8533, 15] + [ ecalVeto ] 0 : Hit 2: [19.2635, -16.6826, 14] + [ ecalVeto ] 0 : Hit 3: [16.8555, -12.512, 13] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -8.34132, 15] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -12.512, 14] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [12.0397, -4.17066, 10] + [ ecalVeto ] 0 : Hit 2: [9.63173, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 3: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -2.66454e-15, 10] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -2.66454e-15, 8] + [ ecalVeto ] 0 : Track 14: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 12.512, 8] + [ ecalVeto ] 0 : Hit 1: [-33.711, 16.6826, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 15 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4015.51; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 397 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 23 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2783.41; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 398 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, 70.9012, 20] + [ ecalVeto ] 0 : Hit 1: [24.0793, 66.7306, 19] + [ ecalVeto ] 0 : Hit 2: [26.4873, 62.5599, 18] + [ ecalVeto ] 0 : Hit 3: [24.0793, 58.3892, 17] + [ ecalVeto ] 0 : Hit 4: [24.0793, 58.3892, 15] + [ ecalVeto ] 0 : Hit 5: [26.4873, 54.2186, 14] + [ ecalVeto ] 0 : Hit 6: [24.0793, 50.0479, 13] + [ ecalVeto ] 0 : Hit 7: [24.0793, 50.0479, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 62.5599, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 66.7306, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 44 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8777.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 399 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 173.547, 27] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 169.377, 26] + [ ecalVeto ] 0 : Finding linreg tracks from 112 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2556.19; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 400 Brem photon produced 41 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-119.461, -165.206, 19] + [ ecalVeto ] 0 : Hit 1: [-117.053, -161.035, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-105.013, -148.523, 17] + [ ecalVeto ] 0 : Hit 1: [-102.606, -144.353, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 15] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 14] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 13] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 12] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 4.17066, 10] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 12] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 7: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 8: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 9: [4.81586, -8.34132, 2] + [ ecalVeto ] 0 : Hit 10: [2.40793, -12.512, 1] + [ ecalVeto ] 0 : Hit 11: [4.81586, -16.6826, 0] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -41.7066, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -37.5359, 4] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -33.3653, 3] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -37.5359, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 90 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5001.62; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 401 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -25.024, 14] + [ ecalVeto ] 0 : Hit 1: [16.8555, -20.8533, 13] + [ ecalVeto ] 0 : Hit 2: [19.2635, -16.6826, 12] + [ ecalVeto ] 0 : Hit 3: [16.8555, -20.8533, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6637.36; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 402 Brem photon produced 37 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6942.75; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 403 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-169.092, -62.5599, 25] + [ ecalVeto ] 0 : Hit 1: [-166.684, -58.3892, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-154.644, -54.2186, 23] + [ ecalVeto ] 0 : Hit 1: [-152.237, -58.3892, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-140.197, -54.2186, 21] + [ ecalVeto ] 0 : Hit 1: [-137.789, -50.0479, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-125.749, -54.2186, 19] + [ ecalVeto ] 0 : Hit 1: [-123.341, -50.0479, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [73.7103, 69.2808, 15] + [ ecalVeto ] 0 : Hit 1: [73.7103, 69.2808, 13] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -45.8773, 15] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -41.7066, 14] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [16.8555, -37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [19.2635, -41.7066, 10] + [ ecalVeto ] 0 : Hit 2: [16.8555, -37.5359, 9] + [ ecalVeto ] 0 : Hit 3: [19.2635, -33.3653, 8] + [ ecalVeto ] 0 : Hit 4: [16.8555, -37.5359, 7] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-45.7507, -29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -33.3653, 9] + [ ecalVeto ] 0 : Hit 2: [-45.7507, -37.5359, 8] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Hit 4: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 6: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Hit 7: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4447.05; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 404 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -33.3653, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -29.1946, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -12.512, 5] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -8.34132, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4333.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 405 Brem photon produced 49 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 70.9012, 19] + [ ecalVeto ] 0 : Hit 1: [4.81586, 66.7306, 18] + [ ecalVeto ] 0 : Hit 2: [2.40793, 62.5599, 17] + [ ecalVeto ] 0 : Hit 3: [4.81586, 58.3892, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 45.8773, 15] + [ ecalVeto ] 0 : Hit 1: [4.81586, 41.7066, 14] + [ ecalVeto ] 0 : Hit 2: [2.40793, 37.5359, 13] + [ ecalVeto ] 0 : Hit 3: [4.81586, 33.3653, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 5: [4.81586, -8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3861.64; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 406 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-47.2231, 73.4515, 19] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 70.9012, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, 25.024, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, 20.8533, 11] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3609.64; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 407 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6344.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 408 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 11 + [ ecalVeto ] 0 : Beginning track merging using 11 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 11 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-132.973, -16.6826, 29] + [ ecalVeto ] 0 : Hit 1: [-130.565, -20.8533, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-111.302, -20.8533, 25] + [ ecalVeto ] 0 : Hit 1: [-108.894, -25.024, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -29.1946, 23] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -25.024, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -29.1946, 21] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -25.024, 20] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -33.3653, 19] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -29.1946, 18] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -33.3653, 17] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -29.1946, 16] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -29.1946, 15] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -33.3653, 14] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -33.3653, 13] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -37.5359, 12] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -33.3653, 10] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -4.17066, 8] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-33.711, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -29.1946, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 11 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4312.84; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 409 Brem photon produced 48 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 54.2186, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 50.0479, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 5: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 4: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, 4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 4: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -20.8533, 2] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -20.8533, 0] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 92 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7120.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 410 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [126.685, -94.3048, 26] + [ ecalVeto ] 0 : Hit 1: [124.277, -90.1341, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-33.711, -8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [-31.3031, -4.17066, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3401.52; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 411 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, 29.1946, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, 37.5359, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-47.2231, 73.4515, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 70.9012, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4960.91; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 412 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [80.9341, -148.523, 33] + [ ecalVeto ] 0 : Hit 1: [83.3421, -144.353, 32] + [ ecalVeto ] 0 : Hit 2: [80.9341, -140.182, 31] + [ ecalVeto ] 0 : Hit 3: [83.3421, -136.011, 30] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [95.3817, -123.499, 27] + [ ecalVeto ] 0 : Hit 1: [97.7897, -119.329, 26] + [ ecalVeto ] 0 : Hit 2: [95.3817, -115.158, 25] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [76.1183, -106.817, 22] + [ ecalVeto ] 0 : Hit 1: [73.7103, -102.646, 21] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [68.8945, -94.3048, 20] + [ ecalVeto ] 0 : Hit 1: [66.4865, -90.1341, 19] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [54.4469, -69.2808, 16] + [ ecalVeto ] 0 : Hit 1: [52.9745, -66.7306, 15] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4730.33; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 413 Brem photon produced 2 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 34 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4926.48; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 414 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4625.55; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 415 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [162.804, 115.158, 6] + [ ecalVeto ] 0 : Hit 1: [160.396, 110.987, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 8.34132, 4] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 12.512, 3] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 16.6826, 2] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 20.8533, 1] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 25.024, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 105 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7427.89; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 416 Brem photon produced 40 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 87 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6009.82; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 417 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 62.5599, 25] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 66.7306, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 58.3892, 23] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 54.2186, 22] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 50.0479, 21] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 45.8773, 20] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 41.7066, 19] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 37.5359, 18] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 33.3653, 17] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 29.1946, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 12] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 11] + [ ecalVeto ] 0 : Hit 3: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 4: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Hit 3: [12.0397, -12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 34 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2557.95; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 418 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [226.882, -29.1946, 28] + [ ecalVeto ] 0 : Hit 1: [224.475, -25.024, 27] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4993.2; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 419 Brem photon produced 62 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [11.1041, -110.987, 22] + [ ecalVeto ] 0 : Hit 1: [8.69618, -106.817, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -87.5839, 18] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -83.4132, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -25.024, 11] + [ ecalVeto ] 0 : Hit 1: [-87.2224, -20.8533, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 25.024, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 29.1946, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 25.024, 8] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 29.1946, 7] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 33.3653, 6] + [ ecalVeto ] 0 : Hit 6: [-12.0397, 29.1946, 5] + [ ecalVeto ] 0 : Hit 7: [-9.63173, 25.024, 4] + [ ecalVeto ] 0 : Hit 8: [-12.0397, 29.1946, 3] + [ ecalVeto ] 0 : Hit 9: [-9.63173, 25.024, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 33.3653, 9] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 29.1946, 8] + [ ecalVeto ] 0 : Hit 3: [-19.2635, 25.024, 7] + [ ecalVeto ] 0 : Hit 4: [-16.8555, 29.1946, 6] + [ ecalVeto ] 0 : Hit 5: [-19.2635, 25.024, 5] + [ ecalVeto ] 0 : Hit 6: [-16.8555, 29.1946, 4] + [ ecalVeto ] 0 : Hit 7: [-19.2635, 25.024, 3] + [ ecalVeto ] 0 : Hit 8: [-16.8555, 29.1946, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 29.1946, 2] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-60.1983, 45.8773, 8] + [ ecalVeto ] 0 : Hit 1: [-62.6062, 41.7066, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5387.48; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 420 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-133.909, -181.889, 21] + [ ecalVeto ] 0 : Hit 1: [-131.501, -177.718, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 54.2186, 19] + [ ecalVeto ] 0 : Hit 1: [4.81586, 50.0479, 18] + [ ecalVeto ] 0 : Hit 2: [2.40793, 45.8773, 17] + [ ecalVeto ] 0 : Hit 3: [2.40793, 45.8773, 15] + [ ecalVeto ] 0 : Hit 4: [4.81586, 41.7066, 14] + [ ecalVeto ] 0 : Hit 5: [2.40793, 37.5359, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -8.34132, 1] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -12.512, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -12.512, 5] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -8.34132, 4] + [ ecalVeto ] 0 : Hit 5: [-12.0397, -12.512, 3] + [ ecalVeto ] 0 : Hit 6: [-9.63173, -8.34132, 2] + [ ecalVeto ] 0 : Hit 7: [-12.0397, -12.512, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3280.99; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 421 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 41.7066, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, 33.3653, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 9] + [ ecalVeto ] 0 : Hit 4: [4.81586, 25.024, 10] + [ ecalVeto ] 0 : Hit 5: [2.40793, 20.8533, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 87 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8165.12; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 422 Brem photon produced 68 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -2.66454e-15, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4497.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 423 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-39.9993, -77.6221, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -75.0719, 8] + [ ecalVeto ] 0 : Hit 2: [-40.9348, -70.9012, 7] + [ ecalVeto ] 0 : Hit 3: [-38.5269, -66.7306, 6] + [ ecalVeto ] 0 : Hit 4: [-33.711, -66.7306, 7] + [ ecalVeto ] 0 : Hit 5: [-31.3031, -70.9012, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-23.1438, -90.1341, 8] + [ ecalVeto ] 0 : Hit 1: [-25.5517, -85.9634, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, -58.3892, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -54.2186, 6] + [ ecalVeto ] 0 : Hit 2: [-33.711, -50.0479, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -58.3892, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -54.2186, 5] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -50.0479, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4314.87; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 424 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 1: [33.711, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 2: [31.3031, -4.17066, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [62.6062, 33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [60.1983, 29.1946, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -25.024, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6244.36; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 425 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-246.146, 45.8773, 14] + [ ecalVeto ] 0 : Hit 1: [-248.554, 41.7066, 13] + [ ecalVeto ] 0 : Hit 2: [-246.146, 37.5359, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-241.33, 37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [-238.922, 33.3653, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-234.106, 33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-231.698, 37.5359, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4264.39; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 426 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -41.7066, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, -37.5359, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5800.35; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 427 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-104.078, 58.3892, 11] + [ ecalVeto ] 0 : Hit 1: [-102.606, 60.9395, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 54.2186, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 50.0479, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 45.8773, 1] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 50.0479, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7674.92; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 428 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 29.1946, 17] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 33.3653, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 20.8533, 15] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 25.024, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -45.8773, 3] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -41.7066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4733.72; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 429 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [30.3676, 194.401, 31] + [ ecalVeto ] 0 : Hit 1: [32.7755, 190.23, 30] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [37.5914, 181.889, 29] + [ ecalVeto ] 0 : Hit 1: [39.9993, 177.718, 28] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [37.5914, 165.206, 27] + [ ecalVeto ] 0 : Hit 1: [39.9993, 161.035, 26] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [45.7507, 54.2186, 19] + [ ecalVeto ] 0 : Hit 1: [48.1586, 50.0479, 18] + [ ecalVeto ] 0 : Hit 2: [45.7507, 45.8773, 17] + [ ecalVeto ] 0 : Hit 3: [48.1586, 41.7066, 16] + [ ecalVeto ] 0 : Hit 4: [45.7507, 45.8773, 15] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [25.5517, 110.987, 18] + [ ecalVeto ] 0 : Hit 1: [23.1438, 106.817, 17] + [ ecalVeto ] 0 : Hit 2: [25.5517, 102.646, 16] + [ ecalVeto ] 0 : Hit 3: [23.1438, 98.4754, 15] + [ ecalVeto ] 0 : Hit 4: [25.5517, 94.3048, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 4.17066, 12] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 8.34132, 11] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 12.512, 10] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [26.4873, 4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [24.0793, 8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [24.0793, 8.34132, 7] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [16.8555, 62.5599, 9] + [ ecalVeto ] 0 : Hit 1: [19.2635, 58.3892, 8] + [ ecalVeto ] 0 : Hit 2: [16.8555, 54.2186, 7] + [ ecalVeto ] 0 : Hit 3: [19.2635, 50.0479, 6] + [ ecalVeto ] 0 : Hit 4: [16.8555, 45.8773, 5] + [ ecalVeto ] 0 : Hit 5: [19.2635, 41.7066, 4] + [ ecalVeto ] 0 : Hit 6: [16.8555, 37.5359, 3] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 5: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 108 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4998.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 430 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-25.5517, 136.011, 27] + [ ecalVeto ] 0 : Hit 1: [-23.1438, 131.841, 26] + [ ecalVeto ] 0 : Hit 2: [-25.5517, 127.67, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-25.5517, 119.329, 23] + [ ecalVeto ] 0 : Hit 1: [-23.1438, 123.499, 22] + [ ecalVeto ] 0 : Hit 2: [-25.5517, 119.329, 21] + [ ecalVeto ] 0 : Hit 3: [-23.1438, 115.158, 20] + [ ecalVeto ] 0 : Hit 4: [-25.5517, 110.987, 19] + [ ecalVeto ] 0 : Hit 5: [-23.1438, 115.158, 18] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2101.1; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 431 Brem photon produced 66 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -12.512, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4102.85; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 432 Brem photon produced 2 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 37 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2892.12; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 433 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4755.63; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 434 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-67.4221, -33.3653, 12] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -33.3653, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -16.6826, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5620.31; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 435 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, -8.34132, 14] + [ ecalVeto ] 0 : Hit 1: [31.3031, -4.17066, 13] + [ ecalVeto ] 0 : Hit 2: [31.3031, -4.17066, 11] + [ ecalVeto ] 0 : Hit 3: [33.711, -8.34132, 10] + [ ecalVeto ] 0 : Hit 4: [31.3031, -12.512, 9] + [ ecalVeto ] 0 : Hit 5: [31.3031, -12.512, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, -12.512, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, -8.34132, 8] + [ ecalVeto ] 0 : Hit 3: [16.8555, -4.17066, 7] + [ ecalVeto ] 0 : Hit 4: [9.63173, -8.34132, 9] + [ ecalVeto ] 0 : Hit 5: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 6: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 7: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 8: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 9: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 6: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Hit 7: [4.81586, -8.34132, 2] + [ ecalVeto ] 0 : Hit 8: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 9: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4491.96; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 436 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-226.882, 20.8533, 33] + [ ecalVeto ] 0 : Hit 1: [-224.475, 25.024, 32] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4830.69; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 437 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 45.8773, 15] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 41.7066, 14] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 37.5359, 13] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 33.3653, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [-33.711, -33.3653, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 94 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6087.41; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 438 Brem photon produced 37 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 43 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5724.06; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 439 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -58.3892, 8] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -54.2186, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -54.2186, 8] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -50.0479, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 12.512, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [16.8555, 12.512, 3] + [ ecalVeto ] 0 : Hit 1: [16.8555, 12.512, 1] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -75.0719, 1] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -79.2426, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 129 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6345.84; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 440 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -25.024, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4488.71; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 441 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [69.83, 12.512, 26] + [ ecalVeto ] 0 : Hit 1: [69.83, 12.512, 24] + [ ecalVeto ] 0 : Hit 2: [67.4221, 8.34132, 23] + [ ecalVeto ] 0 : Finding linreg tracks from 40 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3525.03; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 442 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 18 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2509.07; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 443 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [40.9348, -70.9012, 20] + [ ecalVeto ] 0 : Hit 1: [38.5269, -66.7306, 19] + [ ecalVeto ] 0 : Hit 2: [40.9348, -62.5599, 18] + [ ecalVeto ] 0 : Hit 3: [38.5269, -58.3892, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [33.711, -58.3892, 16] + [ ecalVeto ] 0 : Hit 1: [31.3031, -54.2186, 15] + [ ecalVeto ] 0 : Hit 2: [33.711, -50.0479, 14] + [ ecalVeto ] 0 : Hit 3: [31.3031, -45.8773, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-52.9745, 50.0479, 14] + [ ecalVeto ] 0 : Hit 1: [-55.3824, 45.8773, 13] + [ ecalVeto ] 0 : Hit 2: [-52.9745, 41.7066, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [16.8555, -37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [19.2635, -33.3653, 10] + [ ecalVeto ] 0 : Hit 2: [16.8555, -29.1946, 9] + [ ecalVeto ] 0 : Hit 3: [19.2635, -25.024, 8] + [ ecalVeto ] 0 : Hit 4: [16.8555, -20.8533, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6736.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 444 Brem photon produced 36 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, -54.2186, 20] + [ ecalVeto ] 0 : Hit 1: [24.0793, -50.0479, 19] + [ ecalVeto ] 0 : Hit 2: [26.4873, -45.8773, 18] + [ ecalVeto ] 0 : Hit 3: [24.0793, -41.7066, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -29.1946, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 13] + [ ecalVeto ] 0 : Hit 2: [12.0397, -20.8533, 12] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 4.17066, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, 8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, 12.512, 7] + [ ecalVeto ] 0 : Hit 2: [19.2635, 16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [16.8555, 12.512, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 92 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6857.63; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 445 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-126.685, -136.011, 23] + [ ecalVeto ] 0 : Hit 1: [-124.277, -131.841, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-112.237, -127.67, 21] + [ ecalVeto ] 0 : Hit 1: [-109.829, -123.499, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -37.5359, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, -33.3653, 11] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 10] + [ ecalVeto ] 0 : Hit 3: [9.63173, -33.3653, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3259.35; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 446 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5327.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 447 Brem photon produced 49 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 39 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5060.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 448 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [152.237, 8.34132, 31] + [ ecalVeto ] 0 : Hit 1: [154.644, 4.17066, 30] + [ ecalVeto ] 0 : Hit 2: [152.237, 8.34132, 29] + [ ecalVeto ] 0 : Hit 3: [154.644, 12.512, 28] + [ ecalVeto ] 0 : Hit 4: [152.237, 16.6826, 27] + [ ecalVeto ] 0 : Hit 5: [154.644, 20.8533, 26] + [ ecalVeto ] 0 : Hit 6: [152.237, 16.6826, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-190.763, 75.0719, 27] + [ ecalVeto ] 0 : Hit 1: [-188.356, 70.9012, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 54.2186, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 50.0479, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 45.8773, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 50.0479, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 94 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2172.34; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 449 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [97.7897, 60.9395, 28] + [ ecalVeto ] 0 : Hit 1: [95.3817, 56.7688, 27] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6171.53; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 450 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [9.63173, 33.3653, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, 37.5359, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 26 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2733.38; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 451 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 6 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1876.22; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 452 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [67.4221, -58.3892, 33] + [ ecalVeto ] 0 : Hit 1: [67.4221, -58.3892, 31] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [55.3824, -54.2186, 28] + [ ecalVeto ] 0 : Hit 1: [52.9745, -50.0479, 27] + [ ecalVeto ] 0 : Hit 2: [55.3824, -54.2186, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-132.973, -75.0719, 23] + [ ecalVeto ] 0 : Hit 1: [-130.565, -70.9012, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [33.711, -41.7066, 20] + [ ecalVeto ] 0 : Hit 1: [31.3031, -37.5359, 19] + [ ecalVeto ] 0 : Hit 2: [33.711, -41.7066, 18] + [ ecalVeto ] 0 : Hit 3: [31.3031, -37.5359, 17] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [19.2635, 25.024, 16] + [ ecalVeto ] 0 : Hit 1: [16.8555, 20.8533, 15] + [ ecalVeto ] 0 : Hit 2: [19.2635, 16.6826, 14] + [ ecalVeto ] 0 : Hit 3: [16.8555, 12.512, 13] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 7: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 8: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Hit 9: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [12.0397, -29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, -20.8533, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 4: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -29.1946, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -20.8533, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3743.52; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 453 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 11 + [ ecalVeto ] 0 : Beginning track merging using 11 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 1: [24.0793, -2.66454e-15, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -33.3653, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -25.024, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [16.8555, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [19.2635, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 2: [16.8555, -4.17066, 7] + [ ecalVeto ] 0 : Hit 3: [19.2635, -8.34132, 6] + [ ecalVeto ] 0 : Hit 4: [26.4873, -4.17066, 8] + [ ecalVeto ] 0 : Hit 5: [26.4873, -4.17066, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [16.8555, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [19.2635, -8.34132, 8] + [ ecalVeto ] 0 : Hit 2: [16.8555, -12.512, 7] + [ ecalVeto ] 0 : Hit 3: [19.2635, -16.6826, 6] + [ ecalVeto ] 0 : Hit 4: [16.8555, -20.8533, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [26.4873, 29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [24.0793, 25.024, 7] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-33.711, -33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -29.1946, 6] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Hit 5: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 99 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6080.46; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 454 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-147.421, 50.0479, 27] + [ ecalVeto ] 0 : Hit 1: [-145.013, 54.2186, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-140.197, 45.8773, 25] + [ ecalVeto ] 0 : Hit 1: [-137.789, 50.0479, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-125.749, 45.8773, 23] + [ ecalVeto ] 0 : Hit 1: [-123.341, 50.0479, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, -16.6826, 22] + [ ecalVeto ] 0 : Hit 1: [16.8555, -12.512, 21] + [ ecalVeto ] 0 : Hit 2: [19.2635, -16.6826, 20] + [ ecalVeto ] 0 : Hit 3: [16.8555, -12.512, 19] + [ ecalVeto ] 0 : Hit 4: [16.8555, -12.512, 17] + [ ecalVeto ] 0 : Hit 5: [12.0397, -12.512, 18] + [ ecalVeto ] 0 : Hit 6: [12.0397, -12.512, 16] + [ ecalVeto ] 0 : Hit 7: [9.63173, -8.34132, 15] + [ ecalVeto ] 0 : Hit 8: [12.0397, -12.512, 14] + [ ecalVeto ] 0 : Hit 9: [9.63173, -8.34132, 13] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-118.525, 50.0479, 21] + [ ecalVeto ] 0 : Hit 1: [-116.118, 45.8773, 20] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-104.078, 41.7066, 19] + [ ecalVeto ] 0 : Hit 1: [-101.67, 37.5359, 18] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 4: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 5: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 6: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 7: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 8: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3104.99; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 455 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [55.3824, 12.512, 16] + [ ecalVeto ] 0 : Hit 1: [52.9745, 16.6826, 15] + [ ecalVeto ] 0 : Hit 2: [55.3824, 20.8533, 14] + [ ecalVeto ] 0 : Hit 3: [52.9745, 16.6826, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [69.83, 20.8533, 16] + [ ecalVeto ] 0 : Hit 1: [67.4221, 25.024, 15] + [ ecalVeto ] 0 : Hit 2: [67.4221, 25.024, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [45.7507, -4.17066, 15] + [ ecalVeto ] 0 : Hit 1: [48.1586, -2.66454e-15, 14] + [ ecalVeto ] 0 : Hit 2: [45.7507, 4.17066, 13] + [ ecalVeto ] 0 : Hit 3: [48.1586, 8.34132, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [31.3031, 12.512, 13] + [ ecalVeto ] 0 : Hit 1: [33.711, 8.34132, 12] + [ ecalVeto ] 0 : Hit 2: [31.3031, 12.512, 11] + [ ecalVeto ] 0 : Hit 3: [33.711, 16.6826, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [3.88031, 106.817, 10] + [ ecalVeto ] 0 : Hit 1: [3.88031, 106.817, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 70.9012, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 66.7306, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 70.9012, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 45.8773, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 41.7066, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 37.5359, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 41.7066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 134 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7982.23; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 456 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 66.7306, 14] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 62.5599, 13] + [ ecalVeto ] 0 : Hit 2: [-38.5269, 58.3892, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, 58.3892, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 62.5599, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -4.17066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4601.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 457 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [31.3031, 54.2186, 23] + [ ecalVeto ] 0 : Hit 1: [33.711, 58.3892, 22] + [ ecalVeto ] 0 : Hit 2: [31.3031, 54.2186, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, 45.8773, 20] + [ ecalVeto ] 0 : Hit 1: [24.0793, 41.7066, 19] + [ ecalVeto ] 0 : Hit 2: [26.4873, 37.5359, 18] + [ ecalVeto ] 0 : Hit 3: [24.0793, 33.3653, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, 33.3653, 16] + [ ecalVeto ] 0 : Hit 1: [16.8555, 29.1946, 15] + [ ecalVeto ] 0 : Hit 2: [19.2635, 25.024, 14] + [ ecalVeto ] 0 : Hit 3: [16.8555, 20.8533, 13] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 11] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 10] + [ ecalVeto ] 0 : Hit 3: [9.63173, 8.34132, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 28 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1652.84; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 458 Brem photon produced 63 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5610.63; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 459 Brem photon produced 51 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-25.5517, 127.67, 19] + [ ecalVeto ] 0 : Hit 1: [-23.1438, 123.499, 18] + [ ecalVeto ] 0 : Hit 2: [-25.5517, 119.329, 17] + [ ecalVeto ] 0 : Hit 3: [-23.1438, 115.158, 16] + [ ecalVeto ] 0 : Hit 4: [-25.5517, 110.987, 15] + [ ecalVeto ] 0 : Hit 5: [-23.1438, 106.817, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 12.512, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [59.2627, 227.766, 1] + [ ecalVeto ] 0 : Hit 1: [61.6707, 231.937, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5007.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 460 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 11 + [ ecalVeto ] 0 : Beginning track merging using 11 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-176.316, 91.7545, 33] + [ ecalVeto ] 0 : Hit 1: [-173.908, 95.9252, 32] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 37.5359, 25] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 41.7066, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 33.3653, 23] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -62.5599, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -58.3892, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -54.2186, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -58.3892, 6] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -54.2186, 5] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -50.0479, 4] + [ ecalVeto ] 0 : Hit 6: [-12.0397, -45.8773, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-67.4221, -25.024, 8] + [ ecalVeto ] 0 : Hit 1: [-69.83, -29.1946, 7] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [-55.3824, -37.5359, 7] + [ ecalVeto ] 0 : Hit 3: [-52.9745, -41.7066, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -33.3653, 6] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [9.63173, -58.3892, 7] + [ ecalVeto ] 0 : Hit 1: [9.63173, -58.3892, 5] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -41.7066, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -45.8773, 5] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -41.7066, 4] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -37.5359, 3] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -54.2186, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -50.0479, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 91 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4979.15; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 461 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -45.8773, 15] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -50.0479, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -37.5359, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -37.5359, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-33.711, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -37.5359, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5454.33; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 462 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 462 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 42 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3175.66; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 463 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-111.302, 4.17066, 25] + [ ecalVeto ] 0 : Hit 1: [-108.894, -2.36672e-14, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 4.17066, 23] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -2.36672e-14, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -2.36672e-14, 21] + [ ecalVeto ] 0 : Hit 1: [-87.2224, 4.17066, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 4.17066, 19] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -2.66454e-15, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-60.1983, -4.17066, 14] + [ ecalVeto ] 0 : Hit 1: [-62.6062, -8.34132, 13] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-52.9745, -8.34132, 12] + [ ecalVeto ] 0 : Hit 1: [-55.3824, -12.512, 11] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -12.512, 10] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -16.6826, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5876.34; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 464 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-52.9745, 8.34132, 12] + [ ecalVeto ] 0 : Hit 1: [-55.3824, 12.512, 11] + [ ecalVeto ] 0 : Hit 2: [-52.9745, 8.34132, 10] + [ ecalVeto ] 0 : Hit 3: [-55.3824, 12.512, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4905.61; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 465 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 12.512, 10] + [ ecalVeto ] 0 : Hit 1: [-33.711, 8.34132, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 93 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5534.9; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 466 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 50.0479, 25] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 45.8773, 24] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 41.7066, 23] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 45.8773, 22] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 41.7066, 21] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 37.5359, 20] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 33.3653, 19] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 29.1946, 18] + [ ecalVeto ] 0 : Hit 8: [-4.81586, 25.024, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [24.0793, -33.3653, 19] + [ ecalVeto ] 0 : Hit 1: [26.4873, -29.1946, 18] + [ ecalVeto ] 0 : Hit 2: [24.0793, -25.024, 17] + [ ecalVeto ] 0 : Hit 3: [26.4873, -29.1946, 16] + [ ecalVeto ] 0 : Hit 4: [24.0793, -25.024, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 12.512, 15] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 16.6826, 14] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 12.512, 13] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 8.34132, 12] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 4.17066, 11] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -2.66454e-15, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, -25.024, 14] + [ ecalVeto ] 0 : Hit 1: [16.8555, -20.8533, 13] + [ ecalVeto ] 0 : Hit 2: [19.2635, -16.6826, 12] + [ ecalVeto ] 0 : Hit 3: [16.8555, -20.8533, 11] + [ ecalVeto ] 0 : Hit 4: [19.2635, -16.6826, 10] + [ ecalVeto ] 0 : Hit 5: [16.8555, -12.512, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3280.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 467 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-183.54, 37.5359, 17] + [ ecalVeto ] 0 : Hit 1: [-181.132, 33.3653, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-183.54, 20.8533, 15] + [ ecalVeto ] 0 : Hit 1: [-181.132, 16.6826, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3387.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 468 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 17 + [ ecalVeto ] 0 : Beginning track merging using 17 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 15 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-44.8152, -102.646, 14] + [ ecalVeto ] 0 : Hit 1: [-47.2231, -98.4754, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [38.5269, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [40.9348, -4.17066, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -79.2426, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -83.4132, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -87.5839, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -91.7545, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [8.69618, -98.4754, 9] + [ ecalVeto ] 0 : Hit 1: [11.1041, -94.3048, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -16.6826, 7] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [26.4873, -12.512, 8] + [ ecalVeto ] 0 : Hit 1: [24.0793, -16.6826, 7] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -54.2186, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -50.0479, 6] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -45.8773, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -41.7066, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -37.5359, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -41.7066, 4] + [ ecalVeto ] 0 : Hit 4: [-16.8555, -45.8773, 6] + [ ecalVeto ] 0 : Hit 5: [-19.2635, -50.0479, 5] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -75.0719, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -70.9012, 6] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [9.63173, -58.3892, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -62.5599, 6] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-32.7755, -81.7928, 5] + [ ecalVeto ] 0 : Hit 1: [-30.3676, -85.9634, 4] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Hit 2: [4.81586, -33.3653, 2] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -45.8773, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -41.7066, 3] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -37.5359, 2] + [ ecalVeto ] 0 : Track 14: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -70.9012, 3] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -66.7306, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 15 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3348.16; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 469 Brem photon produced 50 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 41.7066, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 26 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2816.77; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 470 Brem photon produced 54 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 470 Brem photon produced 42 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5653.03; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 471 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [40.9348, 12.512, 20] + [ ecalVeto ] 0 : Hit 1: [38.5269, 16.6826, 19] + [ ecalVeto ] 0 : Hit 2: [40.9348, 12.512, 18] + [ ecalVeto ] 0 : Hit 3: [38.5269, 16.6826, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 93 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2373.08; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 472 Brem photon produced 49 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, -20.8533, 15] + [ ecalVeto ] 0 : Hit 1: [19.2635, -16.6826, 14] + [ ecalVeto ] 0 : Hit 2: [16.8555, -12.512, 13] + [ ecalVeto ] 0 : Hit 3: [16.8555, -12.512, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, -2.66454e-15, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4670.97; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 473 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 20 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1856.81; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 474 Brem photon produced 51 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [104.078, 25.024, 4] + [ ecalVeto ] 0 : Hit 1: [101.67, 29.1946, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 91 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5131.22; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 475 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3482.24; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 476 Brem photon produced 53 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 23 + [ ecalVeto ] 0 : Beginning track merging using 23 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 23 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -54.2186, 23] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -50.0479, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -54.2186, 23] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -50.0479, 22] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -45.8773, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -45.8773, 20] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -41.7066, 19] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -25.024, 19] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -20.8533, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -41.7066, 18] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -37.5359, 17] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -41.7066, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [118.525, -58.3892, 18] + [ ecalVeto ] 0 : Hit 1: [116.118, -62.5599, 17] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 15] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 14] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -33.3653, 15] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -29.1946, 14] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -33.3653, 13] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -29.1946, 12] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -25.024, 11] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 4.17066, 15] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 8.34132, 14] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [16.8555, 12.512, 13] + [ ecalVeto ] 0 : Hit 1: [19.2635, 16.6826, 12] + [ ecalVeto ] 0 : Hit 2: [16.8555, 12.512, 11] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [4.81586, -41.7066, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, -45.8773, 11] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -25.024, 10] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [-33.711, 25.024, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 29.1946, 10] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 9] + [ ecalVeto ] 0 : Track 14: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 41.7066, 8] + [ ecalVeto ] 0 : Track 15: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 50.0479, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 45.8773, 8] + [ ecalVeto ] 0 : Track 16: + [ ecalVeto ] 0 : Hit 0: [12.0397, 37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Track 17: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Track 18: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Track 19: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 37.5359, 2] + [ ecalVeto ] 0 : Track 20: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 41.7066, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 45.8773, 4] + [ ecalVeto ] 0 : Track 21: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 37.5359, 3] + [ ecalVeto ] 0 : Track 22: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 102 hits + [ ecalVeto ] 0 : MIP tracking completed; found 23 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8826.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 477 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5884.31; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 478 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-104.078, 41.7066, 23] + [ ecalVeto ] 0 : Hit 1: [-101.67, 37.5359, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 37.5359, 21] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 41.7066, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 45.8773, 19] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 41.7066, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-44.8152, 77.6221, 18] + [ ecalVeto ] 0 : Hit 1: [-47.2231, 73.4515, 17] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-69.83, 37.5359, 17] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 41.7066, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [62.6062, -50.0479, 6] + [ ecalVeto ] 0 : Hit 1: [60.1983, -54.2186, 5] + [ ecalVeto ] 0 : Hit 2: [62.6062, -50.0479, 4] + [ ecalVeto ] 0 : Hit 3: [60.1983, -54.2186, 3] + [ ecalVeto ] 0 : Hit 4: [62.6062, -50.0479, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5039.49; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 479 Brem photon produced 39 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-176.316, -50.0479, 23] + [ ecalVeto ] 0 : Hit 1: [-173.908, -54.2186, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-140.197, -45.8773, 19] + [ ecalVeto ] 0 : Hit 1: [-137.789, -41.7066, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-104.078, -41.7066, 15] + [ ecalVeto ] 0 : Hit 1: [-101.67, -37.5359, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3588.59; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 480 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -25.024, 5] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -20.8533, 4] + [ ecalVeto ] 0 : Hit 3: [-19.2635, -25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5005.86; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 481 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-47.2231, 98.4754, 17] + [ ecalVeto ] 0 : Hit 1: [-44.8152, 94.3048, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-30.3676, 85.9634, 14] + [ ecalVeto ] 0 : Hit 1: [-32.7755, 81.7928, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, 66.7306, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, 70.9012, 11] + [ ecalVeto ] 0 : Hit 2: [19.2635, 66.7306, 10] + [ ecalVeto ] 0 : Hit 3: [16.8555, 62.5599, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 20.8533, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 12.512, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8478.93; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 482 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 169.377, 33] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 165.206, 32] + [ ecalVeto ] 0 : Hit 2: [-68.8945, 161.035, 31] + [ ecalVeto ] 0 : Hit 3: [-66.4865, 156.865, 30] + [ ecalVeto ] 0 : Hit 4: [-68.8945, 152.694, 29] + [ ecalVeto ] 0 : Hit 5: [-66.4865, 148.523, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-32.7755, 206.913, 29] + [ ecalVeto ] 0 : Hit 1: [-30.3676, 211.083, 28] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [52.9745, -66.7306, 15] + [ ecalVeto ] 0 : Hit 1: [55.3824, -62.5599, 14] + [ ecalVeto ] 0 : Hit 2: [52.9745, -58.3892, 13] + [ ecalVeto ] 0 : Hit 3: [55.3824, -54.2186, 12] + [ ecalVeto ] 0 : Hit 4: [52.9745, -58.3892, 11] + [ ecalVeto ] 0 : Hit 5: [55.3824, -62.5599, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 41.7066, 13] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 37.5359, 12] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 33.3653, 11] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 29.1946, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -58.3892, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, -54.2186, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 3] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -2.66454e-15, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4472.44; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 483 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [12.0397, -4.17066, 10] + [ ecalVeto ] 0 : Hit 2: [9.63173, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 3: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 4: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Hit 5: [12.0397, -12.512, 2] + [ ecalVeto ] 0 : Hit 6: [9.63173, -8.34132, 1] + [ ecalVeto ] 0 : Hit 7: [12.0397, -4.17066, 0] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -20.8533, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Hit 1: [12.0397, -4.17066, 2] + [ ecalVeto ] 0 : Hit 2: [9.63173, -2.66454e-15, 1] + [ ecalVeto ] 0 : Hit 3: [12.0397, 4.17066, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 87 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6124.69; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 484 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 28 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3385.46; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 485 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [38.5269, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [40.9348, 4.17066, 10] + [ ecalVeto ] 0 : Hit 2: [40.9348, 4.17066, 8] + [ ecalVeto ] 0 : Hit 3: [40.9348, 4.17066, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [24.0793, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [26.4873, 4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [24.0793, 8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [26.4873, 4.17066, 4] + [ ecalVeto ] 0 : Hit 4: [19.2635, 8.34132, 6] + [ ecalVeto ] 0 : Hit 5: [16.8555, 12.512, 5] + [ ecalVeto ] 0 : Hit 6: [19.2635, 16.6826, 4] + [ ecalVeto ] 0 : Hit 7: [16.8555, 12.512, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 1: [16.8555, 4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [19.2635, 8.34132, 4] + [ ecalVeto ] 0 : Hit 3: [16.8555, 4.17066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6502.25; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 486 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-147.421, -16.6826, 23] + [ ecalVeto ] 0 : Hit 1: [-145.013, -12.512, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-154.644, -12.512, 23] + [ ecalVeto ] 0 : Hit 1: [-152.237, -16.6826, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-125.749, -20.8533, 21] + [ ecalVeto ] 0 : Hit 1: [-123.341, -16.6826, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [31.3031, -12.512, 13] + [ ecalVeto ] 0 : Hit 1: [33.711, -16.6826, 12] + [ ecalVeto ] 0 : Hit 2: [31.3031, -12.512, 11] + [ ecalVeto ] 0 : Hit 3: [33.711, -8.34132, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 44 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2490.1; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 487 Brem photon produced 36 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-69.83, 37.5359, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 41.7066, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 45.8773, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 41.7066, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 45.8773, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 50.0479, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, 50.0479, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 45.8773, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4594.23; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 488 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 161.035, 25] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 156.865, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [62.6062, 41.7066, 16] + [ ecalVeto ] 0 : Hit 1: [60.1983, 37.5359, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5621.53; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 489 Brem photon produced 73 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 75.0719, 16] + [ ecalVeto ] 0 : Hit 1: [16.8555, 70.9012, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, 33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, 29.1946, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5235.01; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 490 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -152.694, 13] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -156.865, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, -50.0479, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -54.2186, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -41.7066, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 42 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5660.62; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 491 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 491 Brem photon produced 48 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-1.47238, 119.329, 24] + [ ecalVeto ] 0 : Hit 1: [-3.88031, 115.158, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -215.254, 23] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -211.083, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -194.401, 21] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -190.23, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 87.5839, 19] + [ ecalVeto ] 0 : Hit 1: [4.81586, 83.4132, 18] + [ ecalVeto ] 0 : Hit 2: [2.40793, 79.2426, 17] + [ ecalVeto ] 0 : Hit 3: [4.81586, 75.0719, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 62.5599, 15] + [ ecalVeto ] 0 : Hit 1: [4.81586, 58.3892, 14] + [ ecalVeto ] 0 : Hit 2: [2.40793, 54.2186, 13] + [ ecalVeto ] 0 : Hit 3: [4.81586, 50.0479, 12] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [9.63173, 41.7066, 11] + [ ecalVeto ] 0 : Hit 1: [12.0397, 37.5359, 10] + [ ecalVeto ] 0 : Hit 2: [9.63173, 33.3653, 9] + [ ecalVeto ] 0 : Hit 3: [12.0397, 29.1946, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5980.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 492 Brem photon produced 52 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 37.5359, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-69.83, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 25.024, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6124.49; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 493 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -70.9012, 26] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -66.7306, 25] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -62.5599, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 87.5839, 23] + [ ecalVeto ] 0 : Hit 1: [4.81586, 91.7545, 22] + [ ecalVeto ] 0 : Finding linreg tracks from 40 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4500.63; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 494 Brem photon produced 36 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, -8.34132, 12] + [ ecalVeto ] 0 : Hit 1: [31.3031, -4.17066, 11] + [ ecalVeto ] 0 : Hit 2: [33.711, -8.34132, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 12.512, 5] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 8.34132, 4] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 12.512, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8669.28; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 495 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [25.5517, -102.646, 26] + [ ecalVeto ] 0 : Hit 1: [23.1438, -98.4754, 25] + [ ecalVeto ] 0 : Hit 2: [25.5517, -94.3048, 24] + [ ecalVeto ] 0 : Hit 3: [23.1438, -90.1341, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, -87.5839, 21] + [ ecalVeto ] 0 : Hit 1: [19.2635, -83.4132, 20] + [ ecalVeto ] 0 : Hit 2: [16.8555, -79.2426, 19] + [ ecalVeto ] 0 : Hit 3: [16.8555, -79.2426, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -70.9012, 16] + [ ecalVeto ] 0 : Hit 1: [9.63173, -66.7306, 15] + [ ecalVeto ] 0 : Hit 2: [12.0397, -70.9012, 14] + [ ecalVeto ] 0 : Hit 3: [9.63173, -66.7306, 13] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -58.3892, 12] + [ ecalVeto ] 0 : Hit 1: [4.81586, -58.3892, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, -54.2186, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, -50.0479, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, -45.8773, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-73.7103, 60.9395, 6] + [ ecalVeto ] 0 : Hit 1: [-76.1183, 56.7688, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-80.9341, 90.1341, 6] + [ ecalVeto ] 0 : Hit 1: [-83.3421, 85.9634, 5] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-67.4221, 58.3892, 6] + [ ecalVeto ] 0 : Hit 1: [-69.83, 54.2186, 5] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -45.8773, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -41.7066, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -37.5359, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 50.0479, 5] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 45.8773, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3562.14; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 496 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -50.0479, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, -45.8773, 11] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4135.42; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 497 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -25.024, 10] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -20.8533, 9] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -16.6826, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 41 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5160.31; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 498 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-133.909, -115.158, 21] + [ ecalVeto ] 0 : Hit 1: [-131.501, -110.987, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 16] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 15] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 14] + [ ecalVeto ] 0 : Hit 3: [12.0397, 4.17066, 12] + [ ecalVeto ] 0 : Hit 4: [9.63173, 8.34132, 11] + [ ecalVeto ] 0 : Hit 5: [12.0397, 12.512, 10] + [ ecalVeto ] 0 : Hit 6: [9.63173, 8.34132, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -8.34132, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3239.55; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 499 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-111.302, 20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [-108.894, 16.6826, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -75.0719, 8] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -75.0719, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -79.2426, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -75.0719, 6] + [ ecalVeto ] 0 : Hit 2: [4.81586, -75.0719, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -50.0479, 6] + [ ecalVeto ] 0 : Hit 1: [4.81586, -50.0479, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, -54.2186, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, -58.3892, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5326.19; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 500 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, 16.6826, 14] + [ ecalVeto ] 0 : Hit 1: [31.3031, 20.8533, 13] + [ ecalVeto ] 0 : Hit 2: [33.711, 25.024, 12] + [ ecalVeto ] 0 : Hit 3: [31.3031, 20.8533, 11] + [ ecalVeto ] 0 : Hit 4: [33.711, 25.024, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 77.6221, 11] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 73.4515, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4105.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 501 Brem photon produced 45 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 25.024, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 25.024, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 20.8533, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 25.024, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 54.2186, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 58.3892, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 96 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6012.35; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 502 Brem photon produced 49 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-112.237, 69.2808, 17] + [ ecalVeto ] 0 : Hit 1: [-109.829, 65.1101, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 12.512, 10] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 8.34132, 9] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 4.17066, 8] + [ ecalVeto ] 0 : Hit 4: [-16.8555, 4.17066, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -12.512, 5] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -8.34132, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -12.512, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4648.89; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 503 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-1.47238, -102.646, 26] + [ ecalVeto ] 0 : Hit 1: [-3.88031, -98.4754, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -50.0479, 23] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -45.8773, 22] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -41.7066, 21] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -37.5359, 20] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -33.3653, 19] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -37.5359, 18] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -33.3653, 17] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -29.1946, 16] + [ ecalVeto ] 0 : Hit 8: [-4.81586, -25.024, 17] + [ ecalVeto ] 0 : Hit 9: [-2.40793, -20.8533, 16] + [ ecalVeto ] 0 : Hit 10: [-4.81586, -16.6826, 15] + [ ecalVeto ] 0 : Hit 11: [-2.40793, -12.512, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -54.2186, 20] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -50.0479, 19] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 13] + [ ecalVeto ] 0 : Hit 1: [12.0397, -29.1946, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 43 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3491.5; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 504 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [108.894, -16.6826, 31] + [ ecalVeto ] 0 : Hit 1: [111.302, -12.512, 30] + [ ecalVeto ] 0 : Hit 2: [111.302, -12.512, 28] + [ ecalVeto ] 0 : Hit 3: [108.894, -8.34132, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-137.789, -50.0479, 14] + [ ecalVeto ] 0 : Hit 1: [-140.197, -45.8773, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-132.973, -25.024, 13] + [ ecalVeto ] 0 : Hit 1: [-130.565, -29.1946, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-140.197, -37.5359, 13] + [ ecalVeto ] 0 : Hit 1: [-137.789, -33.3653, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 4: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 5: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Hit 4: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 5: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 6: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 7: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 8: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 9: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 4.17066, 2] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -2.66454e-15, 1] + [ ecalVeto ] 0 : Hit 6: [-9.63173, -2.66454e-15, 2] + [ ecalVeto ] 0 : Hit 7: [-9.63173, -2.66454e-15, 0] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 124 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5956.43; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 505 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, 25.024, 19] + [ ecalVeto ] 0 : Hit 1: [26.4873, 29.1946, 18] + [ ecalVeto ] 0 : Hit 2: [24.0793, 33.3653, 17] + [ ecalVeto ] 0 : Hit 3: [24.0793, 33.3653, 15] + [ ecalVeto ] 0 : Hit 4: [26.4873, 37.5359, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [55.3824, -4.17066, 18] + [ ecalVeto ] 0 : Hit 1: [52.9745, -8.34132, 17] + [ ecalVeto ] 0 : Hit 2: [55.3824, -12.512, 16] + [ ecalVeto ] 0 : Hit 3: [52.9745, -8.34132, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [45.7507, -4.17066, 15] + [ ecalVeto ] 0 : Hit 1: [48.1586, -8.34132, 14] + [ ecalVeto ] 0 : Hit 2: [45.7507, -4.17066, 13] + [ ecalVeto ] 0 : Hit 3: [48.1586, -2.66454e-15, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5381.52; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 506 Brem photon produced 39 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 42 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3744.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 507 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, -29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [19.2635, -33.3653, 4] + [ ecalVeto ] 0 : Hit 2: [16.8555, -29.1946, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6050.85; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 508 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-25.5517, 94.3048, 21] + [ ecalVeto ] 0 : Hit 1: [-23.1438, 90.1341, 20] + [ ecalVeto ] 0 : Hit 2: [-25.5517, 85.9634, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 45.8773, 14] + [ ecalVeto ] 0 : Hit 1: [-33.711, 41.7066, 13] + [ ecalVeto ] 0 : Hit 2: [-31.3031, 37.5359, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 33.3653, 12] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 29.1946, 11] + [ ecalVeto ] 0 : Hit 2: [-38.5269, 25.024, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 16.6826, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 4.17066, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -8.34132, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [9.63173, -41.7066, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, -37.5359, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, -33.3653, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, -29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6778.54; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 509 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [62.6062, 58.3892, 24] + [ ecalVeto ] 0 : Hit 1: [60.1983, 54.2186, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [55.3824, 45.8773, 22] + [ ecalVeto ] 0 : Hit 1: [52.9745, 41.7066, 21] + [ ecalVeto ] 0 : Hit 2: [55.3824, 37.5359, 20] + [ ecalVeto ] 0 : Hit 3: [52.9745, 33.3653, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [24.0793, -50.0479, 15] + [ ecalVeto ] 0 : Hit 1: [26.4873, -45.8773, 14] + [ ecalVeto ] 0 : Hit 2: [24.0793, -41.7066, 13] + [ ecalVeto ] 0 : Hit 3: [26.4873, -37.5359, 12] + [ ecalVeto ] 0 : Hit 4: [24.0793, -41.7066, 11] + [ ecalVeto ] 0 : Hit 5: [26.4873, -37.5359, 10] + [ ecalVeto ] 0 : Hit 6: [19.2635, -41.7066, 12] + [ ecalVeto ] 0 : Hit 7: [16.8555, -37.5359, 11] + [ ecalVeto ] 0 : Hit 8: [19.2635, -33.3653, 10] + [ ecalVeto ] 0 : Hit 9: [16.8555, -29.1946, 9] + [ ecalVeto ] 0 : Hit 10: [19.2635, -25.024, 8] + [ ecalVeto ] 0 : Hit 11: [16.8555, -29.1946, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [24.0793, -41.7066, 15] + [ ecalVeto ] 0 : Hit 1: [26.4873, -37.5359, 14] + [ ecalVeto ] 0 : Hit 2: [24.0793, -33.3653, 13] + [ ecalVeto ] 0 : Hit 3: [24.0793, -33.3653, 11] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5722.24; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 510 Brem photon produced 48 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -2.66454e-15, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -4.17066, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [25.5517, -194.401, 8] + [ ecalVeto ] 0 : Hit 1: [25.5517, -194.401, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -45.8773, 7] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -41.7066, 6] + [ ecalVeto ] 0 : Hit 2: [-48.1586, -41.7066, 7] + [ ecalVeto ] 0 : Hit 3: [-45.7507, -37.5359, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [33.711, -33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [33.711, -33.3653, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7605.75; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 511 Brem photon produced 41 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 36 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2423.48; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 512 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-154.644, 29.1946, 23] + [ ecalVeto ] 0 : Hit 1: [-152.237, 25.024, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-104.078, 16.6826, 17] + [ ecalVeto ] 0 : Hit 1: [-101.67, 12.512, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -2.66454e-15, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -2.66454e-15, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -2.66454e-15, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5327.06; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 513 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Hit 2: [12.0397, -20.8533, 2] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 1] + [ ecalVeto ] 0 : Hit 4: [12.0397, -20.8533, 0] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -2.66454e-15, 1] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -4.17066, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5553.08; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 514 Brem photon produced 79 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, -20.8533, 24] + [ ecalVeto ] 0 : Hit 1: [24.0793, -16.6826, 23] + [ ecalVeto ] 0 : Hit 2: [26.4873, -12.512, 22] + [ ecalVeto ] 0 : Hit 3: [24.0793, -16.6826, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -16.6826, 20] + [ ecalVeto ] 0 : Hit 1: [16.8555, -12.512, 19] + [ ecalVeto ] 0 : Hit 2: [19.2635, -8.34132, 18] + [ ecalVeto ] 0 : Hit 3: [16.8555, -12.512, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 16] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 15] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 14] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 13] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 4: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 8: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 9: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 10: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 11: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 43 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4295.59; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 515 Brem photon produced 40 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-123.341, 25.024, 18] + [ ecalVeto ] 0 : Hit 1: [-125.749, 20.8533, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4261.99; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 516 Brem photon produced 48 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, 12.512, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, 16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [16.8555, 20.8533, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5687.12; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 517 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 15 + [ ecalVeto ] 0 : Beginning track merging using 15 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 15 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-190.763, 8.34132, 33] + [ ecalVeto ] 0 : Hit 1: [-188.356, 12.512, 32] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-154.644, 12.512, 27] + [ ecalVeto ] 0 : Hit 1: [-152.237, 16.6826, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-140.197, 12.512, 25] + [ ecalVeto ] 0 : Hit 1: [-137.789, 16.6826, 24] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-125.749, 12.512, 23] + [ ecalVeto ] 0 : Hit 1: [-123.341, 16.6826, 22] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-111.302, 12.512, 21] + [ ecalVeto ] 0 : Hit 1: [-108.894, 16.6826, 20] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-30.3676, -102.646, 20] + [ ecalVeto ] 0 : Hit 1: [-32.7755, -98.4754, 19] + [ ecalVeto ] 0 : Hit 2: [-30.3676, -94.3048, 18] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 12.512, 19] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 16.6826, 18] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 12.512, 17] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 16.6826, 16] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-69.83, 12.512, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 8.34132, 14] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -66.7306, 13] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -62.5599, 12] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -58.3892, 11] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -54.2186, 10] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 12.512, 12] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 4.17066, 10] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [4.81586, 58.3892, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 54.2186, 9] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 8.34132, 8] + [ ecalVeto ] 0 : Track 14: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 15 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3980.02; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 518 Brem photon produced 51 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, -70.9012, 6] + [ ecalVeto ] 0 : Hit 1: [24.0793, -66.7306, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7077.89; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 519 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, -41.7066, 24] + [ ecalVeto ] 0 : Hit 1: [31.3031, -37.5359, 23] + [ ecalVeto ] 0 : Hit 2: [33.711, -33.3653, 22] + [ ecalVeto ] 0 : Hit 3: [31.3031, -37.5359, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, -29.1946, 20] + [ ecalVeto ] 0 : Hit 1: [24.0793, -33.3653, 19] + [ ecalVeto ] 0 : Hit 2: [26.4873, -29.1946, 18] + [ ecalVeto ] 0 : Hit 3: [24.0793, -25.024, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, -25.024, 16] + [ ecalVeto ] 0 : Hit 1: [16.8555, -20.8533, 15] + [ ecalVeto ] 0 : Hit 2: [19.2635, -16.6826, 14] + [ ecalVeto ] 0 : Hit 3: [16.8555, -20.8533, 13] + [ ecalVeto ] 0 : Hit 4: [19.2635, -16.6826, 12] + [ ecalVeto ] 0 : Hit 5: [16.8555, -12.512, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Hit 4: [2.40793, 4.17066, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 31 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2098.03; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 520 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-176.316, -16.6826, 21] + [ ecalVeto ] 0 : Hit 1: [-173.908, -20.8533, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-181.132, -33.3653, 20] + [ ecalVeto ] 0 : Hit 1: [-183.54, -29.1946, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-101.67, 12.512, 20] + [ ecalVeto ] 0 : Hit 1: [-101.67, 12.512, 18] + [ ecalVeto ] 0 : Hit 2: [-101.67, 12.512, 16] + [ ecalVeto ] 0 : Hit 3: [-104.078, 8.34132, 15] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 12.512, 19] + [ ecalVeto ] 0 : Hit 1: [-96.8541, 12.512, 17] + [ ecalVeto ] 0 : Hit 2: [-94.4462, 16.6826, 16] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3031.62; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 521 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4793.39; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 522 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4126.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 523 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -83.4132, 22] + [ ecalVeto ] 0 : Hit 1: [2.40793, -79.2426, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -70.9012, 20] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -66.7306, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [77.0538, -2.66454e-15, 16] + [ ecalVeto ] 0 : Hit 1: [74.6459, -4.17066, 15] + [ ecalVeto ] 0 : Hit 2: [77.0538, -8.34132, 14] + [ ecalVeto ] 0 : Hit 3: [74.6459, -12.512, 13] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -58.3892, 16] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -54.2186, 15] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5179.16; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 524 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-39.9993, -85.9634, 13] + [ ecalVeto ] 0 : Hit 1: [-37.5914, -90.1341, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-39.9993, -77.6221, 13] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -75.0719, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -62.5599, 8] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -58.3892, 7] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -54.2186, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -58.3892, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -62.5599, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Hit 2: [9.63173, -25.024, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5627.54; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 525 Brem photon produced 57 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, -16.6826, 17] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -12.512, 16] + [ ecalVeto ] 0 : Hit 2: [-33.711, -8.34132, 15] + [ ecalVeto ] 0 : Hit 3: [-31.3031, -4.17066, 14] + [ ecalVeto ] 0 : Hit 4: [-33.711, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 5: [-31.3031, 4.17066, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 12.512, 9] + [ ecalVeto ] 0 : Hit 2: [-24.0793, 16.6826, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 20.8533, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5548.08; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 526 Brem photon produced 73 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 4.17066, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [16.8555, 4.17066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 90 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6416.08; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 527 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [30.3676, 110.987, 27] + [ ecalVeto ] 0 : Hit 1: [30.3676, 110.987, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 87.5839, 22] + [ ecalVeto ] 0 : Hit 1: [12.0397, 87.5839, 20] + [ ecalVeto ] 0 : Hit 2: [9.63173, 83.4132, 19] + [ ecalVeto ] 0 : Hit 3: [12.0397, 79.2426, 18] + [ ecalVeto ] 0 : Hit 4: [9.63173, 75.0719, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 66.7306, 14] + [ ecalVeto ] 0 : Hit 1: [2.40793, 62.5599, 13] + [ ecalVeto ] 0 : Hit 2: [4.81586, 58.3892, 12] + [ ecalVeto ] 0 : Hit 3: [2.40793, 54.2186, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 45.8773, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 41.7066, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 29.1946, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3780.04; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 528 Brem photon produced 75 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 37.5359, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5161.75; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 529 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 529 Brem photon produced 46 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 54.2186, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 50.0479, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 45.8773, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, 45.8773, 3] + [ ecalVeto ] 0 : Hit 5: [4.81586, 50.0479, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5318.49; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 530 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 50.0479, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 45.8773, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, 29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [16.8555, 29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [19.2635, 33.3653, 6] + [ ecalVeto ] 0 : Hit 3: [16.8555, 37.5359, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6764.22; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 531 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 45.8773, 25] + [ ecalVeto ] 0 : Hit 1: [-55.3824, 45.8773, 23] + [ ecalVeto ] 0 : Hit 2: [-52.9745, 41.7066, 22] + [ ecalVeto ] 0 : Hit 3: [-55.3824, 37.5359, 21] + [ ecalVeto ] 0 : Hit 4: [-52.9745, 33.3653, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-39.9993, 85.9634, 23] + [ ecalVeto ] 0 : Hit 1: [-37.5914, 81.7928, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-47.2231, 73.4515, 21] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 70.9012, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 33.3653, 19] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 29.1946, 18] + [ ecalVeto ] 0 : Hit 2: [-48.1586, 25.024, 17] + [ ecalVeto ] 0 : Hit 3: [-45.7507, 29.1946, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 58.3892, 19] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 54.2186, 18] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 41.7066, 17] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 37.5359, 16] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [111.302, 45.8773, 14] + [ ecalVeto ] 0 : Hit 1: [111.302, 45.8773, 12] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [74.6459, 45.8773, 11] + [ ecalVeto ] 0 : Hit 1: [77.0538, 50.0479, 10] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [16.8555, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [19.2635, 8.34132, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1989.79; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 532 Brem photon produced 74 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -37.5359, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -37.5359, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5632.74; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 533 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-11.1041, 94.3048, 23] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 91.7545, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 66.7306, 22] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 62.5599, 21] + [ ecalVeto ] 0 : Hit 2: [-24.0793, 58.3892, 20] + [ ecalVeto ] 0 : Hit 3: [-26.4873, 62.5599, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 79.2426, 21] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 75.0719, 20] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 70.9012, 19] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 66.7306, 18] + [ ecalVeto ] 0 : Hit 4: [-16.8555, 62.5599, 20] + [ ecalVeto ] 0 : Hit 5: [-19.2635, 58.3892, 19] + [ ecalVeto ] 0 : Hit 6: [-16.8555, 54.2186, 18] + [ ecalVeto ] 0 : Hit 7: [-19.2635, 50.0479, 17] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 45.8773, 17] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 50.0479, 16] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 45.8773, 15] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 41.7066, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 41.7066, 13] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 12] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 33.3653, 11] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 29.1946, 10] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 25.024, 9] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Hit 5: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1678.58; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 534 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 41.7066, 24] + [ ecalVeto ] 0 : Hit 1: [19.2635, 41.7066, 22] + [ ecalVeto ] 0 : Hit 2: [16.8555, 37.5359, 21] + [ ecalVeto ] 0 : Hit 3: [19.2635, 41.7066, 20] + [ ecalVeto ] 0 : Hit 4: [16.8555, 37.5359, 19] + [ ecalVeto ] 0 : Hit 5: [16.8555, 37.5359, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 37.5359, 16] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 15] + [ ecalVeto ] 0 : Hit 2: [12.0397, 37.5359, 14] + [ ecalVeto ] 0 : Hit 3: [9.63173, 33.3653, 13] + [ ecalVeto ] 0 : Hit 4: [12.0397, 37.5359, 12] + [ ecalVeto ] 0 : Hit 5: [9.63173, 33.3653, 11] + [ ecalVeto ] 0 : Hit 6: [12.0397, 29.1946, 10] + [ ecalVeto ] 0 : Hit 7: [9.63173, 33.3653, 9] + [ ecalVeto ] 0 : Hit 8: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Hit 9: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 10: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 11: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 12: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 13: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 14: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Hit 15: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Hit 16: [2.40793, 20.8533, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2325.43; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 535 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 110.987, 21] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 106.817, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 54.2186, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 50.0479, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 37.5359, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4853.59; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 536 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 50.0479, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 45.8773, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 41.7066, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3603.87; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 537 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 38 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3061.46; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 538 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -54.2186, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -50.0479, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -45.8773, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -41.7066, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [19.2635, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 2: [16.8555, -4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [19.2635, -2.66454e-15, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4707.54; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 539 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3412.54; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 540 Brem photon produced 58 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 8.34132, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [16.8555, 20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [19.2635, 25.024, 4] + [ ecalVeto ] 0 : Hit 2: [16.8555, 20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4623.97; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 541 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -37.5359, 12] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -41.7066, 11] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -37.5359, 10] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -41.7066, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5107.95; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 542 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 12.512, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5312.96; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 543 Brem photon produced 47 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [48.1586, 50.0479, 28] + [ ecalVeto ] 0 : Hit 1: [45.7507, 45.8773, 27] + [ ecalVeto ] 0 : Hit 2: [48.1586, 50.0479, 26] + [ ecalVeto ] 0 : Hit 3: [45.7507, 45.8773, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [40.9348, 45.8773, 24] + [ ecalVeto ] 0 : Hit 1: [38.5269, 41.7066, 23] + [ ecalVeto ] 0 : Hit 2: [40.9348, 45.8773, 22] + [ ecalVeto ] 0 : Hit 3: [38.5269, 41.7066, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [33.711, 41.7066, 20] + [ ecalVeto ] 0 : Hit 1: [31.3031, 37.5359, 19] + [ ecalVeto ] 0 : Hit 2: [33.711, 41.7066, 18] + [ ecalVeto ] 0 : Hit 3: [31.3031, 37.5359, 17] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [26.4873, 37.5359, 16] + [ ecalVeto ] 0 : Hit 1: [24.0793, 33.3653, 15] + [ ecalVeto ] 0 : Hit 2: [26.4873, 37.5359, 14] + [ ecalVeto ] 0 : Hit 3: [24.0793, 33.3653, 13] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [19.2635, 33.3653, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, 29.1946, 11] + [ ecalVeto ] 0 : Hit 2: [19.2635, 33.3653, 10] + [ ecalVeto ] 0 : Hit 3: [16.8555, 29.1946, 9] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [16.8555, 70.9012, 11] + [ ecalVeto ] 0 : Hit 1: [19.2635, 66.7306, 10] + [ ecalVeto ] 0 : Hit 2: [16.8555, 62.5599, 9] + [ ecalVeto ] 0 : Hit 3: [19.2635, 58.3892, 8] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [12.0397, 29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, 29.1946, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 35 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1778.55; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 544 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -12.512, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 41.7066, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6029.85; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 545 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-105.013, 115.158, 23] + [ ecalVeto ] 0 : Hit 1: [-102.606, 110.987, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 77.6221, 17] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 73.4515, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 33.3653, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 20.8533, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 37 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2408.19; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 546 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, 29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [19.2635, 25.024, 10] + [ ecalVeto ] 0 : Hit 2: [16.8555, 29.1946, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 28 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3123.95; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 547 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [55.3824, 12.512, 14] + [ ecalVeto ] 0 : Hit 1: [55.3824, 12.512, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [33.711, 8.34132, 12] + [ ecalVeto ] 0 : Hit 1: [31.3031, 12.512, 11] + [ ecalVeto ] 0 : Hit 2: [33.711, 16.6826, 10] + [ ecalVeto ] 0 : Hit 3: [31.3031, 20.8533, 9] + [ ecalVeto ] 0 : Hit 4: [33.711, 16.6826, 8] + [ ecalVeto ] 0 : Hit 5: [31.3031, 20.8533, 7] + [ ecalVeto ] 0 : Hit 6: [33.711, 25.024, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [38.5269, 8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [40.9348, 12.512, 10] + [ ecalVeto ] 0 : Hit 2: [38.5269, 16.6826, 9] + [ ecalVeto ] 0 : Hit 3: [40.9348, 20.8533, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 12.512, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5463.37; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 548 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-125.749, -54.2186, 19] + [ ecalVeto ] 0 : Hit 1: [-123.341, -50.0479, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -41.7066, 13] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -37.5359, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -41.7066, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5535.42; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 549 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -16.6826, 9] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -20.8533, 8] + [ ecalVeto ] 0 : Hit 3: [-19.2635, -25.024, 7] + [ ecalVeto ] 0 : Hit 4: [-19.2635, -25.024, 9] + [ ecalVeto ] 0 : Hit 5: [-16.8555, -29.1946, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -4.17066, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -4.17066, 5] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -8.34132, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -25.024, 8] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -25.024, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -12.512, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -12.512, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5567.63; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 550 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 37.5359, 21] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 33.3653, 20] + [ ecalVeto ] 0 : Hit 2: [-26.4873, 29.1946, 19] + [ ecalVeto ] 0 : Hit 3: [-24.0793, 25.024, 18] + [ ecalVeto ] 0 : Hit 4: [-24.0793, 25.024, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 12.512, 14] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 8.34132, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -4.17066, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -8.34132, 8] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -12.512, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3273.71; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 551 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 20.8533, 21] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 25.024, 20] + [ ecalVeto ] 0 : Hit 2: [-82.4065, 20.8533, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-87.2224, 20.8533, 18] + [ ecalVeto ] 0 : Hit 1: [-89.6303, 25.024, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-81.8697, 16.6826, 16] + [ ecalVeto ] 0 : Hit 1: [-82.4065, 20.8533, 15] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-69.83, 20.8533, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 16.6826, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 12.512, 12] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -2.66454e-15, 8] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [-24.0793, -2.66454e-15, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5190.59; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 552 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -219.425, 25] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -215.254, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -190.23, 21] + [ ecalVeto ] 0 : Hit 1: [-59.2627, -186.059, 20] + [ ecalVeto ] 0 : Hit 2: [-61.6707, -181.889, 19] + [ ecalVeto ] 0 : Hit 3: [-59.2627, -177.718, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-23.1438, 106.817, 14] + [ ecalVeto ] 0 : Hit 1: [-25.5517, 102.646, 13] + [ ecalVeto ] 0 : Finding linreg tracks from 100 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3941.47; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 553 Brem photon produced 45 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-124.277, -98.4754, 22] + [ ecalVeto ] 0 : Hit 1: [-126.685, -94.3048, 21] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7562.25; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 554 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-32.7755, -131.841, 19] + [ ecalVeto ] 0 : Hit 1: [-30.3676, -136.011, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, 29.1946, 12] + [ ecalVeto ] 0 : Hit 1: [24.0793, 25.024, 11] + [ ecalVeto ] 0 : Hit 2: [26.4873, 20.8533, 10] + [ ecalVeto ] 0 : Hit 3: [24.0793, 16.6826, 9] + [ ecalVeto ] 0 : Hit 4: [26.4873, 12.512, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 11] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, 29.1946, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 4: [2.40793, 29.1946, 9] + [ ecalVeto ] 0 : Hit 5: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 6: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [16.8555, 37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [19.2635, 33.3653, 10] + [ ecalVeto ] 0 : Hit 2: [16.8555, 29.1946, 9] + [ ecalVeto ] 0 : Hit 3: [19.2635, 25.024, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 87 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7593.28; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 555 Brem photon produced 71 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-147.421, 66.7306, 13] + [ ecalVeto ] 0 : Hit 1: [-145.013, 62.5599, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 45.8773, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 41.7066, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 8.34132, 4] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 12.512, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 36 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7914.95; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 556 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -58.3892, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -54.2186, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 1: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 1] + [ ecalVeto ] 0 : Hit 3: [4.81586, -33.3653, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5878.46; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 557 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [67.4221, -58.3892, 27] + [ ecalVeto ] 0 : Hit 1: [69.83, -54.2186, 26] + [ ecalVeto ] 0 : Hit 2: [67.4221, -50.0479, 25] + [ ecalVeto ] 0 : Hit 3: [69.83, -45.8773, 24] + [ ecalVeto ] 0 : Hit 4: [67.4221, -41.7066, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-39.9993, 85.9634, 17] + [ ecalVeto ] 0 : Hit 1: [-37.5914, 81.7928, 16] + [ ecalVeto ] 0 : Hit 2: [-39.9993, 77.6221, 15] + [ ecalVeto ] 0 : Hit 3: [-38.5269, 75.0719, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [40.9348, -20.8533, 14] + [ ecalVeto ] 0 : Hit 1: [38.5269, -16.6826, 13] + [ ecalVeto ] 0 : Hit 2: [40.9348, -12.512, 12] + [ ecalVeto ] 0 : Hit 3: [38.5269, -8.34132, 11] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5273.2; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 558 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, 8.34132, 20] + [ ecalVeto ] 0 : Hit 1: [31.3031, 12.512, 19] + [ ecalVeto ] 0 : Hit 2: [33.711, 16.6826, 18] + [ ecalVeto ] 0 : Hit 3: [31.3031, 12.512, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-176.316, -2.36672e-14, 19] + [ ecalVeto ] 0 : Hit 1: [-173.908, 4.17066, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, 16.6826, 14] + [ ecalVeto ] 0 : Hit 1: [16.8555, 20.8533, 13] + [ ecalVeto ] 0 : Hit 2: [19.2635, 16.6826, 12] + [ ecalVeto ] 0 : Hit 3: [16.8555, 20.8533, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 33.3653, 13] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 29.1946, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5413.52; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 559 Brem photon produced 71 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -33.3653, 2] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -33.3653, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5881.45; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 560 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 58.3892, 17] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 62.5599, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 62.5599, 16] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 58.3892, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 37.5359, 13] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 33.3653, 12] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 29.1946, 11] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 25.024, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 12] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 11] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 4.17066, 10] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 12.512, 12] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 8.34132, 11] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -45.8773, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -41.7066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7059.91; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 561 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3012.66; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 562 Brem photon produced 49 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [31.3031, 20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [33.711, 25.024, 12] + [ ecalVeto ] 0 : Hit 2: [31.3031, 20.8533, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, 16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, 20.8533, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, 16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [16.8555, 12.512, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [55.3824, -54.2186, 10] + [ ecalVeto ] 0 : Hit 1: [52.9745, -50.0479, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-61.6707, 156.865, 7] + [ ecalVeto ] 0 : Hit 1: [-59.2627, 152.694, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 99 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 14739.9; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 563 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 16 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1103.87; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 564 Brem photon produced 40 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [94.4462, -16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [96.8541, -20.8533, 12] + [ ecalVeto ] 0 : Hit 2: [96.8541, -20.8533, 10] + [ ecalVeto ] 0 : Hit 3: [96.8541, -20.8533, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [101.67, -20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [101.67, -20.8533, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -50.0479, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -54.2186, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -50.0479, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -45.8773, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5299.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 565 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [105.013, 140.182, 24] + [ ecalVeto ] 0 : Hit 1: [102.606, 136.011, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 25.024, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [16.8555, 29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [16.8555, 29.1946, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5010.91; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 566 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, 54.2186, 21] + [ ecalVeto ] 0 : Hit 1: [19.2635, 50.0479, 20] + [ ecalVeto ] 0 : Hit 2: [16.8555, 45.8773, 19] + [ ecalVeto ] 0 : Hit 3: [19.2635, 41.7066, 18] + [ ecalVeto ] 0 : Hit 4: [16.8555, 37.5359, 17] + [ ecalVeto ] 0 : Hit 5: [16.8555, 37.5359, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 37.5359, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 13] + [ ecalVeto ] 0 : Hit 2: [12.0397, 29.1946, 12] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 11] + [ ecalVeto ] 0 : Hit 4: [12.0397, 20.8533, 10] + [ ecalVeto ] 0 : Hit 5: [9.63173, 16.6826, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3719.9; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 567 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7755.43; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 568 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-140.197, -37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [-137.789, -33.3653, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6586.47; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 569 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -87.5839, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, -83.4132, 13] + [ ecalVeto ] 0 : Hit 2: [12.0397, -79.2426, 12] + [ ecalVeto ] 0 : Hit 3: [9.63173, -75.0719, 11] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5839.7; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 570 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -29.1946, 14] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -25.024, 13] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3240.78; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 571 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 24 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2271.18; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 572 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [45.7507, 29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [45.7507, 29.1946, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4603.5; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 573 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-54.4469, 69.2808, 25] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 66.7306, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [38.5269, 50.0479, 21] + [ ecalVeto ] 0 : Hit 1: [38.5269, 50.0479, 19] + [ ecalVeto ] 0 : Hit 2: [40.9348, 54.2186, 18] + [ ecalVeto ] 0 : Hit 3: [38.5269, 50.0479, 17] + [ ecalVeto ] 0 : Hit 4: [33.711, 50.0479, 18] + [ ecalVeto ] 0 : Hit 5: [33.711, 50.0479, 16] + [ ecalVeto ] 0 : Hit 6: [31.3031, 45.8773, 15] + [ ecalVeto ] 0 : Hit 7: [33.711, 41.7066, 14] + [ ecalVeto ] 0 : Hit 8: [31.3031, 37.5359, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 50.0479, 19] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 45.8773, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-45.7507, 37.5359, 16] + [ ecalVeto ] 0 : Hit 1: [-48.1586, 33.3653, 15] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 29.1946, 15] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 33.3653, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-33.711, 16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 12.512, 10] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 8.34132, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4384.91; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 574 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-190.763, -66.7306, 23] + [ ecalVeto ] 0 : Hit 1: [-188.356, -62.5599, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-118.525, -25.024, 19] + [ ecalVeto ] 0 : Hit 1: [-116.118, -20.8533, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-154.644, -54.2186, 19] + [ ecalVeto ] 0 : Hit 1: [-152.237, -50.0479, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -20.8533, 15] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -25.024, 14] + [ ecalVeto ] 0 : Hit 2: [-94.4462, -25.024, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -16.6826, 12] + [ ecalVeto ] 0 : Hit 2: [-82.4065, -20.8533, 11] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [108.894, 33.3653, 13] + [ ecalVeto ] 0 : Hit 1: [111.302, 37.5359, 12] + [ ecalVeto ] 0 : Hit 2: [108.894, 33.3653, 11] + [ ecalVeto ] 0 : Hit 3: [111.302, 37.5359, 10] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -20.8533, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4690.19; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 575 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 6: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 7: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Hit 8: [2.40793, -12.512, 1] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [38.5269, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [40.9348, -20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [38.5269, -16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [40.9348, -12.512, 4] + [ ecalVeto ] 0 : Hit 4: [33.711, -16.6826, 6] + [ ecalVeto ] 0 : Hit 5: [33.711, -16.6826, 4] + [ ecalVeto ] 0 : Hit 6: [31.3031, -12.512, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6455.38; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 576 Brem photon produced 55 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-112.237, -127.67, 23] + [ ecalVeto ] 0 : Hit 1: [-109.829, -123.499, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -110.987, 21] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -106.817, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 90 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6006.11; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 577 Brem photon produced 2 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, 41.7066, 15] + [ ecalVeto ] 0 : Hit 1: [24.0793, 41.7066, 13] + [ ecalVeto ] 0 : Hit 2: [26.4873, 37.5359, 12] + [ ecalVeto ] 0 : Hit 3: [26.4873, 37.5359, 10] + [ ecalVeto ] 0 : Hit 4: [31.3031, 37.5359, 11] + [ ecalVeto ] 0 : Hit 5: [31.3031, 37.5359, 9] + [ ecalVeto ] 0 : Hit 6: [33.711, 33.3653, 8] + [ ecalVeto ] 0 : Hit 7: [33.711, 33.3653, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Hit 6: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 7: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7655.05; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 578 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -81.7928, 23] + [ ecalVeto ] 0 : Hit 1: [-59.2627, -77.6221, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -77.6221, 21] + [ ecalVeto ] 0 : Hit 1: [-52.039, -73.4515, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-47.2231, -73.4515, 19] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -70.9012, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -136.011, 5] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -140.182, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 103 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7881.01; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 579 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4511.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 580 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -16.6826, 10] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -12.512, 9] + [ ecalVeto ] 0 : Hit 3: [-24.0793, -8.34132, 8] + [ ecalVeto ] 0 : Hit 4: [-19.2635, -8.34132, 9] + [ ecalVeto ] 0 : Hit 5: [-16.8555, -4.17066, 8] + [ ecalVeto ] 0 : Hit 6: [-19.2635, -2.66454e-15, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -16.6826, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -2.66454e-15, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7102.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 581 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 75.0719, 15] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 70.9012, 14] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 66.7306, 13] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 62.5599, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -54.2186, 15] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -50.0479, 14] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -45.8773, 13] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -41.7066, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -41.7066, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -37.5359, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -41.7066, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -37.5359, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 7: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 8: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Hit 9: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Hit 10: [2.40793, -20.8533, 1] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -66.7306, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -62.5599, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 97 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5696.06; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 582 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 12.512, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 12.512, 3] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5340.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 583 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [38.5269, 8.34132, 21] + [ ecalVeto ] 0 : Hit 1: [40.9348, 4.17066, 20] + [ ecalVeto ] 0 : Hit 2: [38.5269, -2.66454e-15, 19] + [ ecalVeto ] 0 : Hit 3: [40.9348, -4.17066, 18] + [ ecalVeto ] 0 : Hit 4: [38.5269, -8.34132, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 62.5599, 17] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 58.3892, 16] + [ ecalVeto ] 0 : Hit 2: [-55.3824, 54.2186, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [33.711, -8.34132, 16] + [ ecalVeto ] 0 : Hit 1: [31.3031, -4.17066, 15] + [ ecalVeto ] 0 : Hit 2: [33.711, -2.66454e-15, 14] + [ ecalVeto ] 0 : Hit 3: [31.3031, -4.17066, 13] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [16.8555, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [19.2635, 8.34132, 8] + [ ecalVeto ] 0 : Hit 2: [16.8555, 12.512, 7] + [ ecalVeto ] 0 : Hit 3: [16.8555, 12.512, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 33.3653, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Hit 6: [12.0397, 12.512, 2] + [ ecalVeto ] 0 : Hit 7: [9.63173, 16.6826, 1] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 3] + [ ecalVeto ] 0 : Hit 2: [12.0397, 20.8533, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 116 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6805.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 584 Brem photon produced 59 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -2.66454e-15, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 1] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6091.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 585 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [162.804, -131.841, 20] + [ ecalVeto ] 0 : Hit 1: [160.396, -127.67, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 18] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 17] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 15] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 14] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 13] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 11] + [ ecalVeto ] 0 : Hit 4: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Hit 5: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 6: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 7: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 8: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 9: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Hit 10: [2.40793, 12.512, 1] + [ ecalVeto ] 0 : Hit 11: [4.81586, 16.6826, 0] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 105 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4561; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 586 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5321.1; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 587 Brem photon produced 74 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -50.0479, 23] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -54.2186, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -45.8773, 21] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -50.0479, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -50.0479, 19] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -45.8773, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, -41.7066, 15] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -45.8773, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 62.5599, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 66.7306, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5370.81; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 588 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 5: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 16.6826, 1] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4100.73; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 589 Brem photon produced 42 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -25.024, 12] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -20.8533, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -29.1946, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6904.12; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 590 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [39.9993, -119.329, 28] + [ ecalVeto ] 0 : Hit 1: [37.5914, -115.158, 27] + [ ecalVeto ] 0 : Hit 2: [39.9993, -110.987, 26] + [ ecalVeto ] 0 : Hit 3: [37.5914, -106.817, 25] + [ ecalVeto ] 0 : Hit 4: [39.9993, -102.646, 24] + [ ecalVeto ] 0 : Hit 5: [37.5914, -98.4754, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 41.7066, 21] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 41.7066, 19] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 37.5359, 18] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 33.3653, 17] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 29.1946, 16] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 25.024, 15] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 20.8533, 14] + [ ecalVeto ] 0 : Hit 7: [-4.81586, 16.6826, 13] + [ ecalVeto ] 0 : Hit 8: [-2.40793, 12.512, 12] + [ ecalVeto ] 0 : Hit 9: [-4.81586, 8.34132, 11] + [ ecalVeto ] 0 : Hit 10: [-2.40793, 4.17066, 10] + [ ecalVeto ] 0 : Hit 11: [-4.81586, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 12: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [24.0793, -75.0719, 17] + [ ecalVeto ] 0 : Hit 1: [26.4873, -79.2426, 16] + [ ecalVeto ] 0 : Hit 2: [24.0793, -75.0719, 15] + [ ecalVeto ] 0 : Hit 3: [26.4873, -70.9012, 14] + [ ecalVeto ] 0 : Hit 4: [24.0793, -66.7306, 13] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, -66.7306, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, -62.5599, 11] + [ ecalVeto ] 0 : Hit 2: [19.2635, -58.3892, 10] + [ ecalVeto ] 0 : Hit 3: [16.8555, -54.2186, 9] + [ ecalVeto ] 0 : Hit 4: [19.2635, -50.0479, 8] + [ ecalVeto ] 0 : Hit 5: [16.8555, -45.8773, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, -45.8773, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -41.7066, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -37.5359, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -33.3653, 3] + [ ecalVeto ] 0 : Hit 4: [9.63173, -33.3653, 1] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2198.59; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 591 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 591 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 26 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5027.94; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 592 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -2.66454e-15, 2] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -2.66454e-15, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 28 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3008.25; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 593 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-45.7507, -54.2186, 30] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -50.0479, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [77.0538, 16.6826, 12] + [ ecalVeto ] 0 : Hit 1: [74.6459, 12.512, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5036.8; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 594 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, 58.3892, 13] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 54.2186, 12] + [ ecalVeto ] 0 : Hit 2: [-33.711, 50.0479, 11] + [ ecalVeto ] 0 : Hit 3: [-31.3031, 45.8773, 10] + [ ecalVeto ] 0 : Hit 4: [-33.711, 41.7066, 9] + [ ecalVeto ] 0 : Hit 5: [-31.3031, 37.5359, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 4: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 44 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3330.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 595 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -94.3048, 23] + [ ecalVeto ] 0 : Hit 1: [-52.039, -98.4754, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-39.9993, -85.9634, 19] + [ ecalVeto ] 0 : Hit 1: [-39.9993, -85.9634, 17] + [ ecalVeto ] 0 : Hit 2: [-37.5914, -81.7928, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -70.9012, 14] + [ ecalVeto ] 0 : Hit 1: [-33.711, -66.7306, 13] + [ ecalVeto ] 0 : Hit 2: [-31.3031, -62.5599, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4269.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 596 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [48.1586, -33.3653, 24] + [ ecalVeto ] 0 : Hit 1: [45.7507, -29.1946, 23] + [ ecalVeto ] 0 : Hit 2: [48.1586, -25.024, 22] + [ ecalVeto ] 0 : Hit 3: [45.7507, -20.8533, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [40.9348, -20.8533, 20] + [ ecalVeto ] 0 : Hit 1: [38.5269, -16.6826, 19] + [ ecalVeto ] 0 : Hit 2: [40.9348, -12.512, 18] + [ ecalVeto ] 0 : Hit 3: [38.5269, -16.6826, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [33.711, -8.34132, 16] + [ ecalVeto ] 0 : Hit 1: [33.711, -8.34132, 14] + [ ecalVeto ] 0 : Hit 2: [31.3031, -4.17066, 13] + [ ecalVeto ] 0 : Hit 3: [33.711, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 4: [31.3031, 4.17066, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, 8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, 12.512, 7] + [ ecalVeto ] 0 : Hit 2: [19.2635, 16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [16.8555, 20.8533, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3062.62; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 597 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 91 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4182.39; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 598 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 598 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-67.4221, -58.3892, 26] + [ ecalVeto ] 0 : Hit 1: [-69.83, -54.2186, 25] + [ ecalVeto ] 0 : Hit 2: [-67.4221, -50.0479, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -25.024, 21] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -20.8533, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -4.17066, 15] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -8.34132, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -4.17066, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 8.34132, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-81.8697, 8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [-82.4065, 4.17066, 7] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 25.024, 6] + [ ecalVeto ] 0 : Hit 2: [-26.4873, 20.8533, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5674.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 599 Brem photon produced 66 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 599 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4329.4; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 600 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [69.83, 29.1946, 24] + [ ecalVeto ] 0 : Hit 1: [67.4221, 25.024, 23] + [ ecalVeto ] 0 : Hit 2: [69.83, 20.8533, 22] + [ ecalVeto ] 0 : Hit 3: [67.4221, 25.024, 21] + [ ecalVeto ] 0 : Hit 4: [69.83, 20.8533, 20] + [ ecalVeto ] 0 : Hit 5: [67.4221, 16.6826, 19] + [ ecalVeto ] 0 : Hit 6: [69.83, 20.8533, 18] + [ ecalVeto ] 0 : Hit 7: [67.4221, 16.6826, 17] + [ ecalVeto ] 0 : Hit 8: [69.83, 20.8533, 16] + [ ecalVeto ] 0 : Hit 9: [67.4221, 16.6826, 15] + [ ecalVeto ] 0 : Hit 10: [67.4221, 16.6826, 13] + [ ecalVeto ] 0 : Hit 11: [69.83, 12.512, 12] + [ ecalVeto ] 0 : Hit 12: [67.4221, 16.6826, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 8.34132, 15] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 4.17066, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -4.17066, 12] + [ ecalVeto ] 0 : Hit 2: [-62.6062, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 3: [-60.1983, 4.17066, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-67.4221, -8.34132, 12] + [ ecalVeto ] 0 : Hit 1: [-69.83, -4.17066, 11] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-52.9745, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 1: [-55.3824, -4.17066, 11] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -12.512, 10] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [4.81586, 75.0719, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 70.9012, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, 66.7306, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7298.75; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 601 Brem photon produced 40 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 62.5599, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 58.3892, 6] + [ ecalVeto ] 0 : Hit 2: [-26.4873, 54.2186, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 20.8533, 2] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 25.024, 4] + [ ecalVeto ] 0 : Hit 5: [-12.0397, 20.8533, 3] + [ ecalVeto ] 0 : Hit 6: [-9.63173, 16.6826, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 16.6826, 3] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 126 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6019.34; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 602 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-69.83, 54.2186, 25] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 50.0479, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 41.7066, 23] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 45.8773, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 20.8533, 15] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 25.024, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 17 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2940.36; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 603 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, -25.024, 21] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -20.8533, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -20.8533, 19] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -16.6826, 18] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -12.512, 17] + [ ecalVeto ] 0 : Hit 3: [-24.0793, -8.34132, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -2.66454e-15, 15] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -4.17066, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, 8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, 12.512, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 20.8533, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5711.34; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 604 Brem photon produced 39 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -66.7306, 2] + [ ecalVeto ] 0 : Hit 1: [2.40793, -62.5599, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 37 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6028.68; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 605 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-1.47238, -110.987, 22] + [ ecalVeto ] 0 : Hit 1: [-3.88031, -106.817, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -83.4132, 15] + [ ecalVeto ] 0 : Hit 1: [12.0397, -79.2426, 14] + [ ecalVeto ] 0 : Hit 2: [9.63173, -75.0719, 13] + [ ecalVeto ] 0 : Hit 3: [12.0397, -70.9012, 12] + [ ecalVeto ] 0 : Hit 4: [9.63173, -66.7306, 11] + [ ecalVeto ] 0 : Hit 5: [12.0397, -62.5599, 10] + [ ecalVeto ] 0 : Hit 6: [9.63173, -58.3892, 11] + [ ecalVeto ] 0 : Hit 7: [12.0397, -54.2186, 10] + [ ecalVeto ] 0 : Hit 8: [9.63173, -50.0479, 9] + [ ecalVeto ] 0 : Hit 9: [12.0397, -45.8773, 8] + [ ecalVeto ] 0 : Hit 10: [9.63173, -41.7066, 7] + [ ecalVeto ] 0 : Hit 11: [12.0397, -37.5359, 6] + [ ecalVeto ] 0 : Hit 12: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Hit 13: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 14: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3777.34; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 606 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [40.9348, -45.8773, 12] + [ ecalVeto ] 0 : Hit 1: [38.5269, -41.7066, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, -12.512, 8] + [ ecalVeto ] 0 : Hit 1: [24.0793, -8.34132, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 101 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6962.12; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 607 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-140.197, -4.17066, 25] + [ ecalVeto ] 0 : Hit 1: [-137.789, -2.36672e-14, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-125.749, -4.17066, 23] + [ ecalVeto ] 0 : Hit 1: [-123.341, -2.36672e-14, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-104.078, -2.36672e-14, 19] + [ ecalVeto ] 0 : Hit 1: [-101.67, 4.17066, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -2.36672e-14, 17] + [ ecalVeto ] 0 : Hit 1: [-87.2224, 4.17066, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -2.66454e-15, 15] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 4.17066, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -2.66454e-15, 10] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -2.66454e-15, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 39 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3655.28; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 608 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [76.1183, -98.4754, 18] + [ ecalVeto ] 0 : Hit 1: [73.7103, -94.3048, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 13] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 12] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 11] + [ ecalVeto ] 0 : Hit 3: [4.81586, -33.3653, 10] + [ ecalVeto ] 0 : Hit 4: [2.40793, -29.1946, 9] + [ ecalVeto ] 0 : Hit 5: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 6: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 7: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 8: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 12] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -29.1946, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -29.1946, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -25.024, 8] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -25.024, 6] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -25.024, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6083.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 609 Brem photon produced 41 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4807.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 610 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 41.7066, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3817.98; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 611 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-148.356, 106.817, 21] + [ ecalVeto ] 0 : Hit 1: [-145.948, 102.646, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-126.685, 77.6221, 17] + [ ecalVeto ] 0 : Hit 1: [-124.277, 73.4515, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 65.1101, 13] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 60.9395, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 33.3653, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 11133.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 612 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [3.88031, -156.865, 20] + [ ecalVeto ] 0 : Hit 1: [3.34348, -152.694, 19] + [ ecalVeto ] 0 : Hit 2: [3.88031, -148.523, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-1.47238, -102.646, 12] + [ ecalVeto ] 0 : Hit 1: [-3.88031, -98.4754, 11] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3460.94; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 613 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 10] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 5: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Hit 6: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-183.54, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-181.132, -33.3653, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 58.3892, 5] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 58.3892, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -33.3653, 4] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -29.1946, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -4.17066, 3] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 96 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5964.57; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 614 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 37.5359, 23] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 33.3653, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 33.3653, 19] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 29.1946, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-69.83, 29.1946, 17] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 33.3653, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 33.3653, 15] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 37.5359, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-33.711, -8.34132, 15] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -12.512, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 29.1946, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 25.024, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 12.512, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 20.8533, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4190.85; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 615 Brem photon produced 72 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4729.75; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 616 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 37 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3355.07; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 617 Brem photon produced 66 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -4.17066, 21] + [ ecalVeto ] 0 : Hit 1: [-96.8541, -4.17066, 19] + [ ecalVeto ] 0 : Hit 2: [-94.4462, -2.36672e-14, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-111.302, -4.17066, 21] + [ ecalVeto ] 0 : Hit 1: [-108.894, -2.36672e-14, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -2.66454e-15, 15] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -4.17066, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -2.66454e-15, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -2.66454e-15, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 81.7928, 1] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 85.9634, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6255.24; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 618 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -20.8533, 3] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5432.36; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 619 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -12.512, 1] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -8.34132, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4371.97; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 620 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [62.6062, -2.66454e-15, 22] + [ ecalVeto ] 0 : Hit 1: [60.1983, 4.17066, 21] + [ ecalVeto ] 0 : Hit 2: [62.6062, -2.66454e-15, 20] + [ ecalVeto ] 0 : Hit 3: [60.1983, 4.17066, 19] + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3408.05; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 621 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [45.7507, -12.512, 17] + [ ecalVeto ] 0 : Hit 1: [45.7507, -12.512, 15] + [ ecalVeto ] 0 : Hit 2: [45.7507, -12.512, 13] + [ ecalVeto ] 0 : Hit 3: [48.1586, -16.6826, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [38.5269, -8.34132, 15] + [ ecalVeto ] 0 : Hit 1: [40.9348, -12.512, 14] + [ ecalVeto ] 0 : Hit 2: [38.5269, -8.34132, 13] + [ ecalVeto ] 0 : Hit 3: [40.9348, -12.512, 12] + [ ecalVeto ] 0 : Hit 4: [38.5269, -16.6826, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [52.9745, -16.6826, 15] + [ ecalVeto ] 0 : Hit 1: [55.3824, -12.512, 14] + [ ecalVeto ] 0 : Hit 2: [52.9745, -16.6826, 13] + [ ecalVeto ] 0 : Hit 3: [55.3824, -20.8533, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -20.8533, 1] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -16.6826, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4122.24; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 622 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-54.4469, 69.2808, 25] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 66.7306, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 62.5599, 23] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 58.3892, 22] + [ ecalVeto ] 0 : Hit 2: [-40.9348, 54.2186, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 54.2186, 20] + [ ecalVeto ] 0 : Hit 1: [-33.711, 50.0479, 19] + [ ecalVeto ] 0 : Hit 2: [-31.3031, 45.8773, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 45.8773, 17] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 41.7066, 16] + [ ecalVeto ] 0 : Hit 2: [-26.4873, 37.5359, 15] + [ ecalVeto ] 0 : Hit 3: [-24.0793, 33.3653, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5420.26; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 623 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-140.197, 70.9012, 25] + [ ecalVeto ] 0 : Hit 1: [-137.789, 66.7306, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-125.749, 62.5599, 23] + [ ecalVeto ] 0 : Hit 1: [-123.341, 58.3892, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-111.302, 62.5599, 21] + [ ecalVeto ] 0 : Hit 1: [-108.894, 58.3892, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-32.7755, -90.1341, 15] + [ ecalVeto ] 0 : Hit 1: [-30.3676, -94.3048, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 50.0479, 15] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 45.8773, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-69.83, 45.8773, 13] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 41.7066, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-48.1586, 33.3653, 9] + [ ecalVeto ] 0 : Hit 2: [-45.7507, 37.5359, 8] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 41.7066, 10] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -62.5599, 10] + [ ecalVeto ] 0 : Hit 1: [-33.711, -58.3892, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4047.39; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 624 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -2.66454e-15, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5155.33; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 625 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [112.237, 152.694, 28] + [ ecalVeto ] 0 : Hit 1: [109.829, 148.523, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [76.1183, 115.158, 22] + [ ecalVeto ] 0 : Hit 1: [73.7103, 110.987, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [26.4873, 12.512, 22] + [ ecalVeto ] 0 : Hit 1: [24.0793, 16.6826, 21] + [ ecalVeto ] 0 : Hit 2: [26.4873, 12.512, 20] + [ ecalVeto ] 0 : Hit 3: [24.0793, 16.6826, 19] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 15] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 14] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 13] + [ ecalVeto ] 0 : Hit 3: [12.0397, 20.8533, 12] + [ ecalVeto ] 0 : Hit 4: [9.63173, 16.6826, 11] + [ ecalVeto ] 0 : Hit 5: [12.0397, 20.8533, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-89.6303, 16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-87.2224, 12.512, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 9] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 8: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Hit 9: [-2.40793, 29.1946, 2] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [24.0793, 41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [26.4873, 37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [24.0793, 33.3653, 5] + [ ecalVeto ] 0 : Hit 3: [24.0793, 33.3653, 3] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 25.024, 5] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [-19.2635, 25.024, 3] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 25.024, 6] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 25.024, 4] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3845; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 626 Brem photon produced 41 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -37.5359, 17] + [ ecalVeto ] 0 : Hit 1: [4.81586, -33.3653, 16] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 15] + [ ecalVeto ] 0 : Hit 3: [4.81586, -25.024, 14] + [ ecalVeto ] 0 : Hit 4: [2.40793, -20.8533, 13] + [ ecalVeto ] 0 : Finding linreg tracks from 41 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4849.05; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 627 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -127.67, 21] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -123.499, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -119.329, 19] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -115.158, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -102.646, 17] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -98.4754, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -85.9634, 15] + [ ecalVeto ] 0 : Hit 1: [-52.039, -81.7928, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [52.9745, -16.6826, 15] + [ ecalVeto ] 0 : Hit 1: [55.3824, -20.8533, 14] + [ ecalVeto ] 0 : Hit 2: [52.9745, -25.024, 13] + [ ecalVeto ] 0 : Hit 3: [55.3824, -29.1946, 12] + [ ecalVeto ] 0 : Hit 4: [52.9745, -25.024, 11] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [48.1586, -16.6826, 14] + [ ecalVeto ] 0 : Hit 1: [45.7507, -20.8533, 13] + [ ecalVeto ] 0 : Hit 2: [48.1586, -25.024, 12] + [ ecalVeto ] 0 : Hit 3: [45.7507, -29.1946, 11] + [ ecalVeto ] 0 : Hit 4: [48.1586, -25.024, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4367.38; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 628 Brem photon produced 40 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 20.8533, 21] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 20.8533, 19] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 16.6826, 18] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 12.512, 17] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 8.34132, 16] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 8.34132, 14] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 12.512, 16] + [ ecalVeto ] 0 : Hit 7: [-4.81586, 8.34132, 15] + [ ecalVeto ] 0 : Hit 8: [-4.81586, 8.34132, 13] + [ ecalVeto ] 0 : Hit 9: [-2.40793, 4.17066, 12] + [ ecalVeto ] 0 : Hit 10: [-4.81586, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 11: [-2.40793, -4.17066, 10] + [ ecalVeto ] 0 : Hit 12: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 13: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 14: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [37.5914, -106.817, 19] + [ ecalVeto ] 0 : Hit 1: [39.9993, -102.646, 18] + [ ecalVeto ] 0 : Hit 2: [37.5914, -98.4754, 17] + [ ecalVeto ] 0 : Hit 3: [39.9993, -94.3048, 16] + [ ecalVeto ] 0 : Hit 4: [37.5914, -90.1341, 15] + [ ecalVeto ] 0 : Hit 5: [39.9993, -85.9634, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 7: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Hit 8: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6686.82; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 629 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [40.9348, -37.5359, 12] + [ ecalVeto ] 0 : Hit 1: [38.5269, -33.3653, 11] + [ ecalVeto ] 0 : Hit 2: [38.5269, -33.3653, 9] + [ ecalVeto ] 0 : Hit 3: [40.9348, -37.5359, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2246.63; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 630 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-74.6459, 54.2186, 22] + [ ecalVeto ] 0 : Hit 1: [-77.0538, 50.0479, 21] + [ ecalVeto ] 0 : Hit 2: [-74.6459, 45.8773, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-69.83, 45.8773, 19] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 41.7066, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 41.7066, 17] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 37.5359, 16] + [ ecalVeto ] 0 : Hit 2: [-62.6062, 41.7066, 15] + [ ecalVeto ] 0 : Hit 3: [-60.1983, 37.5359, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 29.1946, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 33.3653, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-104.078, -25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-101.67, -20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6218.78; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 631 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -45.8773, 14] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -41.7066, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 62.5599, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 58.3892, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 54.2186, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 50.0479, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 8.34132, 8] + [ ecalVeto ] 0 : Hit 2: [-24.0793, 8.34132, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 81.7928, 9] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 77.6221, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Hit 2: [4.81586, 33.3653, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 107 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7583.72; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 632 Brem photon produced 52 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, -20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [16.8555, -20.8533, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, -16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [16.8555, -12.512, 7] + [ ecalVeto ] 0 : Hit 4: [19.2635, -8.34132, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 4: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 5: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 6: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 7: [9.63173, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 8: [12.0397, -4.17066, 2] + [ ecalVeto ] 0 : Hit 9: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 10: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Hit 11: [12.0397, 4.17066, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 37.5359, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6262; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 633 Brem photon produced 51 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 12] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 10] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 8.34132, 9] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 8: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 9: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 10: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 25.024, 4] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5796.05; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 634 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -33.3653, 10] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -29.1946, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 54.2186, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 58.3892, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 107 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5645.16; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 635 Brem photon produced 69 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, 16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [26.4873, 20.8533, 10] + [ ecalVeto ] 0 : Hit 2: [24.0793, 16.6826, 9] + [ ecalVeto ] 0 : Hit 3: [24.0793, 16.6826, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, 20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [19.2635, 16.6826, 10] + [ ecalVeto ] 0 : Hit 2: [16.8555, 12.512, 9] + [ ecalVeto ] 0 : Hit 3: [19.2635, 16.6826, 8] + [ ecalVeto ] 0 : Hit 4: [16.8555, 12.512, 7] + [ ecalVeto ] 0 : Hit 5: [12.0397, 12.512, 8] + [ ecalVeto ] 0 : Hit 6: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 12.512, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 2] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 1] + [ ecalVeto ] 0 : Hit 3: [12.0397, 12.512, 0] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-69.83, 12.512, 3] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 16.6826, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 12.512, 1] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 16.6826, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 95 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5830.49; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 636 Brem photon produced 48 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, -66.7306, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -62.5599, 10] + [ ecalVeto ] 0 : Hit 2: [-33.711, -58.3892, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-52.9745, -25.024, 10] + [ ecalVeto ] 0 : Hit 1: [-55.3824, -20.8533, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [-40.9348, -20.8533, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-45.7507, 12.512, 8] + [ ecalVeto ] 0 : Hit 1: [-48.1586, 8.34132, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -33.3653, 6] + [ ecalVeto ] 0 : Hit 2: [-40.9348, -29.1946, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-33.711, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -12.512, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -2.66454e-15, 6] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 16.6826, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5271.95; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 637 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -73.4515, 25] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -69.2808, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [60.1983, 37.5359, 25] + [ ecalVeto ] 0 : Hit 1: [62.6062, 33.3653, 24] + [ ecalVeto ] 0 : Hit 2: [60.1983, 29.1946, 23] + [ ecalVeto ] 0 : Hit 3: [62.6062, 25.024, 22] + [ ecalVeto ] 0 : Hit 4: [60.1983, 20.8533, 21] + [ ecalVeto ] 0 : Hit 5: [62.6062, 16.6826, 20] + [ ecalVeto ] 0 : Hit 6: [60.1983, 12.512, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -69.2808, 23] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -73.4515, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -65.1101, 21] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -69.2808, 20] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -69.2808, 19] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -65.1101, 18] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -65.1101, 17] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -62.5599, 16] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -58.3892, 12] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -58.3892, 10] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -54.2186, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -50.0479, 8] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [26.4873, -45.8773, 8] + [ ecalVeto ] 0 : Hit 1: [24.0793, -41.7066, 7] + [ ecalVeto ] 0 : Hit 2: [26.4873, -37.5359, 6] + [ ecalVeto ] 0 : Hit 3: [24.0793, -33.3653, 5] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -37.5359, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5453.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 638 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -8.34132, 1] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 38 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2405.5; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 639 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [133.909, 115.158, 28] + [ ecalVeto ] 0 : Hit 1: [131.501, 110.987, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [119.461, 106.817, 26] + [ ecalVeto ] 0 : Hit 1: [117.053, 102.646, 25] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [97.7897, 85.9634, 22] + [ ecalVeto ] 0 : Hit 1: [95.3817, 81.7928, 21] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [45.7507, -37.5359, 21] + [ ecalVeto ] 0 : Hit 1: [48.1586, -41.7066, 20] + [ ecalVeto ] 0 : Hit 2: [45.7507, -37.5359, 19] + [ ecalVeto ] 0 : Hit 3: [48.1586, -41.7066, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [90.5659, 81.7928, 20] + [ ecalVeto ] 0 : Hit 1: [88.1579, 77.6221, 19] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [33.711, -41.7066, 18] + [ ecalVeto ] 0 : Hit 1: [31.3031, -37.5359, 17] + [ ecalVeto ] 0 : Hit 2: [33.711, -33.3653, 16] + [ ecalVeto ] 0 : Hit 3: [31.3031, -29.1946, 15] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-140.197, -70.9012, 17] + [ ecalVeto ] 0 : Hit 1: [-137.789, -66.7306, 16] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-125.749, -62.5599, 15] + [ ecalVeto ] 0 : Hit 1: [-123.341, -58.3892, 14] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 6: [12.0397, 4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2775.74; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 640 Brem photon produced 81 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-125.749, 12.512, 27] + [ ecalVeto ] 0 : Hit 1: [-123.341, 16.6826, 26] + [ ecalVeto ] 0 : Hit 2: [-125.749, 20.8533, 25] + [ ecalVeto ] 0 : Hit 3: [-123.341, 25.024, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-125.749, 37.5359, 25] + [ ecalVeto ] 0 : Hit 1: [-123.341, 33.3653, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-132.973, 41.7066, 25] + [ ecalVeto ] 0 : Hit 1: [-130.565, 37.5359, 24] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-111.302, 29.1946, 23] + [ ecalVeto ] 0 : Hit 1: [-108.894, 25.024, 22] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-104.078, 16.6826, 23] + [ ecalVeto ] 0 : Hit 1: [-101.67, 20.8533, 22] + [ ecalVeto ] 0 : Hit 2: [-104.078, 25.024, 21] + [ ecalVeto ] 0 : Hit 3: [-101.67, 29.1946, 22] + [ ecalVeto ] 0 : Hit 4: [-104.078, 33.3653, 21] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 20.8533, 21] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 25.024, 20] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3523.42; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 641 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 25.024, 19] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 20.8533, 18] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5374.13; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 642 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 8.34132, 3] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 4.17066, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -4.17066, 1] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -8.34132, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 41 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6614.8; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 643 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-60.1983, -20.8533, 18] + [ ecalVeto ] 0 : Hit 1: [-62.6062, -16.6826, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7792.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 644 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-23.1438, 106.817, 24] + [ ecalVeto ] 0 : Hit 1: [-25.5517, 102.646, 23] + [ ecalVeto ] 0 : Hit 2: [-23.1438, 98.4754, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -83.4132, 21] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -79.2426, 20] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -75.0719, 19] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -70.9012, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 75.0719, 15] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 70.9012, 14] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 66.7306, 13] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 62.5599, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -45.8773, 15] + [ ecalVeto ] 0 : Hit 1: [4.81586, -41.7066, 14] + [ ecalVeto ] 0 : Hit 2: [2.40793, -37.5359, 13] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3637.19; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 645 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 20.8533, 17] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 16.6826, 16] + [ ecalVeto ] 0 : Hit 2: [-26.4873, 12.512, 15] + [ ecalVeto ] 0 : Hit 3: [-26.4873, 12.512, 13] + [ ecalVeto ] 0 : Hit 4: [-26.4873, 12.512, 11] + [ ecalVeto ] 0 : Hit 5: [-24.0793, 8.34132, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 20.8533, 9] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 12.512, 7] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 16.6826, 6] + [ ecalVeto ] 0 : Hit 5: [-12.0397, 12.512, 5] + [ ecalVeto ] 0 : Hit 6: [-9.63173, 16.6826, 4] + [ ecalVeto ] 0 : Hit 7: [-12.0397, 20.8533, 3] + [ ecalVeto ] 0 : Hit 8: [-9.63173, 16.6826, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 12.512, 8] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 20.8533, 6] + [ ecalVeto ] 0 : Hit 4: [-19.2635, 16.6826, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 7: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Hit 8: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 90 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 2 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8046.21; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 646 Brem photon produced 52 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-52.9745, -8.34132, 16] + [ ecalVeto ] 0 : Hit 1: [-55.3824, -4.17066, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [11.1041, 94.3048, 16] + [ ecalVeto ] 0 : Hit 1: [9.63173, 91.7545, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -2.66454e-15, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 50.0479, 11] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 45.8773, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 50.0479, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 45.8773, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2975.29; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 647 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-111.302, 62.5599, 23] + [ ecalVeto ] 0 : Hit 1: [-108.894, 58.3892, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 90.1341, 19] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 85.9634, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 77.6221, 17] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 81.7928, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 73.4515, 15] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 69.2808, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 69.2808, 13] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 65.1101, 12] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 25.024, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 29.1946, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 33.3653, 4] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 29.1946, 3] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 33.3653, 2] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 29.1946, 2] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5412.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 648 Brem photon produced 76 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -66.7306, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -62.5599, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7754.7; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 649 Brem photon produced 52 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-18.3279, 123.499, 19] + [ ecalVeto ] 0 : Hit 1: [-15.92, 127.67, 18] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4445.74; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 650 Brem photon produced 40 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 85.9634, 17] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 81.7928, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-52.9745, 58.3892, 12] + [ ecalVeto ] 0 : Hit 1: [-55.3824, 54.2186, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 41.7066, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 37.5359, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 33.3653, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -12.512, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -8.34132, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 1] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5856.65; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 651 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [116.118, 45.8773, 15] + [ ecalVeto ] 0 : Hit 1: [116.118, 45.8773, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [97.7897, 60.9395, 14] + [ ecalVeto ] 0 : Hit 1: [95.3817, 56.7688, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [68.8945, 69.2808, 14] + [ ecalVeto ] 0 : Hit 1: [66.4865, 65.1101, 13] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [62.6062, 50.0479, 12] + [ ecalVeto ] 0 : Hit 1: [60.1983, 54.2186, 11] + [ ecalVeto ] 0 : Hit 2: [62.6062, 50.0479, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, 12.512, 2] + [ ecalVeto ] 0 : Hit 4: [9.63173, 8.34132, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 93 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6276.64; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 652 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 20] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 19] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 18] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 17] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [33.711, -58.3892, 16] + [ ecalVeto ] 0 : Hit 1: [31.3031, -54.2186, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 14] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 13] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 12] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 11] + [ ecalVeto ] 0 : Hit 4: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [26.4873, -45.8773, 14] + [ ecalVeto ] 0 : Hit 1: [24.0793, -41.7066, 13] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-54.4469, 85.9634, 13] + [ ecalVeto ] 0 : Hit 1: [-52.039, 81.7928, 12] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 20.8533, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4295.5; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 653 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -25.024, 14] + [ ecalVeto ] 0 : Hit 1: [16.8555, -20.8533, 13] + [ ecalVeto ] 0 : Hit 2: [19.2635, -25.024, 12] + [ ecalVeto ] 0 : Hit 3: [16.8555, -29.1946, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -33.3653, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 4.17066, 3] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 8.34132, 2] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 4.17066, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5184.87; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 654 Brem photon produced 72 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 654 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-39.9993, 177.718, 9] + [ ecalVeto ] 0 : Hit 1: [-37.5914, 173.547, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 1] + [ ecalVeto ] 0 : Hit 4: [12.0397, -20.8533, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4974.21; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 655 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-176.316, -58.3892, 17] + [ ecalVeto ] 0 : Hit 1: [-173.908, -54.2186, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5973.55; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 656 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-126.685, -110.987, 27] + [ ecalVeto ] 0 : Hit 1: [-124.277, -106.817, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 33.3653, 13] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 12] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 41.7066, 11] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 37.5359, 10] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 33.3653, 9] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 29.1946, 8] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3486.2; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 657 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -8.34132, 1] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -8.34132, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 34 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1314.52; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 658 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 25.024, 12] + [ ecalVeto ] 0 : Hit 2: [-38.5269, 25.024, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 37.5359, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 20.8533, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 20.8533, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5123.55; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 659 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 659 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-124.277, -148.523, 22] + [ ecalVeto ] 0 : Hit 1: [-126.685, -144.353, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -119.329, 19] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -115.158, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -106.817, 17] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -102.646, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -81.7928, 13] + [ ecalVeto ] 0 : Hit 1: [-59.2627, -77.6221, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-33.711, -33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -29.1946, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-33.711, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -12.512, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [-40.9348, 12.512, 5] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 20.8533, 6] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 102.646, 1] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 106.817, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7083.45; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 660 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 45.8773, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 41.7066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 44 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4643.06; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 661 Brem photon produced 54 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [38.5269, 33.3653, 23] + [ ecalVeto ] 0 : Hit 1: [38.5269, 33.3653, 21] + [ ecalVeto ] 0 : Hit 2: [40.9348, 29.1946, 20] + [ ecalVeto ] 0 : Hit 3: [38.5269, 25.024, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, 4.17066, 14] + [ ecalVeto ] 0 : Hit 1: [24.0793, 8.34132, 13] + [ ecalVeto ] 0 : Hit 2: [26.4873, 4.17066, 12] + [ ecalVeto ] 0 : Hit 3: [24.0793, -2.66454e-15, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [62.6062, -41.7066, 6] + [ ecalVeto ] 0 : Hit 1: [62.6062, -41.7066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 96 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 9105.01; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 662 Brem photon produced 40 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -79.2426, 18] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -75.0719, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -62.5599, 14] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -58.3892, 13] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -54.2186, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 12.512, 8] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 20.8533, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 20.8533, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -2.66454e-15, 2] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 25.024, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 25.024, 4] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 20.8533, 3] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 16.6826, 2] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 95 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5101.93; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 663 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [118.525, 33.3653, 28] + [ ecalVeto ] 0 : Hit 1: [118.525, 33.3653, 26] + [ ecalVeto ] 0 : Hit 2: [116.118, 29.1946, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 58.3892, 15] + [ ecalVeto ] 0 : Hit 1: [12.0397, 62.5599, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3960.31; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 664 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-176.316, 75.0719, 21] + [ ecalVeto ] 0 : Hit 1: [-173.908, 79.2426, 20] + [ ecalVeto ] 0 : Hit 2: [-176.316, 75.0719, 19] + [ ecalVeto ] 0 : Hit 3: [-173.908, 79.2426, 18] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5883.11; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 665 Brem photon produced 49 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [-96.8541, -37.5359, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 41 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4870.84; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 666 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-153.172, 173.547, 22] + [ ecalVeto ] 0 : Hit 1: [-155.58, 169.377, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [133.909, -140.182, 18] + [ ecalVeto ] 0 : Hit 1: [131.501, -136.011, 17] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4198.11; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 667 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-119.461, 73.4515, 19] + [ ecalVeto ] 0 : Hit 1: [-117.053, 69.2808, 18] + [ ecalVeto ] 0 : Finding linreg tracks from 23 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1488.7; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 668 Brem photon produced 66 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, 12.512, 2] + [ ecalVeto ] 0 : Hit 4: [12.0397, 12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 6 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4912.8; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 669 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-132.973, -16.6826, 29] + [ ecalVeto ] 0 : Hit 1: [-130.565, -20.8533, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 60.9395, 23] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 56.7688, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-111.302, -54.2186, 23] + [ ecalVeto ] 0 : Hit 1: [-108.894, -58.3892, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 41.7066, 19] + [ ecalVeto ] 0 : Hit 1: [-48.1586, 41.7066, 17] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -56.7688, 19] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -60.9395, 18] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 25.024, 18] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 20.8533, 17] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 20.8533, 16] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 16.6826, 15] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 12.512, 14] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -62.5599, 15] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -58.3892, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5283.89; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 670 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [11.1041, 119.329, 18] + [ ecalVeto ] 0 : Hit 1: [8.69618, 115.158, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 79.2426, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, 75.0719, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -8.34132, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 105 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5815.2; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 671 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -25.024, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5258.49; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 672 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, -70.9012, 16] + [ ecalVeto ] 0 : Hit 1: [24.0793, -66.7306, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -58.3892, 14] + [ ecalVeto ] 0 : Hit 1: [16.8555, -54.2186, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [59.2627, 94.3048, 13] + [ ecalVeto ] 0 : Hit 1: [61.6707, 90.1341, 12] + [ ecalVeto ] 0 : Hit 2: [59.2627, 85.9634, 11] + [ ecalVeto ] 0 : Hit 3: [61.6707, 90.1341, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, -45.8773, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, -41.7066, 11] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 12.512, 5] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 114 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4760.9; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 673 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [88.1579, 85.9634, 19] + [ ecalVeto ] 0 : Hit 1: [88.1579, 85.9634, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [76.1183, 73.4515, 14] + [ ecalVeto ] 0 : Hit 1: [73.7103, 69.2808, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-61.6707, 106.817, 11] + [ ecalVeto ] 0 : Hit 1: [-59.2627, 102.646, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 4.17066, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-11.1041, 169.377, 3] + [ ecalVeto ] 0 : Hit 1: [-8.69618, 173.547, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5385.41; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 674 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-140.197, 45.8773, 29] + [ ecalVeto ] 0 : Hit 1: [-137.789, 50.0479, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-132.973, 41.7066, 27] + [ ecalVeto ] 0 : Hit 1: [-130.565, 45.8773, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-125.749, 45.8773, 25] + [ ecalVeto ] 0 : Hit 1: [-123.341, 41.7066, 24] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-111.302, 37.5359, 23] + [ ecalVeto ] 0 : Hit 1: [-108.894, 41.7066, 22] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [45.7507, 62.5599, 21] + [ ecalVeto ] 0 : Hit 1: [48.1586, 66.7306, 20] + [ ecalVeto ] 0 : Hit 2: [45.7507, 62.5599, 19] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 41.7066, 17] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 37.5359, 16] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [31.3031, 54.2186, 15] + [ ecalVeto ] 0 : Hit 1: [33.711, 50.0479, 14] + [ ecalVeto ] 0 : Hit 2: [31.3031, 54.2186, 13] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-69.83, 37.5359, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 33.3653, 14] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 33.3653, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 29.1946, 12] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 25.024, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 99 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5636.39; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 675 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -2.66454e-15, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [3.34348, -161.035, 1] + [ ecalVeto ] 0 : Hit 1: [3.88031, -165.206, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 42 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3677.06; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 676 Brem photon produced 82 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [76.1183, -81.7928, 16] + [ ecalVeto ] 0 : Hit 1: [73.7103, -77.6221, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, -12.512, 7] + [ ecalVeto ] 0 : Hit 2: [19.2635, -16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [16.8555, -12.512, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 93 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 9263.82; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 677 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [47.2231, -123.499, 22] + [ ecalVeto ] 0 : Hit 1: [44.8152, -119.329, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-47.2231, 198.571, 19] + [ ecalVeto ] 0 : Hit 1: [-44.8152, 194.401, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [39.9993, -102.646, 18] + [ ecalVeto ] 0 : Hit 1: [37.5914, -98.4754, 17] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -33.3653, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, -54.2186, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -50.0479, 7] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, -41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [4.81586, -41.7066, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -50.0479, 8] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -45.8773, 7] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -29.1946, 5] + [ ecalVeto ] 0 : Hit 2: [-38.5269, -33.3653, 4] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 105 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5252.26; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 678 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7093.73; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 679 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, 12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 27 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2181.95; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 680 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, 50.0479, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 45.8773, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 25 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1972.44; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 681 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-32.7755, 131.841, 9] + [ ecalVeto ] 0 : Hit 1: [-32.7755, 131.841, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 110 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6195.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 682 Brem photon produced 48 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 8: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Hit 9: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 10: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, 12.512, 7] + [ ecalVeto ] 0 : Hit 2: [16.8555, 12.512, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -4.17066, 5] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -2.66454e-15, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -12.512, 5] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -16.6826, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 20.8533, 3] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 20.8533, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5368.39; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 683 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -33.3653, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 42 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2911.68; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 684 Brem photon produced 55 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 41.7066, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -54.2186, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -50.0479, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -45.8773, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -41.7066, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -37.5359, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 9] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -50.0479, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -45.8773, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -41.7066, 6] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -37.5359, 5] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -33.3653, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6428.99; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 685 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-18.3279, -123.499, 17] + [ ecalVeto ] 0 : Hit 1: [-15.92, -127.67, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, 37.5359, 12] + [ ecalVeto ] 0 : Hit 1: [24.0793, 33.3653, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, 25.024, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, 20.8533, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 87 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5997.36; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 686 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [140.197, -29.1946, 26] + [ ecalVeto ] 0 : Hit 1: [140.197, -29.1946, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-118.525, 66.7306, 23] + [ ecalVeto ] 0 : Hit 1: [-116.118, 62.5599, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-69.83, 45.8773, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 41.7066, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-47.2231, 140.182, 13] + [ ecalVeto ] 0 : Hit 1: [-44.8152, 144.353, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4624.22; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 687 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [148.356, -90.1341, 20] + [ ecalVeto ] 0 : Hit 1: [145.948, -85.9634, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [24.0793, -83.4132, 19] + [ ecalVeto ] 0 : Hit 1: [26.4873, -79.2426, 18] + [ ecalVeto ] 0 : Hit 2: [24.0793, -75.0719, 17] + [ ecalVeto ] 0 : Hit 3: [26.4873, -79.2426, 16] + [ ecalVeto ] 0 : Hit 4: [24.0793, -75.0719, 15] + [ ecalVeto ] 0 : Hit 5: [26.4873, -70.9012, 14] + [ ecalVeto ] 0 : Hit 6: [24.0793, -66.7306, 13] + [ ecalVeto ] 0 : Hit 7: [26.4873, -70.9012, 12] + [ ecalVeto ] 0 : Hit 8: [24.0793, -66.7306, 11] + [ ecalVeto ] 0 : Hit 9: [26.4873, -62.5599, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 50.0479, 17] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 45.8773, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [25.5517, -85.9634, 14] + [ ecalVeto ] 0 : Hit 1: [23.1438, -90.1341, 13] + [ ecalVeto ] 0 : Hit 2: [25.5517, -94.3048, 12] + [ ecalVeto ] 0 : Hit 3: [23.1438, -98.4754, 11] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 62.5599, 13] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 66.7306, 12] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 106 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4142.57; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 688 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [61.6707, -65.1101, 24] + [ ecalVeto ] 0 : Hit 1: [60.1983, -62.5599, 23] + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2471.12; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 689 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 87.5839, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, 83.4132, 13] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3405.76; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 690 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-125.749, -37.5359, 17] + [ ecalVeto ] 0 : Hit 1: [-123.341, -33.3653, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [60.1983, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [60.1983, 20.8533, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -20.8533, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5453.1; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 691 Brem photon produced 95 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-11.1041, -136.011, 1] + [ ecalVeto ] 0 : Hit 1: [-8.69618, -140.182, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5697.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 692 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-112.237, -69.2808, 13] + [ ecalVeto ] 0 : Hit 1: [-109.829, -73.4515, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5179.14; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 693 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -58.3892, 20] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -54.2186, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [77.0538, 41.7066, 10] + [ ecalVeto ] 0 : Hit 1: [77.0538, 41.7066, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 98 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5955.23; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 694 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -227.766, 27] + [ ecalVeto ] 0 : Hit 1: [-52.039, -223.595, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-47.2231, -215.254, 25] + [ ecalVeto ] 0 : Hit 1: [-44.8152, -211.083, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-37.5914, -156.865, 18] + [ ecalVeto ] 0 : Hit 1: [-39.9993, -152.694, 17] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -54.2186, 13] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -50.0479, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 12] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 11] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [19.2635, 8.34132, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, 4.17066, 11] + [ ecalVeto ] 0 : Hit 2: [19.2635, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 3: [16.8555, -4.17066, 9] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -37.5359, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 120 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 2 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3436.62; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 695 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3557.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 696 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3195.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 697 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 33.3653, 12] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 29.1946, 11] + [ ecalVeto ] 0 : Finding linreg tracks from 30 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3783.54; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 698 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 87.5839, 19] + [ ecalVeto ] 0 : Hit 1: [4.81586, 83.4132, 18] + [ ecalVeto ] 0 : Hit 2: [2.40793, 79.2426, 17] + [ ecalVeto ] 0 : Hit 3: [4.81586, 75.0719, 16] + [ ecalVeto ] 0 : Hit 4: [2.40793, 70.9012, 15] + [ ecalVeto ] 0 : Hit 5: [4.81586, 66.7306, 14] + [ ecalVeto ] 0 : Hit 6: [2.40793, 62.5599, 13] + [ ecalVeto ] 0 : Hit 7: [4.81586, 58.3892, 12] + [ ecalVeto ] 0 : Hit 8: [2.40793, 54.2186, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -12.512, 14] + [ ecalVeto ] 0 : Hit 1: [-33.711, -16.6826, 13] + [ ecalVeto ] 0 : Hit 2: [-31.3031, -20.8533, 12] + [ ecalVeto ] 0 : Hit 3: [-33.711, -16.6826, 11] + [ ecalVeto ] 0 : Hit 4: [-31.3031, -12.512, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-45.7507, -29.1946, 12] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -25.024, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 45.8773, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 41.7066, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4487.65; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 699 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-30.3676, -177.718, 28] + [ ecalVeto ] 0 : Hit 1: [-32.7755, -173.547, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-25.5517, -127.67, 21] + [ ecalVeto ] 0 : Hit 1: [-23.1438, -123.499, 20] + [ ecalVeto ] 0 : Hit 2: [-25.5517, -119.329, 19] + [ ecalVeto ] 0 : Hit 3: [-23.1438, -115.158, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [38.5269, -25.024, 17] + [ ecalVeto ] 0 : Hit 1: [40.9348, -20.8533, 16] + [ ecalVeto ] 0 : Hit 2: [38.5269, -16.6826, 15] + [ ecalVeto ] 0 : Hit 3: [40.9348, -12.512, 14] + [ ecalVeto ] 0 : Hit 4: [38.5269, -8.34132, 13] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-15.92, -102.646, 16] + [ ecalVeto ] 0 : Hit 1: [-18.3279, -98.4754, 15] + [ ecalVeto ] 0 : Hit 2: [-15.92, -94.3048, 14] + [ ecalVeto ] 0 : Hit 3: [-18.3279, -90.1341, 13] + [ ecalVeto ] 0 : Hit 4: [-16.8555, -87.5839, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [33.711, -8.34132, 12] + [ ecalVeto ] 0 : Hit 1: [31.3031, -4.17066, 11] + [ ecalVeto ] 0 : Hit 2: [33.711, -8.34132, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 16.6826, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -12.512, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -16.6826, 4] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -20.8533, 3] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -37.5359, 3] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -33.3653, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 9058.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 700 Brem photon produced 42 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 37.5359, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7819.75; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 701 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-61.6707, 165.206, 5] + [ ecalVeto ] 0 : Hit 1: [-59.2627, 161.035, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6180.71; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 702 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-80.9341, 181.889, 28] + [ ecalVeto ] 0 : Hit 1: [-83.3421, 177.718, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 156.865, 25] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 152.694, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 110.987, 21] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 115.158, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 17] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 15] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -12.512, 14] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -8.34132, 13] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -4.17066, 12] + [ ecalVeto ] 0 : Hit 5: [2.40793, -4.17066, 13] + [ ecalVeto ] 0 : Hit 6: [2.40793, -4.17066, 11] + [ ecalVeto ] 0 : Hit 7: [4.81586, -8.34132, 10] + [ ecalVeto ] 0 : Hit 8: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-39.9993, 85.9634, 15] + [ ecalVeto ] 0 : Hit 1: [-37.5914, 81.7928, 14] + [ ecalVeto ] 0 : Hit 2: [-39.9993, 77.6221, 13] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -12.512, 15] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -16.6826, 14] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 70.9012, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 66.7306, 10] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 58.3892, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 54.2186, 8] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 45.8773, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 41.7066, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4796.16; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 703 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [19.2635, 25.024, 6] + [ ecalVeto ] 0 : Hit 2: [16.8555, 20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [19.2635, 16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 2 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3555.89; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 704 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-15.92, 136.011, 14] + [ ecalVeto ] 0 : Hit 1: [-18.3279, 131.841, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5502.74; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 705 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-61.6707, 131.841, 17] + [ ecalVeto ] 0 : Hit 1: [-59.2627, 127.67, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-54.4469, 119.329, 15] + [ ecalVeto ] 0 : Hit 1: [-52.039, 115.158, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-47.2231, 106.817, 13] + [ ecalVeto ] 0 : Hit 1: [-44.8152, 102.646, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-39.9993, 94.3048, 11] + [ ecalVeto ] 0 : Hit 1: [-37.5914, 90.1341, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 58.3892, 8] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 58.3892, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2996.15; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 706 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-183.54, -20.8533, 25] + [ ecalVeto ] 0 : Hit 1: [-181.132, -25.024, 24] + [ ecalVeto ] 0 : Hit 2: [-181.132, -25.024, 22] + [ ecalVeto ] 0 : Hit 3: [-176.316, -25.024, 23] + [ ecalVeto ] 0 : Hit 4: [-176.316, -25.024, 21] + [ ecalVeto ] 0 : Hit 5: [-173.908, -29.1946, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -37.5359, 21] + [ ecalVeto ] 0 : Hit 1: [4.81586, -33.3653, 20] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 19] + [ ecalVeto ] 0 : Hit 3: [4.81586, -33.3653, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 12] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 11] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 10] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 8: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 87 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3198.06; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 707 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 24 + [ ecalVeto ] 0 : Beginning track merging using 24 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 24 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-161.868, 33.3653, 31] + [ ecalVeto ] 0 : Hit 1: [-159.46, 29.1946, 30] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-140.197, 29.1946, 29] + [ ecalVeto ] 0 : Hit 1: [-137.789, 25.024, 28] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-154.644, -54.2186, 29] + [ ecalVeto ] 0 : Hit 1: [-152.237, -50.0479, 28] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-140.197, -37.5359, 27] + [ ecalVeto ] 0 : Hit 1: [-137.789, -33.3653, 26] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -60.9395, 27] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -56.7688, 26] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-74.6459, -45.8773, 26] + [ ecalVeto ] 0 : Hit 1: [-77.0538, -41.7066, 25] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-69.83, -45.8773, 25] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -50.0479, 24] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -20.8533, 25] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -16.6826, 24] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-104.078, 25.024, 25] + [ ecalVeto ] 0 : Hit 1: [-101.67, 20.8533, 24] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-67.4221, -41.7066, 24] + [ ecalVeto ] 0 : Hit 1: [-69.83, -37.5359, 23] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -16.6826, 23] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -12.512, 22] + [ ecalVeto ] 0 : Hit 2: [-48.1586, -8.34132, 21] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -33.3653, 23] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -29.1946, 22] + [ ecalVeto ] 0 : Hit 2: [-62.6062, -25.024, 21] + [ ecalVeto ] 0 : Hit 3: [-60.1983, -20.8533, 20] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -12.512, 23] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -8.34132, 22] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 25.024, 21] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 20.8533, 20] + [ ecalVeto ] 0 : Track 14: + [ ecalVeto ] 0 : Hit 0: [-52.9745, -8.34132, 20] + [ ecalVeto ] 0 : Hit 1: [-55.3824, -4.17066, 19] + [ ecalVeto ] 0 : Hit 2: [-52.9745, -2.66454e-15, 18] + [ ecalVeto ] 0 : Track 15: + [ ecalVeto ] 0 : Hit 0: [-60.1983, 12.512, 20] + [ ecalVeto ] 0 : Hit 1: [-62.6062, 8.34132, 19] + [ ecalVeto ] 0 : Hit 2: [-60.1983, 4.17066, 18] + [ ecalVeto ] 0 : Track 16: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 12.512, 19] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 8.34132, 18] + [ ecalVeto ] 0 : Track 17: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -12.512, 19] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -16.6826, 18] + [ ecalVeto ] 0 : Track 18: + [ ecalVeto ] 0 : Hit 0: [-45.7507, 12.512, 18] + [ ecalVeto ] 0 : Hit 1: [-48.1586, 8.34132, 17] + [ ecalVeto ] 0 : Hit 2: [-45.7507, 4.17066, 16] + [ ecalVeto ] 0 : Track 19: + [ ecalVeto ] 0 : Hit 0: [-33.711, 8.34132, 17] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 12.512, 16] + [ ecalVeto ] 0 : Hit 2: [-33.711, 16.6826, 15] + [ ecalVeto ] 0 : Hit 3: [-33.711, 16.6826, 13] + [ ecalVeto ] 0 : Hit 4: [-31.3031, 20.8533, 12] + [ ecalVeto ] 0 : Track 20: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 12.512, 15] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 16.6826, 14] + [ ecalVeto ] 0 : Track 21: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 25.024, 10] + [ ecalVeto ] 0 : Track 22: + [ ecalVeto ] 0 : Hit 0: [16.8555, 45.8773, 7] + [ ecalVeto ] 0 : Hit 1: [19.2635, 41.7066, 6] + [ ecalVeto ] 0 : Track 23: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 41 hits + [ ecalVeto ] 0 : MIP tracking completed; found 24 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1293.33; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 708 Brem photon produced 36 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-66.4865, -131.841, 12] + [ ecalVeto ] 0 : Hit 1: [-68.8945, -127.67, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-73.7103, -127.67, 10] + [ ecalVeto ] 0 : Hit 1: [-76.1183, -123.499, 9] + [ ecalVeto ] 0 : Hit 2: [-73.7103, -127.67, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -29.1946, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -33.3653, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, -37.5359, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -50.0479, 8] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -50.0479, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-52.039, -90.1341, 6] + [ ecalVeto ] 0 : Hit 1: [-54.4469, -85.9634, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6076.01; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 709 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, -41.7066, 25] + [ ecalVeto ] 0 : Hit 1: [26.4873, -37.5359, 24] + [ ecalVeto ] 0 : Hit 2: [24.0793, -33.3653, 23] + [ ecalVeto ] 0 : Hit 3: [26.4873, -29.1946, 22] + [ ecalVeto ] 0 : Hit 4: [24.0793, -25.024, 21] + [ ecalVeto ] 0 : Hit 5: [26.4873, -29.1946, 20] + [ ecalVeto ] 0 : Hit 6: [24.0793, -25.024, 19] + [ ecalVeto ] 0 : Hit 7: [26.4873, -20.8533, 18] + [ ecalVeto ] 0 : Hit 8: [24.0793, -16.6826, 17] + [ ecalVeto ] 0 : Hit 9: [24.0793, -16.6826, 15] + [ ecalVeto ] 0 : Hit 10: [26.4873, -20.8533, 14] + [ ecalVeto ] 0 : Hit 11: [24.0793, -16.6826, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -16.6826, 16] + [ ecalVeto ] 0 : Hit 1: [19.2635, -16.6826, 14] + [ ecalVeto ] 0 : Hit 2: [16.8555, -12.512, 13] + [ ecalVeto ] 0 : Hit 3: [19.2635, -8.34132, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3559.36; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 710 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 14 + [ ecalVeto ] 0 : Beginning track merging using 14 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 14 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-147.421, 83.4132, 27] + [ ecalVeto ] 0 : Hit 1: [-145.013, 79.2426, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-132.973, 75.0719, 25] + [ ecalVeto ] 0 : Hit 1: [-131.501, 77.6221, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-105.013, 65.1101, 21] + [ ecalVeto ] 0 : Hit 1: [-102.606, 69.2808, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 65.1101, 19] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 60.9395, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 60.9395, 17] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 56.7688, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [159.46, 12.512, 15] + [ ecalVeto ] 0 : Hit 1: [161.868, 16.6826, 14] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-60.1983, 54.2186, 14] + [ ecalVeto ] 0 : Hit 1: [-62.6062, 50.0479, 13] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 45.8773, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 50.0479, 12] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [77.0538, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 1: [77.0538, -2.66454e-15, 10] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 50.0479, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 45.8773, 10] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-33.711, 41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 37.5359, 8] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 29.1946, 6] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 14 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6863.38; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 711 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-212.435, 20.8533, 29] + [ ecalVeto ] 0 : Hit 1: [-210.027, 25.024, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [173.908, -20.8533, 29] + [ ecalVeto ] 0 : Hit 1: [176.316, -16.6826, 28] + [ ecalVeto ] 0 : Hit 2: [173.908, -12.512, 27] + [ ecalVeto ] 0 : Hit 3: [176.316, -8.34132, 26] + [ ecalVeto ] 0 : Hit 4: [173.908, -12.512, 25] + [ ecalVeto ] 0 : Hit 5: [176.316, -8.34132, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-154.644, 20.8533, 23] + [ ecalVeto ] 0 : Hit 1: [-152.237, 25.024, 22] + [ ecalVeto ] 0 : Hit 2: [-147.421, 25.024, 23] + [ ecalVeto ] 0 : Hit 3: [-145.013, 20.8533, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-137.789, 25.024, 22] + [ ecalVeto ] 0 : Hit 1: [-140.197, 20.8533, 21] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-132.973, 25.024, 21] + [ ecalVeto ] 0 : Hit 1: [-130.565, 20.8533, 20] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-118.525, 16.6826, 19] + [ ecalVeto ] 0 : Hit 1: [-116.118, 20.8533, 18] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-111.302, 12.512, 17] + [ ecalVeto ] 0 : Hit 1: [-108.894, 16.6826, 16] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 12.512, 15] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 16.6826, 14] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 8.34132, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2259.79; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 712 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -236.107, 27] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -231.937, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -50.0479, 8] + [ ecalVeto ] 0 : Hit 2: [-40.9348, -45.8773, 7] + [ ecalVeto ] 0 : Hit 3: [-38.5269, -41.7066, 6] + [ ecalVeto ] 0 : Hit 4: [-33.711, -41.7066, 7] + [ ecalVeto ] 0 : Hit 5: [-31.3031, -45.8773, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4797.99; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 713 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -83.4132, 22] + [ ecalVeto ] 0 : Hit 1: [16.8555, -79.2426, 21] + [ ecalVeto ] 0 : Hit 2: [19.2635, -75.0719, 20] + [ ecalVeto ] 0 : Hit 3: [16.8555, -70.9012, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -70.9012, 18] + [ ecalVeto ] 0 : Hit 1: [9.63173, -66.7306, 17] + [ ecalVeto ] 0 : Hit 2: [12.0397, -62.5599, 16] + [ ecalVeto ] 0 : Hit 3: [9.63173, -58.3892, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -58.3892, 14] + [ ecalVeto ] 0 : Hit 1: [2.40793, -54.2186, 13] + [ ecalVeto ] 0 : Hit 2: [4.81586, -50.0479, 12] + [ ecalVeto ] 0 : Hit 3: [2.40793, -45.8773, 11] + [ ecalVeto ] 0 : Hit 4: [4.81586, -41.7066, 10] + [ ecalVeto ] 0 : Hit 5: [2.40793, -37.5359, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 66.7306, 13] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 62.5599, 12] + [ ecalVeto ] 0 : Hit 2: [-48.1586, 66.7306, 11] + [ ecalVeto ] 0 : Hit 3: [-45.7507, 62.5599, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 16.6826, 9] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 54.2186, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 50.0479, 8] + [ ecalVeto ] 0 : Hit 2: [-40.9348, 45.8773, 7] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-33.711, 25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4763.8; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 714 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -50.0479, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -45.8773, 6] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -41.7066, 5] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -37.5359, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, 20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [26.4873, 20.8533, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-60.1983, -12.512, 6] + [ ecalVeto ] 0 : Hit 1: [-62.6062, -8.34132, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 95 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6392.31; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 715 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-111.302, -37.5359, 23] + [ ecalVeto ] 0 : Hit 1: [-108.894, -41.7066, 22] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3350.23; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 716 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-119.461, -156.865, 27] + [ ecalVeto ] 0 : Hit 1: [-117.053, -152.694, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -90.1341, 19] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -85.9634, 18] + [ ecalVeto ] 0 : Hit 2: [-76.1183, -81.7928, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -77.6221, 17] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -73.4515, 16] + [ ecalVeto ] 0 : Hit 2: [-68.8945, -69.2808, 15] + [ ecalVeto ] 0 : Hit 3: [-66.4865, -65.1101, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-52.9745, -41.7066, 10] + [ ecalVeto ] 0 : Hit 1: [-55.3824, -37.5359, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3046.72; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 717 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, 29.1946, 14] + [ ecalVeto ] 0 : Hit 1: [24.0793, 33.3653, 13] + [ ecalVeto ] 0 : Hit 2: [26.4873, 29.1946, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -12.512, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-89.6303, 41.7066, 3] + [ ecalVeto ] 0 : Hit 1: [-87.2224, 37.5359, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3162.34; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 718 Brem photon produced 48 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 45.8773, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 41.7066, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 103 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 10187; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 719 Brem photon produced 47 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-81.8697, -25.024, 4] + [ ecalVeto ] 0 : Hit 1: [-82.4065, -29.1946, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6025.68; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 720 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 91.7545, 22] + [ ecalVeto ] 0 : Hit 1: [2.40793, 87.5839, 21] + [ ecalVeto ] 0 : Hit 2: [4.81586, 83.4132, 20] + [ ecalVeto ] 0 : Hit 3: [2.40793, 79.2426, 19] + [ ecalVeto ] 0 : Hit 4: [4.81586, 75.0719, 18] + [ ecalVeto ] 0 : Hit 5: [2.40793, 70.9012, 17] + [ ecalVeto ] 0 : Hit 6: [4.81586, 66.7306, 16] + [ ecalVeto ] 0 : Hit 7: [2.40793, 62.5599, 15] + [ ecalVeto ] 0 : Hit 8: [4.81586, 66.7306, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 6: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5379.55; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 721 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-52.9745, -8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -8.34132, 8] + [ ecalVeto ] 0 : Hit 2: [-55.3824, -4.17066, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-45.7507, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [-45.7507, -12.512, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [-33.711, -16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [-31.3031, -12.512, 6] + [ ecalVeto ] 0 : Hit 3: [-26.4873, -12.512, 7] + [ ecalVeto ] 0 : Hit 4: [-24.0793, -8.34132, 6] + [ ecalVeto ] 0 : Hit 5: [-24.0793, -8.34132, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -4.17066, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -33.3653, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -12.512, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -41.7066, 4] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -45.8773, 3] + [ ecalVeto ] 0 : Hit 2: [-38.5269, -50.0479, 2] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -62.5599, 1] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -66.7306, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4560.2; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 722 Brem photon produced 31 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -12.512, 15] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -16.6826, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -12.512, 13] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -8.34132, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -2.66454e-15, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 4.17066, 4] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 8.34132, 3] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4232.16; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 723 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-104.078, 50.0479, 25] + [ ecalVeto ] 0 : Hit 1: [-101.67, 45.8773, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 37.5359, 17] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 33.3653, 16] + [ ecalVeto ] 0 : Hit 2: [-40.9348, 29.1946, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 37.5359, 16] + [ ecalVeto ] 0 : Hit 1: [-33.711, 33.3653, 15] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6017.34; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 724 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-161.868, -58.3892, 23] + [ ecalVeto ] 0 : Hit 1: [-159.46, -54.2186, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-147.421, -50.0479, 21] + [ ecalVeto ] 0 : Hit 1: [-145.013, -54.2186, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -12.512, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 54.2186, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 50.0479, 10] + [ ecalVeto ] 0 : Hit 2: [-26.4873, 54.2186, 9] + [ ecalVeto ] 0 : Hit 3: [-19.2635, 58.3892, 11] + [ ecalVeto ] 0 : Hit 4: [-16.8555, 54.2186, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5641.84; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 725 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-105.013, 156.865, 33] + [ ecalVeto ] 0 : Hit 1: [-102.606, 152.694, 32] + [ ecalVeto ] 0 : Hit 2: [-105.013, 148.523, 31] + [ ecalVeto ] 0 : Hit 3: [-102.606, 144.353, 30] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -45.8773, 15] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -41.7066, 14] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -37.5359, 13] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -33.3653, 12] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -29.1946, 11] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -25.024, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-205.211, 25.024, 13] + [ ecalVeto ] 0 : Hit 1: [-202.803, 29.1946, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 33.3653, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 20.8533, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6095.26; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 726 Brem photon produced 42 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-23.1438, 98.4754, 8] + [ ecalVeto ] 0 : Hit 1: [-25.5517, 94.3048, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6718.98; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 727 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, 70.9012, 16] + [ ecalVeto ] 0 : Hit 1: [24.0793, 66.7306, 15] + [ ecalVeto ] 0 : Hit 2: [26.4873, 70.9012, 14] + [ ecalVeto ] 0 : Hit 3: [24.0793, 66.7306, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 54.2186, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, 50.0479, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, 45.8773, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, 50.0479, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4555.48; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 728 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 70.9012, 21] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 66.7306, 20] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 62.5599, 19] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 58.3892, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 41.7066, 15] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 14] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 33.3653, 13] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 29.1946, 12] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 25.024, 11] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 20.8533, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [16.8555, -20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [19.2635, -25.024, 8] + [ ecalVeto ] 0 : Hit 2: [19.2635, -25.024, 6] + [ ecalVeto ] 0 : Hit 3: [16.8555, -20.8533, 5] + [ ecalVeto ] 0 : Hit 4: [19.2635, -25.024, 4] + [ ecalVeto ] 0 : Hit 5: [16.8555, -20.8533, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 6: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 7: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2299.86; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 729 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5139.82; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 730 Brem photon produced 79 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [69.83, 54.2186, 14] + [ ecalVeto ] 0 : Hit 1: [67.4221, 50.0479, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [74.6459, 29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [74.6459, 29.1946, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4633.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 731 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [83.3421, 85.9634, 24] + [ ecalVeto ] 0 : Hit 1: [80.9341, 81.7928, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [76.1183, 81.7928, 22] + [ ecalVeto ] 0 : Hit 1: [73.7103, 77.6221, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [9.63173, -33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -2.66454e-15, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 106 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5326.01; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 732 Brem photon produced 36 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [39.9993, -119.329, 22] + [ ecalVeto ] 0 : Hit 1: [37.5914, -115.158, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Hit 4: [12.0397, -12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 111 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5247.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 733 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [39.9993, -94.3048, 32] + [ ecalVeto ] 0 : Hit 1: [37.5914, -90.1341, 31] + [ ecalVeto ] 0 : Hit 2: [39.9993, -85.9634, 30] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [31.3031, -79.2426, 29] + [ ecalVeto ] 0 : Hit 1: [33.711, -75.0719, 28] + [ ecalVeto ] 0 : Hit 2: [31.3031, -70.9012, 27] + [ ecalVeto ] 0 : Hit 3: [33.711, -66.7306, 26] + [ ecalVeto ] 0 : Hit 4: [31.3031, -62.5599, 25] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [26.4873, -62.5599, 24] + [ ecalVeto ] 0 : Hit 1: [24.0793, -58.3892, 23] + [ ecalVeto ] 0 : Hit 2: [26.4873, -54.2186, 22] + [ ecalVeto ] 0 : Hit 3: [24.0793, -50.0479, 21] + [ ecalVeto ] 0 : Hit 4: [26.4873, -54.2186, 20] + [ ecalVeto ] 0 : Hit 5: [24.0793, -50.0479, 19] + [ ecalVeto ] 0 : Hit 6: [26.4873, -45.8773, 18] + [ ecalVeto ] 0 : Hit 7: [24.0793, -41.7066, 17] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, -41.7066, 16] + [ ecalVeto ] 0 : Hit 1: [16.8555, -37.5359, 15] + [ ecalVeto ] 0 : Hit 2: [19.2635, -33.3653, 14] + [ ecalVeto ] 0 : Hit 3: [16.8555, -29.1946, 13] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, -29.1946, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 11] + [ ecalVeto ] 0 : Hit 2: [12.0397, -20.8533, 10] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 9] + [ ecalVeto ] 0 : Hit 4: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 5: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Hit 5: [4.81586, -2.66454e-15, 2] + [ ecalVeto ] 0 : Hit 6: [2.40793, 4.17066, 1] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 4: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 7: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 8: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Hit 9: [2.40793, 12.512, 1] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 25 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1741.08; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 734 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 33.3653, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, 37.5359, 11] + [ ecalVeto ] 0 : Hit 2: [19.2635, 33.3653, 10] + [ ecalVeto ] 0 : Hit 3: [16.8555, 29.1946, 9] + [ ecalVeto ] 0 : Hit 4: [19.2635, 33.3653, 8] + [ ecalVeto ] 0 : Hit 5: [12.0397, 29.1946, 10] + [ ecalVeto ] 0 : Hit 6: [9.63173, 25.024, 9] + [ ecalVeto ] 0 : Hit 7: [12.0397, 29.1946, 8] + [ ecalVeto ] 0 : Hit 8: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 9: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 10: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [24.0793, 33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [24.0793, 33.3653, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 45.8773, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 41.7066, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 45.8773, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 50.0479, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 45.8773, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, 33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, 37.5359, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6137.95; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 735 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 8.34132, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5210.57; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 736 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8180.4; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 737 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 30 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2930.63; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 738 Brem photon produced 46 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-140.197, -12.512, 15] + [ ecalVeto ] 0 : Hit 1: [-137.789, -8.34132, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6788.13; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 739 Brem photon produced 87 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 41 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7127.55; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 740 Brem photon produced 78 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 19] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 18] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -2.66454e-15, 16] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 4.17066, 15] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 8.34132, 14] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 4.17066, 13] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 8.34132, 12] + [ ecalVeto ] 0 : Hit 5: [-12.0397, 12.512, 11] + [ ecalVeto ] 0 : Hit 6: [-12.0397, 12.512, 9] + [ ecalVeto ] 0 : Hit 7: [-12.0397, 12.512, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 12] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 7: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 8: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Hit 9: [2.40793, -29.1946, 1] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 12.512, 10] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 12.512, 8] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 12.512, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, -29.1946, 2] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -25.024, 2] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -25.024, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5400.16; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 741 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 24 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1932.99; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 742 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-111.302, -45.8773, 15] + [ ecalVeto ] 0 : Hit 1: [-108.894, -41.7066, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-69.83, -12.512, 11] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -16.6826, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -8.34132, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 8.34132, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3605.45; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 743 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -50.0479, 12] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -45.8773, 11] + [ ecalVeto ] 0 : Finding linreg tracks from 21 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3302.62; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 744 Brem photon produced 61 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 8.34132, 4] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 4.17066, 3] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -2.66454e-15, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3744.11; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 745 Brem photon produced 42 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-61.6707, 115.158, 25] + [ ecalVeto ] 0 : Hit 1: [-59.2627, 110.987, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 18] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 17] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 16] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 15] + [ ecalVeto ] 0 : Hit 4: [4.81586, 8.34132, 14] + [ ecalVeto ] 0 : Hit 5: [2.40793, 12.512, 13] + [ ecalVeto ] 0 : Hit 6: [4.81586, 16.6826, 12] + [ ecalVeto ] 0 : Hit 7: [2.40793, 20.8533, 11] + [ ecalVeto ] 0 : Hit 8: [4.81586, 16.6826, 10] + [ ecalVeto ] 0 : Hit 9: [2.40793, 20.8533, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [40.9348, 37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [40.9348, 37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [38.5269, 33.3653, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4438.68; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 746 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 41.7066, 16] + [ ecalVeto ] 0 : Hit 1: [19.2635, 41.7066, 14] + [ ecalVeto ] 0 : Hit 2: [16.8555, 45.8773, 13] + [ ecalVeto ] 0 : Hit 3: [19.2635, 50.0479, 12] + [ ecalVeto ] 0 : Hit 4: [16.8555, 45.8773, 11] + [ ecalVeto ] 0 : Hit 5: [19.2635, 50.0479, 10] + [ ecalVeto ] 0 : Hit 6: [16.8555, 45.8773, 9] + [ ecalVeto ] 0 : Hit 7: [19.2635, 50.0479, 8] + [ ecalVeto ] 0 : Hit 8: [16.8555, 54.2186, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, 37.5359, 16] + [ ecalVeto ] 0 : Hit 1: [24.0793, 41.7066, 15] + [ ecalVeto ] 0 : Hit 2: [26.4873, 45.8773, 14] + [ ecalVeto ] 0 : Hit 3: [24.0793, 50.0479, 13] + [ ecalVeto ] 0 : Hit 4: [26.4873, 45.8773, 12] + [ ecalVeto ] 0 : Hit 5: [24.0793, 41.7066, 11] + [ ecalVeto ] 0 : Hit 6: [26.4873, 37.5359, 10] + [ ecalVeto ] 0 : Hit 7: [24.0793, 41.7066, 9] + [ ecalVeto ] 0 : Hit 8: [24.0793, 41.7066, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [16.8555, 54.2186, 13] + [ ecalVeto ] 0 : Hit 1: [16.8555, 54.2186, 11] + [ ecalVeto ] 0 : Hit 2: [19.2635, 58.3892, 10] + [ ecalVeto ] 0 : Hit 3: [16.8555, 62.5599, 9] + [ ecalVeto ] 0 : Hit 4: [16.8555, 62.5599, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, 50.0479, 11] + [ ecalVeto ] 0 : Hit 1: [12.0397, 45.8773, 10] + [ ecalVeto ] 0 : Hit 2: [9.63173, 41.7066, 9] + [ ecalVeto ] 0 : Hit 3: [12.0397, 45.8773, 8] + [ ecalVeto ] 0 : Hit 4: [9.63173, 50.0479, 7] + [ ecalVeto ] 0 : Hit 5: [12.0397, 45.8773, 6] + [ ecalVeto ] 0 : Hit 6: [9.63173, 41.7066, 5] + [ ecalVeto ] 0 : Hit 7: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 8: [4.81586, 41.7066, 6] + [ ecalVeto ] 0 : Hit 9: [2.40793, 45.8773, 5] + [ ecalVeto ] 0 : Hit 10: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Hit 11: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Hit 12: [2.40793, 37.5359, 1] + [ ecalVeto ] 0 : Hit 13: [4.81586, 41.7066, 0] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, 41.7066, 11] + [ ecalVeto ] 0 : Hit 1: [12.0397, 37.5359, 10] + [ ecalVeto ] 0 : Hit 2: [12.0397, 37.5359, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, 41.7066, 7] + [ ecalVeto ] 0 : Hit 4: [12.0397, 37.5359, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [19.2635, 41.7066, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, 37.5359, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, 33.3653, 8] + [ ecalVeto ] 0 : Hit 3: [16.8555, 37.5359, 7] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 41.7066, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 37.5359, 2] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 33.3653, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 99 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8087.97; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 747 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [60.1983, -12.512, 23] + [ ecalVeto ] 0 : Hit 1: [62.6062, -8.34132, 22] + [ ecalVeto ] 0 : Hit 2: [60.1983, -12.512, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [55.3824, -4.17066, 20] + [ ecalVeto ] 0 : Hit 1: [52.9745, -8.34132, 19] + [ ecalVeto ] 0 : Hit 2: [55.3824, -4.17066, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, 16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [16.8555, 20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [19.2635, 16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [16.8555, 20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 36 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2184.28; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 748 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [52.9745, -33.3653, 21] + [ ecalVeto ] 0 : Hit 1: [52.9745, -33.3653, 19] + [ ecalVeto ] 0 : Hit 2: [55.3824, -29.1946, 18] + [ ecalVeto ] 0 : Hit 3: [52.9745, -33.3653, 17] + [ ecalVeto ] 0 : Hit 4: [55.3824, -29.1946, 16] + [ ecalVeto ] 0 : Hit 5: [52.9745, -33.3653, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 66.7306, 14] + [ ecalVeto ] 0 : Hit 1: [2.40793, 62.5599, 13] + [ ecalVeto ] 0 : Hit 2: [4.81586, 58.3892, 12] + [ ecalVeto ] 0 : Hit 3: [2.40793, 54.2186, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 45.8773, 12] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 50.0479, 11] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 45.8773, 10] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 41.7066, 9] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 41.7066, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 8: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Hit 9: [-2.40793, 29.1946, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 25.024, 8] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 25.024, 6] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 25.024, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 104 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4658.9; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 749 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -16.6826, 4] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4201.12; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 750 Brem photon produced 39 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-118.525, -8.34132, 25] + [ ecalVeto ] 0 : Hit 1: [-116.118, -4.17066, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-104.078, -8.34132, 23] + [ ecalVeto ] 0 : Hit 1: [-101.67, -4.17066, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -8.34132, 21] + [ ecalVeto ] 0 : Hit 1: [-87.2224, -12.512, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -8.34132, 19] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -12.512, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-69.83, -12.512, 17] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -8.34132, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -12.512, 15] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -16.6826, 14] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -50.0479, 7] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -50.0479, 5] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -45.8773, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7661.35; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 751 Brem photon produced 37 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3492.19; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 752 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, -4.17066, 22] + [ ecalVeto ] 0 : Hit 1: [24.0793, -2.66454e-15, 21] + [ ecalVeto ] 0 : Hit 2: [26.4873, 4.17066, 20] + [ ecalVeto ] 0 : Hit 3: [24.0793, -2.66454e-15, 19] + [ ecalVeto ] 0 : Hit 4: [26.4873, 4.17066, 18] + [ ecalVeto ] 0 : Hit 5: [24.0793, -2.66454e-15, 17] + [ ecalVeto ] 0 : Hit 6: [26.4873, 4.17066, 16] + [ ecalVeto ] 0 : Hit 7: [24.0793, 8.34132, 15] + [ ecalVeto ] 0 : Hit 8: [24.0793, 8.34132, 13] + [ ecalVeto ] 0 : Hit 9: [19.2635, 8.34132, 14] + [ ecalVeto ] 0 : Hit 10: [19.2635, 8.34132, 12] + [ ecalVeto ] 0 : Hit 11: [16.8555, 12.512, 11] + [ ecalVeto ] 0 : Hit 12: [19.2635, 8.34132, 10] + [ ecalVeto ] 0 : Hit 13: [16.8555, 12.512, 9] + [ ecalVeto ] 0 : Hit 14: [19.2635, 16.6826, 8] + [ ecalVeto ] 0 : Hit 15: [16.8555, 12.512, 7] + [ ecalVeto ] 0 : Hit 16: [19.2635, 16.6826, 6] + [ ecalVeto ] 0 : Hit 17: [16.8555, 20.8533, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 33 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1287.07; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 753 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 17] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 15] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 13] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 12] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -8.34132, 11] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -12.512, 10] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -87.5839, 16] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -83.4132, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [26.4873, 37.5359, 12] + [ ecalVeto ] 0 : Hit 1: [24.0793, 33.3653, 11] + [ ecalVeto ] 0 : Hit 2: [26.4873, 29.1946, 10] + [ ecalVeto ] 0 : Hit 3: [24.0793, 25.024, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -45.8773, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 4: [12.0397, 4.17066, 2] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [197.987, 54.2186, 2] + [ ecalVeto ] 0 : Hit 1: [197.987, 54.2186, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4703.95; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 754 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 37.5359, 13] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 41.7066, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 62.5599, 10] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 58.3892, 9] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 54.2186, 8] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 54.2186, 9] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 58.3892, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6224.85; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 755 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [154.644, 54.2186, 26] + [ ecalVeto ] 0 : Hit 1: [154.644, 54.2186, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [48.1586, -2.66454e-15, 22] + [ ecalVeto ] 0 : Hit 1: [45.7507, -4.17066, 21] + [ ecalVeto ] 0 : Hit 2: [48.1586, -8.34132, 20] + [ ecalVeto ] 0 : Hit 3: [45.7507, -12.512, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [33.711, -16.6826, 16] + [ ecalVeto ] 0 : Hit 1: [31.3031, -20.8533, 15] + [ ecalVeto ] 0 : Hit 2: [33.711, -16.6826, 14] + [ ecalVeto ] 0 : Hit 3: [31.3031, -20.8533, 13] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3596.85; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 756 Brem photon produced 52 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-105.013, -65.1101, 19] + [ ecalVeto ] 0 : Hit 1: [-102.606, -69.2808, 18] + [ ecalVeto ] 0 : Hit 2: [-102.606, -69.2808, 16] + [ ecalVeto ] 0 : Hit 3: [-97.7897, -69.2808, 17] + [ ecalVeto ] 0 : Hit 4: [-97.7897, -69.2808, 15] + [ ecalVeto ] 0 : Hit 5: [-95.3817, -73.4515, 14] + [ ecalVeto ] 0 : Hit 6: [-97.7897, -69.2808, 13] + [ ecalVeto ] 0 : Hit 7: [-95.3817, -73.4515, 12] + [ ecalVeto ] 0 : Hit 8: [-97.7897, -69.2808, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -73.4515, 11] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -77.6221, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -90.1341, 9] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -94.3048, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [16.8555, -20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [19.2635, -16.6826, 4] + [ ecalVeto ] 0 : Hit 2: [16.8555, -12.512, 3] + [ ecalVeto ] 0 : Hit 3: [19.2635, -8.34132, 2] + [ ecalVeto ] 0 : Hit 4: [16.8555, -12.512, 1] + [ ecalVeto ] 0 : Hit 5: [19.2635, -16.6826, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6620.63; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 757 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [38.5269, 33.3653, 23] + [ ecalVeto ] 0 : Hit 1: [40.9348, 37.5359, 22] + [ ecalVeto ] 0 : Hit 2: [38.5269, 33.3653, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [33.711, 33.3653, 20] + [ ecalVeto ] 0 : Hit 1: [31.3031, 29.1946, 19] + [ ecalVeto ] 0 : Hit 2: [33.711, 25.024, 18] + [ ecalVeto ] 0 : Hit 3: [31.3031, 20.8533, 17] + [ ecalVeto ] 0 : Hit 4: [31.3031, 20.8533, 15] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4495.01; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 758 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [119.461, -90.1341, 28] + [ ecalVeto ] 0 : Hit 1: [117.053, -85.9634, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [112.237, -85.9634, 26] + [ ecalVeto ] 0 : Hit 1: [109.829, -81.7928, 25] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [105.013, -81.7928, 24] + [ ecalVeto ] 0 : Hit 1: [102.606, -77.6221, 23] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [26.4873, -54.2186, 12] + [ ecalVeto ] 0 : Hit 1: [24.0793, -50.0479, 11] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [24.0793, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [26.4873, -29.1946, 8] + [ ecalVeto ] 0 : Hit 2: [24.0793, -25.024, 7] + [ ecalVeto ] 0 : Hit 3: [26.4873, -29.1946, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5743.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 759 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, 8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [31.3031, 4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [33.711, 8.34132, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [19.2635, 8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [16.8555, 4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [19.2635, 8.34132, 4] + [ ecalVeto ] 0 : Hit 4: [16.8555, 4.17066, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [24.0793, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [26.4873, -4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [24.0793, -8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [26.4873, -4.17066, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Hit 4: [12.0397, -4.17066, 2] + [ ecalVeto ] 0 : Hit 5: [9.63173, -8.34132, 1] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -37.5359, 3] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -33.3653, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 107 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8093.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 760 Brem photon produced 67 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -8.34132, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -4.17066, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8129.52; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 761 Brem photon produced 60 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [62.6062, -58.3892, 8] + [ ecalVeto ] 0 : Hit 1: [60.1983, -54.2186, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, -33.3653, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1716.38; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 762 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -123.499, 11] + [ ecalVeto ] 0 : Hit 1: [-76.1183, -123.499, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, -62.5599, 11] + [ ecalVeto ] 0 : Hit 1: [19.2635, -58.3892, 10] + [ ecalVeto ] 0 : Hit 2: [16.8555, -54.2186, 9] + [ ecalVeto ] 0 : Hit 3: [16.8555, -54.2186, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [16.8555, -45.8773, 11] + [ ecalVeto ] 0 : Hit 1: [19.2635, -50.0479, 10] + [ ecalVeto ] 0 : Hit 2: [16.8555, -45.8773, 9] + [ ecalVeto ] 0 : Hit 3: [16.8555, -45.8773, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, -45.8773, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -41.7066, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, -45.8773, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, -50.0479, 7] + [ ecalVeto ] 0 : Hit 4: [12.0397, -45.8773, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6301.47; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 763 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5352.7; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 764 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-119.461, -98.4754, 25] + [ ecalVeto ] 0 : Hit 1: [-117.053, -94.3048, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-105.013, -90.1341, 23] + [ ecalVeto ] 0 : Hit 1: [-102.606, -85.9634, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -81.7928, 21] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -77.6221, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -69.2808, 19] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -73.4515, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -58.3892, 15] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -54.2186, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -50.0479, 13] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -45.8773, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -45.8773, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -41.7066, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 44 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2143.93; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 765 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-3.88031, -123.499, 23] + [ ecalVeto ] 0 : Hit 1: [-1.47238, -119.329, 22] + [ ecalVeto ] 0 : Hit 2: [-3.88031, -115.158, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -58.3892, 14] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -54.2186, 13] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -50.0479, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 29.1946, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2874.24; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 766 Brem photon produced 44 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 58.3892, 15] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 54.2186, 14] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 50.0479, 13] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 45.8773, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -54.2186, 6] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -54.2186, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 102 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6542.65; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 767 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-119.461, -115.158, 25] + [ ecalVeto ] 0 : Hit 1: [-117.053, -110.987, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -90.1341, 21] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -85.9634, 20] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5817.48; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 768 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [67.4221, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [69.83, 12.512, 8] + [ ecalVeto ] 0 : Hit 2: [67.4221, 8.34132, 7] + [ ecalVeto ] 0 : Hit 3: [69.83, 12.512, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5602.87; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 769 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3656.78; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 770 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-66.4865, 190.23, 32] + [ ecalVeto ] 0 : Hit 1: [-68.8945, 186.059, 31] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-39.9993, -169.377, 17] + [ ecalVeto ] 0 : Hit 1: [-37.5914, -173.547, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 62.5599, 16] + [ ecalVeto ] 0 : Hit 1: [9.63173, 58.3892, 15] + [ ecalVeto ] 0 : Hit 2: [12.0397, 54.2186, 14] + [ ecalVeto ] 0 : Hit 3: [9.63173, 50.0479, 13] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-32.7755, -181.889, 15] + [ ecalVeto ] 0 : Hit 1: [-30.3676, -186.059, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7473.8; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 771 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 15 + [ ecalVeto ] 0 : Beginning track merging using 15 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 15 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-162.804, 115.158, 29] + [ ecalVeto ] 0 : Hit 1: [-160.396, 110.987, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-133.909, 106.817, 25] + [ ecalVeto ] 0 : Hit 1: [-131.501, 110.987, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-117.053, 102.646, 22] + [ ecalVeto ] 0 : Hit 1: [-119.461, 98.4754, 21] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 85.9634, 17] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 81.7928, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 81.7928, 15] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 77.6221, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-80.9341, 73.4515, 14] + [ ecalVeto ] 0 : Hit 1: [-83.3421, 77.6221, 13] + [ ecalVeto ] 0 : Hit 2: [-80.9341, 73.4515, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 90.1341, 13] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 85.9634, 12] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 81.7928, 11] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 77.6221, 10] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 58.3892, 9] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 54.2186, 8] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-166.684, 58.3892, 8] + [ ecalVeto ] 0 : Hit 1: [-169.092, 54.2186, 7] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 50.0479, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 45.8773, 6] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 58.3892, 6] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 62.5599, 5] + [ ecalVeto ] 0 : Hit 2: [-38.5269, 58.3892, 4] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [-176.316, 41.7066, 5] + [ ecalVeto ] 0 : Hit 1: [-173.908, 45.8773, 4] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 20.8533, 2] + [ ecalVeto ] 0 : Track 14: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 41.7066, 3] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 45.8773, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 15 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5590.7; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 772 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 25.024, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 25.024, 6] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 20.8533, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 12.512, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 8.34132, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 66.7306, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 62.5599, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 58.3892, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 54.2186, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5045.43; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 773 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 3: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 107 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4181.18; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 774 Brem photon produced 43 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6468.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 775 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 58.3892, 27] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 62.5599, 26] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 62.5599, 24] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 58.3892, 23] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 54.2186, 22] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 50.0479, 21] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 45.8773, 20] + [ ecalVeto ] 0 : Hit 7: [-4.81586, 41.7066, 19] + [ ecalVeto ] 0 : Hit 8: [-2.40793, 37.5359, 18] + [ ecalVeto ] 0 : Hit 9: [-4.81586, 33.3653, 17] + [ ecalVeto ] 0 : Hit 10: [-2.40793, 29.1946, 16] + [ ecalVeto ] 0 : Hit 11: [-4.81586, 25.024, 15] + [ ecalVeto ] 0 : Hit 12: [-2.40793, 20.8533, 14] + [ ecalVeto ] 0 : Hit 13: [-4.81586, 16.6826, 13] + [ ecalVeto ] 0 : Hit 14: [-2.40793, 12.512, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-25.5517, -119.329, 25] + [ ecalVeto ] 0 : Hit 1: [-23.1438, -115.158, 24] + [ ecalVeto ] 0 : Hit 2: [-25.5517, -110.987, 23] + [ ecalVeto ] 0 : Hit 3: [-23.1438, -106.817, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-25.5517, -94.3048, 21] + [ ecalVeto ] 0 : Hit 1: [-23.1438, -90.1341, 20] + [ ecalVeto ] 0 : Hit 2: [-25.5517, -85.9634, 19] + [ ecalVeto ] 0 : Hit 3: [-24.0793, -83.4132, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -70.9012, 15] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -66.7306, 14] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -62.5599, 13] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -58.3892, 12] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -54.2186, 11] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -50.0479, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -50.0479, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -45.8773, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -41.7066, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 6: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Hit 7: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -20.8533, 2] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [108.894, -25.024, 3] + [ ecalVeto ] 0 : Hit 1: [111.302, -29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 97 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5293.06; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 776 Brem photon produced 56 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, -79.2426, 22] + [ ecalVeto ] 0 : Hit 1: [24.0793, -75.0719, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-44.8152, 85.9634, 18] + [ ecalVeto ] 0 : Hit 1: [-47.2231, 81.7928, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-74.6459, 20.8533, 18] + [ ecalVeto ] 0 : Hit 1: [-77.0538, 16.6826, 17] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 25.024, 17] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 29.1946, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, 29.1946, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, 33.3653, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -4.17066, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4537.18; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 777 Brem photon produced 43 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3716.05; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 778 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-30.3676, 102.646, 28] + [ ecalVeto ] 0 : Hit 1: [-32.7755, 98.4754, 27] + [ ecalVeto ] 0 : Hit 2: [-30.3676, 94.3048, 26] + [ ecalVeto ] 0 : Hit 3: [-32.7755, 90.1341, 25] + [ ecalVeto ] 0 : Hit 4: [-30.3676, 85.9634, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 58.3892, 17] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 54.2186, 16] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 50.0479, 15] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 45.8773, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 25.024, 15] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 29.1946, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 25.024, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 25.024, 10] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 25.024, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [-33.711, 16.6826, 9] + [ ecalVeto ] 0 : Hit 2: [-31.3031, 12.512, 8] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 4.17066, 2] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [126.685, 77.6221, 6] + [ ecalVeto ] 0 : Hit 1: [124.277, 73.4515, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4003.7; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 779 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-132.973, -8.34132, 27] + [ ecalVeto ] 0 : Hit 1: [-130.565, -12.512, 26] + [ ecalVeto ] 0 : Hit 2: [-132.973, -16.6826, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-123.341, -66.7306, 26] + [ ecalVeto ] 0 : Hit 1: [-125.749, -70.9012, 25] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-118.525, -16.6826, 25] + [ ecalVeto ] 0 : Hit 1: [-116.118, -20.8533, 24] + [ ecalVeto ] 0 : Hit 2: [-111.302, -20.8533, 25] + [ ecalVeto ] 0 : Hit 3: [-108.894, -25.024, 24] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3973.13; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 780 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4446.16; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 781 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -219.425, 29] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -215.254, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -29.1946, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -16.6826, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3742.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 782 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [18.3279, -140.182, 22] + [ ecalVeto ] 0 : Hit 1: [15.92, -136.011, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -25.024, 19] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -25.024, 17] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -20.8533, 16] + [ ecalVeto ] 0 : Hit 3: [-19.2635, -25.024, 15] + [ ecalVeto ] 0 : Hit 4: [-16.8555, -29.1946, 14] + [ ecalVeto ] 0 : Hit 5: [-19.2635, -25.024, 13] + [ ecalVeto ] 0 : Hit 6: [-16.8555, -29.1946, 12] + [ ecalVeto ] 0 : Hit 7: [-19.2635, -33.3653, 11] + [ ecalVeto ] 0 : Hit 8: [-16.8555, -29.1946, 10] + [ ecalVeto ] 0 : Hit 9: [-19.2635, -33.3653, 9] + [ ecalVeto ] 0 : Hit 10: [-16.8555, -29.1946, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [3.88031, -106.817, 18] + [ ecalVeto ] 0 : Hit 1: [3.34348, -102.646, 17] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -91.7545, 15] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -87.5839, 14] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -83.4132, 13] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -79.2426, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -50.0479, 14] + [ ecalVeto ] 0 : Hit 1: [2.40793, -45.8773, 13] + [ ecalVeto ] 0 : Hit 2: [2.40793, -45.8773, 11] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -25.024, 12] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -29.1946, 11] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -25.024, 10] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -29.1946, 9] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -33.3653, 8] + [ ecalVeto ] 0 : Hit 5: [-12.0397, -29.1946, 7] + [ ecalVeto ] 0 : Hit 6: [-9.63173, -33.3653, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -37.5359, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -41.7066, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -37.5359, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 95 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6861.45; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 783 Brem photon produced 54 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-32.7755, 190.23, 25] + [ ecalVeto ] 0 : Hit 1: [-30.3676, 186.059, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -20.8533, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 37.5359, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [16.8555, -29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [19.2635, -33.3653, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 96 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5577.72; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 784 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [105.013, -98.4754, 28] + [ ecalVeto ] 0 : Hit 1: [102.606, -94.3048, 27] + [ ecalVeto ] 0 : Hit 2: [105.013, -90.1341, 26] + [ ecalVeto ] 0 : Hit 3: [102.606, -85.9634, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, -20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [19.2635, -16.6826, 4] + [ ecalVeto ] 0 : Hit 2: [16.8555, -12.512, 3] + [ ecalVeto ] 0 : Hit 3: [19.2635, -16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2614.58; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 785 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 60.9395, 13] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 56.7688, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-69.83, 45.8773, 11] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 41.7066, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [31.3031, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [33.711, 8.34132, 10] + [ ecalVeto ] 0 : Hit 2: [31.3031, 12.512, 9] + [ ecalVeto ] 0 : Hit 3: [33.711, 8.34132, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -69.2808, 1] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -73.4515, 0] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [15.92, -102.646, 1] + [ ecalVeto ] 0 : Hit 1: [18.3279, -106.817, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 95 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 9349.69; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 786 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-69.83, -45.8773, 11] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -41.7066, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-52.9745, 33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [-55.3824, 29.1946, 9] + [ ecalVeto ] 0 : Hit 2: [-52.9745, 25.024, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -37.5359, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -12.512, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [-48.1586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 3: [-45.7507, -29.1946, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -2.66454e-15, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 12317.4; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 787 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -41.7066, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -45.8773, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -50.0479, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -45.8773, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -41.7066, 8] + [ ecalVeto ] 0 : Hit 5: [2.40793, -37.5359, 7] + [ ecalVeto ] 0 : Hit 6: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Hit 7: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 8: [2.40793, -37.5359, 3] + [ ecalVeto ] 0 : Hit 9: [4.81586, -33.3653, 2] + [ ecalVeto ] 0 : Hit 10: [2.40793, -29.1946, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8011.05; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 788 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [77.0538, -41.7066, 16] + [ ecalVeto ] 0 : Hit 1: [74.6459, -37.5359, 15] + [ ecalVeto ] 0 : Hit 2: [77.0538, -41.7066, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [69.83, -37.5359, 14] + [ ecalVeto ] 0 : Hit 1: [67.4221, -33.3653, 13] + [ ecalVeto ] 0 : Hit 2: [69.83, -37.5359, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -4.17066, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -2.66454e-15, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [19.2635, -25.024, 6] + [ ecalVeto ] 0 : Hit 1: [16.8555, -20.8533, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, -4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 90 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5968.03; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 789 Brem photon produced 53 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-25.5517, 202.742, 29] + [ ecalVeto ] 0 : Hit 1: [-23.1438, 198.571, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-25.5517, 186.059, 27] + [ ecalVeto ] 0 : Hit 1: [-23.1438, 181.889, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [37.5914, -106.817, 15] + [ ecalVeto ] 0 : Hit 1: [39.9993, -102.646, 14] + [ ecalVeto ] 0 : Hit 2: [37.5914, -98.4754, 13] + [ ecalVeto ] 0 : Hit 3: [39.9993, -94.3048, 12] + [ ecalVeto ] 0 : Hit 4: [37.5914, -90.1341, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [32.7755, -81.7928, 10] + [ ecalVeto ] 0 : Hit 1: [31.3031, -79.2426, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -41.7066, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -25.024, 8] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -20.8533, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4955.19; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 790 Brem photon produced 50 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [31.3031, 62.5599, 21] + [ ecalVeto ] 0 : Hit 1: [31.3031, 62.5599, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, 58.3892, 16] + [ ecalVeto ] 0 : Hit 1: [19.2635, 58.3892, 14] + [ ecalVeto ] 0 : Hit 2: [16.8555, 54.2186, 13] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5727.94; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 791 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [62.6062, -16.6826, 22] + [ ecalVeto ] 0 : Hit 1: [60.1983, -12.512, 21] + [ ecalVeto ] 0 : Hit 2: [62.6062, -16.6826, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 8.34132, 4] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 92 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2571.33; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 792 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 65.1101, 19] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 60.9395, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 60.9395, 17] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 58.3892, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 25.024, 7] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 20.8533, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4385.33; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 793 Brem photon produced 40 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 16.6826, 12] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 20.8533, 11] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 16.6826, 10] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 20.8533, 9] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 25.024, 8] + [ ecalVeto ] 0 : Hit 5: [-12.0397, 20.8533, 7] + [ ecalVeto ] 0 : Hit 6: [-9.63173, 25.024, 6] + [ ecalVeto ] 0 : Hit 7: [-12.0397, 20.8533, 5] + [ ecalVeto ] 0 : Hit 8: [-9.63173, 16.6826, 4] + [ ecalVeto ] 0 : Hit 9: [-9.63173, 16.6826, 2] + [ ecalVeto ] 0 : Hit 10: [-9.63173, 16.6826, 0] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 12.512, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 8.34132, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 12.512, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 16.6826, 8] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 16.6826, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Hit 7: [-4.81586, 16.6826, 1] + [ ecalVeto ] 0 : Hit 8: [-2.40793, 20.8533, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 97 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5135.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 794 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, 8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [24.0793, 8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2549.92; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 795 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-155.58, 119.329, 13] + [ ecalVeto ] 0 : Hit 1: [-153.172, 115.158, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 41.7066, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 37.5359, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 3] + [ ecalVeto ] 0 : Hit 2: [12.0397, 37.5359, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 2] + [ ecalVeto ] 0 : Hit 2: [2.40793, 37.5359, 1] + [ ecalVeto ] 0 : Hit 3: [4.81586, 33.3653, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7505.63; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 796 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-126.685, -94.3048, 23] + [ ecalVeto ] 0 : Hit 1: [-124.277, -90.1341, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-119.461, -81.7928, 21] + [ ecalVeto ] 0 : Hit 1: [-117.053, -77.6221, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-105.013, -65.1101, 19] + [ ecalVeto ] 0 : Hit 1: [-102.606, -60.9395, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -54.2186, 17] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -50.0479, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-80.9341, 56.7688, 8] + [ ecalVeto ] 0 : Hit 1: [-83.3421, 52.5982, 7] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 50.0479, 7] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 45.8773, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4346.29; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 797 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -4.17066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4392.96; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 798 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [118.525, -25.024, 24] + [ ecalVeto ] 0 : Hit 1: [116.118, -29.1946, 23] + [ ecalVeto ] 0 : Hit 2: [118.525, -33.3653, 22] + [ ecalVeto ] 0 : Hit 3: [116.118, -37.5359, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-169.092, 4.17066, 21] + [ ecalVeto ] 0 : Hit 1: [-166.684, -2.36672e-14, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-147.421, -2.36672e-14, 19] + [ ecalVeto ] 0 : Hit 1: [-145.013, -4.17066, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-111.302, -4.17066, 15] + [ ecalVeto ] 0 : Hit 1: [-108.894, -8.34132, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-87.2224, -12.512, 12] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -8.34132, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2567.72; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 799 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-183.54, 20.8533, 33] + [ ecalVeto ] 0 : Hit 1: [-181.132, 16.6826, 32] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -25.024, 21] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -29.1946, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -25.024, 19] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -29.1946, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, -16.6826, 15] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -12.512, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, 83.4132, 7] + [ ecalVeto ] 0 : Hit 1: [9.63173, 83.4132, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, 79.2426, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [24.0793, 66.7306, 5] + [ ecalVeto ] 0 : Hit 1: [24.0793, 66.7306, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4759.1; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 800 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 87.5839, 18] + [ ecalVeto ] 0 : Hit 1: [9.63173, 83.4132, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 45.8773, 13] + [ ecalVeto ] 0 : Hit 1: [4.81586, 41.7066, 12] + [ ecalVeto ] 0 : Hit 2: [2.40793, 37.5359, 11] + [ ecalVeto ] 0 : Hit 3: [4.81586, 33.3653, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [62.6062, 16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [60.1983, 12.512, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [55.3824, -12.512, 8] + [ ecalVeto ] 0 : Hit 1: [55.3824, -12.512, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [40.9348, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [38.5269, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 2: [40.9348, 4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [38.5269, -2.66454e-15, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -20.8533, 2] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -25.024, 1] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -29.1946, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 106 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4219.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 801 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 94.3048, 17] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 90.1341, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-104.078, 33.3653, 17] + [ ecalVeto ] 0 : Hit 1: [-101.67, 37.5359, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 37.5359, 15] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 41.7066, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 81.7928, 13] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 77.6221, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 91 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5176.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 802 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-102.606, 110.987, 24] + [ ecalVeto ] 0 : Hit 1: [-105.013, 106.817, 23] + [ ecalVeto ] 0 : Hit 2: [-105.013, 106.817, 21] + [ ecalVeto ] 0 : Hit 3: [-102.606, 102.646, 20] + [ ecalVeto ] 0 : Hit 4: [-105.013, 98.4754, 19] + [ ecalVeto ] 0 : Hit 5: [-102.606, 94.3048, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, -2.66454e-15, 15] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -4.17066, 14] + [ ecalVeto ] 0 : Hit 2: [-33.711, -8.34132, 13] + [ ecalVeto ] 0 : Hit 3: [-31.3031, -4.17066, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [48.1586, -58.3892, 14] + [ ecalVeto ] 0 : Hit 1: [45.7507, -54.2186, 13] + [ ecalVeto ] 0 : Hit 2: [48.1586, -50.0479, 12] + [ ecalVeto ] 0 : Hit 3: [45.7507, -45.8773, 11] + [ ecalVeto ] 0 : Hit 4: [48.1586, -41.7066, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -25.024, 8] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -25.024, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -16.6826, 4] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -20.8533, 3] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -25.024, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, -62.5599, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -58.3892, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -54.2186, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -50.0479, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-15.92, -94.3048, 8] + [ ecalVeto ] 0 : Hit 1: [-18.3279, -90.1341, 7] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [9.63173, -33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 98 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4343.15; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 803 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-116.118, -12.512, 24] + [ ecalVeto ] 0 : Hit 1: [-118.525, -16.6826, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [77.0538, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 1: [74.6459, 4.17066, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4563.15; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 804 Brem photon produced 37 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-52.9745, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [-55.3824, -4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [-52.9745, -2.66454e-15, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -8.34132, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [-40.9348, 12.512, 7] + [ ecalVeto ] 0 : Hit 3: [-38.5269, 16.6826, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-48.1586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 2: [-26.4873, 4.17066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 94 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5659.84; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 805 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 4: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4381.41; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 806 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 85.9634, 15] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 81.7928, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 77.6221, 13] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 73.4515, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 69.2808, 11] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 65.1101, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 45.8773, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 41.7066, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 29.1946, 3] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 97 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5346.5; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 807 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -41.7066, 16] + [ ecalVeto ] 0 : Hit 1: [2.40793, -45.8773, 15] + [ ecalVeto ] 0 : Hit 2: [4.81586, -41.7066, 14] + [ ecalVeto ] 0 : Hit 3: [2.40793, -45.8773, 13] + [ ecalVeto ] 0 : Hit 4: [2.40793, -45.8773, 11] + [ ecalVeto ] 0 : Hit 5: [2.40793, -45.8773, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -45.8773, 12] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -45.8773, 10] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -45.8773, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -41.7066, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-33.711, -33.3653, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -25.024, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 54.2186, 7] + [ ecalVeto ] 0 : Hit 1: [2.40793, 54.2186, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -8.34132, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5817.47; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 808 Brem photon produced 47 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-132.973, 33.3653, 23] + [ ecalVeto ] 0 : Hit 1: [-130.565, 29.1946, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-125.749, 29.1946, 21] + [ ecalVeto ] 0 : Hit 1: [-123.341, 33.3653, 20] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6738.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 809 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 9 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2436.02; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 810 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 58.3892, 14] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 54.2186, 13] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 50.0479, 14] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 45.8773, 13] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 41.7066, 12] + [ ecalVeto ] 0 : Hit 5: [-12.0397, 37.5359, 11] + [ ecalVeto ] 0 : Hit 6: [-9.63173, 33.3653, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 41.7066, 14] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 37.5359, 13] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 33.3653, 12] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 29.1946, 11] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 25.024, 10] + [ ecalVeto ] 0 : Hit 5: [-12.0397, 20.8533, 9] + [ ecalVeto ] 0 : Hit 6: [-9.63173, 16.6826, 8] + [ ecalVeto ] 0 : Hit 7: [-12.0397, 12.512, 9] + [ ecalVeto ] 0 : Hit 8: [-9.63173, 8.34132, 8] + [ ecalVeto ] 0 : Hit 9: [-12.0397, 4.17066, 7] + [ ecalVeto ] 0 : Hit 10: [-12.0397, 4.17066, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 45.8773, 14] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 41.7066, 13] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 45.8773, 12] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 41.7066, 11] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 37.5359, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 37.5359, 12] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 33.3653, 11] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6229.76; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 811 Brem photon produced 44 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [66.4865, -181.889, 25] + [ ecalVeto ] 0 : Hit 1: [68.8945, -177.718, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -45.8773, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, -41.7066, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, -37.5359, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, -33.3653, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 90 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 2 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4458.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 812 Brem photon produced 55 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, 12.512, 7] + [ ecalVeto ] 0 : Hit 2: [19.2635, 16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [16.8555, 12.512, 5] + [ ecalVeto ] 0 : Hit 4: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Hit 5: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 6: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 7: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, 25.024, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, 29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [19.2635, 25.024, 6] + [ ecalVeto ] 0 : Hit 3: [16.8555, 20.8533, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-45.7507, 20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-48.1586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [-45.7507, 12.512, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, 29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 3] + [ ecalVeto ] 0 : Hit 4: [12.0397, 20.8533, 2] + [ ecalVeto ] 0 : Hit 5: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 6: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 7: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Hit 8: [4.81586, 25.024, 0] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 16.6826, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 16.6826, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [26.4873, -12.512, 4] + [ ecalVeto ] 0 : Hit 1: [24.0793, -8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7041.34; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 813 Brem photon produced 43 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -25.024, 6] + [ ecalVeto ] 0 : Hit 1: [16.8555, -20.8533, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6055.31; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 814 Brem photon produced 31 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -54.2186, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -50.0479, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -45.8773, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -41.7066, 6] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -45.8773, 5] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -41.7066, 4] + [ ecalVeto ] 0 : Hit 6: [-9.63173, -41.7066, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -54.2186, 7] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -50.0479, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4295.46; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 815 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3381.14; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 816 Brem photon produced 77 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4564.26; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 817 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 35 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6259.54; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 818 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-11.1041, -161.035, 23] + [ ecalVeto ] 0 : Hit 1: [-8.69618, -165.206, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-3.88031, -165.206, 21] + [ ecalVeto ] 0 : Hit 1: [-1.47238, -169.377, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [112.237, -119.329, 18] + [ ecalVeto ] 0 : Hit 1: [109.829, -115.158, 17] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -79.2426, 16] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -75.0719, 15] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -70.9012, 14] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -66.7306, 13] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -62.5599, 12] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -58.3892, 11] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -54.2186, 10] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -50.0479, 9] + [ ecalVeto ] 0 : Hit 8: [-2.40793, -45.8773, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -25.024, 10] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -29.1946, 9] + [ ecalVeto ] 0 : Hit 3: [-24.0793, -33.3653, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3315.4; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 819 Brem photon produced 42 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [176.316, 58.3892, 26] + [ ecalVeto ] 0 : Hit 1: [173.908, 54.2186, 25] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5412.71; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 820 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, 25.024, 14] + [ ecalVeto ] 0 : Hit 1: [31.3031, 20.8533, 13] + [ ecalVeto ] 0 : Hit 2: [33.711, 16.6826, 12] + [ ecalVeto ] 0 : Hit 3: [31.3031, 12.512, 11] + [ ecalVeto ] 0 : Hit 4: [33.711, 8.34132, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-59.2627, -161.035, 14] + [ ecalVeto ] 0 : Hit 1: [-61.6707, -156.865, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-37.5914, -131.841, 14] + [ ecalVeto ] 0 : Hit 1: [-39.9993, -136.011, 13] + [ ecalVeto ] 0 : Hit 2: [-39.9993, -136.011, 11] + [ ecalVeto ] 0 : Hit 3: [-37.5914, -131.841, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-30.3676, -144.353, 12] + [ ecalVeto ] 0 : Hit 1: [-32.7755, -140.182, 11] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-39.9993, -119.329, 11] + [ ecalVeto ] 0 : Hit 1: [-37.5914, -115.158, 10] + [ ecalVeto ] 0 : Hit 2: [-39.9993, -110.987, 9] + [ ecalVeto ] 0 : Hit 3: [-44.8152, -110.987, 10] + [ ecalVeto ] 0 : Hit 4: [-47.2231, -106.817, 9] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-52.039, -131.841, 10] + [ ecalVeto ] 0 : Hit 1: [-54.4469, -127.67, 9] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-30.3676, -110.987, 10] + [ ecalVeto ] 0 : Hit 1: [-32.7755, -106.817, 9] + [ ecalVeto ] 0 : Hit 2: [-30.3676, -102.646, 8] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [19.2635, -8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [16.8555, -12.512, 5] + [ ecalVeto ] 0 : Hit 2: [19.2635, -16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [16.8555, -20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 94 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3643.36; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 821 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 16] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 14] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 13] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 12] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -8.34132, 11] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -4.17066, 10] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 8: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 9: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 10: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 11: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 12: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Hit 13: [-2.40793, -12.512, 2] + [ ecalVeto ] 0 : Hit 14: [-4.81586, -8.34132, 1] + [ ecalVeto ] 0 : Hit 15: [-2.40793, -12.512, 0] + [ ecalVeto ] 0 : Hit 16: [-9.63173, -16.6826, 2] + [ ecalVeto ] 0 : Hit 17: [-9.63173, -16.6826, 0] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 25.024, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-176.316, 8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-173.908, 4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 132 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4826.45; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 822 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-44.8152, -102.646, 26] + [ ecalVeto ] 0 : Hit 1: [-47.2231, -98.4754, 25] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2651.53; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 823 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 18 + [ ecalVeto ] 0 : Beginning track merging using 18 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 18 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-132.973, -2.36672e-14, 25] + [ ecalVeto ] 0 : Hit 1: [-130.565, -4.17066, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-111.302, -4.17066, 21] + [ ecalVeto ] 0 : Hit 1: [-108.894, -2.36672e-14, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-118.525, 41.7066, 19] + [ ecalVeto ] 0 : Hit 1: [-116.118, 37.5359, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-69.83, 37.5359, 19] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 33.3653, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-104.078, -2.36672e-14, 19] + [ ecalVeto ] 0 : Hit 1: [-101.67, -4.17066, 18] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -2.36672e-14, 17] + [ ecalVeto ] 0 : Hit 1: [-87.2224, -4.17066, 16] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -8.34132, 15] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -4.17066, 14] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 58.3892, 14] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 54.2186, 13] + [ ecalVeto ] 0 : Hit 2: [-38.5269, 50.0479, 12] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -25.024, 12] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -12.512, 12] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 12.512, 10] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, 29.1946, 8] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [-33.711, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [-33.711, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 3: [-31.3031, -4.17066, 6] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [-33.711, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 12.512, 8] + [ ecalVeto ] 0 : Track 14: + [ ecalVeto ] 0 : Hit 0: [26.4873, 54.2186, 8] + [ ecalVeto ] 0 : Hit 1: [24.0793, 50.0479, 7] + [ ecalVeto ] 0 : Track 15: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Track 16: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 20.8533, 4] + [ ecalVeto ] 0 : Track 17: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 140.182, 3] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 136.011, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 18 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5440.71; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 824 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [11.1041, -110.987, 18] + [ ecalVeto ] 0 : Hit 1: [8.69618, -106.817, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 13] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 12] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 4: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 5: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 6: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 7: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 8: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 9: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 10: [4.81586, -8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3529.4; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 825 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -25.024, 7] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -29.1946, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -25.024, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -29.1946, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -33.3653, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -29.1946, 2] + [ ecalVeto ] 0 : Hit 6: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Hit 7: [4.81586, -33.3653, 2] + [ ecalVeto ] 0 : Hit 8: [2.40793, -37.5359, 1] + [ ecalVeto ] 0 : Hit 9: [4.81586, -33.3653, 0] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, -41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -41.7066, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, -37.5359, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, -33.3653, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 125 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6759.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 826 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-61.6707, 223.595, 21] + [ ecalVeto ] 0 : Hit 1: [-59.2627, 219.425, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-197.987, -29.1946, 19] + [ ecalVeto ] 0 : Hit 1: [-195.579, -25.024, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [48.1586, -41.7066, 16] + [ ecalVeto ] 0 : Hit 1: [48.1586, -41.7066, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [31.3031, -29.1946, 15] + [ ecalVeto ] 0 : Hit 1: [33.711, -33.3653, 14] + [ ecalVeto ] 0 : Hit 2: [31.3031, -29.1946, 13] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-161.868, -8.34132, 15] + [ ecalVeto ] 0 : Hit 1: [-159.46, -4.17066, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-140.197, 12.512, 13] + [ ecalVeto ] 0 : Hit 1: [-140.197, 12.512, 11] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [19.2635, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, -4.17066, 11] + [ ecalVeto ] 0 : Hit 2: [16.8555, -4.17066, 9] + [ ecalVeto ] 0 : Hit 3: [19.2635, -8.34132, 8] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [26.4873, -12.512, 12] + [ ecalVeto ] 0 : Hit 1: [24.0793, -8.34132, 11] + [ ecalVeto ] 0 : Hit 2: [26.4873, -4.17066, 10] + [ ecalVeto ] 0 : Hit 3: [24.0793, -2.66454e-15, 9] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-173.908, 4.17066, 12] + [ ecalVeto ] 0 : Hit 1: [-176.316, 8.34132, 11] + [ ecalVeto ] 0 : Finding linreg tracks from 111 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7351.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 827 Brem photon produced 48 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5647.87; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 828 Brem photon produced 89 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 17 + [ ecalVeto ] 0 : Beginning track merging using 17 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 14 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [59.2627, 169.377, 33] + [ ecalVeto ] 0 : Hit 1: [61.6707, 165.206, 32] + [ ecalVeto ] 0 : Hit 2: [59.2627, 161.035, 31] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [68.8945, 152.694, 30] + [ ecalVeto ] 0 : Hit 1: [66.4865, 148.523, 29] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [80.9341, 131.841, 27] + [ ecalVeto ] 0 : Hit 1: [83.3421, 127.67, 26] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [88.1579, 119.329, 25] + [ ecalVeto ] 0 : Hit 1: [90.5659, 115.158, 24] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [90.5659, 98.4754, 22] + [ ecalVeto ] 0 : Hit 1: [88.1579, 94.3048, 21] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [73.7103, 85.9634, 19] + [ ecalVeto ] 0 : Hit 1: [76.1183, 81.7928, 18] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [55.3824, 62.5599, 14] + [ ecalVeto ] 0 : Hit 1: [52.9745, 58.3892, 13] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 6: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Hit 7: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 8: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [26.4873, 37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [24.0793, 33.3653, 7] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Hit 4: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 5: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 8.34132, 4] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -29.1946, 6] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [19.2635, 25.024, 6] + [ ecalVeto ] 0 : Hit 1: [16.8555, 20.8533, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 14 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5921.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 829 Brem photon produced 41 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5639.1; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 830 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -8.34132, 16] + [ ecalVeto ] 0 : Hit 1: [16.8555, -4.17066, 15] + [ ecalVeto ] 0 : Hit 2: [19.2635, -8.34132, 14] + [ ecalVeto ] 0 : Hit 3: [16.8555, -12.512, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 7: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -41.7066, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -45.8773, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -50.0479, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -45.8773, 7] + [ ecalVeto ] 0 : Hit 4: [2.40793, -45.8773, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -37.5359, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4919.31; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 831 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, 12.512, 11] + [ ecalVeto ] 0 : Hit 1: [16.8555, 12.512, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, 16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [16.8555, 12.512, 7] + [ ecalVeto ] 0 : Hit 4: [12.0397, 12.512, 8] + [ ecalVeto ] 0 : Hit 5: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Hit 6: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 7: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 8: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 27 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3188.24; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 832 Brem photon produced 89 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 83.4132, 17] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 79.2426, 16] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 75.0719, 15] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 70.9012, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4303.95; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 833 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [102.606, -69.2808, 33] + [ ecalVeto ] 0 : Hit 1: [105.013, -73.4515, 32] + [ ecalVeto ] 0 : Hit 2: [102.606, -77.6221, 31] + [ ecalVeto ] 0 : Hit 3: [105.013, -81.7928, 30] + [ ecalVeto ] 0 : Hit 4: [97.7897, -77.6221, 32] + [ ecalVeto ] 0 : Hit 5: [97.7897, -77.6221, 30] + [ ecalVeto ] 0 : Hit 6: [95.3817, -73.4515, 29] + [ ecalVeto ] 0 : Hit 7: [97.7897, -69.2808, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-147.421, -33.3653, 15] + [ ecalVeto ] 0 : Hit 1: [-145.013, -37.5359, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-125.749, -37.5359, 13] + [ ecalVeto ] 0 : Hit 1: [-123.341, -33.3653, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-69.83, -29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -25.024, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 93 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7284.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 834 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 834 Brem photon produced 75 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -16.6826, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 54.2186, 8] + [ ecalVeto ] 0 : Hit 1: [-33.711, 50.0479, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -12.512, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 44 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5026.73; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 835 Brem photon produced 38 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5143.55; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 836 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 33.3653, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 25.024, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7715.08; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 837 Brem photon produced 72 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [31.3031, 70.9012, 25] + [ ecalVeto ] 0 : Hit 1: [33.711, 75.0719, 24] + [ ecalVeto ] 0 : Hit 2: [31.3031, 70.9012, 23] + [ ecalVeto ] 0 : Hit 3: [33.711, 66.7306, 22] + [ ecalVeto ] 0 : Hit 4: [31.3031, 62.5599, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, 62.5599, 20] + [ ecalVeto ] 0 : Hit 1: [24.0793, 58.3892, 19] + [ ecalVeto ] 0 : Hit 2: [26.4873, 54.2186, 18] + [ ecalVeto ] 0 : Hit 3: [24.0793, 50.0479, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 45.8773, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, 41.7066, 11] + [ ecalVeto ] 0 : Hit 2: [12.0397, 37.5359, 10] + [ ecalVeto ] 0 : Hit 3: [9.63173, 33.3653, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-130.565, 20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [-132.973, 16.6826, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-166.684, -58.3892, 8] + [ ecalVeto ] 0 : Hit 1: [-169.092, -54.2186, 7] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Hit 6: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 29.1946, 5] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 33.3653, 4] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 29.1946, 3] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 25.024, 2] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 98 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5046.96; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 838 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -12.512, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -16.6826, 4] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -12.512, 3] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1973.56; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 839 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -16.6826, 19] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -20.8533, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [19.2635, -8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [16.8555, -4.17066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4195.86; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 840 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -41.7066, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -45.8773, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -41.7066, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -37.5359, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, -41.7066, 2] + [ ecalVeto ] 0 : Hit 5: [2.40793, -37.5359, 1] + [ ecalVeto ] 0 : Hit 6: [4.81586, -41.7066, 0] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -29.1946, 2] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -33.3653, 1] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -37.5359, 0] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -41.7066, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, -37.5359, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, -41.7066, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, -37.5359, 2] + [ ecalVeto ] 0 : Hit 4: [9.63173, -41.7066, 1] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [89.6303, 50.0479, 4] + [ ecalVeto ] 0 : Hit 1: [89.0935, 45.8773, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [125.749, 4.17066, 4] + [ ecalVeto ] 0 : Hit 1: [125.749, 4.17066, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Hit 1: [4.81586, -33.3653, 2] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 1] + [ ecalVeto ] 0 : Hit 3: [4.81586, -33.3653, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3820.69; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 841 Brem photon produced 50 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [31.3031, -4.17066, 19] + [ ecalVeto ] 0 : Hit 1: [33.711, -2.66454e-15, 18] + [ ecalVeto ] 0 : Hit 2: [31.3031, 4.17066, 17] + [ ecalVeto ] 0 : Hit 3: [33.711, 8.34132, 16] + [ ecalVeto ] 0 : Hit 4: [31.3031, 12.512, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-94.4462, -41.7066, 12] + [ ecalVeto ] 0 : Hit 1: [-96.8541, -45.8773, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 41.7066, 11] + [ ecalVeto ] 0 : Hit 1: [12.0397, 37.5359, 10] + [ ecalVeto ] 0 : Hit 2: [9.63173, 33.3653, 9] + [ ecalVeto ] 0 : Hit 3: [12.0397, 37.5359, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4974.19; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 842 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 70.9012, 12] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 70.9012, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 79.2426, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 75.0719, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 54.2186, 10] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 54.2186, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 62.5599, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 58.3892, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, 25.024, 3] + [ ecalVeto ] 0 : Hit 5: [12.0397, 20.8533, 2] + [ ecalVeto ] 0 : Hit 6: [9.63173, 16.6826, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 121 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6760.69; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 843 Brem photon produced 80 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 1] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5179.81; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 844 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [83.3421, -52.5982, 26] + [ ecalVeto ] 0 : Hit 1: [81.8697, -50.0479, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-3.88031, -148.523, 19] + [ ecalVeto ] 0 : Hit 1: [-1.47238, -144.353, 18] + [ ecalVeto ] 0 : Hit 2: [-3.88031, -140.182, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -8.34132, 4] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3958.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 845 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-176.316, -8.34132, 17] + [ ecalVeto ] 0 : Hit 1: [-173.908, -4.17066, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [141.132, -110.987, 14] + [ ecalVeto ] 0 : Hit 1: [141.132, -110.987, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 52.5982, 13] + [ ecalVeto ] 0 : Hit 1: [-83.3421, 52.5982, 11] + [ ecalVeto ] 0 : Hit 2: [-90.5659, 56.7688, 13] + [ ecalVeto ] 0 : Hit 3: [-88.1579, 52.5982, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 60.9395, 13] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 56.7688, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 45.8773, 11] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 41.7066, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7025.11; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 846 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-155.58, 152.694, 21] + [ ecalVeto ] 0 : Hit 1: [-153.172, 148.523, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [31.3031, 4.17066, 19] + [ ecalVeto ] 0 : Hit 1: [33.711, 8.34132, 18] + [ ecalVeto ] 0 : Hit 2: [31.3031, 4.17066, 17] + [ ecalVeto ] 0 : Hit 3: [33.711, -2.66454e-15, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [33.711, -8.34132, 16] + [ ecalVeto ] 0 : Hit 1: [33.711, -8.34132, 14] + [ ecalVeto ] 0 : Hit 2: [33.711, -16.6826, 16] + [ ecalVeto ] 0 : Hit 3: [33.711, -16.6826, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-105.013, 115.158, 15] + [ ecalVeto ] 0 : Hit 1: [-102.606, 110.987, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [45.7507, -20.8533, 15] + [ ecalVeto ] 0 : Hit 1: [45.7507, -20.8533, 13] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 102.646, 13] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 98.4754, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3597.39; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 847 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [52.9745, -33.3653, 15] + [ ecalVeto ] 0 : Hit 1: [52.9745, -33.3653, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [40.9348, -29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [38.5269, -25.024, 5] + [ ecalVeto ] 0 : Hit 2: [40.9348, -29.1946, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -8.34132, 1] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5107.48; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 848 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-119.461, 165.206, 23] + [ ecalVeto ] 0 : Hit 1: [-117.053, 161.035, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-105.013, 156.865, 21] + [ ecalVeto ] 0 : Hit 1: [-102.606, 152.694, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 152.694, 19] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 148.523, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 140.182, 17] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 136.011, 16] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4315.29; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 849 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-169.092, -37.5359, 27] + [ ecalVeto ] 0 : Hit 1: [-166.684, -33.3653, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-145.013, -29.1946, 24] + [ ecalVeto ] 0 : Hit 1: [-147.421, -25.024, 23] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-132.973, -25.024, 23] + [ ecalVeto ] 0 : Hit 1: [-130.565, -20.8533, 22] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4101.48; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 850 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -62.5599, 21] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -58.3892, 20] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -54.2186, 19] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -50.0479, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -50.0479, 17] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -45.8773, 16] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -41.7066, 15] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -37.5359, 14] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -33.3653, 13] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -29.1946, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 7: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 8: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 108 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4430.54; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 851 Brem photon produced 80 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, 16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 12.512, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 12.512, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4796.09; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 852 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 29 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1260.47; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 853 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, -70.9012, 14] + [ ecalVeto ] 0 : Hit 1: [24.0793, -66.7306, 13] + [ ecalVeto ] 0 : Hit 2: [26.4873, -62.5599, 12] + [ ecalVeto ] 0 : Hit 3: [24.0793, -58.3892, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -50.0479, 11] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -52.5982, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-104.078, -50.0479, 11] + [ ecalVeto ] 0 : Hit 1: [-101.67, -45.8773, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-52.9745, -25.024, 8] + [ ecalVeto ] 0 : Hit 1: [-55.3824, -29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [-52.9745, -33.3653, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -37.5359, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -41.7066, 6] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -37.5359, 5] + [ ecalVeto ] 0 : Hit 2: [-24.0793, -33.3653, 4] + [ ecalVeto ] 0 : Hit 3: [-26.4873, -37.5359, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 104 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6608.62; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 854 Brem photon produced 40 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [105.013, 73.4515, 18] + [ ecalVeto ] 0 : Hit 1: [102.606, 69.2808, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 6: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3124.64; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 855 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [105.013, 65.1101, 16] + [ ecalVeto ] 0 : Hit 1: [102.606, 60.9395, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 25.024, 10] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 20.8533, 9] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 25.024, 8] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 20.8533, 7] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 16.6826, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2784.36; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 856 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 35 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5972.41; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 857 Brem photon produced 72 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [55.3824, -20.8533, 24] + [ ecalVeto ] 0 : Hit 1: [52.9745, -25.024, 23] + [ ecalVeto ] 0 : Hit 2: [55.3824, -20.8533, 22] + [ ecalVeto ] 0 : Hit 3: [52.9745, -25.024, 21] + [ ecalVeto ] 0 : Hit 4: [55.3824, -20.8533, 20] + [ ecalVeto ] 0 : Hit 5: [52.9745, -25.024, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [48.1586, -16.6826, 18] + [ ecalVeto ] 0 : Hit 1: [45.7507, -20.8533, 17] + [ ecalVeto ] 0 : Hit 2: [48.1586, -16.6826, 16] + [ ecalVeto ] 0 : Hit 3: [45.7507, -20.8533, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [33.711, -16.6826, 12] + [ ecalVeto ] 0 : Hit 1: [31.3031, -20.8533, 11] + [ ecalVeto ] 0 : Hit 2: [33.711, -25.024, 10] + [ ecalVeto ] 0 : Hit 3: [31.3031, -29.1946, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 4: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 5: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 6: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 7: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 8: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 9: [4.81586, -8.34132, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [16.8555, -20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [19.2635, -16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [16.8555, -20.8533, 7] + [ ecalVeto ] 0 : Hit 3: [19.2635, -16.6826, 6] + [ ecalVeto ] 0 : Hit 4: [16.8555, -12.512, 5] + [ ecalVeto ] 0 : Hit 5: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 6: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 7: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 8: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Hit 9: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [9.63173, -33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Hit 5: [12.0397, -12.512, 2] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5050.56; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 858 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -50.0479, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, -45.8773, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, -41.7066, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, -45.8773, 9] + [ ecalVeto ] 0 : Hit 4: [4.81586, -41.7066, 8] + [ ecalVeto ] 0 : Hit 5: [2.40793, -37.5359, 7] + [ ecalVeto ] 0 : Hit 6: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 7: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 8: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 9: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -41.7066, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5676.52; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 859 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 17 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1981.88; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 860 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 12 + [ ecalVeto ] 0 : Beginning track merging using 12 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 11 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -77.6221, 33] + [ ecalVeto ] 0 : Hit 1: [-52.039, -73.4515, 32] + [ ecalVeto ] 0 : Hit 2: [-54.4469, -69.2808, 31] + [ ecalVeto ] 0 : Hit 3: [-52.9745, -66.7306, 30] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -66.7306, 29] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -62.5599, 28] + [ ecalVeto ] 0 : Hit 2: [-48.1586, -58.3892, 27] + [ ecalVeto ] 0 : Hit 3: [-45.7507, -54.2186, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-81.8697, -41.7066, 26] + [ ecalVeto ] 0 : Hit 1: [-82.4065, -45.8773, 25] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -54.2186, 25] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -50.0479, 24] + [ ecalVeto ] 0 : Hit 2: [-38.5269, -50.0479, 22] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-33.711, -41.7066, 23] + [ ecalVeto ] 0 : Hit 1: [-33.711, -41.7066, 21] + [ ecalVeto ] 0 : Hit 2: [-31.3031, -37.5359, 20] + [ ecalVeto ] 0 : Hit 3: [-33.711, -33.3653, 19] + [ ecalVeto ] 0 : Hit 4: [-31.3031, -29.1946, 18] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-45.7507, -29.1946, 20] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -25.024, 19] + [ ecalVeto ] 0 : Hit 2: [-45.7507, -20.8533, 18] + [ ecalVeto ] 0 : Hit 3: [-48.1586, -16.6826, 17] + [ ecalVeto ] 0 : Hit 4: [-48.1586, -16.6826, 15] + [ ecalVeto ] 0 : Hit 5: [-52.9745, -16.6826, 16] + [ ecalVeto ] 0 : Hit 6: [-52.9745, -16.6826, 14] + [ ecalVeto ] 0 : Hit 7: [-55.3824, -12.512, 13] + [ ecalVeto ] 0 : Hit 8: [-52.9745, -8.34132, 12] + [ ecalVeto ] 0 : Hit 9: [-52.9745, -8.34132, 10] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -29.1946, 17] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -25.024, 16] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -20.8533, 15] + [ ecalVeto ] 0 : Hit 3: [-24.0793, -25.024, 14] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -12.512, 12] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -16.6826, 11] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -12.512, 10] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [-45.7507, -4.17066, 8] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -2.66454e-15, 4] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 38 hits + [ ecalVeto ] 0 : MIP tracking completed; found 11 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1855.11; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 861 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 34 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3531.43; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 862 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 13] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 12] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 11] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 4: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4699.64; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 863 Brem photon produced 31 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-112.237, 186.059, 31] + [ ecalVeto ] 0 : Hit 1: [-109.829, 181.889, 30] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-105.013, 173.547, 29] + [ ecalVeto ] 0 : Hit 1: [-102.606, 169.377, 28] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -20.8533, 15] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -16.6826, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -12.512, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 62.5599, 12] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 58.3892, 11] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 54.2186, 10] + [ ecalVeto ] 0 : Hit 3: [-19.2635, 50.0479, 9] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -12.512, 10] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -4.17066, 8] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [19.2635, -16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, -12.512, 7] + [ ecalVeto ] 0 : Hit 2: [19.2635, -8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [16.8555, -4.17066, 5] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-33.711, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -4.17066, 6] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8514.73; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 864 Brem photon produced 59 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -70.9012, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -66.7306, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -62.5599, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -58.3892, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -4.17066, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, -37.5359, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, -33.3653, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, -37.5359, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5659.23; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 865 Brem photon produced 52 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, 20.8533, 20] + [ ecalVeto ] 0 : Hit 1: [24.0793, 16.6826, 19] + [ ecalVeto ] 0 : Hit 2: [26.4873, 20.8533, 18] + [ ecalVeto ] 0 : Hit 3: [24.0793, 16.6826, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 14] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 13] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 8.34132, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 12.512, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 16.6826, 6] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 12.512, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 93 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4498.94; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 866 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [167.62, -173.547, 33] + [ ecalVeto ] 0 : Hit 1: [170.028, -169.377, 32] + [ ecalVeto ] 0 : Hit 2: [167.62, -165.206, 31] + [ ecalVeto ] 0 : Hit 3: [170.028, -169.377, 30] + [ ecalVeto ] 0 : Hit 4: [167.62, -165.206, 29] + [ ecalVeto ] 0 : Hit 5: [170.028, -169.377, 28] + [ ecalVeto ] 0 : Hit 6: [167.62, -165.206, 27] + [ ecalVeto ] 0 : Hit 7: [170.028, -169.377, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [148.356, -90.1341, 20] + [ ecalVeto ] 0 : Hit 1: [145.948, -85.9634, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -45.8773, 13] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -41.7066, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -20.8533, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3811.87; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 867 Brem photon produced 55 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 12] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 11] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4699.21; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 868 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-197.987, -79.2426, 31] + [ ecalVeto ] 0 : Hit 1: [-195.579, -75.0719, 30] + [ ecalVeto ] 0 : Hit 2: [-197.987, -79.2426, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-3.88031, 140.182, 29] + [ ecalVeto ] 0 : Hit 1: [-1.47238, 136.011, 28] + [ ecalVeto ] 0 : Hit 2: [-3.88031, 131.841, 27] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-8.69618, 123.499, 26] + [ ecalVeto ] 0 : Hit 1: [-11.1041, 119.329, 25] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-8.69618, 106.817, 24] + [ ecalVeto ] 0 : Hit 1: [-11.1041, 102.646, 23] + [ ecalVeto ] 0 : Hit 2: [-8.69618, 98.4754, 22] + [ ecalVeto ] 0 : Hit 3: [-11.1041, 94.3048, 21] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 91.7545, 20] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 79.2426, 19] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 75.0719, 18] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 70.9012, 17] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 66.7306, 16] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 62.5599, 15] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 33.3653, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 29.1946, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 25.024, 8] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 20.8533, 7] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 16.6826, 6] + [ ecalVeto ] 0 : Hit 6: [-12.0397, 12.512, 5] + [ ecalVeto ] 0 : Hit 7: [-9.63173, 8.34132, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -8.34132, 4] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -4.17066, 3] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 39 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3783.62; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 869 Brem photon produced 94 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -20.8533, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5480.21; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 870 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 79.2426, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, 75.0719, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7572.19; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 871 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, -12.512, 11] + [ ecalVeto ] 0 : Hit 1: [19.2635, -8.34132, 10] + [ ecalVeto ] 0 : Hit 2: [16.8555, -4.17066, 9] + [ ecalVeto ] 0 : Hit 3: [16.8555, -4.17066, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 94 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5712.9; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 872 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [54.4469, 85.9634, 14] + [ ecalVeto ] 0 : Hit 1: [52.039, 81.7928, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5885.49; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 873 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 9] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -20.8533, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Hit 5: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 25 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2245.79; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 874 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [45.7507, -4.17066, 21] + [ ecalVeto ] 0 : Hit 1: [48.1586, -2.66454e-15, 20] + [ ecalVeto ] 0 : Hit 2: [45.7507, 4.17066, 19] + [ ecalVeto ] 0 : Hit 3: [48.1586, 8.34132, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [40.9348, -4.17066, 20] + [ ecalVeto ] 0 : Hit 1: [38.5269, -2.66454e-15, 19] + [ ecalVeto ] 0 : Hit 2: [40.9348, 4.17066, 18] + [ ecalVeto ] 0 : Hit 3: [38.5269, 8.34132, 17] + [ ecalVeto ] 0 : Hit 4: [40.9348, 4.17066, 16] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2707.94; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 875 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [11.1041, -119.329, 22] + [ ecalVeto ] 0 : Hit 1: [8.69618, -115.158, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6235.59; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 876 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-212.435, 54.2186, 25] + [ ecalVeto ] 0 : Hit 1: [-210.027, 58.3892, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-197.987, 54.2186, 23] + [ ecalVeto ] 0 : Hit 1: [-195.579, 50.0479, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-190.763, 50.0479, 21] + [ ecalVeto ] 0 : Hit 1: [-188.356, 45.8773, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-176.316, 41.7066, 19] + [ ecalVeto ] 0 : Hit 1: [-173.908, 37.5359, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [48.1586, -25.024, 14] + [ ecalVeto ] 0 : Hit 1: [45.7507, -20.8533, 13] + [ ecalVeto ] 0 : Hit 2: [48.1586, -16.6826, 12] + [ ecalVeto ] 0 : Hit 3: [45.7507, -20.8533, 11] + [ ecalVeto ] 0 : Hit 4: [48.1586, -25.024, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-61.6707, 123.499, 5] + [ ecalVeto ] 0 : Hit 1: [-59.2627, 119.329, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-33.711, 8.34132, 1] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3349.57; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 877 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -83.4132, 25] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -87.5839, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -37.5359, 17] + [ ecalVeto ] 0 : Hit 1: [-82.4065, -37.5359, 15] + [ ecalVeto ] 0 : Finding linreg tracks from 43 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4285.1; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 878 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-61.6707, 98.4754, 15] + [ ecalVeto ] 0 : Hit 1: [-59.2627, 102.646, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 34 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3842.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 879 Brem photon produced 50 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -62.5599, 13] + [ ecalVeto ] 0 : Hit 1: [4.81586, -58.3892, 12] + [ ecalVeto ] 0 : Hit 2: [4.81586, -58.3892, 10] + [ ecalVeto ] 0 : Hit 3: [4.81586, -58.3892, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, -54.2186, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, -50.0479, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -54.2186, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, -50.0479, 11] + [ ecalVeto ] 0 : Hit 2: [12.0397, -54.2186, 10] + [ ecalVeto ] 0 : Hit 3: [9.63173, -50.0479, 9] + [ ecalVeto ] 0 : Hit 4: [12.0397, -54.2186, 8] + [ ecalVeto ] 0 : Hit 5: [9.63173, -58.3892, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -50.0479, 12] + [ ecalVeto ] 0 : Hit 1: [4.81586, -50.0479, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, -45.8773, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -37.5359, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, -33.3653, 2] + [ ecalVeto ] 0 : Hit 5: [2.40793, -29.1946, 1] + [ ecalVeto ] 0 : Hit 6: [4.81586, -25.024, 0] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4718.61; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 880 Brem photon produced 50 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [47.2231, -106.817, 24] + [ ecalVeto ] 0 : Hit 1: [44.8152, -102.646, 23] + [ ecalVeto ] 0 : Hit 2: [47.2231, -98.4754, 22] + [ ecalVeto ] 0 : Hit 3: [44.8152, -94.3048, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [32.7755, -123.499, 24] + [ ecalVeto ] 0 : Hit 1: [30.3676, -119.329, 23] + [ ecalVeto ] 0 : Hit 2: [32.7755, -115.158, 22] + [ ecalVeto ] 0 : Hit 3: [30.3676, -110.987, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [24.0793, -83.4132, 17] + [ ecalVeto ] 0 : Hit 1: [26.4873, -79.2426, 16] + [ ecalVeto ] 0 : Hit 2: [24.0793, -75.0719, 15] + [ ecalVeto ] 0 : Hit 3: [26.4873, -70.9012, 14] + [ ecalVeto ] 0 : Hit 4: [24.0793, -66.7306, 13] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, -58.3892, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, -54.2186, 11] + [ ecalVeto ] 0 : Hit 2: [19.2635, -50.0479, 10] + [ ecalVeto ] 0 : Hit 3: [16.8555, -45.8773, 9] + [ ecalVeto ] 0 : Hit 4: [19.2635, -41.7066, 8] + [ ecalVeto ] 0 : Hit 5: [16.8555, -37.5359, 7] + [ ecalVeto ] 0 : Hit 6: [12.0397, -37.5359, 8] + [ ecalVeto ] 0 : Hit 7: [9.63173, -33.3653, 7] + [ ecalVeto ] 0 : Hit 8: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Hit 9: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 10: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [19.2635, -50.0479, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, -45.8773, 11] + [ ecalVeto ] 0 : Hit 2: [19.2635, -41.7066, 10] + [ ecalVeto ] 0 : Hit 3: [16.8555, -37.5359, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3662.43; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 881 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -20.8533, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -25.024, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -37.5359, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 90.1341, 7] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 94.3048, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -4.17066, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5445.93; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 882 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 165.206, 25] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 161.035, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-104.078, 25.024, 23] + [ ecalVeto ] 0 : Hit 1: [-101.67, 29.1946, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 29.1946, 19] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 25.024, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 25.024, 17] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 29.1946, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 25.024, 12] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 25.024, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 20.8533, 10] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 8.34132, 10] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 16.6826, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2899.16; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 883 Brem photon produced 42 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 11 + [ ecalVeto ] 0 : Beginning track merging using 11 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-160.396, -119.329, 30] + [ ecalVeto ] 0 : Hit 1: [-162.804, -115.158, 29] + [ ecalVeto ] 0 : Hit 2: [-160.396, -110.987, 28] + [ ecalVeto ] 0 : Hit 3: [-162.804, -106.817, 27] + [ ecalVeto ] 0 : Hit 4: [-160.396, -102.646, 26] + [ ecalVeto ] 0 : Hit 5: [-162.804, -98.4754, 25] + [ ecalVeto ] 0 : Hit 6: [-160.396, -94.3048, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [166.684, 75.0719, 27] + [ ecalVeto ] 0 : Hit 1: [169.092, 70.9012, 26] + [ ecalVeto ] 0 : Hit 2: [169.092, 70.9012, 24] + [ ecalVeto ] 0 : Hit 3: [173.908, 70.9012, 25] + [ ecalVeto ] 0 : Hit 4: [173.908, 70.9012, 23] + [ ecalVeto ] 0 : Hit 5: [176.316, 75.0719, 22] + [ ecalVeto ] 0 : Hit 6: [173.908, 70.9012, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [15.92, 110.987, 25] + [ ecalVeto ] 0 : Hit 1: [18.3279, 106.817, 24] + [ ecalVeto ] 0 : Hit 2: [15.92, 102.646, 23] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-117.053, -136.011, 24] + [ ecalVeto ] 0 : Hit 1: [-119.461, -131.841, 23] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-153.172, -90.1341, 22] + [ ecalVeto ] 0 : Hit 1: [-153.172, -90.1341, 20] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [9.63173, 91.7545, 21] + [ ecalVeto ] 0 : Hit 1: [12.0397, 87.5839, 20] + [ ecalVeto ] 0 : Hit 2: [9.63173, 83.4132, 19] + [ ecalVeto ] 0 : Hit 3: [12.0397, 79.2426, 18] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -45.8773, 13] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -41.7066, 12] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 41.7066, 13] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 12] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 33.3653, 11] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 29.1946, 10] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 25.024, 9] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -4.17066, 5] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 5: [-12.0397, 4.17066, 3] + [ ecalVeto ] 0 : Hit 6: [-9.63173, 8.34132, 2] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3369.84; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 884 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [90.5659, 81.7928, 14] + [ ecalVeto ] 0 : Hit 1: [88.1579, 77.6221, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 12] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -16.6826, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -2.66454e-15, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -2.66454e-15, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5090.4; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 885 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -12.512, 5] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -8.34132, 4] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -4.17066, 3] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -2.66454e-15, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -4.17066, 4] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -8.34132, 3] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1565.95; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 886 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-61.6707, 115.158, 23] + [ ecalVeto ] 0 : Hit 1: [-59.2627, 119.329, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-54.4469, 110.987, 21] + [ ecalVeto ] 0 : Hit 1: [-52.039, 106.817, 20] + [ ecalVeto ] 0 : Hit 2: [-54.4469, 102.646, 19] + [ ecalVeto ] 0 : Hit 3: [-52.039, 98.4754, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -25.024, 11] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -20.8533, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 70.9012, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 66.7306, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 58.3892, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 54.2186, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 50.0479, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 54.2186, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [19.2635, 75.0719, 6] + [ ecalVeto ] 0 : Hit 1: [16.8555, 70.9012, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 124 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6004.96; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 887 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, -33.3653, 2] + [ ecalVeto ] 0 : Hit 5: [2.40793, -29.1946, 1] + [ ecalVeto ] 0 : Hit 6: [4.81586, -25.024, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 101 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5566.73; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 888 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [39.9993, -94.3048, 10] + [ ecalVeto ] 0 : Hit 1: [37.5914, -90.1341, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 43 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5077.07; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 889 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [15.92, -202.742, 29] + [ ecalVeto ] 0 : Hit 1: [18.3279, -198.571, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 14] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 13] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 20.8533, 12] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 25.024, 11] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 20.8533, 10] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 8: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 9: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2200.71; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 890 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [48.1586, 50.0479, 32] + [ ecalVeto ] 0 : Hit 1: [48.1586, 50.0479, 30] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [33.711, 33.3653, 22] + [ ecalVeto ] 0 : Hit 1: [31.3031, 29.1946, 21] + [ ecalVeto ] 0 : Hit 2: [33.711, 33.3653, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 16] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 15] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 14] + [ ecalVeto ] 0 : Hit 3: [9.63173, 16.6826, 13] + [ ecalVeto ] 0 : Hit 4: [12.0397, 12.512, 12] + [ ecalVeto ] 0 : Hit 5: [9.63173, 8.34132, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -12.512, 2] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -8.34132, 1] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2147.36; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 891 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [39.9993, 102.646, 26] + [ ecalVeto ] 0 : Hit 1: [37.5914, 98.4754, 25] + [ ecalVeto ] 0 : Hit 2: [39.9993, 94.3048, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [33.711, 66.7306, 20] + [ ecalVeto ] 0 : Hit 1: [31.3031, 62.5599, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 87 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4888.64; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 892 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [32.7755, -115.158, 28] + [ ecalVeto ] 0 : Hit 1: [30.3676, -110.987, 27] + [ ecalVeto ] 0 : Hit 2: [32.7755, -106.817, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -83.4132, 21] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -79.2426, 20] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -75.0719, 19] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -70.9012, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -62.5599, 18] + [ ecalVeto ] 0 : Hit 1: [9.63173, -58.3892, 17] + [ ecalVeto ] 0 : Hit 2: [12.0397, -54.2186, 16] + [ ecalVeto ] 0 : Hit 3: [9.63173, -50.0479, 15] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -62.5599, 17] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -58.3892, 16] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -54.2186, 15] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -50.0479, 14] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -45.8773, 13] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -41.7066, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -41.7066, 14] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 13] + [ ecalVeto ] 0 : Hit 2: [4.81586, -33.3653, 12] + [ ecalVeto ] 0 : Hit 3: [2.40793, -29.1946, 11] + [ ecalVeto ] 0 : Hit 4: [4.81586, -25.024, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 8.34132, 3] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2322.01; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 893 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 83.4132, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 79.2426, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 9751.11; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 894 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-138.725, -123.499, 26] + [ ecalVeto ] 0 : Hit 1: [-141.132, -119.329, 25] + [ ecalVeto ] 0 : Hit 2: [-138.725, -115.158, 24] + [ ecalVeto ] 0 : Hit 3: [-141.132, -110.987, 23] + [ ecalVeto ] 0 : Hit 4: [-138.725, -106.817, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -41.7066, 25] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -45.8773, 24] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -41.7066, 23] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -37.5359, 22] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -33.3653, 21] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -29.1946, 20] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -25.024, 19] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -29.1946, 18] + [ ecalVeto ] 0 : Hit 8: [-4.81586, -25.024, 17] + [ ecalVeto ] 0 : Hit 9: [-2.40793, -20.8533, 16] + [ ecalVeto ] 0 : Hit 10: [-4.81586, -16.6826, 15] + [ ecalVeto ] 0 : Hit 11: [-2.40793, -12.512, 14] + [ ecalVeto ] 0 : Hit 12: [-4.81586, -8.34132, 13] + [ ecalVeto ] 0 : Hit 13: [-2.40793, -12.512, 12] + [ ecalVeto ] 0 : Hit 14: [-4.81586, -8.34132, 11] + [ ecalVeto ] 0 : Hit 15: [-2.40793, -4.17066, 10] + [ ecalVeto ] 0 : Hit 16: [-4.81586, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 17: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 18: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 19: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-133.909, -106.817, 21] + [ ecalVeto ] 0 : Hit 1: [-131.501, -102.646, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-126.685, -94.3048, 19] + [ ecalVeto ] 0 : Hit 1: [-124.277, -90.1341, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-112.237, -77.6221, 17] + [ ecalVeto ] 0 : Hit 1: [-109.829, -73.4515, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-104.078, -58.3892, 15] + [ ecalVeto ] 0 : Hit 1: [-101.67, -54.2186, 14] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 7: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 8: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Hit 9: [2.40793, 12.512, 1] + [ ecalVeto ] 0 : Hit 10: [4.81586, 16.6826, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5041.92; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 895 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [141.132, 102.646, 30] + [ ecalVeto ] 0 : Hit 1: [138.725, 98.4754, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 33.3653, 21] + [ ecalVeto ] 0 : Hit 1: [12.0397, 29.1946, 20] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 19] + [ ecalVeto ] 0 : Hit 3: [12.0397, 20.8533, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4584.86; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 896 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-162.804, 123.499, 17] + [ ecalVeto ] 0 : Hit 1: [-160.396, 119.329, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-141.132, 110.987, 15] + [ ecalVeto ] 0 : Hit 1: [-138.725, 106.817, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 85.9634, 11] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 81.7928, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 73.4515, 9] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 69.2808, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, 62.5599, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 58.3892, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 54.2186, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 50.0479, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 39 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2910.58; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 897 Brem photon produced 46 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -29.1946, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -29.1946, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6856.21; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 898 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 227.766, 23] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 223.595, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-25.5517, -85.9634, 17] + [ ecalVeto ] 0 : Hit 1: [-23.1438, -90.1341, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 8.34132, 4] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 4.17066, 3] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 99 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5275.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 899 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [76.1183, -115.158, 20] + [ ecalVeto ] 0 : Hit 1: [73.7103, -110.987, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 50.0479, 12] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 50.0479, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 16.6826, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5242.47; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 900 Brem photon produced 42 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 45.8773, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, 50.0479, 13] + [ ecalVeto ] 0 : Hit 2: [12.0397, 45.8773, 12] + [ ecalVeto ] 0 : Hit 3: [9.63173, 41.7066, 11] + [ ecalVeto ] 0 : Hit 4: [12.0397, 37.5359, 10] + [ ecalVeto ] 0 : Hit 5: [9.63173, 33.3653, 9] + [ ecalVeto ] 0 : Hit 6: [12.0397, 29.1946, 8] + [ ecalVeto ] 0 : Hit 7: [12.0397, 29.1946, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, 37.5359, 13] + [ ecalVeto ] 0 : Hit 1: [19.2635, 41.7066, 12] + [ ecalVeto ] 0 : Hit 2: [16.8555, 37.5359, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 50.0479, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, 45.8773, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, 41.7066, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, 37.5359, 9] + [ ecalVeto ] 0 : Hit 4: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 5: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 6: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 7: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 8: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Hit 9: [4.81586, 33.3653, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 54.2186, 12] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 50.0479, 11] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 54.2186, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 3: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 54.2186, 6] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 54.2186, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6990.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 901 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 77.6221, 19] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 81.7928, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 77.6221, 17] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 73.4515, 16] + [ ecalVeto ] 0 : Hit 2: [-68.8945, 77.6221, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 75.0719, 15] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 79.2426, 14] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 83.4132, 13] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 79.2426, 12] + [ ecalVeto ] 0 : Hit 4: [-19.2635, 75.0719, 11] + [ ecalVeto ] 0 : Hit 5: [-16.8555, 70.9012, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-18.3279, 90.1341, 15] + [ ecalVeto ] 0 : Hit 1: [-15.92, 94.3048, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 62.5599, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 58.3892, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 54.2186, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 50.0479, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 4.17066, 5] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 58.3892, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 54.2186, 6] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5643.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 902 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -37.5359, 17] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -33.3653, 16] + [ ecalVeto ] 0 : Hit 2: [-40.9348, -37.5359, 15] + [ ecalVeto ] 0 : Hit 3: [-38.5269, -41.7066, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -16.6826, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -29.1946, 12] + [ ecalVeto ] 0 : Hit 1: [-33.711, -25.024, 11] + [ ecalVeto ] 0 : Hit 2: [-31.3031, -20.8533, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -8.34132, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 50.0479, 1] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 45.8773, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5784.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 903 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 85.9634, 25] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 81.7928, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 81.7928, 23] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 77.6221, 22] + [ ecalVeto ] 0 : Hit 2: [-76.1183, 73.4515, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-66.4865, 73.4515, 20] + [ ecalVeto ] 0 : Hit 1: [-68.8945, 69.2808, 19] + [ ecalVeto ] 0 : Hit 2: [-66.4865, 73.4515, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-61.6707, 65.1101, 17] + [ ecalVeto ] 0 : Hit 1: [-59.2627, 69.2808, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-54.4469, 69.2808, 15] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 66.7306, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 66.7306, 13] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 62.5599, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [12.0397, 62.5599, 8] + [ ecalVeto ] 0 : Hit 1: [12.0397, 62.5599, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 58.3892, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 54.2186, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, 50.0479, 3] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 66.7306, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 62.5599, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 66.7306, 5] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 12.512, 6] + [ ecalVeto ] 0 : Hit 1: [-33.711, 16.6826, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 98 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5593.61; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 904 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-47.2231, -156.865, 23] + [ ecalVeto ] 0 : Hit 1: [-44.8152, -161.035, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-111.302, -45.8773, 15] + [ ecalVeto ] 0 : Hit 1: [-108.894, -41.7066, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 62.5599, 8] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 66.7306, 7] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 62.5599, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, 79.2426, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 75.0719, 7] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 37.5359, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 105 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4800.76; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 905 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-89.6303, 16.6826, 21] + [ ecalVeto ] 0 : Hit 1: [-87.2224, 12.512, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 12.512, 19] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 16.6826, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-69.83, 20.8533, 17] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 16.6826, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 25.024, 15] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 20.8533, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 29.1946, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 25.024, 12] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-33.711, 33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 37.5359, 8] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [12.0397, 54.2186, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, 50.0479, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 96 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5432.38; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 906 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [52.039, -81.7928, 23] + [ ecalVeto ] 0 : Hit 1: [54.4469, -85.9634, 22] + [ ecalVeto ] 0 : Hit 2: [52.039, -81.7928, 21] + [ ecalVeto ] 0 : Hit 3: [54.4469, -77.6221, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [31.3031, -62.5599, 15] + [ ecalVeto ] 0 : Hit 1: [33.711, -58.3892, 14] + [ ecalVeto ] 0 : Hit 2: [31.3031, -62.5599, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [26.4873, -54.2186, 12] + [ ecalVeto ] 0 : Hit 1: [24.0793, -58.3892, 11] + [ ecalVeto ] 0 : Hit 2: [26.4873, -54.2186, 10] + [ ecalVeto ] 0 : Hit 3: [24.0793, -50.0479, 9] + [ ecalVeto ] 0 : Hit 4: [26.4873, -45.8773, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [16.8555, -54.2186, 9] + [ ecalVeto ] 0 : Hit 1: [19.2635, -50.0479, 8] + [ ecalVeto ] 0 : Hit 2: [16.8555, -45.8773, 7] + [ ecalVeto ] 0 : Hit 3: [19.2635, -41.7066, 6] + [ ecalVeto ] 0 : Hit 4: [19.2635, -41.7066, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 12.512, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6722.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 907 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 58.3892, 16] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 54.2186, 15] + [ ecalVeto ] 0 : Hit 2: [-38.5269, 50.0479, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-23.1438, -123.499, 10] + [ ecalVeto ] 0 : Hit 1: [-25.5517, -119.329, 9] + [ ecalVeto ] 0 : Hit 2: [-23.1438, -115.158, 8] + [ ecalVeto ] 0 : Hit 3: [-25.5517, -110.987, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4042.97; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 908 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [69.83, -20.8533, 20] + [ ecalVeto ] 0 : Hit 1: [67.4221, -16.6826, 19] + [ ecalVeto ] 0 : Hit 2: [69.83, -12.512, 18] + [ ecalVeto ] 0 : Hit 3: [67.4221, -8.34132, 17] + [ ecalVeto ] 0 : Hit 4: [67.4221, -8.34132, 15] + [ ecalVeto ] 0 : Hit 5: [69.83, -12.512, 14] + [ ecalVeto ] 0 : Hit 6: [62.6062, -8.34132, 16] + [ ecalVeto ] 0 : Hit 7: [62.6062, -8.34132, 14] + [ ecalVeto ] 0 : Hit 8: [60.1983, -4.17066, 13] + [ ecalVeto ] 0 : Hit 9: [62.6062, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 10: [60.1983, -4.17066, 11] + [ ecalVeto ] 0 : Hit 11: [62.6062, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 12: [60.1983, 4.17066, 9] + [ ecalVeto ] 0 : Hit 13: [62.6062, -2.66454e-15, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-132.973, 50.0479, 15] + [ ecalVeto ] 0 : Hit 1: [-130.565, 54.2186, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-125.749, 62.5599, 13] + [ ecalVeto ] 0 : Hit 1: [-123.341, 66.7306, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 4.17066, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -12.512, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -16.6826, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-112.237, 69.2808, 11] + [ ecalVeto ] 0 : Hit 1: [-109.829, 73.4515, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4661.5; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 909 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-1.47238, -110.987, 14] + [ ecalVeto ] 0 : Hit 1: [-3.88031, -106.817, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -73.4515, 11] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -69.2808, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -90.1341, 11] + [ ecalVeto ] 0 : Hit 1: [-59.2627, -94.3048, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -37.5359, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -54.2186, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -58.3892, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -37.5359, 4] + [ ecalVeto ] 0 : Hit 2: [-33.711, -33.3653, 3] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [140.197, 62.5599, 2] + [ ecalVeto ] 0 : Hit 1: [137.789, 58.3892, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 87 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4229.38; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 910 Brem photon produced 55 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 7: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 8: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Hit 9: [2.40793, 12.512, 1] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 4.17066, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3892.61; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 911 Brem photon produced 41 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4772.91; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 912 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-155.58, 127.67, 29] + [ ecalVeto ] 0 : Hit 1: [-153.172, 131.841, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-112.237, 77.6221, 23] + [ ecalVeto ] 0 : Hit 1: [-109.829, 73.4515, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-89.6303, 33.3653, 19] + [ ecalVeto ] 0 : Hit 1: [-87.2224, 29.1946, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 4.17066, 17] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 8.34132, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-69.83, 4.17066, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -2.66454e-15, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -8.34132, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-33.711, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -12.512, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 98 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5530.36; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 913 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-118.525, -50.0479, 23] + [ ecalVeto ] 0 : Hit 1: [-116.118, -45.8773, 22] + [ ecalVeto ] 0 : Hit 2: [-118.525, -41.7066, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-176.316, 25.024, 23] + [ ecalVeto ] 0 : Hit 1: [-173.908, 29.1946, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-183.54, -20.8533, 23] + [ ecalVeto ] 0 : Hit 1: [-181.132, -16.6826, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-125.749, -37.5359, 21] + [ ecalVeto ] 0 : Hit 1: [-123.341, -33.3653, 20] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-166.684, 50.0479, 20] + [ ecalVeto ] 0 : Hit 1: [-169.092, 54.2186, 19] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-118.525, -25.024, 19] + [ ecalVeto ] 0 : Hit 1: [-116.118, -20.8533, 18] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-118.525, -8.34132, 17] + [ ecalVeto ] 0 : Hit 1: [-116.118, -4.17066, 16] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-111.302, 4.17066, 15] + [ ecalVeto ] 0 : Hit 1: [-108.894, 8.34132, 14] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 70.9012, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 75.0719, 8] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -41.7066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5966.47; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 914 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, 66.7306, 24] + [ ecalVeto ] 0 : Hit 1: [31.3031, 62.5599, 23] + [ ecalVeto ] 0 : Hit 2: [33.711, 58.3892, 22] + [ ecalVeto ] 0 : Hit 3: [31.3031, 54.2186, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, 45.8773, 20] + [ ecalVeto ] 0 : Hit 1: [24.0793, 41.7066, 19] + [ ecalVeto ] 0 : Hit 2: [26.4873, 37.5359, 18] + [ ecalVeto ] 0 : Hit 3: [24.0793, 33.3653, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 33.3653, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-69.83, 29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 25.024, 8] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -12.512, 3] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3593.39; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 915 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 4: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Hit 6: [4.81586, -2.66454e-15, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 5: [9.63173, -2.66454e-15, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3699.56; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 916 Brem photon produced 31 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-197.987, 12.512, 33] + [ ecalVeto ] 0 : Hit 1: [-195.579, 16.6826, 32] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-183.54, 12.512, 31] + [ ecalVeto ] 0 : Hit 1: [-181.132, 8.34132, 30] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-161.868, 8.34132, 29] + [ ecalVeto ] 0 : Hit 1: [-159.46, 4.17066, 28] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-111.302, 4.17066, 23] + [ ecalVeto ] 0 : Hit 1: [-108.894, -2.36672e-14, 22] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -4.17066, 19] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -8.34132, 18] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -8.34132, 15] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -12.512, 14] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -12.512, 12] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [33.711, -41.7066, 12] + [ ecalVeto ] 0 : Hit 1: [31.3031, -37.5359, 11] + [ ecalVeto ] 0 : Hit 2: [31.3031, -37.5359, 9] + [ ecalVeto ] 0 : Hit 3: [33.711, -33.3653, 8] + [ ecalVeto ] 0 : Hit 4: [31.3031, -29.1946, 7] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [24.0793, -41.7066, 11] + [ ecalVeto ] 0 : Hit 1: [26.4873, -37.5359, 10] + [ ecalVeto ] 0 : Hit 2: [24.0793, -33.3653, 9] + [ ecalVeto ] 0 : Hit 3: [26.4873, -29.1946, 8] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [40.9348, -29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [40.9348, -29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [38.5269, -25.024, 5] + [ ecalVeto ] 0 : Hit 3: [40.9348, -29.1946, 4] + [ ecalVeto ] 0 : Hit 4: [38.5269, -25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 91 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6679.42; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 917 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 25.024, 23] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 20.8533, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-69.83, 20.8533, 21] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 16.6826, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [47.2231, -73.4515, 20] + [ ecalVeto ] 0 : Hit 1: [45.7507, -70.9012, 19] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3439.76; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 918 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 12 + [ ecalVeto ] 0 : Beginning track merging using 12 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 12 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [161.868, -58.3892, 28] + [ ecalVeto ] 0 : Hit 1: [159.46, -54.2186, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-183.54, 87.5839, 27] + [ ecalVeto ] 0 : Hit 1: [-181.132, 83.4132, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [140.197, -45.8773, 24] + [ ecalVeto ] 0 : Hit 1: [137.789, -41.7066, 23] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-147.421, 75.0719, 23] + [ ecalVeto ] 0 : Hit 1: [-145.013, 70.9012, 22] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-132.973, 66.7306, 21] + [ ecalVeto ] 0 : Hit 1: [-130.565, 70.9012, 20] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-118.525, 66.7306, 19] + [ ecalVeto ] 0 : Hit 1: [-116.118, 62.5599, 18] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-104.078, 58.3892, 17] + [ ecalVeto ] 0 : Hit 1: [-101.67, 54.2186, 16] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 45.8773, 15] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 41.7066, 14] + [ ecalVeto ] 0 : Hit 2: [-40.9348, 37.5359, 13] + [ ecalVeto ] 0 : Hit 3: [-38.5269, 33.3653, 12] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 50.0479, 13] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 45.8773, 12] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 41.7066, 11] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 37.5359, 10] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 25.024, 10] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 20.8533, 9] + [ ecalVeto ] 0 : Hit 2: [-24.0793, 16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [-26.4873, 12.512, 7] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 29.1946, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 12 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4583.42; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 919 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-44.8152, -119.329, 20] + [ ecalVeto ] 0 : Hit 1: [-47.2231, -115.158, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 11] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3951.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 920 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 12 + [ ecalVeto ] 0 : Beginning track merging using 12 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 12 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-32.7755, 123.499, 27] + [ ecalVeto ] 0 : Hit 1: [-30.3676, 127.67, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-23.1438, 131.841, 26] + [ ecalVeto ] 0 : Hit 1: [-25.5517, 127.67, 25] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-32.7755, 81.7928, 25] + [ ecalVeto ] 0 : Hit 1: [-30.3676, 85.9634, 24] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-154.644, 12.512, 23] + [ ecalVeto ] 0 : Hit 1: [-152.237, 16.6826, 22] + [ ecalVeto ] 0 : Hit 2: [-154.644, 20.8533, 21] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 70.9012, 22] + [ ecalVeto ] 0 : Hit 1: [-33.711, 66.7306, 21] + [ ecalVeto ] 0 : Hit 2: [-31.3031, 62.5599, 20] + [ ecalVeto ] 0 : Hit 3: [-33.711, 58.3892, 19] + [ ecalVeto ] 0 : Hit 4: [-31.3031, 62.5599, 18] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-147.421, 25.024, 21] + [ ecalVeto ] 0 : Hit 1: [-145.013, 20.8533, 20] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-89.6303, 8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-87.2224, 4.17066, 12] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -4.17066, 10] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 12.512, 8] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 8.34132, 7] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 4.17066, 6] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -12.512, 8] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [31.3031, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [33.711, -16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [31.3031, -12.512, 5] + [ ecalVeto ] 0 : Hit 3: [33.711, -8.34132, 4] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 103 hits + [ ecalVeto ] 0 : MIP tracking completed; found 12 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4459.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 921 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [25.5517, 102.646, 28] + [ ecalVeto ] 0 : Hit 1: [23.1438, 98.4754, 27] + [ ecalVeto ] 0 : Hit 2: [25.5517, 94.3048, 26] + [ ecalVeto ] 0 : Hit 3: [25.5517, 94.3048, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, 66.7306, 18] + [ ecalVeto ] 0 : Hit 1: [16.8555, 62.5599, 17] + [ ecalVeto ] 0 : Hit 2: [19.2635, 66.7306, 16] + [ ecalVeto ] 0 : Hit 3: [16.8555, 62.5599, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 54.2186, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, 50.0479, 13] + [ ecalVeto ] 0 : Hit 2: [12.0397, 54.2186, 12] + [ ecalVeto ] 0 : Hit 3: [9.63173, 50.0479, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 41.7066, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2866.23; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 922 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [12.0397, 29.1946, 10] + [ ecalVeto ] 0 : Hit 2: [9.63173, 33.3653, 9] + [ ecalVeto ] 0 : Hit 3: [12.0397, 29.1946, 8] + [ ecalVeto ] 0 : Hit 4: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 5: [12.0397, 29.1946, 6] + [ ecalVeto ] 0 : Hit 6: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Hit 7: [12.0397, 37.5359, 4] + [ ecalVeto ] 0 : Hit 8: [9.63173, 41.7066, 3] + [ ecalVeto ] 0 : Hit 9: [12.0397, 37.5359, 2] + [ ecalVeto ] 0 : Hit 10: [9.63173, 33.3653, 1] + [ ecalVeto ] 0 : Hit 11: [12.0397, 37.5359, 0] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Hit 6: [4.81586, 33.3653, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 41.7066, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Hit 5: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 6: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5581.99; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 923 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [80.9341, -73.4515, 23] + [ ecalVeto ] 0 : Hit 1: [83.3421, -69.2808, 22] + [ ecalVeto ] 0 : Hit 2: [80.9341, -65.1101, 21] + [ ecalVeto ] 0 : Hit 3: [83.3421, -60.9395, 20] + [ ecalVeto ] 0 : Hit 4: [80.9341, -56.7688, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [76.1183, -56.7688, 18] + [ ecalVeto ] 0 : Hit 1: [74.6459, -54.2186, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -33.3653, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, -33.3653, 7] + [ ecalVeto ] 0 : Hit 4: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Hit 5: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Hit 6: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 7: [9.63173, -33.3653, 3] + [ ecalVeto ] 0 : Hit 8: [12.0397, -29.1946, 2] + [ ecalVeto ] 0 : Hit 9: [16.8555, -29.1946, 3] + [ ecalVeto ] 0 : Hit 10: [16.8555, -29.1946, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 30 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2048.23; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 924 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 17] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -29.1946, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -8.34132, 12] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -4.17066, 11] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 9535.97; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 925 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [32.7755, -81.7928, 24] + [ ecalVeto ] 0 : Hit 1: [32.7755, -81.7928, 22] + [ ecalVeto ] 0 : Hit 2: [31.3031, -79.2426, 21] + [ ecalVeto ] 0 : Hit 3: [33.711, -75.0719, 20] + [ ecalVeto ] 0 : Hit 4: [31.3031, -70.9012, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 70.9012, 18] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 70.9012, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [26.4873, -62.5599, 16] + [ ecalVeto ] 0 : Hit 1: [24.0793, -58.3892, 15] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 62.5599, 15] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 66.7306, 14] + [ ecalVeto ] 0 : Hit 2: [-26.4873, 62.5599, 13] + [ ecalVeto ] 0 : Hit 3: [-24.0793, 58.3892, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [19.2635, -50.0479, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, -45.8773, 11] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 58.3892, 11] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 54.2186, 10] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 50.0479, 9] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 45.8773, 8] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 45.8773, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 41.7066, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 45.8773, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 41.7066, 4] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 37.5359, 2] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 33.3653, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7206.46; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 926 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2943.54; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 927 Brem photon produced 73 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [38.5269, 50.0479, 19] + [ ecalVeto ] 0 : Hit 1: [38.5269, 50.0479, 17] + [ ecalVeto ] 0 : Hit 2: [33.711, 50.0479, 18] + [ ecalVeto ] 0 : Hit 3: [33.711, 50.0479, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [97.7897, -69.2808, 10] + [ ecalVeto ] 0 : Hit 1: [95.3817, -65.1101, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -29.1946, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Hit 8: [-2.40793, -20.8533, 2] + [ ecalVeto ] 0 : Hit 9: [-4.81586, -25.024, 1] + [ ecalVeto ] 0 : Hit 10: [-2.40793, -20.8533, 0] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -25.024, 4] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -25.024, 2] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -20.8533, 1] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -25.024, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3637.7; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 928 Brem photon produced 51 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, 41.7066, 10] + [ ecalVeto ] 0 : Hit 1: [31.3031, 37.5359, 9] + [ ecalVeto ] 0 : Hit 2: [33.711, 33.3653, 8] + [ ecalVeto ] 0 : Hit 3: [33.711, 33.3653, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 87 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6709.74; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 929 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 929 Brem photon produced 39 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 29.1946, 10] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 25.024, 9] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 20.8533, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 12.512, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -37.5359, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, -33.3653, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3799.59; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 930 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -45.8773, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -41.7066, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -4.17066, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 93 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 9880.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 931 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 15 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1322.42; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 932 Brem photon produced 41 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Hit 5: [12.0397, -20.8533, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3877.06; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 933 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [68.8945, -161.035, 32] + [ ecalVeto ] 0 : Hit 1: [68.8945, -161.035, 30] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [76.1183, -181.889, 30] + [ ecalVeto ] 0 : Hit 1: [76.1183, -181.889, 28] + [ ecalVeto ] 0 : Finding linreg tracks from 33 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1441.37; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 934 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [104.078, -8.34132, 28] + [ ecalVeto ] 0 : Hit 1: [101.67, -4.17066, 27] + [ ecalVeto ] 0 : Hit 2: [104.078, -2.66454e-15, 26] + [ ecalVeto ] 0 : Hit 3: [101.67, 4.17066, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [125.749, 29.1946, 26] + [ ecalVeto ] 0 : Hit 1: [125.749, 29.1946, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-166.684, -25.024, 24] + [ ecalVeto ] 0 : Hit 1: [-169.092, -20.8533, 23] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2508.93; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 935 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2144.98; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 936 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 936 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 54.2186, 13] + [ ecalVeto ] 0 : Hit 1: [4.81586, 50.0479, 12] + [ ecalVeto ] 0 : Hit 2: [2.40793, 45.8773, 11] + [ ecalVeto ] 0 : Hit 3: [4.81586, 41.7066, 10] + [ ecalVeto ] 0 : Hit 4: [2.40793, 37.5359, 9] + [ ecalVeto ] 0 : Hit 5: [4.81586, 41.7066, 8] + [ ecalVeto ] 0 : Hit 6: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 7: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 8: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 9: [4.81586, 33.3653, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 37.5359, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, 33.3653, 3] + [ ecalVeto ] 0 : Hit 5: [12.0397, 29.1946, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [12.0397, 29.1946, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5482.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 937 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [44.8152, 77.6221, 31] + [ ecalVeto ] 0 : Hit 1: [44.8152, 77.6221, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 12] + [ ecalVeto ] 0 : Hit 1: [12.0397, 4.17066, 10] + [ ecalVeto ] 0 : Hit 2: [9.63173, 8.34132, 9] + [ ecalVeto ] 0 : Hit 3: [12.0397, 4.17066, 8] + [ ecalVeto ] 0 : Hit 4: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 5: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2465.92; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 938 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-105.013, 81.7928, 11] + [ ecalVeto ] 0 : Hit 1: [-102.606, 77.6221, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 54.2186, 5] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 50.0479, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, 16.6826, 4] + [ ecalVeto ] 0 : Hit 1: [16.8555, 20.8533, 3] + [ ecalVeto ] 0 : Hit 2: [16.8555, 20.8533, 1] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-59.2627, 77.6221, 4] + [ ecalVeto ] 0 : Hit 1: [-61.6707, 81.7928, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8585.78; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 939 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, -2.66454e-15, 16] + [ ecalVeto ] 0 : Hit 1: [31.3031, 4.17066, 15] + [ ecalVeto ] 0 : Hit 2: [33.711, -2.66454e-15, 14] + [ ecalVeto ] 0 : Hit 3: [31.3031, 4.17066, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -58.3892, 16] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -54.2186, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, 8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, 12.512, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, 16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [16.8555, 12.512, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -41.7066, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -12.512, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4885.31; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 940 Brem photon produced 46 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-23.1438, 90.1341, 24] + [ ecalVeto ] 0 : Hit 1: [-25.5517, 85.9634, 23] + [ ecalVeto ] 0 : Hit 2: [-24.0793, 83.4132, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 15] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 14] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [69.83, 45.8773, 12] + [ ecalVeto ] 0 : Hit 1: [67.4221, 41.7066, 11] + [ ecalVeto ] 0 : Hit 2: [69.83, 45.8773, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-47.2231, -115.158, 1] + [ ecalVeto ] 0 : Hit 1: [-44.8152, -119.329, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5532.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 941 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 66.7306, 16] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 62.5599, 15] + [ ecalVeto ] 0 : Hit 2: [-38.5269, 58.3892, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -83.4132, 15] + [ ecalVeto ] 0 : Hit 1: [12.0397, -79.2426, 14] + [ ecalVeto ] 0 : Hit 2: [9.63173, -75.0719, 13] + [ ecalVeto ] 0 : Hit 3: [12.0397, -70.9012, 12] + [ ecalVeto ] 0 : Hit 4: [9.63173, -66.7306, 11] + [ ecalVeto ] 0 : Hit 5: [12.0397, -62.5599, 10] + [ ecalVeto ] 0 : Hit 6: [9.63173, -58.3892, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-52.039, 73.4515, 10] + [ ecalVeto ] 0 : Hit 1: [-54.4469, 69.2808, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -50.0479, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -45.8773, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -41.7066, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 114 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4573.35; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 942 Brem photon produced 59 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 62.5599, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 58.3892, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 54.2186, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 12.512, 6] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 12.512, 4] + [ ecalVeto ] 0 : Hit 2: [-33.711, 16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4363.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 943 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4602.39; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 944 Brem photon produced 58 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -41.7066, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -45.8773, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -41.7066, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -45.8773, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -41.7066, 5] + [ ecalVeto ] 0 : Hit 2: [9.63173, -41.7066, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, -45.8773, 2] + [ ecalVeto ] 0 : Hit 4: [4.81586, -41.7066, 4] + [ ecalVeto ] 0 : Hit 5: [4.81586, -41.7066, 2] + [ ecalVeto ] 0 : Hit 6: [2.40793, -37.5359, 1] + [ ecalVeto ] 0 : Hit 7: [4.81586, -41.7066, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5409.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 945 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [38.5269, -25.024, 29] + [ ecalVeto ] 0 : Hit 1: [40.9348, -20.8533, 28] + [ ecalVeto ] 0 : Hit 2: [38.5269, -25.024, 27] + [ ecalVeto ] 0 : Hit 3: [40.9348, -20.8533, 26] + [ ecalVeto ] 0 : Hit 4: [38.5269, -16.6826, 25] + [ ecalVeto ] 0 : Hit 5: [40.9348, -12.512, 24] + [ ecalVeto ] 0 : Hit 6: [38.5269, -8.34132, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [33.711, -8.34132, 22] + [ ecalVeto ] 0 : Hit 1: [31.3031, -4.17066, 21] + [ ecalVeto ] 0 : Hit 2: [33.711, -2.66454e-15, 20] + [ ecalVeto ] 0 : Hit 3: [31.3031, 4.17066, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [26.4873, 4.17066, 18] + [ ecalVeto ] 0 : Hit 1: [24.0793, 8.34132, 17] + [ ecalVeto ] 0 : Hit 2: [26.4873, 12.512, 16] + [ ecalVeto ] 0 : Hit 3: [24.0793, 8.34132, 15] + [ ecalVeto ] 0 : Hit 4: [26.4873, 12.512, 14] + [ ecalVeto ] 0 : Hit 5: [24.0793, 16.6826, 13] + [ ecalVeto ] 0 : Hit 6: [24.0793, 16.6826, 11] + [ ecalVeto ] 0 : Hit 7: [19.2635, 16.6826, 12] + [ ecalVeto ] 0 : Hit 8: [16.8555, 20.8533, 11] + [ ecalVeto ] 0 : Hit 9: [19.2635, 25.024, 10] + [ ecalVeto ] 0 : Hit 10: [16.8555, 20.8533, 9] + [ ecalVeto ] 0 : Hit 11: [19.2635, 25.024, 8] + [ ecalVeto ] 0 : Hit 12: [16.8555, 29.1946, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 94.3048, 9] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 90.1341, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, 29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, 29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, 33.3653, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 41.7066, 3] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 2] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 41.7066, 1] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 37.5359, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 17 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1265.56; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 946 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 16 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3068.29; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 947 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [96.8541, -45.8773, 24] + [ ecalVeto ] 0 : Hit 1: [96.8541, -45.8773, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [40.9348, 45.8773, 10] + [ ecalVeto ] 0 : Hit 1: [38.5269, 41.7066, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5574.61; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 948 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, 66.7306, 25] + [ ecalVeto ] 0 : Hit 1: [26.4873, 62.5599, 24] + [ ecalVeto ] 0 : Hit 2: [24.0793, 58.3892, 23] + [ ecalVeto ] 0 : Hit 3: [26.4873, 54.2186, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-161.868, -66.7306, 21] + [ ecalVeto ] 0 : Hit 1: [-159.46, -62.5599, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [24.0793, 41.7066, 21] + [ ecalVeto ] 0 : Hit 1: [26.4873, 37.5359, 20] + [ ecalVeto ] 0 : Hit 2: [24.0793, 33.3653, 19] + [ ecalVeto ] 0 : Hit 3: [26.4873, 29.1946, 18] + [ ecalVeto ] 0 : Hit 4: [24.0793, 25.024, 17] + [ ecalVeto ] 0 : Hit 5: [26.4873, 20.8533, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-147.421, -58.3892, 19] + [ ecalVeto ] 0 : Hit 1: [-145.013, -54.2186, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-132.973, -50.0479, 17] + [ ecalVeto ] 0 : Hit 1: [-130.565, -45.8773, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-118.525, -33.3653, 15] + [ ecalVeto ] 0 : Hit 1: [-116.118, -29.1946, 14] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [24.0793, 8.34132, 15] + [ ecalVeto ] 0 : Hit 1: [26.4873, 4.17066, 14] + [ ecalVeto ] 0 : Hit 2: [24.0793, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 3: [26.4873, -4.17066, 12] + [ ecalVeto ] 0 : Hit 4: [24.0793, -8.34132, 11] + [ ecalVeto ] 0 : Hit 5: [26.4873, -12.512, 10] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -37.5359, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -33.3653, 3] + [ ecalVeto ] 0 : Hit 4: [12.0397, -37.5359, 2] + [ ecalVeto ] 0 : Hit 5: [9.63173, -33.3653, 1] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [48.1586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [45.7507, -37.5359, 5] + [ ecalVeto ] 0 : Hit 2: [48.1586, -41.7066, 4] + [ ecalVeto ] 0 : Hit 3: [45.7507, -37.5359, 3] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 3] + [ ecalVeto ] 0 : Hit 2: [4.81586, -33.3653, 2] + [ ecalVeto ] 0 : Hit 3: [4.81586, -33.3653, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3991.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 949 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 949 Brem photon produced 37 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -85.9634, 17] + [ ecalVeto ] 0 : Hit 1: [-52.039, -90.1341, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-39.9993, -85.9634, 13] + [ ecalVeto ] 0 : Hit 1: [-37.5914, -81.7928, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-32.7755, -81.7928, 11] + [ ecalVeto ] 0 : Hit 1: [-30.3676, -85.9634, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -79.2426, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -83.4132, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6952.74; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 950 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 75.0719, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, 70.9012, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 8.34132, 4] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 39 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2255.72; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 951 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 5: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 6: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Hit 7: [12.0397, -12.512, 2] + [ ecalVeto ] 0 : Hit 8: [9.63173, -8.34132, 1] + [ ecalVeto ] 0 : Hit 9: [12.0397, -12.512, 0] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 45.8773, 8] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 50.0479, 7] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 45.8773, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 58.3892, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 54.2186, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 62.5599, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 58.3892, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 3: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Hit 4: [16.8555, -12.512, 5] + [ ecalVeto ] 0 : Hit 5: [19.2635, -8.34132, 4] + [ ecalVeto ] 0 : Hit 6: [16.8555, -4.17066, 3] + [ ecalVeto ] 0 : Hit 7: [19.2635, -8.34132, 2] + [ ecalVeto ] 0 : Hit 8: [16.8555, -12.512, 1] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-33.711, 50.0479, 1] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 54.2186, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 98 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5822.57; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 952 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -79.2426, 25] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -75.0719, 24] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -70.9012, 23] + [ ecalVeto ] 0 : Hit 3: [-24.0793, -66.7306, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -66.7306, 21] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -62.5599, 20] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -58.3892, 19] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -54.2186, 18] + [ ecalVeto ] 0 : Hit 4: [-19.2635, -50.0479, 17] + [ ecalVeto ] 0 : Hit 5: [-16.8555, -45.8773, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -37.5359, 13] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -33.3653, 12] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -29.1946, 11] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -25.024, 10] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -20.8533, 9] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -16.6826, 8] + [ ecalVeto ] 0 : Hit 6: [-12.0397, -12.512, 7] + [ ecalVeto ] 0 : Hit 7: [-9.63173, -8.34132, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 38 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4111.21; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 953 Brem photon produced 52 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 41.7066, 11] + [ ecalVeto ] 0 : Hit 1: [12.0397, 37.5359, 10] + [ ecalVeto ] 0 : Hit 2: [9.63173, 33.3653, 9] + [ ecalVeto ] 0 : Hit 3: [12.0397, 29.1946, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 29.1946, 5] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 25.024, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, 12.512, 2] + [ ecalVeto ] 0 : Hit 4: [9.63173, 16.6826, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 93 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6802.03; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 954 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 12.512, 10] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 8.34132, 9] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 12.512, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 8.34132, 4] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 4.17066, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -50.0479, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -54.2186, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6139.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 955 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 66.7306, 25] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 62.5599, 24] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 58.3892, 23] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 54.2186, 22] + [ ecalVeto ] 0 : Hit 4: [-19.2635, 50.0479, 21] + [ ecalVeto ] 0 : Hit 5: [-16.8555, 45.8773, 20] + [ ecalVeto ] 0 : Hit 6: [-19.2635, 41.7066, 19] + [ ecalVeto ] 0 : Hit 7: [-16.8555, 45.8773, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-69.83, -20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -25.024, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -8.34132, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 29.1946, 1] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 33.3653, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4567.68; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 956 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-87.2224, 4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [-89.6303, 8.34132, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 12.512, 8] + [ ecalVeto ] 0 : Hit 2: [-82.4065, 12.512, 9] + [ ecalVeto ] 0 : Hit 3: [-81.8697, 16.6826, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 4.17066, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-33.711, -8.34132, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 92 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4991; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 957 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -69.2808, 17] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -73.4515, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-89.6303, 33.3653, 13] + [ ecalVeto ] 0 : Hit 1: [-87.2224, 37.5359, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5895.12; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 958 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3236.59; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 959 Brem photon produced 45 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -70.9012, 14] + [ ecalVeto ] 0 : Hit 1: [-33.711, -66.7306, 13] + [ ecalVeto ] 0 : Hit 2: [-31.3031, -62.5599, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -54.2186, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -50.0479, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -37.5359, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4406.33; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 960 Brem photon produced 44 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [90.5659, -65.1101, 16] + [ ecalVeto ] 0 : Hit 1: [88.1579, -60.9395, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 12.512, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 8.34132, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 8.34132, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 8.34132, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6684.68; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 961 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -2.66454e-15, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3719.98; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 962 Brem photon produced 42 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 12.512, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5309.84; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 963 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-133.909, -115.158, 21] + [ ecalVeto ] 0 : Hit 1: [-131.501, -110.987, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-119.461, -98.4754, 19] + [ ecalVeto ] 0 : Hit 1: [-117.053, -94.3048, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [74.6459, 20.8533, 19] + [ ecalVeto ] 0 : Hit 1: [77.0538, 25.024, 18] + [ ecalVeto ] 0 : Hit 2: [74.6459, 29.1946, 17] + [ ecalVeto ] 0 : Hit 3: [77.0538, 33.3653, 16] + [ ecalVeto ] 0 : Hit 4: [74.6459, 37.5359, 15] + [ ecalVeto ] 0 : Hit 5: [77.0538, 41.7066, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-197.987, -62.5599, 17] + [ ecalVeto ] 0 : Hit 1: [-195.579, -58.3892, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 4: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 5: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Hit 6: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 45.8773, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 41.7066, 6] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 45.8773, 5] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 20.8533, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 99 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3626.06; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 964 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2313.7; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 965 Brem photon produced 44 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -83.4132, 20] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -79.2426, 19] + [ ecalVeto ] 0 : Hit 2: [-24.0793, -75.0719, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [90.5659, -90.1341, 18] + [ ecalVeto ] 0 : Hit 1: [88.1579, -85.9634, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-59.2627, -119.329, 16] + [ ecalVeto ] 0 : Hit 1: [-61.6707, -115.158, 15] + [ ecalVeto ] 0 : Hit 2: [-59.2627, -110.987, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -98.4754, 15] + [ ecalVeto ] 0 : Hit 1: [-59.2627, -102.646, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-39.9993, -77.6221, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -75.0719, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5674.97; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 966 Brem photon produced 38 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -4.17066, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -2.66454e-15, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-45.7507, 4.17066, 2] + [ ecalVeto ] 0 : Hit 1: [-48.1586, 8.34132, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4371.75; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 967 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 27 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3055.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 968 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 7: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 12.512, 5] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 16.6826, 4] + [ ecalVeto ] 0 : Hit 5: [-12.0397, 20.8533, 3] + [ ecalVeto ] 0 : Hit 6: [-9.63173, 25.024, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 50.0479, 3] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 54.2186, 2] + [ ecalVeto ] 0 : Hit 2: [-48.1586, 58.3892, 1] + [ ecalVeto ] 0 : Hit 3: [-45.7507, 62.5599, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4558.06; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 969 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [40.9348, 12.512, 14] + [ ecalVeto ] 0 : Hit 1: [38.5269, 8.34132, 13] + [ ecalVeto ] 0 : Hit 2: [40.9348, 4.17066, 12] + [ ecalVeto ] 0 : Hit 3: [38.5269, -2.66454e-15, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -60.9395, 11] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -65.1101, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -41.7066, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -20.8533, 3] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -16.6826, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -20.8533, 1] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -25.024, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 95 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5926.43; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 970 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -25.024, 15] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -25.024, 13] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -20.8533, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -16.6826, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [16.8555, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [16.8555, 20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [19.2635, 25.024, 4] + [ ecalVeto ] 0 : Hit 3: [19.2635, 25.024, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, 29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [12.0397, 29.1946, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7975.21; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 971 Brem photon produced 55 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-104.078, 50.0479, 13] + [ ecalVeto ] 0 : Hit 1: [-101.67, 45.8773, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-69.83, 29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 25.024, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -60.9395, 7] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -58.3892, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-45.7507, 12.512, 6] + [ ecalVeto ] 0 : Hit 1: [-48.1586, 8.34132, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -50.0479, 5] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -45.8773, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5219.52; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 972 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [31.3031, 62.5599, 21] + [ ecalVeto ] 0 : Hit 1: [33.711, 58.3892, 20] + [ ecalVeto ] 0 : Hit 2: [31.3031, 54.2186, 19] + [ ecalVeto ] 0 : Hit 3: [33.711, 58.3892, 18] + [ ecalVeto ] 0 : Hit 4: [31.3031, 54.2186, 17] + [ ecalVeto ] 0 : Hit 5: [26.4873, 54.2186, 18] + [ ecalVeto ] 0 : Hit 6: [24.0793, 50.0479, 17] + [ ecalVeto ] 0 : Hit 7: [26.4873, 45.8773, 16] + [ ecalVeto ] 0 : Hit 8: [24.0793, 50.0479, 15] + [ ecalVeto ] 0 : Hit 9: [26.4873, 54.2186, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, 50.0479, 16] + [ ecalVeto ] 0 : Hit 1: [16.8555, 45.8773, 15] + [ ecalVeto ] 0 : Hit 2: [19.2635, 50.0479, 14] + [ ecalVeto ] 0 : Hit 3: [16.8555, 45.8773, 13] + [ ecalVeto ] 0 : Hit 4: [19.2635, 41.7066, 12] + [ ecalVeto ] 0 : Hit 5: [16.8555, 37.5359, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 20.8533, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5049.03; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 973 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, 16.6826, 20] + [ ecalVeto ] 0 : Hit 1: [33.711, 16.6826, 18] + [ ecalVeto ] 0 : Hit 2: [31.3031, 12.512, 17] + [ ecalVeto ] 0 : Hit 3: [33.711, 8.34132, 16] + [ ecalVeto ] 0 : Hit 4: [31.3031, 4.17066, 15] + [ ecalVeto ] 0 : Hit 5: [33.711, -2.66454e-15, 14] + [ ecalVeto ] 0 : Hit 6: [31.3031, 4.17066, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, -4.17066, 12] + [ ecalVeto ] 0 : Hit 1: [24.0793, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 2: [26.4873, -4.17066, 10] + [ ecalVeto ] 0 : Hit 3: [24.0793, -8.34132, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2414.25; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 974 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-219.659, -41.7066, 27] + [ ecalVeto ] 0 : Hit 1: [-217.251, -37.5359, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-161.868, -25.024, 21] + [ ecalVeto ] 0 : Hit 1: [-159.46, -29.1946, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-147.421, -25.024, 19] + [ ecalVeto ] 0 : Hit 1: [-145.013, -20.8533, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-111.302, -12.512, 15] + [ ecalVeto ] 0 : Hit 1: [-108.894, -8.34132, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -8.34132, 12] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 12.512, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-33.711, 16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4301.01; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 975 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -33.3653, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -37.5359, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 7: [4.81586, -33.3653, 2] + [ ecalVeto ] 0 : Hit 8: [4.81586, -33.3653, 0] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [9.63173, -33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Hit 4: [9.63173, -33.3653, 3] + [ ecalVeto ] 0 : Hit 5: [9.63173, -33.3653, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 36 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2556.82; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 976 Brem photon produced 51 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-47.2231, 73.4515, 15] + [ ecalVeto ] 0 : Hit 1: [-44.8152, 77.6221, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 83.4132, 12] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 79.2426, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -12.512, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -16.6826, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8361.19; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 977 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-32.7755, 156.865, 25] + [ ecalVeto ] 0 : Hit 1: [-30.3676, 161.035, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-18.3279, 115.158, 23] + [ ecalVeto ] 0 : Hit 1: [-15.92, 119.329, 22] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4305.64; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 978 Brem photon produced 43 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 75.0719, 11] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 79.2426, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 58.3892, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 54.2186, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 50.0479, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 54.2186, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 104 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8620.15; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 979 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [97.7897, 85.9634, 24] + [ ecalVeto ] 0 : Hit 1: [95.3817, 81.7928, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3498.44; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 980 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-69.83, -12.512, 21] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -8.34132, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -12.512, 19] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -16.6826, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -16.6826, 17] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -12.512, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -4.17066, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -4.17066, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 90 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5480.52; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 981 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5452.19; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 982 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 12] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 11] + [ ecalVeto ] 0 : Hit 3: [12.0397, -12.512, 10] + [ ecalVeto ] 0 : Hit 4: [9.63173, -16.6826, 9] + [ ecalVeto ] 0 : Hit 5: [12.0397, -20.8533, 8] + [ ecalVeto ] 0 : Hit 6: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 4: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 6: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Hit 7: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Hit 8: [12.0397, -12.512, 2] + [ ecalVeto ] 0 : Hit 9: [9.63173, -16.6826, 1] + [ ecalVeto ] 0 : Hit 10: [12.0397, -12.512, 0] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [16.8555, -20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [19.2635, -16.6826, 4] + [ ecalVeto ] 0 : Hit 2: [16.8555, -20.8533, 3] + [ ecalVeto ] 0 : Hit 3: [19.2635, -25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 41 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2699.35; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 983 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-197.987, -54.2186, 21] + [ ecalVeto ] 0 : Hit 1: [-195.579, -50.0479, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 37.5359, 20] + [ ecalVeto ] 0 : Hit 1: [-33.711, 33.3653, 19] + [ ecalVeto ] 0 : Hit 2: [-31.3031, 37.5359, 18] + [ ecalVeto ] 0 : Hit 3: [-26.4873, 37.5359, 19] + [ ecalVeto ] 0 : Hit 4: [-24.0793, 33.3653, 18] + [ ecalVeto ] 0 : Hit 5: [-26.4873, 29.1946, 17] + [ ecalVeto ] 0 : Hit 6: [-24.0793, 25.024, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-176.316, -50.0479, 19] + [ ecalVeto ] 0 : Hit 1: [-173.908, -54.2186, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 37.5359, 18] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 33.3653, 17] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 33.3653, 16] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 29.1946, 15] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4656.44; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 984 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4674.35; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 985 Brem photon produced 37 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 12.512, 5] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 8.34132, 4] + [ ecalVeto ] 0 : Hit 5: [-12.0397, 12.512, 3] + [ ecalVeto ] 0 : Hit 6: [-9.63173, 16.6826, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 5: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 4.17066, 3] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 8.34132, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-108.894, 8.34132, 2] + [ ecalVeto ] 0 : Hit 1: [-111.302, 4.17066, 1] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-140.197, 4.17066, 1] + [ ecalVeto ] 0 : Hit 1: [-137.789, -2.36672e-14, 0] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-69.83, 4.17066, 1] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -2.66454e-15, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 96 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4724.78; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 986 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -56.7688, 19] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -60.9395, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -33.3653, 17] + [ ecalVeto ] 0 : Hit 1: [12.0397, -29.1946, 16] + [ ecalVeto ] 0 : Hit 2: [9.63173, -33.3653, 15] + [ ecalVeto ] 0 : Hit 3: [12.0397, -29.1946, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -12.512, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -8.34132, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 4.17066, 2] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -2.66454e-15, 1] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 4.17066, 0] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 2] + [ ecalVeto ] 0 : Hit 3: [9.63173, 8.34132, 1] + [ ecalVeto ] 0 : Hit 4: [12.0397, 4.17066, 0] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -2.66454e-15, 2] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 4.17066, 1] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -2.66454e-15, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2378.37; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 987 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6666.63; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 988 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 66.7306, 21] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 62.5599, 20] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 58.3892, 19] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 54.2186, 18] + [ ecalVeto ] 0 : Hit 4: [-19.2635, 50.0479, 17] + [ ecalVeto ] 0 : Hit 5: [-16.8555, 45.8773, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 29.1946, 13] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 25.024, 12] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 20.8533, 11] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 16.6826, 10] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 12.512, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -8.34132, 4] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -12.512, 3] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3232.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 989 Brem photon produced 40 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -98.4754, 25] + [ ecalVeto ] 0 : Hit 1: [-59.2627, -94.3048, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [44.8152, -102.646, 21] + [ ecalVeto ] 0 : Hit 1: [47.2231, -98.4754, 20] + [ ecalVeto ] 0 : Hit 2: [44.8152, -94.3048, 19] + [ ecalVeto ] 0 : Hit 3: [47.2231, -90.1341, 18] + [ ecalVeto ] 0 : Hit 4: [44.8152, -85.9634, 17] + [ ecalVeto ] 0 : Hit 5: [47.2231, -81.7928, 16] + [ ecalVeto ] 0 : Hit 6: [44.8152, -77.6221, 15] + [ ecalVeto ] 0 : Hit 7: [47.2231, -73.4515, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4307.82; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 990 Brem photon produced 79 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -16.6826, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7550.48; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 991 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [48.1586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [48.1586, -8.34132, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5458.06; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 992 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [116.118, 12.512, 33] + [ ecalVeto ] 0 : Hit 1: [116.118, 12.512, 31] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 144.353, 29] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 140.182, 28] + [ ecalVeto ] 0 : Hit 2: [-97.7897, 136.011, 27] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [52.9745, -41.7066, 25] + [ ecalVeto ] 0 : Hit 1: [52.9745, -41.7066, 23] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 77.6221, 17] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 81.7928, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, -54.2186, 15] + [ ecalVeto ] 0 : Hit 1: [4.81586, -50.0479, 14] + [ ecalVeto ] 0 : Hit 2: [2.40793, -45.8773, 13] + [ ecalVeto ] 0 : Hit 3: [4.81586, -41.7066, 12] + [ ecalVeto ] 0 : Hit 4: [2.40793, -37.5359, 11] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -37.5359, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -29.1946, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2451.04; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 993 Brem photon produced 45 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -16.6826, 18] + [ ecalVeto ] 0 : Hit 1: [19.2635, -16.6826, 16] + [ ecalVeto ] 0 : Hit 2: [16.8555, -20.8533, 15] + [ ecalVeto ] 0 : Hit 3: [19.2635, -16.6826, 14] + [ ecalVeto ] 0 : Hit 4: [16.8555, -20.8533, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 11] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 10] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 9] + [ ecalVeto ] 0 : Hit 4: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 5: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 6: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 7: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 4: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7502.63; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 994 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [15.92, -102.646, 15] + [ ecalVeto ] 0 : Hit 1: [18.3279, -106.817, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -29.1946, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4705.28; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 995 Brem photon produced 50 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4027.31; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 996 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-119.461, -98.4754, 23] + [ ecalVeto ] 0 : Hit 1: [-117.053, -94.3048, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 25.024, 10] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 25.024, 8] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 25.024, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3226.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 997 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [8.69618, 115.158, 13] + [ ecalVeto ] 0 : Hit 1: [11.1041, 110.987, 12] + [ ecalVeto ] 0 : Hit 2: [8.69618, 106.817, 11] + [ ecalVeto ] 0 : Hit 3: [11.1041, 102.646, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 83.4132, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 79.2426, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4699.38; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 998 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -29.1946, 1] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -33.3653, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 117 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3991.12; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 999 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [119.461, -165.206, 28] + [ ecalVeto ] 0 : Hit 1: [117.053, -161.035, 27] + [ ecalVeto ] 0 : Hit 2: [119.461, -156.865, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-15.92, 94.3048, 26] + [ ecalVeto ] 0 : Hit 1: [-18.3279, 90.1341, 25] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 87.5839, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 62.5599, 19] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 66.7306, 18] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 62.5599, 17] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 58.3892, 16] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 54.2186, 15] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 50.0479, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 41.7066, 13] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 41.7066, 11] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 37.5359, 10] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 33.3653, 9] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 29.1946, 8] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 50.0479, 7] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 54.2186, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 41.7066, 5] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 37.5359, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [31.3031, 4.17066, 3] + [ ecalVeto ] 0 : Hit 1: [33.711, -2.66454e-15, 2] + [ ecalVeto ] 0 : Hit 2: [31.3031, 4.17066, 1] + [ ecalVeto ] 0 : Hit 3: [33.711, 8.34132, 0] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 25.024, 3] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3880.01; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1000 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -75.0719, 19] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -70.9012, 18] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -66.7306, 17] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -62.5599, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-32.7755, -98.4754, 15] + [ ecalVeto ] 0 : Hit 1: [-30.3676, -94.3048, 14] + [ ecalVeto ] 0 : Hit 2: [-32.7755, -90.1341, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -54.2186, 13] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -58.3892, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -50.0479, 13] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -54.2186, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -41.7066, 10] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -41.7066, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -45.8773, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -41.7066, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5465.96; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1001 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5930.24; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1002 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [147.421, -41.7066, 16] + [ ecalVeto ] 0 : Hit 1: [145.013, -37.5359, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -2.66454e-15, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1620.88; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1003 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 41.7066, 21] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 37.5359, 20] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 33.3653, 19] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 29.1946, 18] + [ ecalVeto ] 0 : Hit 4: [-19.2635, 33.3653, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -12.512, 6] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -16.6826, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3147.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1004 Brem photon produced 45 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, -37.5359, 2] + [ ecalVeto ] 0 : Hit 1: [26.4873, -37.5359, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3701.43; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1005 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 38 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3139.16; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1006 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -2.66454e-15, 21] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 4.17066, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-125.749, 37.5359, 15] + [ ecalVeto ] 0 : Hit 1: [-123.341, 33.3653, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-132.973, 33.3653, 15] + [ ecalVeto ] 0 : Hit 1: [-130.565, 37.5359, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-94.4462, 16.6826, 14] + [ ecalVeto ] 0 : Hit 1: [-96.8541, 12.512, 13] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-116.118, 29.1946, 14] + [ ecalVeto ] 0 : Hit 1: [-118.525, 25.024, 13] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-104.078, -2.36672e-14, 13] + [ ecalVeto ] 0 : Hit 1: [-101.67, -4.17066, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 38 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4085.47; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1007 Brem photon produced 65 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [23.1438, 165.206, 15] + [ ecalVeto ] 0 : Hit 1: [25.5517, 161.035, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -45.8773, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -41.7066, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 4: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Hit 5: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Hit 6: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 7: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Hit 8: [12.0397, -20.8533, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5788.69; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1008 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-95.3817, -65.1101, 10] + [ ecalVeto ] 0 : Hit 1: [-97.7897, -69.2808, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, 45.8773, 10] + [ ecalVeto ] 0 : Hit 1: [24.0793, 41.7066, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -41.7066, 6] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -37.5359, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -33.3653, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -25.024, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-25.5517, 85.9634, 5] + [ ecalVeto ] 0 : Hit 1: [-23.1438, 90.1341, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5758.94; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1009 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 13 + [ ecalVeto ] 0 : Beginning track merging using 13 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 13 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-119.461, -98.4754, 29] + [ ecalVeto ] 0 : Hit 1: [-117.053, -94.3048, 28] + [ ecalVeto ] 0 : Hit 2: [-119.461, -98.4754, 27] + [ ecalVeto ] 0 : Hit 3: [-117.053, -94.3048, 26] + [ ecalVeto ] 0 : Hit 4: [-119.461, -90.1341, 25] + [ ecalVeto ] 0 : Hit 5: [-117.053, -85.9634, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-112.237, -85.9634, 23] + [ ecalVeto ] 0 : Hit 1: [-109.829, -81.7928, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-105.013, -73.4515, 21] + [ ecalVeto ] 0 : Hit 1: [-102.606, -69.2808, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -69.2808, 19] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -65.1101, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [33.711, 66.7306, 18] + [ ecalVeto ] 0 : Hit 1: [31.3031, 62.5599, 17] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -56.7688, 17] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -52.5982, 16] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -45.8773, 15] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -50.0479, 14] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [24.0793, 16.6826, 15] + [ ecalVeto ] 0 : Hit 1: [26.4873, 20.8533, 14] + [ ecalVeto ] 0 : Hit 2: [24.0793, 16.6826, 13] + [ ecalVeto ] 0 : Hit 3: [26.4873, 20.8533, 12] + [ ecalVeto ] 0 : Hit 4: [24.0793, 16.6826, 11] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -29.1946, 10] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [19.2635, 16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, 12.512, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, 8.34132, 8] + [ ecalVeto ] 0 : Hit 3: [16.8555, 4.17066, 7] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -29.1946, 8] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-33.711, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -20.8533, 6] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -33.3653, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 13 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5095.29; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1010 Brem photon produced 72 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [95.3817, -81.7928, 31] + [ ecalVeto ] 0 : Hit 1: [97.7897, -77.6221, 30] + [ ecalVeto ] 0 : Hit 2: [95.3817, -81.7928, 29] + [ ecalVeto ] 0 : Hit 3: [97.7897, -77.6221, 28] + [ ecalVeto ] 0 : Hit 4: [95.3817, -81.7928, 27] + [ ecalVeto ] 0 : Hit 5: [97.7897, -85.9634, 26] + [ ecalVeto ] 0 : Hit 6: [95.3817, -81.7928, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -45.8773, 27] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -41.7066, 26] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -37.5359, 25] + [ ecalVeto ] 0 : Hit 3: [-24.0793, -33.3653, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -16.6826, 21] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -12.512, 20] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -8.34132, 19] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -4.17066, 18] + [ ecalVeto ] 0 : Hit 4: [-19.2635, -2.66454e-15, 17] + [ ecalVeto ] 0 : Hit 5: [-16.8555, 4.17066, 16] + [ ecalVeto ] 0 : Hit 6: [-19.2635, 8.34132, 15] + [ ecalVeto ] 0 : Hit 7: [-16.8555, 12.512, 14] + [ ecalVeto ] 0 : Hit 8: [-19.2635, 8.34132, 13] + [ ecalVeto ] 0 : Hit 9: [-16.8555, 12.512, 12] + [ ecalVeto ] 0 : Hit 10: [-12.0397, 12.512, 13] + [ ecalVeto ] 0 : Hit 11: [-9.63173, 16.6826, 12] + [ ecalVeto ] 0 : Hit 12: [-12.0397, 20.8533, 11] + [ ecalVeto ] 0 : Hit 13: [-9.63173, 25.024, 10] + [ ecalVeto ] 0 : Hit 14: [-12.0397, 29.1946, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4673.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1011 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [52.039, 90.1341, 25] + [ ecalVeto ] 0 : Hit 1: [54.4469, 85.9634, 24] + [ ecalVeto ] 0 : Hit 2: [52.039, 81.7928, 23] + [ ecalVeto ] 0 : Hit 3: [54.4469, 85.9634, 22] + [ ecalVeto ] 0 : Hit 4: [52.039, 81.7928, 21] + [ ecalVeto ] 0 : Hit 5: [54.4469, 77.6221, 20] + [ ecalVeto ] 0 : Hit 6: [52.039, 73.4515, 19] + [ ecalVeto ] 0 : Hit 7: [54.4469, 77.6221, 18] + [ ecalVeto ] 0 : Hit 8: [52.039, 73.4515, 17] + [ ecalVeto ] 0 : Hit 9: [54.4469, 69.2808, 16] + [ ecalVeto ] 0 : Hit 10: [52.9745, 66.7306, 15] + [ ecalVeto ] 0 : Hit 11: [52.9745, 66.7306, 13] + [ ecalVeto ] 0 : Hit 12: [48.1586, 66.7306, 14] + [ ecalVeto ] 0 : Hit 13: [48.1586, 66.7306, 12] + [ ecalVeto ] 0 : Hit 14: [45.7507, 62.5599, 11] + [ ecalVeto ] 0 : Hit 15: [48.1586, 58.3892, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, -62.5599, 14] + [ ecalVeto ] 0 : Hit 1: [24.0793, -58.3892, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, -33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, -29.1946, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 29.1946, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [19.2635, 41.7066, 4] + [ ecalVeto ] 0 : Hit 1: [16.8555, 37.5359, 3] + [ ecalVeto ] 0 : Hit 2: [19.2635, 33.3653, 2] + [ ecalVeto ] 0 : Hit 3: [16.8555, 37.5359, 1] + [ ecalVeto ] 0 : Hit 4: [19.2635, 33.3653, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2440.61; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1012 Brem photon produced 64 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, 41.7066, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 45.8773, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 37.5359, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -12.512, 6] + [ ecalVeto ] 0 : Hit 1: [-33.711, -8.34132, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5328.64; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1013 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-25.5517, -102.646, 23] + [ ecalVeto ] 0 : Hit 1: [-23.1438, -106.817, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-18.3279, -90.1341, 19] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -87.5839, 18] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -83.4132, 17] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -79.2426, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -70.9012, 15] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -66.7306, 14] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -62.5599, 13] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -58.3892, 12] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -54.2186, 11] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -50.0479, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 43 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1839.71; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1014 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -12.512, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -16.6826, 4] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Hit 8: [-2.40793, -12.512, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -25.024, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -29.1946, 5] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -25.024, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3964.38; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1015 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 33.3653, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-45.7507, 20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-48.1586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [-48.1586, 16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3379.89; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1016 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-119.461, 81.7928, 23] + [ ecalVeto ] 0 : Hit 1: [-117.053, 77.6221, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 25.024, 17] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 20.8533, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-52.9745, -2.66454e-15, 14] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -2.66454e-15, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4410.21; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1017 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, -62.5599, 18] + [ ecalVeto ] 0 : Hit 1: [24.0793, -58.3892, 17] + [ ecalVeto ] 0 : Finding linreg tracks from 107 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4265.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1018 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 58.3892, 14] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 54.2186, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [38.5269, -16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [38.5269, -16.6826, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [26.4873, -20.8533, 12] + [ ecalVeto ] 0 : Hit 1: [24.0793, -16.6826, 11] + [ ecalVeto ] 0 : Hit 2: [26.4873, -12.512, 10] + [ ecalVeto ] 0 : Hit 3: [24.0793, -16.6826, 9] + [ ecalVeto ] 0 : Hit 4: [26.4873, -20.8533, 8] + [ ecalVeto ] 0 : Hit 5: [24.0793, -25.024, 7] + [ ecalVeto ] 0 : Hit 6: [26.4873, -29.1946, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [31.3031, -20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [33.711, -16.6826, 10] + [ ecalVeto ] 0 : Hit 2: [31.3031, -20.8533, 9] + [ ecalVeto ] 0 : Hit 3: [33.711, -16.6826, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 136 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 2 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7506.49; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1019 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 25.024, 17] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 20.8533, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 8.34132, 15] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 4.17066, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -12.512, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -8.34132, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -20.8533, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -8.34132, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 102.646, 7] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 106.817, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5008.81; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1020 Brem photon produced 56 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 94.3048, 19] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 90.1341, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 81.7928, 17] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 77.6221, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 69.2808, 15] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 65.1101, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 54.2186, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 50.0479, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [8.69618, -165.206, 11] + [ ecalVeto ] 0 : Hit 1: [11.1041, -169.377, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 41.7066, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 37.5359, 10] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-18.3279, -98.4754, 5] + [ ecalVeto ] 0 : Hit 1: [-15.92, -102.646, 4] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-11.1041, -94.3048, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -91.7545, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5793.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1021 Brem photon produced 39 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [38.5269, 75.0719, 23] + [ ecalVeto ] 0 : Hit 1: [40.9348, 70.9012, 22] + [ ecalVeto ] 0 : Hit 2: [38.5269, 66.7306, 21] + [ ecalVeto ] 0 : Hit 3: [40.9348, 62.5599, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, 45.8773, 16] + [ ecalVeto ] 0 : Hit 1: [24.0793, 41.7066, 15] + [ ecalVeto ] 0 : Hit 2: [26.4873, 37.5359, 14] + [ ecalVeto ] 0 : Hit 3: [24.0793, 33.3653, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 11] + [ ecalVeto ] 0 : Hit 2: [9.63173, -8.34132, 9] + [ ecalVeto ] 0 : Hit 3: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Hit 6: [4.81586, -8.34132, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-173.908, -62.5599, 2] + [ ecalVeto ] 0 : Hit 1: [-176.316, -58.3892, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4126.94; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1022 Brem photon produced 69 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-116.118, -12.512, 24] + [ ecalVeto ] 0 : Hit 1: [-118.525, -16.6826, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-130.565, -37.5359, 24] + [ ecalVeto ] 0 : Hit 1: [-132.973, -33.3653, 23] + [ ecalVeto ] 0 : Hit 2: [-130.565, -29.1946, 24] + [ ecalVeto ] 0 : Hit 3: [-132.973, -25.024, 23] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-140.197, -37.5359, 23] + [ ecalVeto ] 0 : Hit 1: [-137.789, -41.7066, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 16.6826, 3] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 20.8533, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4757.2; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1023 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -4.17066, 12] + [ ecalVeto ] 0 : Hit 2: [-48.1586, -8.34132, 11] + [ ecalVeto ] 0 : Hit 3: [-45.7507, -12.512, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -33.3653, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -37.5359, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -33.3653, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, -33.3653, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -29.1946, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 103 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4762.93; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1024 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-145.013, 4.17066, 16] + [ ecalVeto ] 0 : Hit 1: [-147.421, 8.34132, 15] + [ ecalVeto ] 0 : Hit 2: [-145.013, 4.17066, 14] + [ ecalVeto ] 0 : Hit 3: [-147.421, 8.34132, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [33.711, -66.7306, 10] + [ ecalVeto ] 0 : Hit 1: [31.3031, -62.5599, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5440.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1025 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -4.17066, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -54.2186, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -50.0479, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -58.3892, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -54.2186, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -12.512, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [-40.9348, -12.512, 5] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -54.2186, 6] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -54.2186, 4] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7885.29; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1026 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-69.83, -37.5359, 1] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -33.3653, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4020.44; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1027 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -2.66454e-15, 1] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 35 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3363.63; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1028 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-47.2231, -156.865, 25] + [ ecalVeto ] 0 : Hit 1: [-44.8152, -152.694, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-8.69618, -98.4754, 20] + [ ecalVeto ] 0 : Hit 1: [-11.1041, -94.3048, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [197.987, -12.512, 4] + [ ecalVeto ] 0 : Hit 1: [195.579, -8.34132, 3] + [ ecalVeto ] 0 : Hit 2: [197.987, -4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2695.57; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1029 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 13 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3233.37; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1030 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -37.5359, 9] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -33.3653, 8] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -37.5359, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [16.8555, 4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [19.2635, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 3: [16.8555, -4.17066, 5] + [ ecalVeto ] 0 : Hit 4: [19.2635, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 5: [16.8555, -4.17066, 3] + [ ecalVeto ] 0 : Hit 6: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 7: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Hit 8: [12.0397, -4.17066, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, 41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, 45.8773, 7] + [ ecalVeto ] 0 : Hit 2: [19.2635, 41.7066, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [16.8555, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [19.2635, 33.3653, 6] + [ ecalVeto ] 0 : Hit 2: [16.8555, 29.1946, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -25.024, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -29.1946, 5] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -25.024, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6571.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1031 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [23.1438, 165.206, 31] + [ ecalVeto ] 0 : Hit 1: [25.5517, 169.377, 30] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [44.8152, -136.011, 29] + [ ecalVeto ] 0 : Hit 1: [47.2231, -140.182, 28] + [ ecalVeto ] 0 : Hit 2: [44.8152, -136.011, 27] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [18.3279, 140.182, 26] + [ ecalVeto ] 0 : Hit 1: [15.92, 136.011, 25] + [ ecalVeto ] 0 : Hit 2: [18.3279, 131.841, 24] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [15.92, 119.329, 23] + [ ecalVeto ] 0 : Hit 1: [18.3279, 115.158, 22] + [ ecalVeto ] 0 : Hit 2: [15.92, 110.987, 21] + [ ecalVeto ] 0 : Hit 3: [18.3279, 106.817, 20] + [ ecalVeto ] 0 : Hit 4: [15.92, 102.646, 19] + [ ecalVeto ] 0 : Hit 5: [18.3279, 98.4754, 18] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4473.89; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1032 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 8.34132, 12] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 4.17066, 11] + [ ecalVeto ] 0 : Finding linreg tracks from 97 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7776.95; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1033 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 62.5599, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 58.3892, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 54.2186, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 58.3892, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 54.2186, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4723.29; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1034 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1034 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-45.7507, -37.5359, 12] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -37.5359, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -20.8533, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -33.3653, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -29.1946, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 90 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6325.89; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1035 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1035 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -45.8773, 15] + [ ecalVeto ] 0 : Hit 1: [4.81586, -41.7066, 14] + [ ecalVeto ] 0 : Hit 2: [2.40793, -37.5359, 13] + [ ecalVeto ] 0 : Hit 3: [4.81586, -33.3653, 12] + [ ecalVeto ] 0 : Hit 4: [4.81586, -33.3653, 10] + [ ecalVeto ] 0 : Hit 5: [2.40793, -29.1946, 9] + [ ecalVeto ] 0 : Hit 6: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 7: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 8: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 9: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 14 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3623.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1036 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5841.93; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1037 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [90.5659, 73.4515, 32] + [ ecalVeto ] 0 : Hit 1: [88.1579, 77.6221, 31] + [ ecalVeto ] 0 : Hit 2: [90.5659, 81.7928, 30] + [ ecalVeto ] 0 : Hit 3: [88.1579, 85.9634, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [154.644, -12.512, 32] + [ ecalVeto ] 0 : Hit 1: [152.237, -8.34132, 31] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [80.9341, 90.1341, 27] + [ ecalVeto ] 0 : Hit 1: [80.9341, 90.1341, 25] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [61.6707, 90.1341, 20] + [ ecalVeto ] 0 : Hit 1: [59.2627, 94.3048, 19] + [ ecalVeto ] 0 : Hit 2: [61.6707, 90.1341, 18] + [ ecalVeto ] 0 : Hit 3: [59.2627, 85.9634, 17] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 20.8533, 14] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 20.8533, 12] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 20.8533, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 20.8533, 11] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 20.8533, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 16.6826, 8] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 12.512, 7] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 16.6826, 6] + [ ecalVeto ] 0 : Hit 6: [-12.0397, 20.8533, 5] + [ ecalVeto ] 0 : Hit 7: [-9.63173, 16.6826, 4] + [ ecalVeto ] 0 : Hit 8: [-12.0397, 12.512, 3] + [ ecalVeto ] 0 : Hit 9: [-9.63173, 16.6826, 2] + [ ecalVeto ] 0 : Hit 10: [-9.63173, 16.6826, 0] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 12.512, 9] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 8.34132, 8] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 8.34132, 6] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3952.38; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1038 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -29.1946, 15] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -33.3653, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -4.17066, 15] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -8.34132, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -70.9012, 13] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -66.7306, 12] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -62.5599, 11] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -58.3892, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -20.8533, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-44.8152, -77.6221, 4] + [ ecalVeto ] 0 : Hit 1: [-47.2231, -73.4515, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5464.97; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1039 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-25.5517, -102.646, 15] + [ ecalVeto ] 0 : Hit 1: [-23.1438, -106.817, 14] + [ ecalVeto ] 0 : Hit 2: [-25.5517, -102.646, 13] + [ ecalVeto ] 0 : Hit 3: [-23.1438, -98.4754, 12] + [ ecalVeto ] 0 : Hit 4: [-25.5517, -94.3048, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-23.1438, -98.4754, 14] + [ ecalVeto ] 0 : Hit 1: [-25.5517, -94.3048, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4867.43; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1040 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -25.024, 21] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -20.8533, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 12.512, 12] + [ ecalVeto ] 0 : Hit 1: [-33.711, 8.34132, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6291.59; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1041 Brem photon produced 95 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-69.83, -20.8533, 21] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -16.6826, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-125.749, 29.1946, 15] + [ ecalVeto ] 0 : Hit 1: [-123.341, 33.3653, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-104.078, 33.3653, 13] + [ ecalVeto ] 0 : Hit 1: [-101.67, 29.1946, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -2.66454e-15, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 8.34132, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 29.1946, 8] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 12.512, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6696.66; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1042 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-52.9745, -66.7306, 26] + [ ecalVeto ] 0 : Hit 1: [-55.3824, -62.5599, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -50.0479, 16] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -45.8773, 15] + [ ecalVeto ] 0 : Hit 2: [-24.0793, -50.0479, 14] + [ ecalVeto ] 0 : Hit 3: [-26.4873, -45.8773, 13] + [ ecalVeto ] 0 : Hit 4: [-24.0793, -41.7066, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 91 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3047.21; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1043 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [96.8541, 37.5359, 14] + [ ecalVeto ] 0 : Hit 1: [94.4462, 33.3653, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [48.1586, 8.34132, 12] + [ ecalVeto ] 0 : Hit 1: [45.7507, 4.17066, 11] + [ ecalVeto ] 0 : Hit 2: [48.1586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 3: [45.7507, 4.17066, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [33.711, 8.34132, 12] + [ ecalVeto ] 0 : Hit 1: [33.711, 8.34132, 10] + [ ecalVeto ] 0 : Hit 2: [31.3031, 4.17066, 9] + [ ecalVeto ] 0 : Hit 3: [33.711, 8.34132, 8] + [ ecalVeto ] 0 : Hit 4: [31.3031, 4.17066, 7] + [ ecalVeto ] 0 : Hit 5: [33.711, -2.66454e-15, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [33.711, 16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [31.3031, 12.512, 9] + [ ecalVeto ] 0 : Hit 2: [33.711, 16.6826, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [24.0793, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [26.4873, 4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [24.0793, 8.34132, 7] + [ ecalVeto ] 0 : Hit 3: [26.4873, 12.512, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 110 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6726.53; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1044 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, -37.5359, 12] + [ ecalVeto ] 0 : Hit 1: [24.0793, -33.3653, 11] + [ ecalVeto ] 0 : Hit 2: [26.4873, -29.1946, 10] + [ ecalVeto ] 0 : Hit 3: [24.0793, -25.024, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 1: [19.2635, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 2: [16.8555, -4.17066, 7] + [ ecalVeto ] 0 : Hit 3: [19.2635, -8.34132, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-60.1983, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-62.6062, -2.66454e-15, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 4.17066, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 4: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-33.711, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 2: [-31.3031, 4.17066, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-69.83, -37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -33.3653, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 102 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 11100.8; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1045 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3467.23; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1046 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [31.3031, -20.8533, 19] + [ ecalVeto ] 0 : Hit 1: [33.711, -16.6826, 18] + [ ecalVeto ] 0 : Hit 2: [31.3031, -12.512, 17] + [ ecalVeto ] 0 : Hit 3: [33.711, -8.34132, 16] + [ ecalVeto ] 0 : Hit 4: [31.3031, -4.17066, 15] + [ ecalVeto ] 0 : Hit 5: [33.711, -2.66454e-15, 14] + [ ecalVeto ] 0 : Hit 6: [31.3031, 4.17066, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-87.2224, -12.512, 18] + [ ecalVeto ] 0 : Hit 1: [-89.6303, -8.34132, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -12.512, 15] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -8.34132, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -12.512, 2] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -8.34132, 1] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 30 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6103.03; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1047 Brem photon produced 62 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [31.3031, -62.5599, 19] + [ ecalVeto ] 0 : Hit 1: [31.3031, -62.5599, 17] + [ ecalVeto ] 0 : Hit 2: [33.711, -58.3892, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 10] + [ ecalVeto ] 0 : Hit 3: [9.63173, 8.34132, 9] + [ ecalVeto ] 0 : Hit 4: [12.0397, 12.512, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 75.0719, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, 70.9012, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, 66.7306, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, 62.5599, 9] + [ ecalVeto ] 0 : Hit 4: [4.81586, 58.3892, 8] + [ ecalVeto ] 0 : Hit 5: [2.40793, 54.2186, 7] + [ ecalVeto ] 0 : Hit 6: [4.81586, 50.0479, 6] + [ ecalVeto ] 0 : Hit 7: [2.40793, 45.8773, 5] + [ ecalVeto ] 0 : Hit 8: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Hit 9: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 25.024, 4] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 29.1946, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 1] + [ ecalVeto ] 0 : Hit 3: [4.81586, 33.3653, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4858.56; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1048 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 20.8533, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -20.8533, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 45.8773, 1] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 50.0479, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4456.12; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1049 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -127.67, 23] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -123.499, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -115.158, 21] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -119.329, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -110.987, 19] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -106.817, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-45.7507, 37.5359, 10] + [ ecalVeto ] 0 : Hit 1: [-48.1586, 33.3653, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -54.2186, 2] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -50.0479, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5570.51; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1050 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -37.5359, 10] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -37.5359, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -41.7066, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, -45.8773, 6] + [ ecalVeto ] 0 : Hit 1: [24.0793, -41.7066, 5] + [ ecalVeto ] 0 : Hit 2: [26.4873, -37.5359, 4] + [ ecalVeto ] 0 : Hit 3: [24.0793, -33.3653, 3] + [ ecalVeto ] 0 : Hit 4: [26.4873, -37.5359, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [16.8555, -37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [19.2635, -33.3653, 4] + [ ecalVeto ] 0 : Hit 2: [16.8555, -29.1946, 3] + [ ecalVeto ] 0 : Hit 3: [19.2635, -33.3653, 2] + [ ecalVeto ] 0 : Hit 4: [16.8555, -37.5359, 1] + [ ecalVeto ] 0 : Hit 5: [19.2635, -33.3653, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3222.72; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1051 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 17] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 16] + [ ecalVeto ] 0 : Hit 2: [9.63173, 8.34132, 15] + [ ecalVeto ] 0 : Hit 3: [9.63173, 8.34132, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 2: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 6: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Hit 7: [4.81586, -8.34132, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2742.75; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1052 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5610.68; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1053 Brem photon produced 61 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-18.3279, 181.889, 27] + [ ecalVeto ] 0 : Hit 1: [-15.92, 177.718, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-11.1041, 161.035, 25] + [ ecalVeto ] 0 : Hit 1: [-8.69618, 156.865, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4704.44; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1054 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1054 Brem photon produced 79 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 62.5599, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 58.3892, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 54.2186, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 50.0479, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4769.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1055 Brem photon produced 54 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-102.606, -94.3048, 2] + [ ecalVeto ] 0 : Hit 1: [-105.013, -98.4754, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6289.43; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1056 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-154.644, -4.17066, 29] + [ ecalVeto ] 0 : Hit 1: [-152.237, -2.36672e-14, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-140.197, -4.17066, 27] + [ ecalVeto ] 0 : Hit 1: [-137.789, -2.36672e-14, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-125.749, -4.17066, 25] + [ ecalVeto ] 0 : Hit 1: [-123.341, -2.36672e-14, 24] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-104.078, -2.36672e-14, 21] + [ ecalVeto ] 0 : Hit 1: [-101.67, -4.17066, 20] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -2.36672e-14, 19] + [ ecalVeto ] 0 : Hit 1: [-87.2224, -4.17066, 18] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-69.83, -4.17066, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -2.66454e-15, 14] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 4.17066, 10] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [19.2635, -25.024, 8] + [ ecalVeto ] 0 : Hit 1: [19.2635, -25.024, 6] + [ ecalVeto ] 0 : Hit 2: [16.8555, -20.8533, 5] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6848.26; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1057 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3569.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1058 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 9641.19; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1059 Brem photon produced 36 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, 4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [19.2635, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 3: [16.8555, -4.17066, 5] + [ ecalVeto ] 0 : Hit 4: [19.2635, -2.66454e-15, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [55.3824, -37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [52.9745, -33.3653, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [26.4873, -29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [24.0793, -25.024, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-87.2224, 37.5359, 4] + [ ecalVeto ] 0 : Hit 1: [-89.6303, 41.7066, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 37.5359, 3] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 33.3653, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-69.83, 37.5359, 1] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 33.3653, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 90 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7648.1; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1060 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 25.024, 12] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 25.024, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 20.8533, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 25.024, 8] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 29.1946, 7] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 33.3653, 6] + [ ecalVeto ] 0 : Hit 6: [-12.0397, 37.5359, 5] + [ ecalVeto ] 0 : Hit 7: [-9.63173, 41.7066, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 29.1946, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Hit 8: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 41.7066, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 41.7066, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 33.3653, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 37.5359, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 41.7066, 6] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 45.8773, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 115 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 3 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6758.95; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1061 Brem photon produced 43 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, 8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 12.512, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 16.6826, 4] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 12.512, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 54.2186, 3] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 58.3892, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5089.26; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1062 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 45.8773, 10] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 41.7066, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6007.29; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1063 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -54.2186, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -50.0479, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -50.0479, 10] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -45.8773, 9] + [ ecalVeto ] 0 : Hit 2: [-38.5269, -50.0479, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 9] + [ ecalVeto ] 0 : Hit 2: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7123.75; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1064 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 87 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5506.81; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1065 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4617.19; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1066 Brem photon produced 66 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -33.3653, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5848.04; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1067 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-109.829, 73.4515, 26] + [ ecalVeto ] 0 : Hit 1: [-112.237, 77.6221, 25] + [ ecalVeto ] 0 : Hit 2: [-109.829, 73.4515, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-105.013, 73.4515, 23] + [ ecalVeto ] 0 : Hit 1: [-102.606, 69.2808, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 69.2808, 21] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 65.1101, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [26.4873, 79.2426, 14] + [ ecalVeto ] 0 : Hit 1: [24.0793, 75.0719, 13] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3464.13; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1068 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [52.039, -190.23, 21] + [ ecalVeto ] 0 : Hit 1: [54.4469, -186.059, 20] + [ ecalVeto ] 0 : Hit 2: [52.039, -181.889, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -37.5359, 15] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -41.7066, 14] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -45.8773, 13] + [ ecalVeto ] 0 : Hit 3: [-24.0793, -41.7066, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5308.07; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1069 Brem photon produced 67 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, 54.2186, 17] + [ ecalVeto ] 0 : Hit 1: [19.2635, 50.0479, 16] + [ ecalVeto ] 0 : Hit 2: [16.8555, 45.8773, 15] + [ ecalVeto ] 0 : Hit 3: [19.2635, 41.7066, 14] + [ ecalVeto ] 0 : Hit 4: [16.8555, 37.5359, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -54.2186, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -50.0479, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -75.0719, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -70.9012, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, -33.3653, 1] + [ ecalVeto ] 0 : Hit 1: [12.0397, -37.5359, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 9006.51; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1070 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 19 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1212.28; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1071 Brem photon produced 38 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [97.7897, -119.329, 20] + [ ecalVeto ] 0 : Hit 1: [95.3817, -115.158, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -29.1946, 13] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -29.1946, 11] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -33.3653, 10] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -37.5359, 9] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -33.3653, 8] + [ ecalVeto ] 0 : Hit 5: [-12.0397, -37.5359, 7] + [ ecalVeto ] 0 : Hit 6: [-9.63173, -33.3653, 6] + [ ecalVeto ] 0 : Hit 7: [-12.0397, -37.5359, 5] + [ ecalVeto ] 0 : Hit 8: [-9.63173, -41.7066, 4] + [ ecalVeto ] 0 : Hit 9: [-12.0397, -37.5359, 3] + [ ecalVeto ] 0 : Hit 10: [-9.63173, -41.7066, 2] + [ ecalVeto ] 0 : Hit 11: [-12.0397, -37.5359, 1] + [ ecalVeto ] 0 : Hit 12: [-9.63173, -33.3653, 0] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 12] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 11] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -37.5359, 10] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -37.5359, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -37.5359, 4] + [ ecalVeto ] 0 : Hit 8: [-4.81586, -41.7066, 3] + [ ecalVeto ] 0 : Hit 9: [-2.40793, -37.5359, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -41.7066, 10] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -45.8773, 9] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -41.7066, 8] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -41.7066, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5375.07; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1072 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [31.3031, 12.512, 13] + [ ecalVeto ] 0 : Hit 1: [31.3031, 12.512, 11] + [ ecalVeto ] 0 : Hit 2: [33.711, 8.34132, 10] + [ ecalVeto ] 0 : Hit 3: [31.3031, 4.17066, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, 4.17066, 12] + [ ecalVeto ] 0 : Hit 1: [24.0793, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 2: [26.4873, 4.17066, 10] + [ ecalVeto ] 0 : Hit 3: [24.0793, 8.34132, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6273.55; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1073 Brem photon produced 49 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 22 + [ ecalVeto ] 0 : Beginning track merging using 22 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 18 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -4.17066, 18] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -8.34132, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -33.3653, 16] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -29.1946, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -12.512, 15] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -8.34132, 14] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -4.17066, 13] + [ ecalVeto ] 0 : Hit 3: [-24.0793, -8.34132, 12] + [ ecalVeto ] 0 : Hit 4: [-24.0793, -8.34132, 10] + [ ecalVeto ] 0 : Hit 5: [-24.0793, -8.34132, 8] + [ ecalVeto ] 0 : Hit 6: [-16.8555, -12.512, 10] + [ ecalVeto ] 0 : Hit 7: [-16.8555, -12.512, 8] + [ ecalVeto ] 0 : Hit 8: [-16.8555, -12.512, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -4.17066, 11] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -8.34132, 13] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -12.512, 12] + [ ecalVeto ] 0 : Hit 4: [-19.2635, -8.34132, 11] + [ ecalVeto ] 0 : Hit 5: [-16.8555, -4.17066, 10] + [ ecalVeto ] 0 : Hit 6: [-19.2635, -8.34132, 9] + [ ecalVeto ] 0 : Hit 7: [-16.8555, -4.17066, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 4.17066, 12] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -4.17066, 12] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -2.66454e-15, 11] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -2.66454e-15, 10] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -8.34132, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -12.512, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -8.34132, 6] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -4.17066, 5] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -8.34132, 4] + [ ecalVeto ] 0 : Hit 6: [-9.63173, -16.6826, 6] + [ ecalVeto ] 0 : Hit 7: [-9.63173, -16.6826, 4] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 45.8773, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 50.0479, 7] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 16.6826, 6] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -2.66454e-15, 2] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 37.5359, 4] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Track 14: + [ ecalVeto ] 0 : Hit 0: [26.4873, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [24.0793, -2.66454e-15, 5] + [ ecalVeto ] 0 : Track 15: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -4.17066, 4] + [ ecalVeto ] 0 : Track 16: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Track 17: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 1] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 18 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5135.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1074 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [97.7897, 144.353, 32] + [ ecalVeto ] 0 : Hit 1: [95.3817, 140.182, 31] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [90.5659, 131.841, 30] + [ ecalVeto ] 0 : Hit 1: [88.1579, 127.67, 29] + [ ecalVeto ] 0 : Hit 2: [90.5659, 123.499, 28] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [68.8945, 94.3048, 24] + [ ecalVeto ] 0 : Hit 1: [66.4865, 90.1341, 23] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [33.711, 50.0479, 14] + [ ecalVeto ] 0 : Hit 1: [31.3031, 45.8773, 13] + [ ecalVeto ] 0 : Hit 2: [33.711, 41.7066, 12] + [ ecalVeto ] 0 : Hit 3: [31.3031, 37.5359, 11] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 37 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2032.7; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1075 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4045.61; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1076 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 50.0479, 13] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 45.8773, 12] + [ ecalVeto ] 0 : Hit 2: [-48.1586, 50.0479, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 41.7066, 12] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 45.8773, 11] + [ ecalVeto ] 0 : Hit 2: [-38.5269, 41.7066, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 45.8773, 10] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 45.8773, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 45.8773, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [16.8555, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [16.8555, 20.8533, 7] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 33.3653, 6] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 98 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6674.14; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1077 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 106.817, 27] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 110.987, 26] + [ ecalVeto ] 0 : Hit 2: [-76.1183, 115.158, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-105.013, 73.4515, 13] + [ ecalVeto ] 0 : Hit 1: [-102.606, 69.2808, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4540.87; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1078 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-140.197, -12.512, 13] + [ ecalVeto ] 0 : Hit 1: [-137.789, -16.6826, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -66.7306, 10] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -62.5599, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -50.0479, 8] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -45.8773, 7] + [ ecalVeto ] 0 : Hit 3: [-24.0793, -50.0479, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, -58.3892, 6] + [ ecalVeto ] 0 : Hit 1: [19.2635, -58.3892, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5984.07; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1079 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Hit 4: [12.0397, 12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 101 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5918.8; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1080 Brem photon produced 40 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 36 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3008.15; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1081 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 106.817, 13] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 102.646, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 90.1341, 11] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 85.9634, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [26.4873, 37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [24.0793, 33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [26.4873, 29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [24.0793, 33.3653, 5] + [ ecalVeto ] 0 : Hit 4: [26.4873, 37.5359, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 36 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2595.4; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1082 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 16 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2246.55; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1083 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 37.5359, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Hit 2: [4.81586, 41.7066, 2] + [ ecalVeto ] 0 : Hit 3: [2.40793, 37.5359, 1] + [ ecalVeto ] 0 : Hit 4: [4.81586, 33.3653, 0] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 50.0479, 5] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 54.2186, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4400.34; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1084 Brem photon produced 68 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 12 + [ ecalVeto ] 0 : Beginning track merging using 12 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 11 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [40.9348, -12.512, 18] + [ ecalVeto ] 0 : Hit 1: [38.5269, -8.34132, 17] + [ ecalVeto ] 0 : Hit 2: [40.9348, -4.17066, 16] + [ ecalVeto ] 0 : Hit 3: [38.5269, -2.66454e-15, 15] + [ ecalVeto ] 0 : Hit 4: [40.9348, 4.17066, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, 12.512, 12] + [ ecalVeto ] 0 : Hit 1: [24.0793, 16.6826, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 8: [-2.40793, 20.8533, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 25.024, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [19.2635, 25.024, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, 20.8533, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, 25.024, 8] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -8.34132, 8] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 7: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 8: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 2] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 1] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 11 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5493.33; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1085 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [205.211, -50.0479, 32] + [ ecalVeto ] 0 : Hit 1: [202.803, -45.8773, 31] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [154.644, -45.8773, 24] + [ ecalVeto ] 0 : Hit 1: [152.237, -41.7066, 23] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -45.8773, 10] + [ ecalVeto ] 0 : Hit 1: [-33.711, -41.7066, 9] + [ ecalVeto ] 0 : Hit 2: [-31.3031, -37.5359, 8] + [ ecalVeto ] 0 : Hit 3: [-33.711, -33.3653, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [24.0793, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [26.4873, -4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [24.0793, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 3: [26.4873, 4.17066, 4] + [ ecalVeto ] 0 : Hit 4: [19.2635, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 5: [16.8555, 4.17066, 5] + [ ecalVeto ] 0 : Hit 6: [19.2635, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 7: [16.8555, -4.17066, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4139.56; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1086 Brem photon produced 41 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 4.17066, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5143.1; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1087 Brem photon produced 79 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, -16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -12.512, 12] + [ ecalVeto ] 0 : Hit 2: [-33.711, -8.34132, 11] + [ ecalVeto ] 0 : Hit 3: [-31.3031, -4.17066, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 8.34132, 10] + [ ecalVeto ] 0 : Hit 2: [-26.4873, 12.512, 9] + [ ecalVeto ] 0 : Hit 3: [-24.0793, 16.6826, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3544.98; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1088 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [73.7103, 77.6221, 25] + [ ecalVeto ] 0 : Hit 1: [76.1183, 73.4515, 24] + [ ecalVeto ] 0 : Hit 2: [73.7103, 69.2808, 23] + [ ecalVeto ] 0 : Hit 3: [76.1183, 65.1101, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-119.461, -106.817, 19] + [ ecalVeto ] 0 : Hit 1: [-117.053, -102.646, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Hit 5: [12.0397, -12.512, 2] + [ ecalVeto ] 0 : Hit 6: [12.0397, -12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5881.86; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1089 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 5: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 58.3892, 6] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 54.2186, 5] + [ ecalVeto ] 0 : Hit 2: [-24.0793, 50.0479, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4142.14; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1090 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -60.9395, 21] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -56.7688, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [66.4865, 81.7928, 17] + [ ecalVeto ] 0 : Hit 1: [68.8945, 85.9634, 16] + [ ecalVeto ] 0 : Hit 2: [66.4865, 90.1341, 15] + [ ecalVeto ] 0 : Hit 3: [68.8945, 94.3048, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -58.3892, 15] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -54.2186, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [24.0793, -75.0719, 11] + [ ecalVeto ] 0 : Hit 1: [26.4873, -70.9012, 10] + [ ecalVeto ] 0 : Hit 2: [24.0793, -66.7306, 9] + [ ecalVeto ] 0 : Hit 3: [26.4873, -62.5599, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -45.8773, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -50.0479, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -37.5359, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4801.34; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1091 Brem photon produced 90 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -45.8773, 19] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -50.0479, 18] + [ ecalVeto ] 0 : Hit 2: [-40.9348, -45.8773, 17] + [ ecalVeto ] 0 : Hit 3: [-38.5269, -50.0479, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -29.1946, 13] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -29.1946, 11] + [ ecalVeto ] 0 : Hit 2: [-24.0793, -25.024, 10] + [ ecalVeto ] 0 : Hit 3: [-24.0793, -25.024, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [-33.711, -16.6826, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6460.36; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1092 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6166.52; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1093 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 45.8773, 5] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 41.7066, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 41.7066, 3] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 45.8773, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4927.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1094 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 36 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3340.66; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1095 Brem photon produced 42 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-123.341, -50.0479, 26] + [ ecalVeto ] 0 : Hit 1: [-125.749, -54.2186, 25] + [ ecalVeto ] 0 : Hit 2: [-123.341, -50.0479, 24] + [ ecalVeto ] 0 : Hit 3: [-125.749, -45.8773, 23] + [ ecalVeto ] 0 : Hit 4: [-125.749, -45.8773, 21] + [ ecalVeto ] 0 : Hit 5: [-130.565, -45.8773, 22] + [ ecalVeto ] 0 : Hit 6: [-130.565, -45.8773, 20] + [ ecalVeto ] 0 : Hit 7: [-132.973, -41.7066, 19] + [ ecalVeto ] 0 : Hit 8: [-130.565, -37.5359, 18] + [ ecalVeto ] 0 : Hit 9: [-132.973, -33.3653, 17] + [ ecalVeto ] 0 : Hit 10: [-130.565, -29.1946, 16] + [ ecalVeto ] 0 : Hit 11: [-132.973, -25.024, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5299.04; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1096 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6372.56; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1097 Brem photon produced 56 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 11 + [ ecalVeto ] 0 : Beginning track merging using 11 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 11 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-169.092, 29.1946, 25] + [ ecalVeto ] 0 : Hit 1: [-166.684, 25.024, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-160.396, -94.3048, 24] + [ ecalVeto ] 0 : Hit 1: [-162.804, -98.4754, 23] + [ ecalVeto ] 0 : Hit 2: [-160.396, -102.646, 22] + [ ecalVeto ] 0 : Hit 3: [-162.804, -98.4754, 21] + [ ecalVeto ] 0 : Hit 4: [-160.396, -102.646, 20] + [ ecalVeto ] 0 : Hit 5: [-162.804, -98.4754, 19] + [ ecalVeto ] 0 : Hit 6: [-160.396, -102.646, 18] + [ ecalVeto ] 0 : Hit 7: [-160.396, -102.646, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-140.197, 70.9012, 21] + [ ecalVeto ] 0 : Hit 1: [-137.789, 66.7306, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-118.525, -2.36672e-14, 19] + [ ecalVeto ] 0 : Hit 1: [-116.118, -4.17066, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-125.749, 62.5599, 19] + [ ecalVeto ] 0 : Hit 1: [-123.341, 58.3892, 18] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-155.58, -94.3048, 17] + [ ecalVeto ] 0 : Hit 1: [-153.172, -98.4754, 16] + [ ecalVeto ] 0 : Hit 2: [-155.58, -94.3048, 15] + [ ecalVeto ] 0 : Hit 3: [-153.172, -98.4754, 14] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-112.237, -77.6221, 13] + [ ecalVeto ] 0 : Hit 1: [-109.829, -73.4515, 12] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -25.024, 10] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-69.83, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -2.66454e-15, 10] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -25.024, 8] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [16.8555, -37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [19.2635, -33.3653, 6] + [ ecalVeto ] 0 : Hit 2: [16.8555, -37.5359, 5] + [ ecalVeto ] 0 : Hit 3: [19.2635, -41.7066, 4] + [ ecalVeto ] 0 : Hit 4: [16.8555, -37.5359, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 91 hits + [ ecalVeto ] 0 : MIP tracking completed; found 11 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4270.16; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1098 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-169.092, 4.17066, 25] + [ ecalVeto ] 0 : Hit 1: [-166.684, -2.36672e-14, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-147.421, -2.36672e-14, 23] + [ ecalVeto ] 0 : Hit 1: [-145.013, 4.17066, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-132.973, -2.36672e-14, 21] + [ ecalVeto ] 0 : Hit 1: [-130.565, 4.17066, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-118.525, -2.36672e-14, 19] + [ ecalVeto ] 0 : Hit 1: [-116.118, 4.17066, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-104.078, -2.36672e-14, 17] + [ ecalVeto ] 0 : Hit 1: [-101.67, 4.17066, 16] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2673.43; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1099 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [45.7507, 54.2186, 13] + [ ecalVeto ] 0 : Hit 1: [48.1586, 50.0479, 12] + [ ecalVeto ] 0 : Hit 2: [45.7507, 54.2186, 11] + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6906.4; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1100 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 12.512, 13] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 16.6826, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3750.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1101 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5575.65; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1102 Brem photon produced 72 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 21 + [ ecalVeto ] 0 : Beginning track merging using 21 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 20 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-8.69618, -156.865, 28] + [ ecalVeto ] 0 : Hit 1: [-11.1041, -152.694, 27] + [ ecalVeto ] 0 : Hit 2: [-8.69618, -148.523, 26] + [ ecalVeto ] 0 : Hit 3: [-11.1041, -144.353, 25] + [ ecalVeto ] 0 : Hit 4: [-8.69618, -140.182, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-11.1041, -127.67, 23] + [ ecalVeto ] 0 : Hit 1: [-8.69618, -123.499, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [97.7897, -69.2808, 22] + [ ecalVeto ] 0 : Hit 1: [95.3817, -65.1101, 21] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-11.1041, -110.987, 21] + [ ecalVeto ] 0 : Hit 1: [-8.69618, -106.817, 20] + [ ecalVeto ] 0 : Hit 2: [-11.1041, -102.646, 19] + [ ecalVeto ] 0 : Hit 3: [-8.69618, -98.4754, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [62.6062, -41.7066, 16] + [ ecalVeto ] 0 : Hit 1: [60.1983, -37.5359, 15] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -83.4132, 16] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -79.2426, 15] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -75.0719, 14] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [40.9348, -20.8533, 12] + [ ecalVeto ] 0 : Hit 1: [38.5269, -16.6826, 11] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [19.2635, -16.6826, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, -12.512, 11] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [2.40793, -45.8773, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, -41.7066, 10] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [19.2635, -25.024, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, -20.8533, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, -16.6826, 8] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [24.0793, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [26.4873, -4.17066, 8] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Track 14: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Track 15: + [ ecalVeto ] 0 : Hit 0: [16.8555, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [19.2635, -2.66454e-15, 6] + [ ecalVeto ] 0 : Track 16: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Track 17: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Track 18: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Track 19: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 20 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5839.26; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1103 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -127.67, 21] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -123.499, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -16.6826, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6151.43; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1104 Brem photon produced 63 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 8: [-2.40793, 4.17066, 2] + [ ecalVeto ] 0 : Hit 9: [-4.81586, -2.66454e-15, 1] + [ ecalVeto ] 0 : Hit 10: [-2.40793, -4.17066, 0] + [ ecalVeto ] 0 : Hit 11: [-9.63173, -2.66454e-15, 2] + [ ecalVeto ] 0 : Hit 12: [-9.63173, -2.66454e-15, 0] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4706.84; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1105 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 20.8533, 12] + [ ecalVeto ] 0 : Hit 1: [-33.711, 16.6826, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -37.5359, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -4.17066, 3] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3127.51; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1106 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 127.67, 15] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 131.841, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 40 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4567.2; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1107 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 75.0719, 15] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 75.0719, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, 4.17066, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -8.34132, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [89.6303, -25.024, 4] + [ ecalVeto ] 0 : Hit 1: [89.0935, -20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4007.47; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1108 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 24 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3134.21; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1109 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, 75.0719, 22] + [ ecalVeto ] 0 : Hit 1: [31.3031, 70.9012, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, 70.9012, 20] + [ ecalVeto ] 0 : Hit 1: [24.0793, 66.7306, 19] + [ ecalVeto ] 0 : Hit 2: [26.4873, 62.5599, 18] + [ ecalVeto ] 0 : Hit 3: [24.0793, 58.3892, 17] + [ ecalVeto ] 0 : Hit 4: [26.4873, 54.2186, 16] + [ ecalVeto ] 0 : Hit 5: [24.0793, 50.0479, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, 50.0479, 14] + [ ecalVeto ] 0 : Hit 1: [16.8555, 45.8773, 13] + [ ecalVeto ] 0 : Hit 2: [19.2635, 41.7066, 12] + [ ecalVeto ] 0 : Hit 3: [16.8555, 37.5359, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [33.711, 16.6826, 14] + [ ecalVeto ] 0 : Hit 1: [31.3031, 20.8533, 13] + [ ecalVeto ] 0 : Hit 2: [33.711, 16.6826, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-39.9993, 144.353, 3] + [ ecalVeto ] 0 : Hit 1: [-37.5914, 148.523, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-52.9745, 33.3653, 2] + [ ecalVeto ] 0 : Hit 1: [-55.3824, 29.1946, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4719.8; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1110 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [52.9745, 66.7306, 13] + [ ecalVeto ] 0 : Hit 1: [55.3824, 62.5599, 12] + [ ecalVeto ] 0 : Hit 2: [52.9745, 66.7306, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4329.95; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1111 Brem photon produced 36 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [12.0397, 4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 10139.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1112 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -25.024, 16] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -20.8533, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [40.9348, 20.8533, 2] + [ ecalVeto ] 0 : Hit 1: [38.5269, 25.024, 1] + [ ecalVeto ] 0 : Hit 2: [40.9348, 20.8533, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6087.38; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1113 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 33.3653, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5236.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1114 Brem photon produced 36 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [161.868, -58.3892, 24] + [ ecalVeto ] 0 : Hit 1: [159.46, -54.2186, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, -29.1946, 3] + [ ecalVeto ] 0 : Hit 1: [19.2635, -33.3653, 2] + [ ecalVeto ] 0 : Hit 2: [16.8555, -29.1946, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4470.89; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1115 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -33.3653, 14] + [ ecalVeto ] 0 : Hit 1: [16.8555, -29.1946, 13] + [ ecalVeto ] 0 : Hit 2: [19.2635, -33.3653, 12] + [ ecalVeto ] 0 : Hit 3: [16.8555, -37.5359, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 6: [4.81586, -8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6323.13; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1116 Brem photon produced 75 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -4.17066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4597.48; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1117 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [68.8945, -60.9395, 18] + [ ecalVeto ] 0 : Hit 1: [67.4221, -58.3892, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 37 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2984.58; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1118 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-118.525, 33.3653, 15] + [ ecalVeto ] 0 : Hit 1: [-116.118, 37.5359, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 4.17066, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 6: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Hit 7: [4.81586, -16.6826, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4368.43; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1119 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [38.5269, 75.0719, 13] + [ ecalVeto ] 0 : Hit 1: [38.5269, 75.0719, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, 62.5599, 10] + [ ecalVeto ] 0 : Hit 1: [24.0793, 58.3892, 9] + [ ecalVeto ] 0 : Hit 2: [26.4873, 62.5599, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 41.7066, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, 37.5359, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, 33.3653, 3] + [ ecalVeto ] 0 : Hit 3: [9.63173, 33.3653, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4445.15; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1120 Brem photon produced 40 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, 20.8533, 2] + [ ecalVeto ] 0 : Hit 4: [9.63173, 16.6826, 1] + [ ecalVeto ] 0 : Hit 5: [12.0397, 20.8533, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 103 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6263.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1121 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4355.74; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1122 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [31.3031, 20.8533, 19] + [ ecalVeto ] 0 : Hit 1: [33.711, 25.024, 18] + [ ecalVeto ] 0 : Hit 2: [31.3031, 20.8533, 17] + [ ecalVeto ] 0 : Hit 3: [33.711, 16.6826, 16] + [ ecalVeto ] 0 : Hit 4: [31.3031, 12.512, 15] + [ ecalVeto ] 0 : Hit 5: [33.711, 8.34132, 14] + [ ecalVeto ] 0 : Hit 6: [31.3031, 12.512, 13] + [ ecalVeto ] 0 : Hit 7: [33.711, 16.6826, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [45.7507, 12.512, 17] + [ ecalVeto ] 0 : Hit 1: [45.7507, 12.512, 15] + [ ecalVeto ] 0 : Hit 2: [48.1586, 16.6826, 14] + [ ecalVeto ] 0 : Hit 3: [45.7507, 20.8533, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [69.83, 20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [67.4221, 16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [62.6062, 16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [60.1983, 12.512, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 9187.03; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1123 Brem photon produced 40 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 20.8533, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 25.024, 6] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 29.1946, 5] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 25.024, 4] + [ ecalVeto ] 0 : Hit 6: [-12.0397, 20.8533, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -45.8773, 5] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -50.0479, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4469.01; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1124 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 83.4132, 21] + [ ecalVeto ] 0 : Hit 1: [12.0397, 79.2426, 20] + [ ecalVeto ] 0 : Hit 2: [9.63173, 75.0719, 19] + [ ecalVeto ] 0 : Hit 3: [12.0397, 70.9012, 18] + [ ecalVeto ] 0 : Hit 4: [9.63173, 66.7306, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [31.3031, 20.8533, 17] + [ ecalVeto ] 0 : Hit 1: [33.711, 25.024, 16] + [ ecalVeto ] 0 : Hit 2: [31.3031, 20.8533, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 45.8773, 12] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 41.7066, 11] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 45.8773, 10] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 41.7066, 9] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 37.5359, 8] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 29.1946, 9] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 33.3653, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 4: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 8: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 9: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6657.85; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1125 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-119.461, -73.4515, 25] + [ ecalVeto ] 0 : Hit 1: [-117.053, -69.2808, 24] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5460.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1126 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -8.34132, 3] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4633.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1127 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -58.3892, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -62.5599, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 58.3892, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, 54.2186, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, 50.0479, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, 45.8773, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, 41.7066, 5] + [ ecalVeto ] 0 : Hit 5: [12.0397, 37.5359, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-44.8152, -77.6221, 8] + [ ecalVeto ] 0 : Hit 1: [-47.2231, -73.4515, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -58.3892, 8] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -54.2186, 7] + [ ecalVeto ] 0 : Hit 2: [-31.3031, -54.2186, 8] + [ ecalVeto ] 0 : Hit 3: [-33.711, -50.0479, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [45.7507, 37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [45.7507, 37.5359, 5] + [ ecalVeto ] 0 : Hit 2: [48.1586, 41.7066, 4] + [ ecalVeto ] 0 : Hit 3: [45.7507, 37.5359, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 3] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 2] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 1] + [ ecalVeto ] 0 : Hit 3: [12.0397, 12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 113 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4967.39; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1128 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-54.4469, 85.9634, 11] + [ ecalVeto ] 0 : Hit 1: [-52.039, 81.7928, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 96 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4722.41; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1129 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 70.9012, 13] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 66.7306, 12] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 70.9012, 11] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 66.7306, 10] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 66.7306, 8] + [ ecalVeto ] 0 : Hit 5: [-12.0397, 70.9012, 7] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 66.7306, 9] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 62.5599, 8] + [ ecalVeto ] 0 : Hit 8: [-4.81586, 58.3892, 7] + [ ecalVeto ] 0 : Hit 9: [-2.40793, 54.2186, 6] + [ ecalVeto ] 0 : Hit 10: [-4.81586, 50.0479, 5] + [ ecalVeto ] 0 : Hit 11: [-2.40793, 54.2186, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 41.7066, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, 45.8773, 3] + [ ecalVeto ] 0 : Hit 5: [4.81586, 41.7066, 2] + [ ecalVeto ] 0 : Hit 6: [12.0397, 37.5359, 4] + [ ecalVeto ] 0 : Hit 7: [9.63173, 41.7066, 3] + [ ecalVeto ] 0 : Hit 8: [9.63173, 41.7066, 1] + [ ecalVeto ] 0 : Hit 9: [12.0397, 37.5359, 0] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 45.8773, 6] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 45.8773, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 97 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6608.25; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1130 Brem photon produced 48 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -29.1946, 19] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -33.3653, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-69.83, -29.1946, 17] + [ ecalVeto ] 0 : Hit 1: [-69.83, -29.1946, 15] + [ ecalVeto ] 0 : Hit 2: [-67.4221, -33.3653, 14] + [ ecalVeto ] 0 : Hit 3: [-74.6459, -29.1946, 16] + [ ecalVeto ] 0 : Hit 4: [-77.0538, -25.024, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 58.3892, 16] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 54.2186, 15] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -20.8533, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4950.97; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1131 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [54.4469, -110.987, 28] + [ ecalVeto ] 0 : Hit 1: [52.039, -106.817, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [25.5517, -102.646, 24] + [ ecalVeto ] 0 : Hit 1: [23.1438, -98.4754, 23] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [12.0397, -12.512, 10] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 9] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 4: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 5: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 6: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Hit 7: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [102.606, -94.3048, 9] + [ ecalVeto ] 0 : Hit 1: [102.606, -94.3048, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3954.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1132 Brem photon produced 38 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1132 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, 50.0479, 8] + [ ecalVeto ] 0 : Hit 1: [31.3031, 45.8773, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, -2.66454e-15, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [52.039, -156.865, 1] + [ ecalVeto ] 0 : Hit 1: [54.4469, -161.035, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5067.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1133 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 25.024, 11] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 20.8533, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 20.8533, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, -2.66454e-15, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, 12.512, 2] + [ ecalVeto ] 0 : Hit 4: [9.63173, 16.6826, 1] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-81.8697, -16.6826, 4] + [ ecalVeto ] 0 : Hit 1: [-82.4065, -20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 102 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5039.36; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1134 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [219.659, -41.7066, 20] + [ ecalVeto ] 0 : Hit 1: [217.251, -45.8773, 19] + [ ecalVeto ] 0 : Hit 2: [219.659, -41.7066, 18] + [ ecalVeto ] 0 : Finding linreg tracks from 29 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1631.03; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1135 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-30.3676, 152.694, 22] + [ ecalVeto ] 0 : Hit 1: [-32.7755, 148.523, 21] + [ ecalVeto ] 0 : Hit 2: [-30.3676, 144.353, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 79.2426, 15] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 75.0719, 14] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 70.9012, 13] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 66.7306, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 12] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 11] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2381; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1136 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-123.341, 33.3653, 22] + [ ecalVeto ] 0 : Hit 1: [-125.749, 29.1946, 21] + [ ecalVeto ] 0 : Hit 2: [-123.341, 25.024, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-111.302, 29.1946, 19] + [ ecalVeto ] 0 : Hit 1: [-108.894, 25.024, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 29.1946, 17] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 25.024, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 29.1946, 15] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 25.024, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-69.83, 29.1946, 13] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 33.3653, 12] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 33.3653, 10] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-33.711, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 29.1946, 6] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 33.3653, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 29.1946, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3740.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1137 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [11.1041, -177.718, 30] + [ ecalVeto ] 0 : Hit 1: [8.69618, -173.547, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [11.1041, -161.035, 28] + [ ecalVeto ] 0 : Hit 1: [8.69618, -156.865, 27] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -75.0719, 16] + [ ecalVeto ] 0 : Hit 1: [2.40793, -70.9012, 15] + [ ecalVeto ] 0 : Hit 2: [4.81586, -66.7306, 14] + [ ecalVeto ] 0 : Hit 3: [2.40793, -62.5599, 13] + [ ecalVeto ] 0 : Hit 4: [4.81586, -58.3892, 12] + [ ecalVeto ] 0 : Hit 5: [2.40793, -54.2186, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [77.0538, 25.024, 8] + [ ecalVeto ] 0 : Hit 1: [74.6459, 20.8533, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -45.8773, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -41.7066, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -37.5359, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -41.7066, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -37.5359, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 87 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4212.61; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1138 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-101.67, -37.5359, 22] + [ ecalVeto ] 0 : Hit 1: [-104.078, -33.3653, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -37.5359, 21] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -33.3653, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -25.024, 17] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -20.8533, 16] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6328.37; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1139 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [68.8945, 94.3048, 22] + [ ecalVeto ] 0 : Hit 1: [66.4865, 90.1341, 21] + [ ecalVeto ] 0 : Hit 2: [68.8945, 94.3048, 20] + [ ecalVeto ] 0 : Hit 3: [66.4865, 90.1341, 19] + [ ecalVeto ] 0 : Hit 4: [68.8945, 85.9634, 20] + [ ecalVeto ] 0 : Hit 5: [66.4865, 81.7928, 19] + [ ecalVeto ] 0 : Finding linreg tracks from 92 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5277.14; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1140 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 30 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3346.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1141 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -79.2426, 16] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -75.0719, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -75.0719, 14] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -70.9012, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 45.8773, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, 41.7066, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, 37.5359, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, 41.7066, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, 41.7066, 6] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 37.5359, 8] + [ ecalVeto ] 0 : Hit 7: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 8: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 9: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 10: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Hit 11: [-2.40793, 29.1946, 2] + [ ecalVeto ] 0 : Hit 12: [-4.81586, 33.3653, 1] + [ ecalVeto ] 0 : Hit 13: [-2.40793, 37.5359, 0] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -2.66454e-15, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 33.3653, 3] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 29.1946, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-69.83, 37.5359, 1] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 33.3653, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6366.66; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1142 Brem photon produced 52 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, 12.512, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, 8.34132, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, 33.3653, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 90 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4921.06; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1143 Brem photon produced 55 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 41.7066, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -41.7066, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -37.5359, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -41.7066, 6] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -37.5359, 5] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -33.3653, 4] + [ ecalVeto ] 0 : Hit 6: [-12.0397, -29.1946, 3] + [ ecalVeto ] 0 : Hit 7: [-9.63173, -33.3653, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [77.0538, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [74.6459, 12.512, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -25.024, 5] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -29.1946, 4] + [ ecalVeto ] 0 : Hit 4: [-16.8555, -29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 95 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6106.24; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1144 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [37.5914, -156.865, 29] + [ ecalVeto ] 0 : Hit 1: [39.9993, -152.694, 28] + [ ecalVeto ] 0 : Hit 2: [37.5914, -148.523, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [39.9993, -136.011, 26] + [ ecalVeto ] 0 : Hit 1: [37.5914, -131.841, 25] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -70.9012, 15] + [ ecalVeto ] 0 : Hit 1: [4.81586, -66.7306, 14] + [ ecalVeto ] 0 : Hit 2: [2.40793, -62.5599, 13] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -62.5599, 14] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -58.3892, 13] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [73.7103, -69.2808, 13] + [ ecalVeto ] 0 : Hit 1: [76.1183, -65.1101, 12] + [ ecalVeto ] 0 : Hit 2: [73.7103, -60.9395, 11] + [ ecalVeto ] 0 : Hit 3: [76.1183, -56.7688, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 37 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3954.64; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1145 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -66.7306, 23] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -62.5599, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-60.1983, -62.5599, 20] + [ ecalVeto ] 0 : Hit 1: [-62.6062, -58.3892, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -25.024, 10] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -20.8533, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -25.024, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -8.34132, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -12.512, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8411.94; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1146 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2829.58; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1147 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 28 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3069.87; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1148 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 14 + [ ecalVeto ] 0 : Beginning track merging using 14 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 14 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-112.237, 110.987, 27] + [ ecalVeto ] 0 : Hit 1: [-109.829, 106.817, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-105.013, 106.817, 25] + [ ecalVeto ] 0 : Hit 1: [-102.606, 102.646, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 102.646, 23] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 98.4754, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -85.9634, 23] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -81.7928, 22] + [ ecalVeto ] 0 : Hit 2: [-68.8945, -85.9634, 21] + [ ecalVeto ] 0 : Hit 3: [-66.4865, -90.1341, 20] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [62.6062, 33.3653, 22] + [ ecalVeto ] 0 : Hit 1: [60.1983, 29.1946, 21] + [ ecalVeto ] 0 : Hit 2: [62.6062, 33.3653, 20] + [ ecalVeto ] 0 : Hit 3: [60.1983, 29.1946, 19] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 98.4754, 21] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 94.3048, 20] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 94.3048, 19] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 90.1341, 18] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -81.7928, 19] + [ ecalVeto ] 0 : Hit 1: [-59.2627, -77.6221, 18] + [ ecalVeto ] 0 : Hit 2: [-61.6707, -73.4515, 17] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 90.1341, 17] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 94.3048, 16] + [ ecalVeto ] 0 : Hit 2: [-76.1183, 90.1341, 15] + [ ecalVeto ] 0 : Hit 3: [-73.7103, 85.9634, 14] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 85.9634, 13] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 81.7928, 12] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-47.2231, 73.4515, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 70.9012, 8] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 4.17066, 6] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 12.512, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 16.6826, 4] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 54.2186, 3] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 50.0479, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 14 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3329.8; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1149 Brem photon produced 67 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 4.17066, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 2] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 4.17066, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5167.5; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1150 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 31 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2644.07; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1151 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-148.356, -90.1341, 29] + [ ecalVeto ] 0 : Hit 1: [-145.948, -85.9634, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -50.0479, 19] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -52.5982, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-69.83, -37.5359, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -33.3653, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 39 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2034.65; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1152 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 79.2426, 1] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 83.4132, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 42 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5522.01; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1153 Brem photon produced 56 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-69.83, -20.8533, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -25.024, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -33.3653, 13] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -29.1946, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -12.512, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4531.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1154 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-169.092, 4.17066, 19] + [ ecalVeto ] 0 : Hit 1: [-166.684, 8.34132, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 70.9012, 14] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 66.7306, 13] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 62.5599, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 29.1946, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 13] + [ ecalVeto ] 0 : Hit 2: [12.0397, 37.5359, 12] + [ ecalVeto ] 0 : Hit 3: [9.63173, 41.7066, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, 58.3892, 14] + [ ecalVeto ] 0 : Hit 1: [16.8555, 54.2186, 13] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 6: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 7: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 94 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6783.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1155 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-80.9341, 181.889, 28] + [ ecalVeto ] 0 : Hit 1: [-83.3421, 177.718, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-105.013, 90.1341, 19] + [ ecalVeto ] 0 : Hit 1: [-102.606, 94.3048, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-105.013, 73.4515, 19] + [ ecalVeto ] 0 : Hit 1: [-102.606, 69.2808, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-95.3817, 73.4515, 18] + [ ecalVeto ] 0 : Hit 1: [-97.7897, 77.6221, 17] + [ ecalVeto ] 0 : Hit 2: [-95.3817, 73.4515, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -58.3892, 16] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -54.2186, 15] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 69.2808, 15] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 65.1101, 14] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [19.2635, -50.0479, 14] + [ ecalVeto ] 0 : Hit 1: [16.8555, -45.8773, 13] + [ ecalVeto ] 0 : Hit 2: [19.2635, -41.7066, 12] + [ ecalVeto ] 0 : Hit 3: [16.8555, -37.5359, 11] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 60.9395, 13] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 65.1101, 12] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 54.2186, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 50.0479, 10] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-33.711, -50.0479, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -54.2186, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 100 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4201.89; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1156 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 23 + [ ecalVeto ] 0 : Beginning track merging using 23 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 19 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -119.329, 33] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -115.158, 32] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -85.9634, 29] + [ ecalVeto ] 0 : Hit 1: [-52.039, -81.7928, 28] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -62.5599, 25] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -58.3892, 24] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, -41.7066, 21] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -45.8773, 20] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -37.5359, 19] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -33.3653, 18] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [83.3421, 136.011, 18] + [ ecalVeto ] 0 : Hit 1: [80.9341, 140.182, 17] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -33.3653, 17] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -29.1946, 16] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -25.024, 15] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -20.8533, 14] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [76.1183, 148.523, 16] + [ ecalVeto ] 0 : Hit 1: [73.7103, 152.694, 15] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [59.2627, -127.67, 15] + [ ecalVeto ] 0 : Hit 1: [61.6707, -123.499, 14] + [ ecalVeto ] 0 : Hit 2: [66.4865, -123.499, 15] + [ ecalVeto ] 0 : Hit 3: [68.8945, -119.329, 14] + [ ecalVeto ] 0 : Hit 4: [66.4865, -115.158, 13] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 12] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 11] + [ ecalVeto ] 0 : Hit 3: [12.0397, 20.8533, 10] + [ ecalVeto ] 0 : Hit 4: [9.63173, 25.024, 9] + [ ecalVeto ] 0 : Hit 5: [12.0397, 29.1946, 8] + [ ecalVeto ] 0 : Hit 6: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Hit 7: [12.0397, 29.1946, 6] + [ ecalVeto ] 0 : Hit 8: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 9: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 10: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -12.512, 13] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -16.6826, 12] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -12.512, 11] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -8.34132, 10] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [12.0397, 37.5359, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, 41.7066, 9] + [ ecalVeto ] 0 : Hit 2: [9.63173, 41.7066, 7] + [ ecalVeto ] 0 : Hit 3: [2.40793, 37.5359, 9] + [ ecalVeto ] 0 : Hit 4: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 5: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 6: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 5: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 6: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 7: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 8: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 9: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 10: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -8.34132, 8] + [ ecalVeto ] 0 : Track 14: + [ ecalVeto ] 0 : Hit 0: [19.2635, 25.024, 8] + [ ecalVeto ] 0 : Hit 1: [19.2635, 25.024, 6] + [ ecalVeto ] 0 : Track 15: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 16.6826, 6] + [ ecalVeto ] 0 : Track 16: + [ ecalVeto ] 0 : Hit 0: [24.0793, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [26.4873, 12.512, 6] + [ ecalVeto ] 0 : Track 17: + [ ecalVeto ] 0 : Hit 0: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, 20.8533, 2] + [ ecalVeto ] 0 : Track 18: + [ ecalVeto ] 0 : Hit 0: [2.40793, 45.8773, 3] + [ ecalVeto ] 0 : Hit 1: [4.81586, 41.7066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 19 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4341.57; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1157 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [40.9348, 20.8533, 14] + [ ecalVeto ] 0 : Hit 1: [38.5269, 25.024, 13] + [ ecalVeto ] 0 : Hit 2: [40.9348, 29.1946, 12] + [ ecalVeto ] 0 : Hit 3: [38.5269, 25.024, 11] + [ ecalVeto ] 0 : Hit 4: [40.9348, 20.8533, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 4: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 105 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3877.85; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1158 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 41.7066, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 37.5359, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4706.91; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1159 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5348.11; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1160 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-125.749, -29.1946, 21] + [ ecalVeto ] 0 : Hit 1: [-123.341, -25.024, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -12.512, 17] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -16.6826, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -12.512, 15] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -8.34132, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 25.024, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 20.8533, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -2.66454e-15, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 4: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 6: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 7: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Hit 8: [2.40793, 20.8533, 1] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 8.34132, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4060.53; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1161 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-45.7507, 62.5599, 16] + [ ecalVeto ] 0 : Hit 1: [-48.1586, 58.3892, 15] + [ ecalVeto ] 0 : Hit 2: [-45.7507, 54.2186, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-45.7507, 45.8773, 14] + [ ecalVeto ] 0 : Hit 1: [-48.1586, 41.7066, 13] + [ ecalVeto ] 0 : Hit 2: [-45.7507, 37.5359, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -33.3653, 2] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -33.3653, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 95 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3994.1; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1162 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [60.1983, -20.8533, 21] + [ ecalVeto ] 0 : Hit 1: [62.6062, -25.024, 20] + [ ecalVeto ] 0 : Hit 2: [60.1983, -20.8533, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [55.3824, -20.8533, 18] + [ ecalVeto ] 0 : Hit 1: [52.9745, -25.024, 17] + [ ecalVeto ] 0 : Hit 2: [55.3824, -20.8533, 16] + [ ecalVeto ] 0 : Hit 3: [52.9745, -25.024, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 4.17066, 2] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Hit 8: [-2.40793, -4.17066, 0] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 4: [12.0397, -4.17066, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 9855.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1163 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2345.91; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1164 Brem photon produced 61 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -50.0479, 21] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -45.8773, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, -41.7066, 19] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -37.5359, 18] + [ ecalVeto ] 0 : Hit 2: [-33.711, -33.3653, 17] + [ ecalVeto ] 0 : Hit 3: [-31.3031, -29.1946, 16] + [ ecalVeto ] 0 : Hit 4: [-33.711, -25.024, 15] + [ ecalVeto ] 0 : Hit 5: [-31.3031, -20.8533, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5341.25; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1165 Brem photon produced 57 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 16] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 15] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 14] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 12] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 4.17066, 10] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 8.34132, 9] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 7: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 12.512, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 20.8533, 5] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 16.6826, 4] + [ ecalVeto ] 0 : Hit 5: [-12.0397, 12.512, 3] + [ ecalVeto ] 0 : Hit 6: [-9.63173, 16.6826, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3563.66; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1166 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, -12.512, 14] + [ ecalVeto ] 0 : Hit 1: [26.4873, -12.512, 12] + [ ecalVeto ] 0 : Hit 2: [31.3031, -12.512, 13] + [ ecalVeto ] 0 : Hit 3: [31.3031, -12.512, 11] + [ ecalVeto ] 0 : Hit 4: [33.711, -16.6826, 10] + [ ecalVeto ] 0 : Hit 5: [33.711, -16.6826, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [45.7507, 20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [45.7507, 20.8533, 11] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5574.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1167 Brem photon produced 57 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -45.8773, 17] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -41.7066, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -58.3892, 13] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -54.2186, 12] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -50.0479, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -4.17066, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -4.17066, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -20.8533, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [19.2635, 33.3653, 4] + [ ecalVeto ] 0 : Hit 1: [16.8555, 29.1946, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6747.75; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1168 Brem photon produced 59 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -20.8533, 12] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -16.6826, 11] + [ ecalVeto ] 0 : Hit 3: [-26.4873, -20.8533, 13] + [ ecalVeto ] 0 : Hit 4: [-24.0793, -25.024, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4217; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1169 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 11 + [ ecalVeto ] 0 : Beginning track merging using 11 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 11 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-112.237, -69.2808, 21] + [ ecalVeto ] 0 : Hit 1: [-109.829, -65.1101, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [90.5659, -156.865, 20] + [ ecalVeto ] 0 : Hit 1: [88.1579, -152.694, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -60.9395, 19] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -56.7688, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -52.5982, 17] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -50.0479, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-69.83, -37.5359, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -33.3653, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [61.6707, -106.817, 14] + [ ecalVeto ] 0 : Hit 1: [59.2627, -102.646, 13] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -29.1946, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -25.024, 12] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -25.024, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -20.8533, 10] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -8.34132, 8] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-33.711, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -12.512, 8] + [ ecalVeto ] 0 : Hit 2: [-33.711, -8.34132, 7] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -2.66454e-15, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 11 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4488.22; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1170 Brem photon produced 48 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [62.6062, -50.0479, 26] + [ ecalVeto ] 0 : Hit 1: [60.1983, -45.8773, 25] + [ ecalVeto ] 0 : Hit 2: [60.1983, -45.8773, 23] + [ ecalVeto ] 0 : Hit 3: [62.6062, -50.0479, 22] + [ ecalVeto ] 0 : Hit 4: [60.1983, -45.8773, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [52.9745, -41.7066, 21] + [ ecalVeto ] 0 : Hit 1: [55.3824, -45.8773, 20] + [ ecalVeto ] 0 : Hit 2: [52.9745, -41.7066, 19] + [ ecalVeto ] 0 : Hit 3: [55.3824, -45.8773, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -73.4515, 5] + [ ecalVeto ] 0 : Hit 1: [-59.2627, -69.2808, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 91 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3144.74; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1171 Brem photon produced 39 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [18.3279, 123.499, 20] + [ ecalVeto ] 0 : Hit 1: [15.92, 119.329, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-111.302, -45.8773, 19] + [ ecalVeto ] 0 : Hit 1: [-108.894, -50.0479, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 66.7306, 18] + [ ecalVeto ] 0 : Hit 1: [2.40793, 62.5599, 17] + [ ecalVeto ] 0 : Hit 2: [2.40793, 62.5599, 15] + [ ecalVeto ] 0 : Hit 3: [4.81586, 58.3892, 14] + [ ecalVeto ] 0 : Hit 4: [2.40793, 54.2186, 13] + [ ecalVeto ] 0 : Hit 5: [4.81586, 58.3892, 12] + [ ecalVeto ] 0 : Hit 6: [2.40793, 54.2186, 11] + [ ecalVeto ] 0 : Hit 7: [4.81586, 50.0479, 10] + [ ecalVeto ] 0 : Hit 8: [2.40793, 54.2186, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -37.5359, 17] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -33.3653, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -29.1946, 15] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -25.024, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 45.8773, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 41.7066, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 45.8773, 8] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 45.8773, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 41.7066, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 29.1946, 2] + [ ecalVeto ] 0 : Hit 8: [-4.81586, 25.024, 1] + [ ecalVeto ] 0 : Hit 9: [-2.40793, 29.1946, 0] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 12.512, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 16.6826, 4] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 105 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4697.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1172 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-183.54, 20.8533, 33] + [ ecalVeto ] 0 : Hit 1: [-181.132, 16.6826, 32] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-161.868, 16.6826, 29] + [ ecalVeto ] 0 : Hit 1: [-159.46, 20.8533, 28] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-147.421, 16.6826, 27] + [ ecalVeto ] 0 : Hit 1: [-145.013, 20.8533, 26] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-111.302, 20.8533, 21] + [ ecalVeto ] 0 : Hit 1: [-108.894, 25.024, 20] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 20.8533, 19] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 25.024, 18] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 25.024, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 20.8533, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 25.024, 8] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3755.8; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1173 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [74.6459, 4.17066, 17] + [ ecalVeto ] 0 : Hit 1: [74.6459, 4.17066, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [52.9745, 8.34132, 15] + [ ecalVeto ] 0 : Hit 1: [55.3824, 12.512, 14] + [ ecalVeto ] 0 : Hit 2: [52.9745, 8.34132, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Hit 4: [12.0397, -29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4643.99; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1174 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-140.197, 70.9012, 21] + [ ecalVeto ] 0 : Hit 1: [-137.789, 66.7306, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-125.749, 62.5599, 19] + [ ecalVeto ] 0 : Hit 1: [-123.341, 58.3892, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [40.9348, 20.8533, 16] + [ ecalVeto ] 0 : Hit 1: [38.5269, 25.024, 15] + [ ecalVeto ] 0 : Hit 2: [40.9348, 20.8533, 14] + [ ecalVeto ] 0 : Hit 3: [38.5269, 16.6826, 13] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [33.711, 25.024, 14] + [ ecalVeto ] 0 : Hit 1: [31.3031, 20.8533, 13] + [ ecalVeto ] 0 : Hit 2: [33.711, 16.6826, 12] + [ ecalVeto ] 0 : Hit 3: [31.3031, 20.8533, 11] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 14] + [ ecalVeto ] 0 : Hit 1: [12.0397, 4.17066, 12] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 41.7066, 10] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 33.3653, 8] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [19.2635, 25.024, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, 29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [19.2635, 25.024, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5025.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1175 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-105.013, -81.7928, 15] + [ ecalVeto ] 0 : Hit 1: [-102.606, -77.6221, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [38.5269, 16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [38.5269, 16.6826, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, -33.3653, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, -29.1946, 9] + [ ecalVeto ] 0 : Hit 4: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [26.4873, 12.512, 12] + [ ecalVeto ] 0 : Hit 1: [24.0793, 16.6826, 11] + [ ecalVeto ] 0 : Hit 2: [26.4873, 12.512, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 115 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8668.36; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1176 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 20 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2414.52; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1177 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, 33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, 29.1946, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 4: [12.0397, -4.17066, 2] + [ ecalVeto ] 0 : Hit 5: [12.0397, -4.17066, 0] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, -33.3653, 4] + [ ecalVeto ] 0 : Hit 1: [16.8555, -29.1946, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3900.87; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1178 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -75.0719, 13] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -70.9012, 12] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -66.7306, 11] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -62.5599, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -33.3653, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -29.1946, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -25.024, 4] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2504.21; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1179 Brem photon produced 63 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 45.8773, 6] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 45.8773, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Hit 4: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Hit 6: [12.0397, 12.512, 2] + [ ecalVeto ] 0 : Hit 7: [9.63173, 8.34132, 1] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 41.7066, 4] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 41.7066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 93 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5044.18; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1180 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -33.3653, 24] + [ ecalVeto ] 0 : Hit 1: [16.8555, -29.1946, 23] + [ ecalVeto ] 0 : Hit 2: [19.2635, -25.024, 22] + [ ecalVeto ] 0 : Hit 3: [16.8555, -20.8533, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -20.8533, 14] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -16.6826, 13] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6128.91; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1181 Brem photon produced 65 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -45.8773, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -41.7066, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [12.0397, -29.1946, 10] + [ ecalVeto ] 0 : Hit 2: [9.63173, -25.024, 9] + [ ecalVeto ] 0 : Hit 3: [12.0397, -20.8533, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -25.024, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, -4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [19.2635, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 3: [16.8555, -4.17066, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 41.7066, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 37.5359, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4281.98; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1182 Brem photon produced 42 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-88.1579, -127.67, 28] + [ ecalVeto ] 0 : Hit 1: [-90.5659, -123.499, 27] + [ ecalVeto ] 0 : Hit 2: [-88.1579, -119.329, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-73.7103, -110.987, 24] + [ ecalVeto ] 0 : Hit 1: [-76.1183, -106.817, 23] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-66.4865, -106.817, 22] + [ ecalVeto ] 0 : Hit 1: [-68.8945, -102.646, 21] + [ ecalVeto ] 0 : Hit 2: [-66.4865, -98.4754, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -94.3048, 19] + [ ecalVeto ] 0 : Hit 1: [-52.039, -90.1341, 18] + [ ecalVeto ] 0 : Hit 2: [-54.4469, -85.9634, 17] + [ ecalVeto ] 0 : Hit 3: [-52.039, -81.7928, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [26.4873, 37.5359, 14] + [ ecalVeto ] 0 : Hit 1: [24.0793, 33.3653, 13] + [ ecalVeto ] 0 : Hit 2: [26.4873, 37.5359, 12] + [ ecalVeto ] 0 : Hit 3: [24.0793, 33.3653, 11] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-33.711, -75.0719, 13] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -70.9012, 12] + [ ecalVeto ] 0 : Hit 2: [-33.711, -66.7306, 11] + [ ecalVeto ] 0 : Hit 3: [-31.3031, -62.5599, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4698.01; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1183 Brem photon produced 80 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -16.6826, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -12.512, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -8.34132, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 70.9012, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 66.7306, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 62.5599, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 58.3892, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 54.2186, 6] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 50.0479, 5] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 45.8773, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3864.92; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1184 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -33.3653, 4] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -29.1946, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -25.024, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5865.44; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1185 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [219.659, 58.3892, 32] + [ ecalVeto ] 0 : Hit 1: [217.251, 54.2186, 31] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [52.039, 131.841, 19] + [ ecalVeto ] 0 : Hit 1: [54.4469, 127.67, 18] + [ ecalVeto ] 0 : Hit 2: [52.039, 123.499, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -29.1946, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4688; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1186 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6570.62; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1187 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [140.197, -54.2186, 30] + [ ecalVeto ] 0 : Hit 1: [137.789, -50.0479, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, 58.3892, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 54.2186, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, 66.7306, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 70.9012, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, 58.3892, 3] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 62.5599, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 54.2186, 1] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 58.3892, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5113.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1188 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 40 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4423.9; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1189 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 25.024, 20] + [ ecalVeto ] 0 : Hit 1: [19.2635, 25.024, 18] + [ ecalVeto ] 0 : Hit 2: [16.8555, 20.8533, 17] + [ ecalVeto ] 0 : Hit 3: [19.2635, 25.024, 16] + [ ecalVeto ] 0 : Hit 4: [16.8555, 20.8533, 15] + [ ecalVeto ] 0 : Hit 5: [19.2635, 25.024, 14] + [ ecalVeto ] 0 : Hit 6: [16.8555, 20.8533, 13] + [ ecalVeto ] 0 : Hit 7: [19.2635, 25.024, 12] + [ ecalVeto ] 0 : Hit 8: [16.8555, 20.8533, 11] + [ ecalVeto ] 0 : Hit 9: [16.8555, 20.8533, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 11] + [ ecalVeto ] 0 : Hit 3: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 4: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Hit 5: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 6: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 7: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 8: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 9: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 10: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Hit 11: [2.40793, 12.512, 1] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [52.9745, 58.3892, 7] + [ ecalVeto ] 0 : Hit 1: [55.3824, 54.2186, 6] + [ ecalVeto ] 0 : Hit 2: [52.9745, 58.3892, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4251.54; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1190 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1190 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5043.96; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1191 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 22] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 21] + [ ecalVeto ] 0 : Hit 2: [12.0397, 20.8533, 20] + [ ecalVeto ] 0 : Hit 3: [9.63173, 16.6826, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 18] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 17] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 16] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 15] + [ ecalVeto ] 0 : Hit 4: [4.81586, 25.024, 14] + [ ecalVeto ] 0 : Hit 5: [2.40793, 20.8533, 13] + [ ecalVeto ] 0 : Hit 6: [4.81586, 25.024, 12] + [ ecalVeto ] 0 : Hit 7: [2.40793, 29.1946, 11] + [ ecalVeto ] 0 : Hit 8: [2.40793, 29.1946, 9] + [ ecalVeto ] 0 : Hit 9: [-2.40793, 29.1946, 10] + [ ecalVeto ] 0 : Hit 10: [-4.81586, 33.3653, 9] + [ ecalVeto ] 0 : Hit 11: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 12: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Hit 13: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 29.1946, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 37.5359, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 33.3653, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 22 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2068.23; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1192 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-162.804, -98.4754, 23] + [ ecalVeto ] 0 : Hit 1: [-160.396, -94.3048, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [39.9993, 102.646, 22] + [ ecalVeto ] 0 : Hit 1: [37.5914, 98.4754, 21] + [ ecalVeto ] 0 : Hit 2: [39.9993, 94.3048, 20] + [ ecalVeto ] 0 : Hit 3: [37.5914, 90.1341, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-45.7507, -37.5359, 14] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -37.5359, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, -2.66454e-15, 1] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 4.17066, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3115.06; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1193 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [31.3031, 54.2186, 9] + [ ecalVeto ] 0 : Hit 1: [31.3031, 54.2186, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [97.7897, 77.6221, 6] + [ ecalVeto ] 0 : Hit 1: [97.7897, 77.6221, 4] + [ ecalVeto ] 0 : Hit 2: [95.3817, 73.4515, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 4.17066, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6254.15; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1194 Brem photon produced 91 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, -62.5599, 16] + [ ecalVeto ] 0 : Hit 1: [24.0793, -58.3892, 15] + [ ecalVeto ] 0 : Hit 2: [26.4873, -54.2186, 14] + [ ecalVeto ] 0 : Hit 3: [24.0793, -50.0479, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 12.512, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 8.34132, 4] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 12.512, 3] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 16.6826, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Hit 4: [2.40793, 4.17066, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3710.14; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1195 Brem photon produced 51 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 94.3048, 25] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 90.1341, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 81.7928, 23] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 85.9634, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 77.6221, 21] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 73.4515, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 58.3892, 17] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 54.2186, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 45.8773, 15] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 41.7066, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 33.3653, 13] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 29.1946, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 25.024, 12] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 20.8533, 11] + [ ecalVeto ] 0 : Hit 2: [-38.5269, 16.6826, 10] + [ ecalVeto ] 0 : Hit 3: [-40.9348, 12.512, 9] + [ ecalVeto ] 0 : Hit 4: [-38.5269, 8.34132, 8] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6781.48; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1196 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3014.23; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1197 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 58.3892, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, 54.2186, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, 50.0479, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, 54.2186, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4587.07; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1198 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-15.92, 102.646, 24] + [ ecalVeto ] 0 : Hit 1: [-18.3279, 98.4754, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 1] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 40 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1796.64; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1199 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [32.7755, 81.7928, 12] + [ ecalVeto ] 0 : Hit 1: [31.3031, 79.2426, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 41.7066, 1] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 45.8773, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7734.68; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1200 Brem photon produced 43 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 17] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 16] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 15] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 11] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 8: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 11] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 4: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 5: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -8.34132, 8] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -12.512, 5] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -8.34132, 4] + [ ecalVeto ] 0 : Hit 5: [-12.0397, -4.17066, 3] + [ ecalVeto ] 0 : Hit 6: [-9.63173, -8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 107 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6416.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1201 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-132.973, -41.7066, 23] + [ ecalVeto ] 0 : Hit 1: [-130.565, -37.5359, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-118.525, -33.3653, 21] + [ ecalVeto ] 0 : Hit 1: [-116.118, -37.5359, 20] + [ ecalVeto ] 0 : Finding linreg tracks from 37 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3354.48; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1202 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1202 Brem photon produced 33 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 11] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 10] + [ ecalVeto ] 0 : Hit 2: [12.0397, 20.8533, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 4: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 5: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 6: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 7: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 6: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 7: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4359; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1203 Brem photon produced 5 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -41.7066, 4] + [ ecalVeto ] 0 : Hit 1: [19.2635, -41.7066, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [39.9993, -119.329, 2] + [ ecalVeto ] 0 : Hit 1: [37.5914, -115.158, 1] + [ ecalVeto ] 0 : Hit 2: [39.9993, -110.987, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4051.98; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1204 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-52.039, 81.7928, 20] + [ ecalVeto ] 0 : Hit 1: [-54.4469, 77.6221, 19] + [ ecalVeto ] 0 : Hit 2: [-52.039, 73.4515, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 54.2186, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 50.0479, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5568.43; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1205 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-39.9993, 94.3048, 7] + [ ecalVeto ] 0 : Hit 1: [-37.5914, 90.1341, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5226.98; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1206 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2744.41; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1207 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1207 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-47.2231, -81.7928, 17] + [ ecalVeto ] 0 : Hit 1: [-44.8152, -77.6221, 16] + [ ecalVeto ] 0 : Finding linreg tracks from 29 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3309.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1208 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 37.5359, 15] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 37.5359, 13] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 33.3653, 12] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 37.5359, 11] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 33.3653, 10] + [ ecalVeto ] 0 : Hit 5: [-12.0397, 29.1946, 9] + [ ecalVeto ] 0 : Hit 6: [-9.63173, 25.024, 8] + [ ecalVeto ] 0 : Hit 7: [-12.0397, 20.8533, 7] + [ ecalVeto ] 0 : Hit 8: [-9.63173, 25.024, 6] + [ ecalVeto ] 0 : Hit 9: [-12.0397, 29.1946, 5] + [ ecalVeto ] 0 : Hit 10: [-9.63173, 33.3653, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 9] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Hit 7: [-12.0397, 20.8533, 5] + [ ecalVeto ] 0 : Hit 8: [-9.63173, 25.024, 4] + [ ecalVeto ] 0 : Hit 9: [-9.63173, 25.024, 2] + [ ecalVeto ] 0 : Hit 10: [-9.63173, 25.024, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5620.25; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1209 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-118.525, 33.3653, 17] + [ ecalVeto ] 0 : Hit 1: [-116.118, 37.5359, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -25.024, 16] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -29.1946, 15] + [ ecalVeto ] 0 : Hit 2: [-38.5269, -33.3653, 14] + [ ecalVeto ] 0 : Hit 3: [-40.9348, -29.1946, 13] + [ ecalVeto ] 0 : Hit 4: [-38.5269, -33.3653, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 41.7066, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 33.3653, 9] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-69.83, 45.8773, 11] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 41.7066, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 50.0479, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 33.3653, 6] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 33.3653, 4] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 33.3653, 2] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 29.1946, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3885; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1210 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2910.59; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1211 Brem photon produced 52 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 38 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3897.19; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1212 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [61.6707, -156.865, 32] + [ ecalVeto ] 0 : Hit 1: [59.2627, -152.694, 31] + [ ecalVeto ] 0 : Hit 2: [61.6707, -148.523, 30] + [ ecalVeto ] 0 : Hit 3: [59.2627, -144.353, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [44.8152, -119.329, 25] + [ ecalVeto ] 0 : Hit 1: [47.2231, -115.158, 24] + [ ecalVeto ] 0 : Hit 2: [44.8152, -110.987, 23] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -45.8773, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -41.7066, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 62.5599, 8] + [ ecalVeto ] 0 : Hit 1: [-33.711, 58.3892, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-74.6459, 20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [-77.0538, 16.6826, 7] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 45.8773, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 41.7066, 6] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 20.8533, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 121 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4812.35; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1213 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 4.17066, 17] + [ ecalVeto ] 0 : Hit 1: [-55.3824, 4.17066, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 37.5359, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5800.85; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1214 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-47.2231, -198.571, 13] + [ ecalVeto ] 0 : Hit 1: [-44.8152, -194.401, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -29.1946, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Hit 8: [-2.40793, -37.5359, 2] + [ ecalVeto ] 0 : Hit 9: [-4.81586, -33.3653, 1] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -41.7066, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -37.5359, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -41.7066, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 103 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6093.53; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1215 Brem photon produced 37 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, -66.7306, 24] + [ ecalVeto ] 0 : Hit 1: [31.3031, -62.5599, 23] + [ ecalVeto ] 0 : Hit 2: [33.711, -58.3892, 22] + [ ecalVeto ] 0 : Hit 3: [31.3031, -62.5599, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, -54.2186, 20] + [ ecalVeto ] 0 : Hit 1: [26.4873, -54.2186, 18] + [ ecalVeto ] 0 : Hit 2: [24.0793, -50.0479, 17] + [ ecalVeto ] 0 : Hit 3: [26.4873, -45.8773, 16] + [ ecalVeto ] 0 : Hit 4: [24.0793, -41.7066, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, -41.7066, 14] + [ ecalVeto ] 0 : Hit 1: [16.8555, -37.5359, 13] + [ ecalVeto ] 0 : Hit 2: [19.2635, -33.3653, 12] + [ ecalVeto ] 0 : Hit 3: [16.8555, -29.1946, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, -29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, -20.8533, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -2.66454e-15, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6323.23; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1216 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 11] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 1: [16.8555, -4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [19.2635, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 3: [16.8555, -4.17066, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5758.96; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1217 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 169.377, 25] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 165.206, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, 50.0479, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 45.8773, 10] + [ ecalVeto ] 0 : Hit 2: [-33.711, 41.7066, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 29.1946, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -8.34132, 1] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 103 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5660.81; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1218 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [61.6707, 115.158, 16] + [ ecalVeto ] 0 : Hit 1: [59.2627, 110.987, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -2.66454e-15, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3288.56; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1219 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [32.7755, 123.499, 28] + [ ecalVeto ] 0 : Hit 1: [30.3676, 119.329, 27] + [ ecalVeto ] 0 : Hit 2: [32.7755, 123.499, 26] + [ ecalVeto ] 0 : Hit 3: [30.3676, 119.329, 25] + [ ecalVeto ] 0 : Hit 4: [32.7755, 123.499, 24] + [ ecalVeto ] 0 : Hit 5: [30.3676, 119.329, 23] + [ ecalVeto ] 0 : Hit 6: [32.7755, 115.158, 22] + [ ecalVeto ] 0 : Hit 7: [30.3676, 110.987, 21] + [ ecalVeto ] 0 : Hit 8: [32.7755, 106.817, 20] + [ ecalVeto ] 0 : Hit 9: [30.3676, 102.646, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, -16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-33.711, -16.6826, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 41.7066, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 45.8773, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4139.11; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1220 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [81.8697, -8.34132, 25] + [ ecalVeto ] 0 : Hit 1: [84.2776, -12.512, 24] + [ ecalVeto ] 0 : Hit 2: [81.8697, -16.6826, 23] + [ ecalVeto ] 0 : Hit 3: [84.2776, -20.8533, 22] + [ ecalVeto ] 0 : Hit 4: [81.8697, -16.6826, 21] + [ ecalVeto ] 0 : Hit 5: [84.2776, -20.8533, 20] + [ ecalVeto ] 0 : Hit 6: [81.8697, -16.6826, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -12.512, 12] + [ ecalVeto ] 0 : Hit 1: [-33.711, -16.6826, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -25.024, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4499.43; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1221 Brem photon produced 42 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 6: [4.81586, -8.34132, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5853.38; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1222 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-54.4469, 227.766, 17] + [ ecalVeto ] 0 : Hit 1: [-52.039, 223.595, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 65.1101, 11] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 60.9395, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5737.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1223 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [97.7897, -136.011, 22] + [ ecalVeto ] 0 : Hit 1: [95.3817, -131.841, 21] + [ ecalVeto ] 0 : Hit 2: [97.7897, -127.67, 20] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3330.53; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1224 Brem photon produced 67 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 41.7066, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, 25.024, 3] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 20.8533, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, 37.5359, 2] + [ ecalVeto ] 0 : Hit 1: [12.0397, 37.5359, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 29 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5367.61; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1225 Brem photon produced 45 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 8.34132, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -45.8773, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Hit 2: [4.81586, 33.3653, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5918.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1226 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 14 + [ ecalVeto ] 0 : Beginning track merging using 14 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 14 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-176.316, 33.3653, 33] + [ ecalVeto ] 0 : Hit 1: [-173.908, 37.5359, 32] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-169.092, 37.5359, 31] + [ ecalVeto ] 0 : Hit 1: [-166.684, 41.7066, 30] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-161.868, 41.7066, 29] + [ ecalVeto ] 0 : Hit 1: [-159.46, 45.8773, 28] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-147.421, 50.0479, 27] + [ ecalVeto ] 0 : Hit 1: [-145.013, 54.2186, 26] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-118.525, 58.3892, 23] + [ ecalVeto ] 0 : Hit 1: [-116.118, 54.2186, 22] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-111.302, 45.8773, 21] + [ ecalVeto ] 0 : Hit 1: [-108.894, 41.7066, 20] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 37.5359, 19] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 33.3653, 18] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-45.7507, -4.17066, 14] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -8.34132, 13] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -25.024, 12] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -2.66454e-15, 12] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-33.711, -25.024, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -20.8533, 10] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -8.34132, 10] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -16.6826, 8] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 14 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4541.55; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1227 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 50.0479, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, 45.8773, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, 41.7066, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, 37.5359, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 58.3892, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 62.5599, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 54.2186, 8] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 50.0479, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 4.17066, 2] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -2.66454e-15, 1] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -4.17066, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8386.4; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1228 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-112.237, 119.329, 23] + [ ecalVeto ] 0 : Hit 1: [-109.829, 115.158, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [60.1983, 29.1946, 23] + [ ecalVeto ] 0 : Hit 1: [62.6062, 33.3653, 22] + [ ecalVeto ] 0 : Hit 2: [60.1983, 29.1946, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 90.1341, 19] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 85.9634, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 81.7928, 17] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 77.6221, 16] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2919.77; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1229 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-32.7755, 98.4754, 29] + [ ecalVeto ] 0 : Hit 1: [-30.3676, 102.646, 28] + [ ecalVeto ] 0 : Hit 2: [-32.7755, 106.817, 27] + [ ecalVeto ] 0 : Hit 3: [-30.3676, 102.646, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-39.9993, 94.3048, 29] + [ ecalVeto ] 0 : Hit 1: [-37.5914, 98.4754, 28] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-47.2231, 98.4754, 29] + [ ecalVeto ] 0 : Hit 1: [-44.8152, 102.646, 28] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 29.1946, 16] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 25.024, 15] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 12.512, 14] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 8.34132, 13] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 4.17066, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4660.29; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1230 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-116.118, -20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [-118.525, -25.024, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -41.7066, 5] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -45.8773, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, -33.3653, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -29.1946, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -70.9012, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -75.0719, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 104 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6044.82; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1231 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [40.9348, 45.8773, 20] + [ ecalVeto ] 0 : Hit 1: [38.5269, 41.7066, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-60.1983, -45.8773, 14] + [ ecalVeto ] 0 : Hit 1: [-62.6062, -41.7066, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -45.8773, 12] + [ ecalVeto ] 0 : Hit 1: [-33.711, -41.7066, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -41.7066, 10] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -37.5359, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -37.5359, 8] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -33.3653, 7] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -37.5359, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6499.48; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1232 Brem photon produced 41 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-54.4469, 127.67, 17] + [ ecalVeto ] 0 : Hit 1: [-52.039, 131.841, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-59.2627, 136.011, 14] + [ ecalVeto ] 0 : Hit 1: [-61.6707, 140.182, 13] + [ ecalVeto ] 0 : Hit 2: [-59.2627, 136.011, 12] + [ ecalVeto ] 0 : Hit 3: [-61.6707, 140.182, 11] + [ ecalVeto ] 0 : Finding linreg tracks from 36 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4378.09; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1233 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-154.644, -70.9012, 27] + [ ecalVeto ] 0 : Hit 1: [-152.237, -66.7306, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-95.3817, -81.7928, 26] + [ ecalVeto ] 0 : Hit 1: [-97.7897, -77.6221, 25] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-140.197, -70.9012, 25] + [ ecalVeto ] 0 : Hit 1: [-137.789, -66.7306, 24] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-102.606, -77.6221, 24] + [ ecalVeto ] 0 : Hit 1: [-105.013, -73.4515, 23] + [ ecalVeto ] 0 : Hit 2: [-105.013, -73.4515, 21] + [ ecalVeto ] 0 : Hit 3: [-109.829, -73.4515, 22] + [ ecalVeto ] 0 : Hit 4: [-112.237, -69.2808, 21] + [ ecalVeto ] 0 : Hit 5: [-109.829, -65.1101, 20] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-183.54, -79.2426, 21] + [ ecalVeto ] 0 : Hit 1: [-181.132, -83.4132, 20] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -60.9395, 19] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -56.7688, 18] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -33.3653, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -29.1946, 12] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-33.711, -33.3653, 3] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3991.95; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1234 Brem photon produced 39 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -41.7066, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 29.1946, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-45.7507, 20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-48.1586, 16.6826, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-67.4221, 33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [-69.83, 29.1946, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-33.711, -25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -29.1946, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 12.512, 5] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 87 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6497.25; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1235 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 14 + [ ecalVeto ] 0 : Beginning track merging using 14 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 13 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-125.749, 12.512, 29] + [ ecalVeto ] 0 : Hit 1: [-123.341, 16.6826, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-118.525, 16.6826, 27] + [ ecalVeto ] 0 : Hit 1: [-116.118, 12.512, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-104.078, 16.6826, 25] + [ ecalVeto ] 0 : Hit 1: [-101.67, 20.8533, 24] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 77.6221, 21] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 73.4515, 20] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 25.024, 21] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 29.1946, 20] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 65.1101, 19] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 60.9395, 18] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 29.1946, 17] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 25.024, 16] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-69.83, 54.2186, 17] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 50.0479, 16] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [31.3031, -29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [33.711, -25.024, 8] + [ ecalVeto ] 0 : Hit 2: [31.3031, -29.1946, 7] + [ ecalVeto ] 0 : Hit 3: [33.711, -25.024, 6] + [ ecalVeto ] 0 : Hit 4: [40.9348, -20.8533, 8] + [ ecalVeto ] 0 : Hit 5: [38.5269, -16.6826, 7] + [ ecalVeto ] 0 : Hit 6: [40.9348, -12.512, 6] + [ ecalVeto ] 0 : Hit 7: [38.5269, -16.6826, 5] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [31.3031, -20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [33.711, -16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [31.3031, -12.512, 7] + [ ecalVeto ] 0 : Hit 3: [33.711, -16.6826, 6] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 4.17066, 6] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 8.34132, 3] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 4.17066, 2] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 16.6826, 1] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 20.8533, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 97 hits + [ ecalVeto ] 0 : MIP tracking completed; found 13 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6101.71; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1236 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, -66.7306, 24] + [ ecalVeto ] 0 : Hit 1: [31.3031, -62.5599, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 37.5359, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4374.71; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1237 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, -41.7066, 16] + [ ecalVeto ] 0 : Hit 1: [31.3031, -37.5359, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 91 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 9849.7; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1238 Brem photon produced 40 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5595.43; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1239 Brem photon produced 37 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-125.749, 62.5599, 27] + [ ecalVeto ] 0 : Hit 1: [-123.341, 58.3892, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-111.302, 54.2186, 25] + [ ecalVeto ] 0 : Hit 1: [-108.894, 50.0479, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-104.078, 50.0479, 23] + [ ecalVeto ] 0 : Hit 1: [-101.67, 45.8773, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 29.1946, 19] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 25.024, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, 41.7066, 19] + [ ecalVeto ] 0 : Hit 1: [12.0397, 37.5359, 18] + [ ecalVeto ] 0 : Hit 2: [9.63173, 33.3653, 17] + [ ecalVeto ] 0 : Hit 3: [12.0397, 29.1946, 16] + [ ecalVeto ] 0 : Hit 4: [9.63173, 25.024, 15] + [ ecalVeto ] 0 : Hit 5: [12.0397, 20.8533, 14] + [ ecalVeto ] 0 : Hit 6: [9.63173, 16.6826, 13] + [ ecalVeto ] 0 : Hit 7: [12.0397, 12.512, 12] + [ ecalVeto ] 0 : Hit 8: [9.63173, 8.34132, 11] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-69.83, 20.8533, 17] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 16.6826, 16] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 16.6826, 15] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 12.512, 14] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -2.66454e-15, 12] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [9.63173, -41.7066, 3] + [ ecalVeto ] 0 : Hit 1: [9.63173, -41.7066, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4504.11; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1240 Brem photon produced 58 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5303.34; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1241 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1241 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5769.95; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1242 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-183.54, -37.5359, 33] + [ ecalVeto ] 0 : Hit 1: [-181.132, -41.7066, 32] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-61.6707, 148.523, 27] + [ ecalVeto ] 0 : Hit 1: [-59.2627, 144.353, 26] + [ ecalVeto ] 0 : Hit 2: [-61.6707, 140.182, 25] + [ ecalVeto ] 0 : Hit 3: [-59.2627, 136.011, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-147.421, -33.3653, 27] + [ ecalVeto ] 0 : Hit 1: [-145.013, -37.5359, 26] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-132.973, -33.3653, 25] + [ ecalVeto ] 0 : Hit 1: [-130.565, -29.1946, 24] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-111.302, -29.1946, 21] + [ ecalVeto ] 0 : Hit 1: [-108.894, -25.024, 20] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-104.078, -25.024, 19] + [ ecalVeto ] 0 : Hit 1: [-101.67, -20.8533, 18] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -20.8533, 15] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -16.6826, 14] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-69.83, -20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -16.6826, 12] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 33.3653, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 29.1946, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 25.024, 6] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -12.512, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3821.06; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1243 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 27 + [ ecalVeto ] 0 : Beginning track merging using 27 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 25 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 33] + [ ecalVeto ] 0 : Hit 1: [4.81586, -33.3653, 32] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 31] + [ ecalVeto ] 0 : Hit 3: [4.81586, -33.3653, 30] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -33.3653, 29] + [ ecalVeto ] 0 : Hit 1: [12.0397, -37.5359, 28] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -94.3048, 29] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -90.1341, 28] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -85.9634, 27] + [ ecalVeto ] 0 : Hit 1: [-52.039, -81.7928, 26] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [16.8555, -37.5359, 27] + [ ecalVeto ] 0 : Hit 1: [19.2635, -41.7066, 26] + [ ecalVeto ] 0 : Hit 2: [16.8555, -37.5359, 25] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-47.2231, -81.7928, 25] + [ ecalVeto ] 0 : Hit 1: [-44.8152, -77.6221, 24] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [12.0397, -37.5359, 24] + [ ecalVeto ] 0 : Hit 1: [9.63173, -41.7066, 23] + [ ecalVeto ] 0 : Hit 2: [12.0397, -37.5359, 22] + [ ecalVeto ] 0 : Hit 3: [9.63173, -41.7066, 21] + [ ecalVeto ] 0 : Hit 4: [12.0397, -37.5359, 20] + [ ecalVeto ] 0 : Hit 5: [9.63173, -41.7066, 19] + [ ecalVeto ] 0 : Hit 6: [12.0397, -37.5359, 18] + [ ecalVeto ] 0 : Hit 7: [9.63173, -33.3653, 17] + [ ecalVeto ] 0 : Hit 8: [12.0397, -29.1946, 16] + [ ecalVeto ] 0 : Hit 9: [9.63173, -25.024, 15] + [ ecalVeto ] 0 : Hit 10: [12.0397, -20.8533, 14] + [ ecalVeto ] 0 : Hit 11: [9.63173, -16.6826, 13] + [ ecalVeto ] 0 : Hit 12: [9.63173, -16.6826, 11] + [ ecalVeto ] 0 : Hit 13: [9.63173, -16.6826, 9] + [ ecalVeto ] 0 : Hit 14: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 15: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 16: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Hit 17: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -62.5599, 21] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -58.3892, 20] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 75.0719, 20] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 75.0719, 18] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -54.2186, 19] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -50.0479, 18] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -45.8773, 17] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -41.7066, 16] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [4.81586, 58.3892, 16] + [ ecalVeto ] 0 : Hit 1: [2.40793, 54.2186, 15] + [ ecalVeto ] 0 : Hit 2: [4.81586, 50.0479, 14] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -41.7066, 15] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -37.5359, 14] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -2.66454e-15, 15] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -4.17066, 12] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 29.1946, 14] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 33.3653, 13] + [ ecalVeto ] 0 : Track 14: + [ ecalVeto ] 0 : Hit 0: [33.711, -50.0479, 14] + [ ecalVeto ] 0 : Hit 1: [31.3031, -45.8773, 13] + [ ecalVeto ] 0 : Hit 2: [33.711, -41.7066, 12] + [ ecalVeto ] 0 : Hit 3: [31.3031, -45.8773, 11] + [ ecalVeto ] 0 : Hit 4: [33.711, -41.7066, 10] + [ ecalVeto ] 0 : Track 15: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 16.6826, 12] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 12.512, 11] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 16.6826, 10] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 12.512, 9] + [ ecalVeto ] 0 : Hit 5: [-12.0397, 4.17066, 11] + [ ecalVeto ] 0 : Hit 6: [-9.63173, 8.34132, 10] + [ ecalVeto ] 0 : Hit 7: [-12.0397, 4.17066, 9] + [ ecalVeto ] 0 : Hit 8: [-9.63173, -2.66454e-15, 8] + [ ecalVeto ] 0 : Track 16: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 13] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 9] + [ ecalVeto ] 0 : Hit 4: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 5: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 6: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 7: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 8: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Track 17: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 13] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 12] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 11] + [ ecalVeto ] 0 : Hit 3: [4.81586, 33.3653, 10] + [ ecalVeto ] 0 : Track 18: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 12.512, 12] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 12.512, 10] + [ ecalVeto ] 0 : Track 19: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 12] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 10] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Track 20: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -79.2426, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -75.0719, 10] + [ ecalVeto ] 0 : Track 21: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 6: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Track 22: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 9] + [ ecalVeto ] 0 : Track 23: + [ ecalVeto ] 0 : Hit 0: [9.63173, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Track 24: + [ ecalVeto ] 0 : Hit 0: [19.2635, -33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, -29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [19.2635, -25.024, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 25 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4055.69; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1244 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [-24.0793, -2.66454e-15, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 4.17066, 4] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3380.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1245 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -45.8773, 23] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -41.7066, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-69.83, -29.1946, 19] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -33.3653, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-60.1983, -29.1946, 18] + [ ecalVeto ] 0 : Hit 1: [-62.6062, -25.024, 17] + [ ecalVeto ] 0 : Hit 2: [-60.1983, -29.1946, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-45.7507, -12.512, 12] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -12.512, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -12.512, 9] + [ ecalVeto ] 0 : Hit 2: [-38.5269, -8.34132, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-33.711, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 2: [-31.3031, -4.17066, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4955.59; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1246 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5361.93; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1247 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-133.909, 131.841, 7] + [ ecalVeto ] 0 : Hit 1: [-131.501, 136.011, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [16.8555, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [19.2635, 16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [19.2635, 16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [16.8555, 20.8533, 3] + [ ecalVeto ] 0 : Hit 4: [19.2635, 16.6826, 2] + [ ecalVeto ] 0 : Hit 5: [19.2635, 8.34132, 4] + [ ecalVeto ] 0 : Hit 6: [16.8555, 12.512, 3] + [ ecalVeto ] 0 : Hit 7: [19.2635, 8.34132, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, 12.512, 2] + [ ecalVeto ] 0 : Hit 4: [9.63173, 8.34132, 1] + [ ecalVeto ] 0 : Hit 5: [12.0397, 12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 110 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6717.29; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1248 Brem photon produced 48 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-69.83, -37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -33.3653, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [-55.3824, -12.512, 7] + [ ecalVeto ] 0 : Hit 3: [-52.9745, -8.34132, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4949.51; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1249 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 22 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3129.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1250 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 22 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3195.92; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1251 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-166.684, -41.7066, 24] + [ ecalVeto ] 0 : Hit 1: [-169.092, -45.8773, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-118.525, -25.024, 17] + [ ecalVeto ] 0 : Hit 1: [-116.118, -20.8533, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-104.078, -16.6826, 15] + [ ecalVeto ] 0 : Hit 1: [-101.67, -12.512, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 16.6826, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, 41.7066, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 45.8773, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 92 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4894.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1252 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-73.7103, 110.987, 10] + [ ecalVeto ] 0 : Hit 1: [-76.1183, 106.817, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-61.6707, 65.1101, 9] + [ ecalVeto ] 0 : Hit 1: [-59.2627, 69.2808, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -8.34132, 2] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -4.17066, 1] + [ ecalVeto ] 0 : Hit 2: [-38.5269, -2.66454e-15, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5091.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1253 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, -8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -12.512, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -66.7306, 10] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -66.7306, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -62.5599, 6] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -62.5599, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 41 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6599.04; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1254 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-104.078, -2.36672e-14, 21] + [ ecalVeto ] 0 : Hit 1: [-101.67, -4.17066, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -8.34132, 17] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -12.512, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-69.83, -12.512, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -16.6826, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -20.8533, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, -37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-118.525, -33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-116.118, -37.5359, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4863; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1255 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3343.08; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1256 Brem photon produced 56 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -45.8773, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -41.7066, 6] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -41.7066, 4] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -37.5359, 3] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -33.3653, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -41.7066, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -37.5359, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 103 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6645; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1257 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 54.2186, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 50.0479, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 45.8773, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 41.7066, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 8.34132, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-25.5517, -161.035, 1] + [ ecalVeto ] 0 : Hit 1: [-23.1438, -156.865, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5073.24; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1258 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-176.316, 83.4132, 21] + [ ecalVeto ] 0 : Hit 1: [-173.908, 79.2426, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-30.3676, 119.329, 20] + [ ecalVeto ] 0 : Hit 1: [-32.7755, 115.158, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -12.512, 17] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -8.34132, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 12.512, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5861.47; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1259 Brem photon produced 33 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -2.66454e-15, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3850.5; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1260 Brem photon produced 77 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-47.2231, 81.7928, 23] + [ ecalVeto ] 0 : Hit 1: [-44.8152, 85.9634, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-39.9993, 77.6221, 21] + [ ecalVeto ] 0 : Hit 1: [-39.9993, 77.6221, 19] + [ ecalVeto ] 0 : Hit 2: [-38.5269, 75.0719, 18] + [ ecalVeto ] 0 : Hit 3: [-40.9348, 70.9012, 17] + [ ecalVeto ] 0 : Hit 4: [-38.5269, 66.7306, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -54.2186, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -58.3892, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -12.512, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 2] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-33.711, 58.3892, 1] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 62.5599, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6264.09; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1261 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -25.024, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 41.7066, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5411.8; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1262 Brem photon produced 58 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 25 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3138.81; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1263 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, 4.17066, 11] + [ ecalVeto ] 0 : Hit 2: [19.2635, -2.66454e-15, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, 4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [40.9348, 20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [40.9348, 20.8533, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-25.5517, 85.9634, 1] + [ ecalVeto ] 0 : Hit 1: [-23.1438, 90.1341, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 107 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6012.69; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1264 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -41.7066, 17] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -45.8773, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -41.7066, 15] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -37.5359, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -33.3653, 13] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -29.1946, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, -33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Hit 3: [9.63173, -33.3653, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, -45.8773, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -50.0479, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -45.8773, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -41.7066, 4] + [ ecalVeto ] 0 : Hit 4: [4.81586, -41.7066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 42 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5210.47; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1265 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, -50.0479, 25] + [ ecalVeto ] 0 : Hit 1: [26.4873, -45.8773, 24] + [ ecalVeto ] 0 : Hit 2: [24.0793, -41.7066, 23] + [ ecalVeto ] 0 : Hit 3: [24.0793, -41.7066, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-140.197, 45.8773, 23] + [ ecalVeto ] 0 : Hit 1: [-137.789, 50.0479, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 60.9395, 21] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 56.7688, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-118.525, 50.0479, 21] + [ ecalVeto ] 0 : Hit 1: [-116.118, 54.2186, 20] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 54.2186, 19] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 56.7688, 18] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, -29.1946, 16] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 15] + [ ecalVeto ] 0 : Hit 2: [12.0397, -20.8533, 14] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 13] + [ ecalVeto ] 0 : Hit 4: [12.0397, -20.8533, 12] + [ ecalVeto ] 0 : Hit 5: [9.63173, -16.6826, 11] + [ ecalVeto ] 0 : Hit 6: [12.0397, -12.512, 10] + [ ecalVeto ] 0 : Hit 7: [9.63173, -8.34132, 9] + [ ecalVeto ] 0 : Hit 8: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 9: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 10: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 11: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 12: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [161.868, -25.024, 16] + [ ecalVeto ] 0 : Hit 1: [161.868, -25.024, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4196.09; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1266 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [83.3421, 169.377, 32] + [ ecalVeto ] 0 : Hit 1: [80.9341, 165.206, 31] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [90.5659, 115.158, 26] + [ ecalVeto ] 0 : Hit 1: [88.1579, 110.987, 25] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-54.4469, 110.987, 19] + [ ecalVeto ] 0 : Hit 1: [-52.039, 106.817, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-37.5914, 98.4754, 14] + [ ecalVeto ] 0 : Hit 1: [-39.9993, 94.3048, 13] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 70.9012, 12] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 75.0719, 11] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 70.9012, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 8.34132, 10] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 58.3892, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 54.2186, 8] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 50.0479, 7] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 54.2186, 6] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 62.5599, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 58.3892, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 54.2186, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 50.0479, 6] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 58.3892, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 54.2186, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 50.0479, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 45.8773, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 87 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7680.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1267 Brem photon produced 43 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [18.3279, -140.182, 18] + [ ecalVeto ] 0 : Hit 1: [15.92, -136.011, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 12] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 11] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 10] + [ ecalVeto ] 0 : Hit 4: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8117.81; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1268 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -41.7066, 12] + [ ecalVeto ] 0 : Hit 1: [19.2635, -41.7066, 10] + [ ecalVeto ] 0 : Hit 2: [16.8555, -37.5359, 9] + [ ecalVeto ] 0 : Hit 3: [19.2635, -33.3653, 8] + [ ecalVeto ] 0 : Hit 4: [16.8555, -29.1946, 7] + [ ecalVeto ] 0 : Hit 5: [16.8555, -29.1946, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -41.7066, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -45.8773, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-52.039, -90.1341, 8] + [ ecalVeto ] 0 : Hit 1: [-54.4469, -85.9634, 7] + [ ecalVeto ] 0 : Hit 2: [-52.039, -81.7928, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Hit 6: [12.0397, -20.8533, 2] + [ ecalVeto ] 0 : Hit 7: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Hit 8: [12.0397, -12.512, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -33.3653, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [140.197, -20.8533, 4] + [ ecalVeto ] 0 : Hit 1: [137.789, -25.024, 3] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -37.5359, 3] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -41.7066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5579.73; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1269 Brem photon produced 42 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [169.092, -62.5599, 16] + [ ecalVeto ] 0 : Hit 1: [166.684, -58.3892, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -41.7066, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -37.5359, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -41.7066, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, -37.5359, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, -33.3653, 3] + [ ecalVeto ] 0 : Hit 6: [12.0397, -37.5359, 2] + [ ecalVeto ] 0 : Hit 7: [9.63173, -33.3653, 1] + [ ecalVeto ] 0 : Hit 8: [12.0397, -37.5359, 0] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, -33.3653, 4] + [ ecalVeto ] 0 : Hit 1: [16.8555, -29.1946, 3] + [ ecalVeto ] 0 : Hit 2: [16.8555, -29.1946, 1] + [ ecalVeto ] 0 : Hit 3: [19.2635, -25.024, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 105 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5685.38; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1270 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 83.4132, 20] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 79.2426, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -12.512, 10] + [ ecalVeto ] 0 : Hit 1: [-33.711, -8.34132, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4351.28; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1271 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-61.6707, 131.841, 23] + [ ecalVeto ] 0 : Hit 1: [-59.2627, 127.67, 22] + [ ecalVeto ] 0 : Hit 2: [-61.6707, 123.499, 21] + [ ecalVeto ] 0 : Hit 3: [-59.2627, 119.329, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-54.4469, 110.987, 19] + [ ecalVeto ] 0 : Hit 1: [-52.039, 115.158, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-39.9993, 85.9634, 13] + [ ecalVeto ] 0 : Hit 1: [-37.5914, 81.7928, 12] + [ ecalVeto ] 0 : Hit 2: [-39.9993, 77.6221, 11] + [ ecalVeto ] 0 : Hit 3: [-38.5269, 75.0719, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 44 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5560.96; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1272 Brem photon produced 63 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -62.5599, 10] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -62.5599, 8] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -62.5599, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -66.7306, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -12.512, 8] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -12.512, 9] + [ ecalVeto ] 0 : Hit 3: [-26.4873, -12.512, 7] + [ ecalVeto ] 0 : Hit 4: [-24.0793, -16.6826, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -50.0479, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -54.2186, 6] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -54.2186, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -50.0479, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -45.8773, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -41.7066, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -37.5359, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -41.7066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7742.59; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1273 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 41.7066, 25] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 24] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 33.3653, 23] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 29.1946, 22] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 25.024, 21] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 20.8533, 20] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 16.6826, 19] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 12.512, 18] + [ ecalVeto ] 0 : Hit 8: [-4.81586, 8.34132, 17] + [ ecalVeto ] 0 : Hit 9: [-2.40793, 4.17066, 16] + [ ecalVeto ] 0 : Hit 10: [-4.81586, -2.66454e-15, 15] + [ ecalVeto ] 0 : Hit 11: [-2.40793, 4.17066, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 12] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 11] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -12.512, 10] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -16.6826, 9] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 8: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4766.11; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1274 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-45.7507, 20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [-48.1586, 25.024, 7] + [ ecalVeto ] 0 : Hit 3: [-40.9348, 20.8533, 9] + [ ecalVeto ] 0 : Hit 4: [-38.5269, 25.024, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6172.24; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1275 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-119.461, 131.841, 33] + [ ecalVeto ] 0 : Hit 1: [-117.053, 127.67, 32] + [ ecalVeto ] 0 : Finding linreg tracks from 35 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3824.97; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1276 Brem photon produced 70 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Hit 1: [9.63173, -33.3653, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5541.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1277 Brem photon produced 47 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, -58.3892, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -62.5599, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6363.92; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1278 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 25.024, 15] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 20.8533, 14] + [ ecalVeto ] 0 : Hit 2: [-48.1586, 16.6826, 13] + [ ecalVeto ] 0 : Hit 3: [-45.7507, 12.512, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3667.74; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1279 Brem photon produced 58 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 20.8533, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6766.95; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1280 Brem photon produced 80 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 33 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3057.46; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1281 Brem photon produced 45 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4504.93; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1282 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, -45.8773, 13] + [ ecalVeto ] 0 : Hit 1: [19.2635, -41.7066, 12] + [ ecalVeto ] 0 : Hit 2: [16.8555, -37.5359, 11] + [ ecalVeto ] 0 : Hit 3: [19.2635, -41.7066, 10] + [ ecalVeto ] 0 : Hit 4: [16.8555, -37.5359, 9] + [ ecalVeto ] 0 : Hit 5: [19.2635, -41.7066, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5653.63; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1283 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-126.685, -186.059, 33] + [ ecalVeto ] 0 : Hit 1: [-124.277, -181.889, 32] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-44.8152, -77.6221, 16] + [ ecalVeto ] 0 : Hit 1: [-47.2231, -73.4515, 15] + [ ecalVeto ] 0 : Hit 2: [-45.7507, -70.9012, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, -66.7306, 13] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -62.5599, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4193.34; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1284 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-140.197, -12.512, 19] + [ ecalVeto ] 0 : Hit 1: [-137.789, -16.6826, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-104.078, -41.7066, 15] + [ ecalVeto ] 0 : Hit 1: [-101.67, -45.8773, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -12.512, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7686.24; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1285 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [73.7103, 94.3048, 21] + [ ecalVeto ] 0 : Hit 1: [76.1183, 90.1341, 20] + [ ecalVeto ] 0 : Hit 2: [73.7103, 94.3048, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, 25.024, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, 20.8533, 11] + [ ecalVeto ] 0 : Hit 2: [19.2635, 16.6826, 10] + [ ecalVeto ] 0 : Hit 3: [16.8555, 20.8533, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, 29.1946, 8] + [ ecalVeto ] 0 : Hit 2: [12.0397, 29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Hit 4: [9.63173, 33.3653, 3] + [ ecalVeto ] 0 : Hit 5: [12.0397, 29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3347.19; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1286 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-132.973, 50.0479, 27] + [ ecalVeto ] 0 : Hit 1: [-130.565, 45.8773, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-118.525, 41.7066, 25] + [ ecalVeto ] 0 : Hit 1: [-116.118, 37.5359, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-104.078, 33.3653, 23] + [ ecalVeto ] 0 : Hit 1: [-101.67, 29.1946, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-89.6303, 25.024, 21] + [ ecalVeto ] 0 : Hit 1: [-87.2224, 29.1946, 20] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-69.83, 12.512, 17] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 16.6826, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 4.17066, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [8.69618, 106.817, 9] + [ ecalVeto ] 0 : Hit 1: [11.1041, 110.987, 8] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -16.6826, 8] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -50.0479, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4446.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1287 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [38.5269, 66.7306, 27] + [ ecalVeto ] 0 : Hit 1: [38.5269, 66.7306, 25] + [ ecalVeto ] 0 : Hit 2: [40.9348, 62.5599, 24] + [ ecalVeto ] 0 : Hit 3: [38.5269, 66.7306, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [69.83, 4.17066, 26] + [ ecalVeto ] 0 : Hit 1: [69.83, 4.17066, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-25.5517, 102.646, 15] + [ ecalVeto ] 0 : Hit 1: [-23.1438, 106.817, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 12.512, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 8.34132, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 12.512, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 16.6826, 8] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 20.8533, 7] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 16.6826, 6] + [ ecalVeto ] 0 : Hit 6: [-12.0397, 20.8533, 5] + [ ecalVeto ] 0 : Hit 7: [-9.63173, 25.024, 4] + [ ecalVeto ] 0 : Hit 8: [-12.0397, 29.1946, 3] + [ ecalVeto ] 0 : Hit 9: [-9.63173, 33.3653, 2] + [ ecalVeto ] 0 : Hit 10: [-12.0397, 37.5359, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 42 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2288.01; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1288 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [55.3824, -45.8773, 26] + [ ecalVeto ] 0 : Hit 1: [52.9745, -41.7066, 25] + [ ecalVeto ] 0 : Hit 2: [55.3824, -45.8773, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 50.0479, 17] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 45.8773, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-74.6459, 54.2186, 14] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 54.2186, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-69.83, 54.2186, 11] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 50.0479, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 50.0479, 9] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 45.8773, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3169.62; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1289 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1289 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-125.749, -54.2186, 19] + [ ecalVeto ] 0 : Hit 1: [-123.341, -58.3892, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [212.435, 70.9012, 16] + [ ecalVeto ] 0 : Hit 1: [210.027, 66.7306, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-104.078, -50.0479, 15] + [ ecalVeto ] 0 : Hit 1: [-101.67, -45.8773, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -29.1946, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -41.7066, 10] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -37.5359, 9] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -33.3653, 8] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -29.1946, 7] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -25.024, 6] + [ ecalVeto ] 0 : Hit 5: [-12.0397, -20.8533, 5] + [ ecalVeto ] 0 : Hit 6: [-9.63173, -16.6826, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-39.9993, -77.6221, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -75.0719, 8] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -20.8533, 8] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -70.9012, 8] + [ ecalVeto ] 0 : Hit 1: [-33.711, -66.7306, 7] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -12.512, 6] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 1] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -4.17066, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6138.56; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1290 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [154.644, 45.8773, 28] + [ ecalVeto ] 0 : Hit 1: [152.237, 41.7066, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [147.421, 41.7066, 26] + [ ecalVeto ] 0 : Hit 1: [145.013, 37.5359, 25] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 20.8533, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-45.7507, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 12.512, 5] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 16.6826, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 2] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6992.55; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1291 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1291 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-32.7755, 215.254, 31] + [ ecalVeto ] 0 : Hit 1: [-30.3676, 211.083, 30] + [ ecalVeto ] 0 : Hit 2: [-32.7755, 206.913, 29] + [ ecalVeto ] 0 : Hit 3: [-30.3676, 202.742, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-15.92, 186.059, 24] + [ ecalVeto ] 0 : Hit 1: [-18.3279, 181.889, 23] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-111.302, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-108.894, -2.36672e-14, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 16.6826, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Hit 2: [4.81586, 33.3653, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 44 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3081.25; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1292 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-219.659, -2.36672e-14, 23] + [ ecalVeto ] 0 : Hit 1: [-217.251, -4.17066, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -83.4132, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -79.2426, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -12.512, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5248.8; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1293 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [119.461, 165.206, 32] + [ ecalVeto ] 0 : Hit 1: [117.053, 161.035, 31] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [112.237, 152.694, 30] + [ ecalVeto ] 0 : Hit 1: [109.829, 148.523, 29] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [105.013, 140.182, 28] + [ ecalVeto ] 0 : Hit 1: [102.606, 136.011, 27] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-66.4865, 65.1101, 8] + [ ecalVeto ] 0 : Hit 1: [-68.8945, 69.2808, 7] + [ ecalVeto ] 0 : Hit 2: [-66.4865, 73.4515, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3817.54; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1294 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4812.05; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1295 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 11 + [ ecalVeto ] 0 : Beginning track merging using 11 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-67.4221, -41.7066, 18] + [ ecalVeto ] 0 : Hit 1: [-69.83, -45.8773, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-30.3676, -94.3048, 16] + [ ecalVeto ] 0 : Hit 1: [-32.7755, -90.1341, 15] + [ ecalVeto ] 0 : Hit 2: [-30.3676, -85.9634, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-102.606, -85.9634, 16] + [ ecalVeto ] 0 : Hit 1: [-102.606, -85.9634, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-74.6459, -29.1946, 14] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -29.1946, 12] + [ ecalVeto ] 0 : Hit 2: [-77.0538, -33.3653, 11] + [ ecalVeto ] 0 : Hit 3: [-82.4065, -37.5359, 13] + [ ecalVeto ] 0 : Hit 4: [-81.8697, -41.7066, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -41.7066, 13] + [ ecalVeto ] 0 : Hit 1: [-62.6062, -41.7066, 11] + [ ecalVeto ] 0 : Hit 2: [-69.83, -37.5359, 13] + [ ecalVeto ] 0 : Hit 3: [-69.83, -37.5359, 11] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-33.711, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -29.1946, 8] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -16.6826, 6] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 11711.7; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1296 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [125.749, -29.1946, 28] + [ ecalVeto ] 0 : Hit 1: [123.341, -25.024, 27] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2257.6; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1297 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [89.6303, -16.6826, 32] + [ ecalVeto ] 0 : Hit 1: [89.6303, -16.6826, 30] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [52.9745, -8.34132, 21] + [ ecalVeto ] 0 : Hit 1: [55.3824, -12.512, 20] + [ ecalVeto ] 0 : Hit 2: [52.9745, -16.6826, 19] + [ ecalVeto ] 0 : Hit 3: [55.3824, -20.8533, 18] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1152.28; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1298 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, 37.5359, 12] + [ ecalVeto ] 0 : Hit 1: [24.0793, 33.3653, 11] + [ ecalVeto ] 0 : Hit 2: [26.4873, 37.5359, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, 37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [19.2635, 41.7066, 10] + [ ecalVeto ] 0 : Hit 2: [16.8555, 37.5359, 9] + [ ecalVeto ] 0 : Hit 3: [19.2635, 33.3653, 8] + [ ecalVeto ] 0 : Hit 4: [16.8555, 37.5359, 7] + [ ecalVeto ] 0 : Hit 5: [16.8555, 37.5359, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [26.4873, 62.5599, 10] + [ ecalVeto ] 0 : Hit 1: [24.0793, 58.3892, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 29.1946, 8] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 33.3653, 7] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 37.5359, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 110 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6400.98; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1299 Brem photon produced 41 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -25.024, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -29.1946, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -25.024, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3229.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1300 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [47.2231, 90.1341, 26] + [ ecalVeto ] 0 : Hit 1: [44.8152, 85.9634, 25] + [ ecalVeto ] 0 : Hit 2: [47.2231, 81.7928, 24] + [ ecalVeto ] 0 : Hit 3: [44.8152, 77.6221, 23] + [ ecalVeto ] 0 : Hit 4: [47.2231, 73.4515, 22] + [ ecalVeto ] 0 : Hit 5: [45.7507, 70.9012, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [40.9348, 70.9012, 20] + [ ecalVeto ] 0 : Hit 1: [38.5269, 66.7306, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [33.711, 58.3892, 18] + [ ecalVeto ] 0 : Hit 1: [31.3031, 54.2186, 17] + [ ecalVeto ] 0 : Hit 2: [33.711, 58.3892, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 8.34132, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6354.66; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1301 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 83.4132, 27] + [ ecalVeto ] 0 : Hit 1: [12.0397, 79.2426, 26] + [ ecalVeto ] 0 : Hit 2: [9.63173, 75.0719, 25] + [ ecalVeto ] 0 : Hit 3: [12.0397, 70.9012, 24] + [ ecalVeto ] 0 : Hit 4: [9.63173, 66.7306, 23] + [ ecalVeto ] 0 : Hit 5: [12.0397, 62.5599, 22] + [ ecalVeto ] 0 : Hit 6: [9.63173, 58.3892, 21] + [ ecalVeto ] 0 : Hit 7: [12.0397, 54.2186, 20] + [ ecalVeto ] 0 : Hit 8: [9.63173, 50.0479, 19] + [ ecalVeto ] 0 : Hit 9: [12.0397, 45.8773, 18] + [ ecalVeto ] 0 : Hit 10: [9.63173, 41.7066, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -75.0719, 17] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -75.0719, 15] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -70.9012, 14] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -66.7306, 13] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -62.5599, 12] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -58.3892, 11] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -54.2186, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 4: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 5: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 6: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 7: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 8: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 9: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Hit 10: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Hit 11: [2.40793, -29.1946, 1] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -29.1946, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, -54.2186, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -50.0479, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -45.8773, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -41.7066, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, -41.7066, 4] + [ ecalVeto ] 0 : Hit 6: [2.40793, -37.5359, 3] + [ ecalVeto ] 0 : Hit 7: [4.81586, -33.3653, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3159.21; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1302 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-95.3817, 173.547, 32] + [ ecalVeto ] 0 : Hit 1: [-97.7897, 169.377, 31] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-102.606, 161.035, 30] + [ ecalVeto ] 0 : Hit 1: [-105.013, 156.865, 29] + [ ecalVeto ] 0 : Hit 2: [-102.606, 152.694, 28] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [39.9993, 102.646, 28] + [ ecalVeto ] 0 : Hit 1: [37.5914, 106.817, 27] + [ ecalVeto ] 0 : Hit 2: [39.9993, 102.646, 26] + [ ecalVeto ] 0 : Hit 3: [37.5914, 98.4754, 25] + [ ecalVeto ] 0 : Hit 4: [39.9993, 102.646, 24] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 144.353, 27] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 148.523, 26] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [32.7755, 81.7928, 20] + [ ecalVeto ] 0 : Hit 1: [31.3031, 79.2426, 19] + [ ecalVeto ] 0 : Hit 2: [33.711, 75.0719, 18] + [ ecalVeto ] 0 : Hit 3: [31.3031, 70.9012, 17] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [26.4873, 62.5599, 16] + [ ecalVeto ] 0 : Hit 1: [24.0793, 58.3892, 15] + [ ecalVeto ] 0 : Hit 2: [26.4873, 54.2186, 14] + [ ecalVeto ] 0 : Hit 3: [24.0793, 50.0479, 13] + [ ecalVeto ] 0 : Hit 4: [26.4873, 45.8773, 12] + [ ecalVeto ] 0 : Hit 5: [24.0793, 41.7066, 11] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [19.2635, 33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, 29.1946, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, 25.024, 8] + [ ecalVeto ] 0 : Hit 3: [16.8555, 20.8533, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 100 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3354.1; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1303 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, -54.2186, 19] + [ ecalVeto ] 0 : Hit 1: [16.8555, -54.2186, 17] + [ ecalVeto ] 0 : Hit 2: [19.2635, -50.0479, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -45.8773, 16] + [ ecalVeto ] 0 : Hit 1: [9.63173, -41.7066, 15] + [ ecalVeto ] 0 : Hit 2: [12.0397, -37.5359, 14] + [ ecalVeto ] 0 : Hit 3: [9.63173, -33.3653, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [24.0793, -25.024, 15] + [ ecalVeto ] 0 : Hit 1: [26.4873, -29.1946, 14] + [ ecalVeto ] 0 : Hit 2: [24.0793, -25.024, 13] + [ ecalVeto ] 0 : Hit 3: [26.4873, -20.8533, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [16.8555, -29.1946, 13] + [ ecalVeto ] 0 : Hit 1: [19.2635, -25.024, 12] + [ ecalVeto ] 0 : Hit 2: [16.8555, -20.8533, 11] + [ ecalVeto ] 0 : Hit 3: [19.2635, -16.6826, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 66.7306, 10] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 62.5599, 9] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 29.1946, 8] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 29.1946, 4] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 20.8533, 1] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 25.024, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 94 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7535.2; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1304 Brem photon produced 45 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -16.6826, 14] + [ ecalVeto ] 0 : Hit 1: [16.8555, -20.8533, 13] + [ ecalVeto ] 0 : Hit 2: [19.2635, -16.6826, 12] + [ ecalVeto ] 0 : Hit 3: [16.8555, -20.8533, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 106 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5756.63; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1305 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [69.83, -37.5359, 30] + [ ecalVeto ] 0 : Hit 1: [67.4221, -33.3653, 29] + [ ecalVeto ] 0 : Hit 2: [67.4221, -33.3653, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [62.6062, -33.3653, 26] + [ ecalVeto ] 0 : Hit 1: [60.1983, -29.1946, 25] + [ ecalVeto ] 0 : Hit 2: [62.6062, -25.024, 24] + [ ecalVeto ] 0 : Hit 3: [60.1983, -29.1946, 23] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [55.3824, -29.1946, 22] + [ ecalVeto ] 0 : Hit 1: [52.9745, -25.024, 21] + [ ecalVeto ] 0 : Hit 2: [55.3824, -29.1946, 20] + [ ecalVeto ] 0 : Hit 3: [52.9745, -25.024, 19] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [40.9348, -29.1946, 16] + [ ecalVeto ] 0 : Hit 1: [38.5269, -25.024, 15] + [ ecalVeto ] 0 : Hit 2: [40.9348, -29.1946, 14] + [ ecalVeto ] 0 : Hit 3: [38.5269, -25.024, 13] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-59.2627, -110.987, 6] + [ ecalVeto ] 0 : Hit 1: [-61.6707, -106.817, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, -33.3653, 3] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 2] + [ ecalVeto ] 0 : Hit 3: [9.63173, -33.3653, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4233.23; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1306 Brem photon produced 39 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 73.4515, 21] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 69.2808, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 69.2808, 19] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 65.1101, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 60.9395, 17] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 58.3892, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, 8.34132, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, 12.512, 11] + [ ecalVeto ] 0 : Hit 2: [19.2635, 8.34132, 10] + [ ecalVeto ] 0 : Hit 3: [16.8555, 12.512, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 44 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2857.21; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1307 Brem photon produced 78 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5763.22; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1308 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 33.3653, 20] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 29.1946, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 20.8533, 17] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 20.8533, 15] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 16.6826, 14] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 12.512, 13] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 8.34132, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4088.68; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1309 Brem photon produced 38 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4766.69; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1310 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-132.973, 33.3653, 25] + [ ecalVeto ] 0 : Hit 1: [-130.565, 29.1946, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-140.197, 37.5359, 25] + [ ecalVeto ] 0 : Hit 1: [-137.789, 33.3653, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-111.302, -12.512, 19] + [ ecalVeto ] 0 : Hit 1: [-108.894, -8.34132, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -20.8533, 17] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -25.024, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -12.512, 17] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -8.34132, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-87.2224, -37.5359, 16] + [ ecalVeto ] 0 : Hit 1: [-89.6303, -33.3653, 15] + [ ecalVeto ] 0 : Hit 2: [-87.2224, -37.5359, 14] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -12.512, 15] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -8.34132, 14] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-69.83, -12.512, 13] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -8.34132, 12] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -12.512, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -8.34132, 10] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-33.711, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -12.512, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4442.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1311 Brem photon produced 94 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 40 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3227.51; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1312 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-39.9993, 94.3048, 25] + [ ecalVeto ] 0 : Hit 1: [-37.5914, 98.4754, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-111.302, 4.17066, 23] + [ ecalVeto ] 0 : Hit 1: [-108.894, 8.34132, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-30.3676, 94.3048, 22] + [ ecalVeto ] 0 : Hit 1: [-32.7755, 90.1341, 21] + [ ecalVeto ] 0 : Hit 2: [-30.3676, 85.9634, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -4.17066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5585.38; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1313 Brem photon produced 62 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [40.9348, -12.512, 18] + [ ecalVeto ] 0 : Hit 1: [38.5269, -16.6826, 17] + [ ecalVeto ] 0 : Hit 2: [38.5269, -16.6826, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-45.7507, -29.1946, 14] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -25.024, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [16.8555, -54.2186, 9] + [ ecalVeto ] 0 : Hit 1: [16.8555, -54.2186, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 4: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -29.1946, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -33.3653, 4] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -29.1946, 3] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -33.3653, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 110 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4590.34; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1314 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -41.7066, 17] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -37.5359, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -33.3653, 15] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -37.5359, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -37.5359, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -33.3653, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4645.53; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1315 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, 41.7066, 28] + [ ecalVeto ] 0 : Hit 1: [31.3031, 37.5359, 27] + [ ecalVeto ] 0 : Hit 2: [33.711, 33.3653, 26] + [ ecalVeto ] 0 : Hit 3: [31.3031, 29.1946, 25] + [ ecalVeto ] 0 : Hit 4: [31.3031, 29.1946, 23] + [ ecalVeto ] 0 : Hit 5: [26.4873, 29.1946, 24] + [ ecalVeto ] 0 : Hit 6: [26.4873, 29.1946, 22] + [ ecalVeto ] 0 : Hit 7: [24.0793, 25.024, 21] + [ ecalVeto ] 0 : Hit 8: [24.0793, 25.024, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, 16.6826, 18] + [ ecalVeto ] 0 : Hit 1: [16.8555, 20.8533, 17] + [ ecalVeto ] 0 : Hit 2: [19.2635, 16.6826, 16] + [ ecalVeto ] 0 : Hit 3: [16.8555, 12.512, 15] + [ ecalVeto ] 0 : Hit 4: [16.8555, 12.512, 13] + [ ecalVeto ] 0 : Hit 5: [12.0397, 12.512, 14] + [ ecalVeto ] 0 : Hit 6: [12.0397, 12.512, 12] + [ ecalVeto ] 0 : Hit 7: [9.63173, 8.34132, 11] + [ ecalVeto ] 0 : Hit 8: [9.63173, 8.34132, 9] + [ ecalVeto ] 0 : Hit 9: [12.0397, 4.17066, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 12] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 7: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 12] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 10] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -8.34132, 1] + [ ecalVeto ] 0 : Hit 8: [-2.40793, -12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 36 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3305.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1316 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [67.4221, -16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [69.83, -20.8533, 12] + [ ecalVeto ] 0 : Hit 2: [67.4221, -16.6826, 11] + [ ecalVeto ] 0 : Hit 3: [69.83, -12.512, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, -66.7306, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -62.5599, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -33.3653, 8] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -33.3653, 6] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -33.3653, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6629.54; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1317 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, -16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -20.8533, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 62.5599, 1] + [ ecalVeto ] 0 : Hit 1: [4.81586, 66.7306, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3779.44; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1318 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [39.9993, 85.9634, 22] + [ ecalVeto ] 0 : Hit 1: [37.5914, 81.7928, 21] + [ ecalVeto ] 0 : Hit 2: [39.9993, 85.9634, 20] + [ ecalVeto ] 0 : Hit 3: [37.5914, 81.7928, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [32.7755, 90.1341, 22] + [ ecalVeto ] 0 : Hit 1: [30.3676, 85.9634, 21] + [ ecalVeto ] 0 : Hit 2: [32.7755, 81.7928, 20] + [ ecalVeto ] 0 : Hit 3: [31.3031, 79.2426, 19] + [ ecalVeto ] 0 : Hit 4: [32.7755, 81.7928, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4865.36; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1319 Brem photon produced 38 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 16.6826, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 12.512, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 8.34132, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 8.34132, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5205.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1320 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 5 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1816.69; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1321 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [154.644, -54.2186, 30] + [ ecalVeto ] 0 : Hit 1: [152.237, -50.0479, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-125.749, 29.1946, 1] + [ ecalVeto ] 0 : Hit 1: [-123.341, 25.024, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 10596.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1322 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-69.83, 54.2186, 19] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 50.0479, 18] + [ ecalVeto ] 0 : Hit 2: [-69.83, 45.8773, 17] + [ ecalVeto ] 0 : Hit 3: [-67.4221, 50.0479, 16] + [ ecalVeto ] 0 : Hit 4: [-67.4221, 58.3892, 18] + [ ecalVeto ] 0 : Hit 5: [-67.4221, 58.3892, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 62.5599, 17] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 58.3892, 16] + [ ecalVeto ] 0 : Hit 2: [-55.3824, 54.2186, 15] + [ ecalVeto ] 0 : Hit 3: [-52.9745, 50.0479, 14] + [ ecalVeto ] 0 : Hit 4: [-48.1586, 50.0479, 15] + [ ecalVeto ] 0 : Hit 5: [-45.7507, 45.8773, 14] + [ ecalVeto ] 0 : Hit 6: [-48.1586, 41.7066, 13] + [ ecalVeto ] 0 : Hit 7: [-45.7507, 37.5359, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 50.0479, 17] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 54.2186, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-73.7103, 60.9395, 16] + [ ecalVeto ] 0 : Hit 1: [-76.1183, 56.7688, 15] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-67.4221, 25.024, 14] + [ ecalVeto ] 0 : Hit 1: [-69.83, 29.1946, 13] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6110.16; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1323 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Hit 6: [9.63173, -16.6826, 1] + [ ecalVeto ] 0 : Hit 7: [12.0397, -12.512, 0] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -16.6826, 3] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -20.8533, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -16.6826, 1] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7756.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1324 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 50.0479, 23] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 45.8773, 22] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 41.7066, 21] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 37.5359, 20] + [ ecalVeto ] 0 : Hit 4: [-19.2635, 33.3653, 19] + [ ecalVeto ] 0 : Hit 5: [-16.8555, 29.1946, 18] + [ ecalVeto ] 0 : Hit 6: [-19.2635, 25.024, 17] + [ ecalVeto ] 0 : Hit 7: [-16.8555, 20.8533, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 16.6826, 19] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 12.512, 18] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 12.512, 16] + [ ecalVeto ] 0 : Hit 3: [-19.2635, 8.34132, 15] + [ ecalVeto ] 0 : Hit 4: [-16.8555, 4.17066, 14] + [ ecalVeto ] 0 : Hit 5: [-19.2635, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 6: [-16.8555, 4.17066, 12] + [ ecalVeto ] 0 : Hit 7: [-19.2635, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 8: [-16.8555, -4.17066, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 20.8533, 15] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 16.6826, 14] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 12.512, 13] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 8.34132, 12] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 4.17066, 11] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 6: [-12.0397, -4.17066, 9] + [ ecalVeto ] 0 : Hit 7: [-9.63173, -8.34132, 8] + [ ecalVeto ] 0 : Hit 8: [-12.0397, -12.512, 7] + [ ecalVeto ] 0 : Hit 9: [-9.63173, -8.34132, 6] + [ ecalVeto ] 0 : Hit 10: [-12.0397, -12.512, 5] + [ ecalVeto ] 0 : Hit 11: [-9.63173, -16.6826, 4] + [ ecalVeto ] 0 : Hit 12: [-12.0397, -20.8533, 3] + [ ecalVeto ] 0 : Hit 13: [-9.63173, -16.6826, 2] + [ ecalVeto ] 0 : Hit 14: [-12.0397, -20.8533, 1] + [ ecalVeto ] 0 : Hit 15: [-9.63173, -25.024, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 35 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1779.08; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1325 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, 20.8533, 12] + [ ecalVeto ] 0 : Hit 1: [24.0793, 25.024, 11] + [ ecalVeto ] 0 : Hit 2: [26.4873, 29.1946, 10] + [ ecalVeto ] 0 : Hit 3: [24.0793, 25.024, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, 25.024, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, 29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [19.2635, 33.3653, 6] + [ ecalVeto ] 0 : Hit 3: [16.8555, 29.1946, 5] + [ ecalVeto ] 0 : Hit 4: [19.2635, 33.3653, 4] + [ ecalVeto ] 0 : Hit 5: [16.8555, 37.5359, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 4: [4.81586, 33.3653, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 50.0479, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 45.8773, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Hit 3: [4.81586, 41.7066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 10472.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1326 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6786.15; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1327 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [83.3421, 52.5982, 22] + [ ecalVeto ] 0 : Hit 1: [81.8697, 50.0479, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-11.1041, -94.3048, 15] + [ ecalVeto ] 0 : Hit 1: [-8.69618, -98.4754, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3427.57; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1328 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-69.83, 20.8533, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 16.6826, 14] + [ ecalVeto ] 0 : Hit 2: [-69.83, 12.512, 13] + [ ecalVeto ] 0 : Hit 3: [-67.4221, 16.6826, 12] + [ ecalVeto ] 0 : Hit 4: [-67.4221, 16.6826, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 20.8533, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4456.25; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1329 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -25.024, 16] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -20.8533, 15] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -16.6826, 14] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -20.8533, 13] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -16.6826, 12] + [ ecalVeto ] 0 : Hit 5: [-16.8555, -12.512, 14] + [ ecalVeto ] 0 : Hit 6: [-16.8555, -12.512, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -4.17066, 16] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -2.66454e-15, 15] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -4.17066, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -33.3653, 16] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -29.1946, 15] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -25.024, 14] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -29.1946, 13] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -45.8773, 14] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -45.8773, 12] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -41.7066, 11] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -41.7066, 9] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -37.5359, 8] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -41.7066, 7] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -45.8773, 6] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -41.7066, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -37.5359, 12] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 11] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -33.3653, 9] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -33.3653, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -37.5359, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -41.7066, 4] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -37.5359, 3] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -33.3653, 2] + [ ecalVeto ] 0 : Hit 6: [-12.0397, -37.5359, 1] + [ ecalVeto ] 0 : Hit 7: [-9.63173, -33.3653, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7848.45; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1330 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 62.5599, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 58.3892, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 50.0479, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 45.8773, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 37 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3952.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1331 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-30.3676, -110.987, 20] + [ ecalVeto ] 0 : Hit 1: [-32.7755, -106.817, 19] + [ ecalVeto ] 0 : Hit 2: [-30.3676, -102.646, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -83.4132, 13] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -79.2426, 12] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -75.0719, 11] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -70.9012, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -165.206, 11] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -161.035, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -62.5599, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -58.3892, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -54.2186, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -50.0479, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4280.8; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1332 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1332 Brem photon produced 51 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [31.3031, 54.2186, 21] + [ ecalVeto ] 0 : Hit 1: [31.3031, 54.2186, 19] + [ ecalVeto ] 0 : Hit 2: [33.711, 58.3892, 18] + [ ecalVeto ] 0 : Hit 3: [31.3031, 62.5599, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5672.93; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1333 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 100 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6808.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1334 Brem photon produced 40 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 14] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 13] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 12] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 11] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 10] + [ ecalVeto ] 0 : Hit 5: [2.40793, 20.8533, 9] + [ ecalVeto ] 0 : Hit 6: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 7: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 8: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 9: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 11] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 7: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 10] + [ ecalVeto ] 0 : Hit 2: [12.0397, 20.8533, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 4: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 5: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [16.8555, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [16.8555, 4.17066, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 20.8533, 10] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 7: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 8: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 37.5359, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 33.3653, 6] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 29.1946, 5] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 25.024, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 25.024, 6] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 20.8533, 5] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 16.6826, 4] + [ ecalVeto ] 0 : Hit 5: [-12.0397, 20.8533, 3] + [ ecalVeto ] 0 : Hit 6: [-9.63173, 16.6826, 2] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 5: [2.40793, 20.8533, 1] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 20.8533, 2] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 25.024, 1] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 20.8533, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 91 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7427.4; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1335 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-54.4469, 77.6221, 23] + [ ecalVeto ] 0 : Hit 1: [-52.039, 73.4515, 22] + [ ecalVeto ] 0 : Hit 2: [-54.4469, 69.2808, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -8.34132, 4] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -12.512, 3] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5376.16; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1336 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, -29.1946, 12] + [ ecalVeto ] 0 : Hit 1: [24.0793, -33.3653, 11] + [ ecalVeto ] 0 : Hit 2: [26.4873, -37.5359, 10] + [ ecalVeto ] 0 : Hit 3: [24.0793, -33.3653, 9] + [ ecalVeto ] 0 : Hit 4: [19.2635, -33.3653, 10] + [ ecalVeto ] 0 : Hit 5: [16.8555, -29.1946, 9] + [ ecalVeto ] 0 : Hit 6: [19.2635, -25.024, 8] + [ ecalVeto ] 0 : Hit 7: [16.8555, -29.1946, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 4: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 107 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5842.9; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1337 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, 58.3892, 13] + [ ecalVeto ] 0 : Hit 1: [26.4873, 54.2186, 12] + [ ecalVeto ] 0 : Hit 2: [26.4873, 54.2186, 10] + [ ecalVeto ] 0 : Hit 3: [24.0793, 50.0479, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -4.17066, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -37.5359, 1] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -41.7066, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4739.2; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1338 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, -25.024, 23] + [ ecalVeto ] 0 : Hit 1: [26.4873, -29.1946, 22] + [ ecalVeto ] 0 : Hit 2: [24.0793, -25.024, 21] + [ ecalVeto ] 0 : Hit 3: [26.4873, -29.1946, 20] + [ ecalVeto ] 0 : Hit 4: [24.0793, -33.3653, 19] + [ ecalVeto ] 0 : Hit 5: [26.4873, -29.1946, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3693.08; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1339 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -91.7545, 22] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -87.5839, 21] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -83.4132, 20] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -83.4132, 18] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3392.85; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1340 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, 70.9012, 20] + [ ecalVeto ] 0 : Hit 1: [24.0793, 66.7306, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, -45.8773, 13] + [ ecalVeto ] 0 : Hit 1: [19.2635, -50.0479, 12] + [ ecalVeto ] 0 : Hit 2: [16.8555, -45.8773, 11] + [ ecalVeto ] 0 : Hit 3: [19.2635, -50.0479, 10] + [ ecalVeto ] 0 : Hit 4: [16.8555, -54.2186, 9] + [ ecalVeto ] 0 : Hit 5: [19.2635, -50.0479, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -29.1946, 9] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -33.3653, 8] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -33.3653, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, -41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [9.63173, -41.7066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 102 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4427.76; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1341 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -37.5359, 10] + [ ecalVeto ] 0 : Hit 1: [12.0397, -37.5359, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -33.3653, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 5: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -41.7066, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, -45.8773, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, -41.7066, 8] + [ ecalVeto ] 0 : Hit 3: [16.8555, -37.5359, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, -33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, -29.1946, 9] + [ ecalVeto ] 0 : Hit 2: [16.8555, -29.1946, 7] + [ ecalVeto ] 0 : Hit 3: [19.2635, -25.024, 6] + [ ecalVeto ] 0 : Hit 4: [16.8555, -29.1946, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -2.66454e-15, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [31.3031, -12.512, 5] + [ ecalVeto ] 0 : Hit 1: [31.3031, -12.512, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [19.2635, -16.6826, 4] + [ ecalVeto ] 0 : Hit 1: [19.2635, -16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7568.02; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1342 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-25.5517, -94.3048, 13] + [ ecalVeto ] 0 : Hit 1: [-23.1438, -98.4754, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -50.0479, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -45.8773, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-45.7507, 20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [-48.1586, 16.6826, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 54.2186, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 50.0479, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 25.024, 6] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 29.1946, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6121.96; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1343 Brem photon produced 38 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-188.356, -37.5359, 18] + [ ecalVeto ] 0 : Hit 1: [-190.763, -33.3653, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4352.25; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1344 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 42 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2720.41; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1345 Brem photon produced 39 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-45.7507, 37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [-48.1586, 33.3653, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 62.5599, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 58.3892, 4] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 58.3892, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 120 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7559.24; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1346 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, 45.8773, 22] + [ ecalVeto ] 0 : Hit 1: [24.0793, 41.7066, 21] + [ ecalVeto ] 0 : Hit 2: [26.4873, 37.5359, 20] + [ ecalVeto ] 0 : Hit 3: [24.0793, 33.3653, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, 33.3653, 18] + [ ecalVeto ] 0 : Hit 1: [16.8555, 29.1946, 17] + [ ecalVeto ] 0 : Hit 2: [19.2635, 33.3653, 16] + [ ecalVeto ] 0 : Hit 3: [16.8555, 29.1946, 15] + [ ecalVeto ] 0 : Hit 4: [19.2635, 25.024, 14] + [ ecalVeto ] 0 : Hit 5: [16.8555, 20.8533, 13] + [ ecalVeto ] 0 : Hit 6: [16.8555, 20.8533, 11] + [ ecalVeto ] 0 : Hit 7: [12.0397, 20.8533, 12] + [ ecalVeto ] 0 : Hit 8: [9.63173, 16.6826, 11] + [ ecalVeto ] 0 : Hit 9: [12.0397, 12.512, 10] + [ ecalVeto ] 0 : Hit 10: [9.63173, 16.6826, 9] + [ ecalVeto ] 0 : Hit 11: [12.0397, 12.512, 8] + [ ecalVeto ] 0 : Hit 12: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Hit 13: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 14: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 15: [9.63173, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 16: [12.0397, -4.17066, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 7: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Hit 8: [4.81586, -2.66454e-15, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 5: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 6: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [62.6062, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 1: [62.6062, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 2: [60.1983, 4.17066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4675; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1347 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, -12.512, 2] + [ ecalVeto ] 0 : Hit 4: [9.63173, -8.34132, 1] + [ ecalVeto ] 0 : Hit 5: [12.0397, -12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3345.91; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1348 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 37.5359, 15] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 41.7066, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3688.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1349 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5444.66; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1350 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-154.644, 62.5599, 27] + [ ecalVeto ] 0 : Hit 1: [-152.237, 58.3892, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-132.973, 58.3892, 25] + [ ecalVeto ] 0 : Hit 1: [-130.565, 54.2186, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-111.302, 29.1946, 21] + [ ecalVeto ] 0 : Hit 1: [-108.894, 25.024, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 20.8533, 19] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 16.6826, 18] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4030.39; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1351 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 31 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2208.73; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1352 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, -4.17066, 16] + [ ecalVeto ] 0 : Hit 1: [24.0793, -2.66454e-15, 15] + [ ecalVeto ] 0 : Hit 2: [26.4873, 4.17066, 14] + [ ecalVeto ] 0 : Hit 3: [24.0793, 8.34132, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, 8.34132, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, 12.512, 11] + [ ecalVeto ] 0 : Hit 2: [16.8555, 12.512, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 58.3892, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 54.2186, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 62.5599, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 58.3892, 10] + [ ecalVeto ] 0 : Hit 2: [-40.9348, 54.2186, 9] + [ ecalVeto ] 0 : Hit 3: [-38.5269, 50.0479, 8] + [ ecalVeto ] 0 : Hit 4: [-38.5269, 50.0479, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 45.8773, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [16.8555, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [16.8555, 20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [19.2635, 25.024, 4] + [ ecalVeto ] 0 : Hit 3: [16.8555, 29.1946, 3] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-33.711, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [-31.3031, 37.5359, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4979.25; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1353 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 22 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3347.25; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1354 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [38.5269, 41.7066, 23] + [ ecalVeto ] 0 : Hit 1: [40.9348, 37.5359, 22] + [ ecalVeto ] 0 : Hit 2: [38.5269, 41.7066, 21] + [ ecalVeto ] 0 : Hit 3: [40.9348, 45.8773, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 6: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Hit 7: [4.81586, -8.34132, 2] + [ ecalVeto ] 0 : Hit 8: [4.81586, -8.34132, 0] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8600.97; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1355 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-52.9745, 16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [-55.3824, 12.512, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4132.55; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1356 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -58.3892, 19] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -54.2186, 18] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -50.0479, 17] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -54.2186, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, 4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [24.0793, 8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [26.4873, 4.17066, 8] + [ ecalVeto ] 0 : Hit 3: [24.0793, 8.34132, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3710.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1357 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [111.302, -12.512, 28] + [ ecalVeto ] 0 : Hit 1: [108.894, -16.6826, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -8.34132, 20] + [ ecalVeto ] 0 : Hit 1: [16.8555, -12.512, 19] + [ ecalVeto ] 0 : Hit 2: [19.2635, -16.6826, 18] + [ ecalVeto ] 0 : Hit 3: [16.8555, -20.8533, 17] + [ ecalVeto ] 0 : Hit 4: [19.2635, -25.024, 16] + [ ecalVeto ] 0 : Hit 5: [16.8555, -20.8533, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [26.4873, -37.5359, 20] + [ ecalVeto ] 0 : Hit 1: [24.0793, -33.3653, 19] + [ ecalVeto ] 0 : Hit 2: [26.4873, -29.1946, 18] + [ ecalVeto ] 0 : Hit 3: [24.0793, -25.024, 17] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 13] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 12] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 11] + [ ecalVeto ] 0 : Hit 4: [12.0397, -29.1946, 10] + [ ecalVeto ] 0 : Hit 5: [9.63173, -25.024, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 13] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, -33.3653, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, -37.5359, 9] + [ ecalVeto ] 0 : Hit 4: [4.81586, -33.3653, 8] + [ ecalVeto ] 0 : Hit 5: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 6: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 7: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -29.1946, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3273.14; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1358 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, -20.8533, 18] + [ ecalVeto ] 0 : Hit 1: [24.0793, -16.6826, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -16.6826, 16] + [ ecalVeto ] 0 : Hit 1: [16.8555, -12.512, 15] + [ ecalVeto ] 0 : Hit 2: [19.2635, -8.34132, 14] + [ ecalVeto ] 0 : Hit 3: [16.8555, -4.17066, 13] + [ ecalVeto ] 0 : Hit 4: [19.2635, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 5: [16.8555, 4.17066, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 44 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5412.38; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1359 Brem photon produced 58 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 34 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3307.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1360 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 37.5359, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5382.71; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1361 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 40 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5160.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1362 Brem photon produced 31 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-141.132, -94.3048, 23] + [ ecalVeto ] 0 : Hit 1: [-138.725, -90.1341, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -50.0479, 16] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -45.8773, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -33.3653, 14] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -29.1946, 13] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -60.9395, 13] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -58.3892, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -4.17066, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-33.711, 41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 37.5359, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4952.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1363 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 37.5359, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5389.94; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1364 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-8.69618, 165.206, 26] + [ ecalVeto ] 0 : Hit 1: [-11.1041, 161.035, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-15.92, 152.694, 22] + [ ecalVeto ] 0 : Hit 1: [-18.3279, 148.523, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-11.1041, 127.67, 19] + [ ecalVeto ] 0 : Hit 1: [-8.69618, 123.499, 18] + [ ecalVeto ] 0 : Hit 2: [-11.1041, 119.329, 17] + [ ecalVeto ] 0 : Hit 3: [-8.69618, 115.158, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 50.0479, 14] + [ ecalVeto ] 0 : Hit 1: [4.81586, 50.0479, 12] + [ ecalVeto ] 0 : Hit 2: [4.81586, 50.0479, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, 45.8773, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, 41.7066, 12] + [ ecalVeto ] 0 : Hit 1: [4.81586, 41.7066, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, 37.5359, 9] + [ ecalVeto ] 0 : Hit 3: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 37.5359, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 33.3653, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 37.5359, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 29.1946, 9] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 33.3653, 8] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 33.3653, 6] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 29.1946, 5] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 33.3653, 4] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 58.3892, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 54.2186, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 50.0479, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 45.8773, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 103 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 2 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6454.99; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1365 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 29.1946, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Hit 5: [4.81586, 33.3653, 2] + [ ecalVeto ] 0 : Hit 6: [2.40793, 37.5359, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4329.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1366 Brem photon produced 75 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5006.81; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1367 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 42 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3928.03; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1368 Brem photon produced 63 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -66.7306, 11] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -62.5599, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -54.2186, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -50.0479, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [40.9348, -29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [38.5269, -33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [40.9348, -29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [40.9348, -29.1946, 2] + [ ecalVeto ] 0 : Hit 4: [38.5269, -25.024, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 103 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5651.36; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1369 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 41.7066, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, 37.5359, 11] + [ ecalVeto ] 0 : Hit 2: [19.2635, 33.3653, 10] + [ ecalVeto ] 0 : Hit 3: [16.8555, 29.1946, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -8.34132, 3] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -12.512, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-18.3279, -90.1341, 1] + [ ecalVeto ] 0 : Hit 1: [-15.92, -94.3048, 0] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -12.512, 1] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -16.6826, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4712.18; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1370 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-69.83, -45.8773, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -50.0479, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -45.8773, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, -41.7066, 13] + [ ecalVeto ] 0 : Hit 2: [12.0397, -37.5359, 12] + [ ecalVeto ] 0 : Hit 3: [9.63173, -41.7066, 11] + [ ecalVeto ] 0 : Hit 4: [12.0397, -37.5359, 10] + [ ecalVeto ] 0 : Hit 5: [9.63173, -33.3653, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -41.7066, 13] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -41.7066, 11] + [ ecalVeto ] 0 : Hit 2: [-55.3824, -37.5359, 13] + [ ecalVeto ] 0 : Hit 3: [-52.9745, -41.7066, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -20.8533, 2] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -20.8533, 0] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-59.2627, -110.987, 6] + [ ecalVeto ] 0 : Hit 1: [-61.6707, -106.817, 5] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -94.3048, 5] + [ ecalVeto ] 0 : Hit 1: [-52.039, -90.1341, 4] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5806.07; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1371 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [31.3031, -79.2426, 23] + [ ecalVeto ] 0 : Hit 1: [33.711, -75.0719, 22] + [ ecalVeto ] 0 : Hit 2: [31.3031, -70.9012, 21] + [ ecalVeto ] 0 : Hit 3: [33.711, -66.7306, 20] + [ ecalVeto ] 0 : Hit 4: [31.3031, -62.5599, 19] + [ ecalVeto ] 0 : Hit 5: [31.3031, -62.5599, 17] + [ ecalVeto ] 0 : Hit 6: [26.4873, -62.5599, 18] + [ ecalVeto ] 0 : Hit 7: [26.4873, -62.5599, 16] + [ ecalVeto ] 0 : Hit 8: [24.0793, -58.3892, 15] + [ ecalVeto ] 0 : Hit 9: [26.4873, -54.2186, 14] + [ ecalVeto ] 0 : Hit 10: [24.0793, -50.0479, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 54.2186, 18] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 50.0479, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 16.6826, 12] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 12.512, 11] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 8.34132, 10] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 4.17066, 9] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -2.66454e-15, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -54.2186, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -58.3892, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, -41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -37.5359, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -41.7066, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, -45.8773, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, -45.8773, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -50.0479, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -41.7066, 6] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5173.65; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1372 Brem photon produced 77 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 45.8773, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 41.7066, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 37.5359, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7566.49; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1373 Brem photon produced 67 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -41.7066, 23] + [ ecalVeto ] 0 : Hit 1: [12.0397, -37.5359, 22] + [ ecalVeto ] 0 : Hit 2: [9.63173, -41.7066, 21] + [ ecalVeto ] 0 : Hit 3: [12.0397, -37.5359, 20] + [ ecalVeto ] 0 : Hit 4: [9.63173, -41.7066, 19] + [ ecalVeto ] 0 : Hit 5: [12.0397, -37.5359, 18] + [ ecalVeto ] 0 : Hit 6: [9.63173, -41.7066, 17] + [ ecalVeto ] 0 : Hit 7: [12.0397, -37.5359, 16] + [ ecalVeto ] 0 : Hit 8: [9.63173, -41.7066, 15] + [ ecalVeto ] 0 : Hit 9: [12.0397, -37.5359, 14] + [ ecalVeto ] 0 : Hit 10: [9.63173, -41.7066, 13] + [ ecalVeto ] 0 : Hit 11: [12.0397, -37.5359, 12] + [ ecalVeto ] 0 : Hit 12: [9.63173, -41.7066, 11] + [ ecalVeto ] 0 : Hit 13: [9.63173, -41.7066, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6546.61; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1374 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -20.8533, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 25 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4323.69; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1375 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, -58.3892, 29] + [ ecalVeto ] 0 : Hit 1: [26.4873, -54.2186, 28] + [ ecalVeto ] 0 : Hit 2: [24.0793, -58.3892, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -50.0479, 24] + [ ecalVeto ] 0 : Hit 1: [16.8555, -54.2186, 23] + [ ecalVeto ] 0 : Hit 2: [19.2635, -50.0479, 22] + [ ecalVeto ] 0 : Hit 3: [16.8555, -45.8773, 21] + [ ecalVeto ] 0 : Hit 4: [19.2635, -50.0479, 20] + [ ecalVeto ] 0 : Hit 5: [16.8555, -45.8773, 19] + [ ecalVeto ] 0 : Hit 6: [19.2635, -50.0479, 18] + [ ecalVeto ] 0 : Hit 7: [16.8555, -45.8773, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -45.8773, 16] + [ ecalVeto ] 0 : Hit 1: [9.63173, -41.7066, 15] + [ ecalVeto ] 0 : Hit 2: [12.0397, -37.5359, 14] + [ ecalVeto ] 0 : Hit 3: [12.0397, -37.5359, 12] + [ ecalVeto ] 0 : Hit 4: [9.63173, -33.3653, 11] + [ ecalVeto ] 0 : Hit 5: [12.0397, -29.1946, 10] + [ ecalVeto ] 0 : Hit 6: [9.63173, -25.024, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 6: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 102 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5072.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1376 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, 37.5359, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, 41.7066, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, 37.5359, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 54.2186, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 50.0479, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5262.89; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1377 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [118.525, -33.3653, 30] + [ ecalVeto ] 0 : Hit 1: [116.118, -37.5359, 29] + [ ecalVeto ] 0 : Hit 2: [118.525, -41.7066, 28] + [ ecalVeto ] 0 : Hit 3: [116.118, -37.5359, 27] + [ ecalVeto ] 0 : Hit 4: [118.525, -41.7066, 26] + [ ecalVeto ] 0 : Hit 5: [116.118, -37.5359, 25] + [ ecalVeto ] 0 : Hit 6: [118.525, -41.7066, 24] + [ ecalVeto ] 0 : Hit 7: [116.118, -45.8773, 23] + [ ecalVeto ] 0 : Hit 8: [118.525, -50.0479, 22] + [ ecalVeto ] 0 : Hit 9: [116.118, -54.2186, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-11.1041, -102.646, 23] + [ ecalVeto ] 0 : Hit 1: [-8.69618, -98.4754, 22] + [ ecalVeto ] 0 : Hit 2: [-11.1041, -94.3048, 21] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -91.7545, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 70.9012, 23] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 75.0719, 22] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 70.9012, 21] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 66.7306, 20] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 66.7306, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -66.7306, 17] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -62.5599, 16] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -58.3892, 15] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -54.2186, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 58.3892, 17] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 58.3892, 15] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 54.2186, 14] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 50.0479, 13] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 45.8773, 12] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2060.24; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1378 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 50.0479, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, 45.8773, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, 41.7066, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -4.17066, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, -12.512, 2] + [ ecalVeto ] 0 : Hit 4: [9.63173, -8.34132, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 93 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4931.49; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1379 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 33.3653, 17] + [ ecalVeto ] 0 : Hit 1: [-62.6062, 33.3653, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5226.43; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1380 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 8.34132, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 34 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3069.24; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1381 Brem photon produced 46 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, 33.3653, 15] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 29.1946, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [40.9348, -29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [38.5269, -25.024, 9] + [ ecalVeto ] 0 : Hit 2: [40.9348, -29.1946, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8104.82; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1382 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -85.9634, 23] + [ ecalVeto ] 0 : Hit 1: [-54.4469, -85.9634, 21] + [ ecalVeto ] 0 : Hit 2: [-52.039, -81.7928, 20] + [ ecalVeto ] 0 : Hit 3: [-54.4469, -77.6221, 19] + [ ecalVeto ] 0 : Hit 4: [-52.039, -73.4515, 18] + [ ecalVeto ] 0 : Hit 5: [-54.4469, -69.2808, 17] + [ ecalVeto ] 0 : Hit 6: [-52.9745, -66.7306, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -58.3892, 15] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -62.5599, 14] + [ ecalVeto ] 0 : Hit 2: [-48.1586, -58.3892, 13] + [ ecalVeto ] 0 : Hit 3: [-45.7507, -54.2186, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -45.8773, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -50.0479, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, -41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -45.8773, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -41.7066, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5910.82; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1383 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-18.3279, 90.1341, 15] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 87.5839, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -94.3048, 13] + [ ecalVeto ] 0 : Hit 1: [-52.039, -98.4754, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-44.8152, -85.9634, 12] + [ ecalVeto ] 0 : Hit 1: [-47.2231, -81.7928, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -54.2186, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -50.0479, 8] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -45.8773, 7] + [ ecalVeto ] 0 : Hit 3: [-24.0793, -50.0479, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 123 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5505.22; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1384 Brem photon produced 33 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -8.34132, 19] + [ ecalVeto ] 0 : Hit 1: [-87.2224, -12.512, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-104.078, -50.0479, 19] + [ ecalVeto ] 0 : Hit 1: [-101.67, -45.8773, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [33.711, 8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [31.3031, 12.512, 9] + [ ecalVeto ] 0 : Hit 2: [33.711, 8.34132, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 98 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4444.72; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1385 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4746.44; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1386 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 87.5839, 24] + [ ecalVeto ] 0 : Hit 1: [9.63173, 83.4132, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 54.2186, 17] + [ ecalVeto ] 0 : Hit 1: [4.81586, 50.0479, 16] + [ ecalVeto ] 0 : Hit 2: [2.40793, 45.8773, 15] + [ ecalVeto ] 0 : Hit 3: [4.81586, 41.7066, 14] + [ ecalVeto ] 0 : Hit 4: [2.40793, 37.5359, 13] + [ ecalVeto ] 0 : Hit 5: [4.81586, 33.3653, 12] + [ ecalVeto ] 0 : Hit 6: [2.40793, 29.1946, 11] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1773.16; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1387 Brem photon produced 70 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7776.7; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1388 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, 29.1946, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, 29.1946, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Hit 5: [12.0397, 29.1946, 4] + [ ecalVeto ] 0 : Hit 6: [9.63173, 33.3653, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5923.14; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1389 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-169.092, -29.1946, 27] + [ ecalVeto ] 0 : Hit 1: [-166.684, -25.024, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-111.302, -29.1946, 21] + [ ecalVeto ] 0 : Hit 1: [-108.894, -25.024, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -29.1946, 19] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -25.024, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -33.3653, 15] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -29.1946, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -25.024, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-89.6303, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-87.2224, 12.512, 6] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3608.76; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1390 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 91.7545, 20] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 87.5839, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 66.7306, 13] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 66.7306, 11] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 62.5599, 10] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 58.3892, 9] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 54.2186, 8] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 50.0479, 7] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 45.8773, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 37 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3422.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1391 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-241.33, 29.1946, 23] + [ ecalVeto ] 0 : Hit 1: [-238.922, 25.024, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-176.316, -2.36672e-14, 17] + [ ecalVeto ] 0 : Hit 1: [-173.908, -4.17066, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-125.749, -20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [-123.341, -25.024, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3226.05; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1392 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 18 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2982.87; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1393 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 34 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4894.03; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1394 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3172.57; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1395 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -73.4515, 25] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -69.2808, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [12.0397, -4.17066, 10] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 4: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 5: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 6: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 7: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Hit 8: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 9: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 10: [12.0397, 4.17066, 2] + [ ecalVeto ] 0 : Hit 11: [9.63173, -2.66454e-15, 1] + [ ecalVeto ] 0 : Hit 12: [12.0397, -4.17066, 0] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 2] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 1] + [ ecalVeto ] 0 : Hit 4: [4.81586, -2.66454e-15, 0] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, 8.34132, 4] + [ ecalVeto ] 0 : Hit 1: [16.8555, 4.17066, 3] + [ ecalVeto ] 0 : Hit 2: [19.2635, -2.66454e-15, 2] + [ ecalVeto ] 0 : Hit 3: [16.8555, -4.17066, 1] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -12.512, 3] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4185.61; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1396 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [19.2635, 8.34132, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4133.37; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1397 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 13 + [ ecalVeto ] 0 : Beginning track merging using 13 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 13 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-190.763, -2.36672e-14, 29] + [ ecalVeto ] 0 : Hit 1: [-188.356, 4.17066, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-154.644, 4.17066, 25] + [ ecalVeto ] 0 : Hit 1: [-152.237, 8.34132, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-140.197, 4.17066, 23] + [ ecalVeto ] 0 : Hit 1: [-137.789, 8.34132, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [141.132, 119.329, 22] + [ ecalVeto ] 0 : Hit 1: [138.725, 115.158, 21] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [38.5269, 33.3653, 21] + [ ecalVeto ] 0 : Hit 1: [40.9348, 29.1946, 20] + [ ecalVeto ] 0 : Hit 2: [38.5269, 33.3653, 19] + [ ecalVeto ] 0 : Hit 3: [40.9348, 37.5359, 18] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [126.685, 110.987, 20] + [ ecalVeto ] 0 : Hit 1: [124.277, 106.817, 19] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-118.525, 8.34132, 19] + [ ecalVeto ] 0 : Hit 1: [-116.118, 12.512, 18] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-104.078, 16.6826, 17] + [ ecalVeto ] 0 : Hit 1: [-101.67, 12.512, 16] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-89.6303, 16.6826, 15] + [ ecalVeto ] 0 : Hit 1: [-87.2224, 12.512, 14] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [83.3421, 102.646, 14] + [ ecalVeto ] 0 : Hit 1: [80.9341, 98.4754, 13] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 12.512, 12] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [68.8945, 94.3048, 12] + [ ecalVeto ] 0 : Hit 1: [66.4865, 90.1341, 11] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 20.8533, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 13 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2582.85; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1398 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-52.9745, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [-55.3824, -12.512, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [16.8555, -37.5359, 5] + [ ecalVeto ] 0 : Hit 2: [19.2635, -33.3653, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, -25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [-33.711, -16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [-31.3031, -12.512, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Hit 3: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, -33.3653, 3] + [ ecalVeto ] 0 : Hit 5: [12.0397, -29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5213.43; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1399 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 20.8533, 12] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 20.8533, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Hit 5: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 1] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3288.78; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1400 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-37.5914, 140.182, 24] + [ ecalVeto ] 0 : Hit 1: [-39.9993, 136.011, 23] + [ ecalVeto ] 0 : Hit 2: [-37.5914, 131.841, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [154.644, -12.512, 22] + [ ecalVeto ] 0 : Hit 1: [152.237, -8.34132, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [125.749, -4.17066, 18] + [ ecalVeto ] 0 : Hit 1: [123.341, -2.66454e-15, 17] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-23.1438, 90.1341, 16] + [ ecalVeto ] 0 : Hit 1: [-25.5517, 85.9634, 15] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 79.2426, 14] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 75.0719, 13] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 70.9012, 12] + [ ecalVeto ] 0 : Hit 3: [-19.2635, 75.0719, 11] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 54.2186, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 58.3892, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 54.2186, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 50.0479, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 91 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5360.25; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1401 Brem photon produced 2 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6361.11; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1402 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 11 + [ ecalVeto ] 0 : Beginning track merging using 11 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [47.2231, 73.4515, 20] + [ ecalVeto ] 0 : Hit 1: [45.7507, 70.9012, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, 45.8773, 12] + [ ecalVeto ] 0 : Hit 1: [24.0793, 41.7066, 11] + [ ecalVeto ] 0 : Hit 2: [26.4873, 37.5359, 10] + [ ecalVeto ] 0 : Hit 3: [24.0793, 33.3653, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Hit 6: [12.0397, 4.17066, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, 33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, 29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [19.2635, 25.024, 6] + [ ecalVeto ] 0 : Hit 3: [16.8555, 20.8533, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-52.9745, 16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [-55.3824, 20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [-52.9745, 25.024, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-94.4462, 33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [-96.8541, 37.5359, 5] + [ ecalVeto ] 0 : Hit 2: [-94.4462, 33.3653, 4] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 12.512, 4] + [ ecalVeto ] 0 : Hit 2: [-55.3824, 12.512, 5] + [ ecalVeto ] 0 : Hit 3: [-52.9745, 16.6826, 4] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 12.512, 4] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 4.17066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 92 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4559.07; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1403 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-15.92, -110.987, 20] + [ ecalVeto ] 0 : Hit 1: [-18.3279, -106.817, 19] + [ ecalVeto ] 0 : Hit 2: [-15.92, -102.646, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -33.3653, 19] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -37.5359, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -50.0479, 17] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -54.2186, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -75.0719, 14] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -70.9012, 13] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [19.2635, 8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, 4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [19.2635, 8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [16.8555, 12.512, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 104 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5881.62; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1404 Brem photon produced 68 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [104.078, -50.0479, 32] + [ ecalVeto ] 0 : Hit 1: [104.078, -50.0479, 30] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-45.7507, 29.1946, 14] + [ ecalVeto ] 0 : Hit 1: [-48.1586, 25.024, 13] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3564; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1405 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 29.1946, 25] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 25.024, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 25.024, 21] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 20.8533, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-69.83, 20.8533, 19] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 16.6826, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 16.6826, 17] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 20.8533, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [19.2635, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, 12.512, 7] + [ ecalVeto ] 0 : Hit 2: [19.2635, 8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [16.8555, 12.512, 5] + [ ecalVeto ] 0 : Hit 4: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 5: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 6: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 7: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Hit 8: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5173.57; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1406 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -62.5599, 12] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -58.3892, 11] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -58.3892, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [38.5269, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [40.9348, -37.5359, 8] + [ ecalVeto ] 0 : Hit 2: [38.5269, -33.3653, 7] + [ ecalVeto ] 0 : Hit 3: [40.9348, -29.1946, 6] + [ ecalVeto ] 0 : Hit 4: [38.5269, -25.024, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, -37.5359, 3] + [ ecalVeto ] 0 : Hit 6: [4.81586, -33.3653, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [33.711, -33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [31.3031, -29.1946, 5] + [ ecalVeto ] 0 : Hit 2: [33.711, -25.024, 4] + [ ecalVeto ] 0 : Hit 3: [31.3031, -29.1946, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6130.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1407 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 16.6826, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 20.8533, 9] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 20.8533, 7] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 25.024, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 29.1946, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 8.34132, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 12.512, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 16.6826, 6] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3263.62; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1408 Brem photon produced 43 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [38.5269, -2.66454e-15, 15] + [ ecalVeto ] 0 : Hit 1: [40.9348, -4.17066, 14] + [ ecalVeto ] 0 : Hit 2: [38.5269, -8.34132, 13] + [ ecalVeto ] 0 : Hit 3: [40.9348, -12.512, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4831.28; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1409 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -41.7066, 16] + [ ecalVeto ] 0 : Hit 1: [2.40793, -45.8773, 15] + [ ecalVeto ] 0 : Hit 2: [4.81586, -50.0479, 14] + [ ecalVeto ] 0 : Hit 3: [2.40793, -54.2186, 13] + [ ecalVeto ] 0 : Hit 4: [4.81586, -58.3892, 12] + [ ecalVeto ] 0 : Hit 5: [4.81586, -66.7306, 14] + [ ecalVeto ] 0 : Hit 6: [2.40793, -62.5599, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-95.3817, 90.1341, 10] + [ ecalVeto ] 0 : Hit 1: [-97.7897, 94.3048, 9] + [ ecalVeto ] 0 : Hit 2: [-95.3817, 98.4754, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3284.11; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1410 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-8.69618, -106.817, 10] + [ ecalVeto ] 0 : Hit 1: [-11.1041, -102.646, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 5: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Hit 6: [9.63173, -16.6826, 1] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -75.0719, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -79.2426, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -66.7306, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -62.5599, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4702.75; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1411 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [31.3031, -54.2186, 17] + [ ecalVeto ] 0 : Hit 1: [33.711, -58.3892, 16] + [ ecalVeto ] 0 : Hit 2: [31.3031, -62.5599, 15] + [ ecalVeto ] 0 : Hit 3: [33.711, -58.3892, 14] + [ ecalVeto ] 0 : Hit 4: [31.3031, -54.2186, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -41.7066, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, -37.5359, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, -33.3653, 8] + [ ecalVeto ] 0 : Hit 3: [16.8555, -29.1946, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2638.44; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1412 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-219.659, -33.3653, 21] + [ ecalVeto ] 0 : Hit 1: [-217.251, -37.5359, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-205.211, -41.7066, 19] + [ ecalVeto ] 0 : Hit 1: [-202.803, -37.5359, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-190.763, -33.3653, 17] + [ ecalVeto ] 0 : Hit 1: [-188.356, -37.5359, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [31.3031, -20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [33.711, -25.024, 10] + [ ecalVeto ] 0 : Hit 2: [31.3031, -29.1946, 9] + [ ecalVeto ] 0 : Hit 3: [31.3031, -29.1946, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, -33.3653, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4281.04; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1413 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3833.61; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1414 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6872.54; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1415 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 44 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3467.97; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1416 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [76.1183, 56.7688, 14] + [ ecalVeto ] 0 : Hit 1: [74.6459, 54.2186, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [55.3824, 54.2186, 12] + [ ecalVeto ] 0 : Hit 1: [55.3824, 54.2186, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 94 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6224.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1417 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6564.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1418 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 24 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2759.03; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1419 Brem photon produced 37 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -8.34132, 22] + [ ecalVeto ] 0 : Hit 1: [16.8555, -12.512, 21] + [ ecalVeto ] 0 : Hit 2: [19.2635, -16.6826, 20] + [ ecalVeto ] 0 : Hit 3: [16.8555, -20.8533, 19] + [ ecalVeto ] 0 : Hit 4: [16.8555, -20.8533, 17] + [ ecalVeto ] 0 : Hit 5: [12.0397, -20.8533, 18] + [ ecalVeto ] 0 : Hit 6: [12.0397, -20.8533, 16] + [ ecalVeto ] 0 : Hit 7: [9.63173, -25.024, 15] + [ ecalVeto ] 0 : Hit 8: [12.0397, -29.1946, 14] + [ ecalVeto ] 0 : Hit 9: [9.63173, -33.3653, 13] + [ ecalVeto ] 0 : Hit 10: [12.0397, -29.1946, 12] + [ ecalVeto ] 0 : Hit 11: [9.63173, -33.3653, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-133.909, 106.817, 21] + [ ecalVeto ] 0 : Hit 1: [-131.501, 102.646, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [16.8555, -45.8773, 15] + [ ecalVeto ] 0 : Hit 1: [19.2635, -41.7066, 14] + [ ecalVeto ] 0 : Hit 2: [16.8555, -45.8773, 13] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -33.3653, 12] + [ ecalVeto ] 0 : Hit 1: [4.81586, -33.3653, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, -33.3653, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -29.1946, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 3] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 4.17066, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4225.92; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1420 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [66.4865, -81.7928, 23] + [ ecalVeto ] 0 : Hit 1: [68.8945, -77.6221, 22] + [ ecalVeto ] 0 : Hit 2: [66.4865, -73.4515, 21] + [ ecalVeto ] 0 : Hit 3: [68.8945, -77.6221, 20] + [ ecalVeto ] 0 : Hit 4: [66.4865, -73.4515, 19] + [ ecalVeto ] 0 : Hit 5: [68.8945, -69.2808, 18] + [ ecalVeto ] 0 : Hit 6: [66.4865, -65.1101, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [61.6707, -65.1101, 16] + [ ecalVeto ] 0 : Hit 1: [60.1983, -62.5599, 15] + [ ecalVeto ] 0 : Hit 2: [62.6062, -58.3892, 14] + [ ecalVeto ] 0 : Hit 3: [60.1983, -62.5599, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [55.3824, -54.2186, 12] + [ ecalVeto ] 0 : Hit 1: [52.9745, -58.3892, 11] + [ ecalVeto ] 0 : Hit 2: [55.3824, -54.2186, 10] + [ ecalVeto ] 0 : Hit 3: [52.9745, -50.0479, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 92 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3956.59; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1421 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 41 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2765.25; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1422 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -12.512, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5184.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1423 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -29.1946, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 25 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2629.48; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1424 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [77.0538, 41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [74.6459, 37.5359, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4755.13; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1425 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 8: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 9: [-2.40793, 4.17066, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -2.66454e-15, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 4.17066, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -8.34132, 1] + [ ecalVeto ] 0 : Hit 1: [-87.2224, -4.17066, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8273.21; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1426 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-18.3279, 131.841, 21] + [ ecalVeto ] 0 : Hit 1: [-15.92, 127.67, 20] + [ ecalVeto ] 0 : Hit 2: [-18.3279, 123.499, 19] + [ ecalVeto ] 0 : Hit 3: [-15.92, 119.329, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [94.4462, 8.34132, 19] + [ ecalVeto ] 0 : Hit 1: [96.8541, 12.512, 18] + [ ecalVeto ] 0 : Hit 2: [94.4462, 8.34132, 17] + [ ecalVeto ] 0 : Hit 3: [96.8541, 12.512, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-18.3279, 106.817, 17] + [ ecalVeto ] 0 : Hit 1: [-15.92, 102.646, 16] + [ ecalVeto ] 0 : Hit 2: [-18.3279, 98.4754, 15] + [ ecalVeto ] 0 : Hit 3: [-15.92, 94.3048, 14] + [ ecalVeto ] 0 : Hit 4: [-15.92, 94.3048, 12] + [ ecalVeto ] 0 : Hit 5: [-12.0397, 87.5839, 13] + [ ecalVeto ] 0 : Hit 6: [-9.63173, 83.4132, 12] + [ ecalVeto ] 0 : Hit 7: [-12.0397, 79.2426, 11] + [ ecalVeto ] 0 : Hit 8: [-9.63173, 75.0719, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3515.63; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1427 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -69.2808, 15] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -65.1101, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [61.6707, -81.7928, 10] + [ ecalVeto ] 0 : Hit 1: [59.2627, -77.6221, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -16.6826, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4323.53; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1428 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [205.211, 75.0719, 30] + [ ecalVeto ] 0 : Hit 1: [202.803, 70.9012, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [190.763, 66.7306, 28] + [ ecalVeto ] 0 : Hit 1: [188.356, 62.5599, 27] + [ ecalVeto ] 0 : Finding linreg tracks from 90 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4063.36; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1429 Brem photon produced 44 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 66.7306, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, 62.5599, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -20.8533, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, -8.34132, 4] + [ ecalVeto ] 0 : Hit 1: [19.2635, -8.34132, 2] + [ ecalVeto ] 0 : Hit 2: [19.2635, -8.34132, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6233.7; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1430 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -16.6826, 17] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -12.512, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -8.34132, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5076.05; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1431 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-126.685, -119.329, 13] + [ ecalVeto ] 0 : Hit 1: [-124.277, -115.158, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -102.646, 11] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -98.4754, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 99 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4087.25; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1432 Brem photon produced 69 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-183.54, 4.17066, 27] + [ ecalVeto ] 0 : Hit 1: [-181.132, -2.36672e-14, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -2.66454e-15, 17] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -4.17066, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-132.973, -75.0719, 13] + [ ecalVeto ] 0 : Hit 1: [-130.565, -70.9012, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-118.525, -66.7306, 11] + [ ecalVeto ] 0 : Hit 1: [-116.118, -62.5599, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5226.46; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1433 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, 66.7306, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 62.5599, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 54.2186, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 50.0479, 4] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 45.8773, 3] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 50.0479, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [62.6062, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 1: [60.1983, 4.17066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 92 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6128.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1434 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 23 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 608.155; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1435 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 45.8773, 15] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 50.0479, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 44 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5210.73; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1436 Brem photon produced 62 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5781.63; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1437 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 29.1946, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 4: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 13 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1941.06; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1438 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 13 + [ ecalVeto ] 0 : Beginning track merging using 13 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 12 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-141.132, 144.353, 23] + [ ecalVeto ] 0 : Hit 1: [-138.725, 140.182, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 106.817, 17] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 102.646, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 98.4754, 15] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 94.3048, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-61.6707, 90.1341, 13] + [ ecalVeto ] 0 : Hit 1: [-59.2627, 85.9634, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, -54.2186, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, -50.0479, 11] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [26.4873, -54.2186, 12] + [ ecalVeto ] 0 : Hit 1: [24.0793, -50.0479, 11] + [ ecalVeto ] 0 : Hit 2: [26.4873, -45.8773, 10] + [ ecalVeto ] 0 : Hit 3: [24.0793, -50.0479, 9] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-47.2231, 73.4515, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 70.9012, 10] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [19.2635, -41.7066, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, -45.8773, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, -41.7066, 8] + [ ecalVeto ] 0 : Hit 3: [16.8555, -37.5359, 7] + [ ecalVeto ] 0 : Hit 4: [16.8555, -29.1946, 9] + [ ecalVeto ] 0 : Hit 5: [19.2635, -25.024, 8] + [ ecalVeto ] 0 : Hit 6: [16.8555, -20.8533, 7] + [ ecalVeto ] 0 : Hit 7: [19.2635, -16.6826, 6] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [16.8555, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [16.8555, -4.17066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 12 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5807.65; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1439 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 15] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 14] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 13] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 25.024, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [-33.711, -25.024, 7] + [ ecalVeto ] 0 : Hit 2: [-31.3031, -20.8533, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -8.34132, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 97 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6322.72; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1440 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 91.7545, 27] + [ ecalVeto ] 0 : Hit 1: [12.0397, 87.5839, 26] + [ ecalVeto ] 0 : Hit 2: [9.63173, 83.4132, 25] + [ ecalVeto ] 0 : Hit 3: [12.0397, 79.2426, 24] + [ ecalVeto ] 0 : Hit 4: [9.63173, 75.0719, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 58.3892, 20] + [ ecalVeto ] 0 : Hit 1: [2.40793, 54.2186, 19] + [ ecalVeto ] 0 : Hit 2: [4.81586, 50.0479, 18] + [ ecalVeto ] 0 : Hit 3: [2.40793, 45.8773, 17] + [ ecalVeto ] 0 : Hit 4: [4.81586, 41.7066, 16] + [ ecalVeto ] 0 : Hit 5: [2.40793, 37.5359, 15] + [ ecalVeto ] 0 : Hit 6: [4.81586, 33.3653, 14] + [ ecalVeto ] 0 : Hit 7: [2.40793, 29.1946, 13] + [ ecalVeto ] 0 : Hit 8: [4.81586, 25.024, 12] + [ ecalVeto ] 0 : Hit 9: [2.40793, 20.8533, 11] + [ ecalVeto ] 0 : Hit 10: [4.81586, 16.6826, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5350.69; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1441 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 37.5359, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 41.7066, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 45.8773, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 41.7066, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 6: [4.81586, 41.7066, 6] + [ ecalVeto ] 0 : Hit 7: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Hit 8: [4.81586, 41.7066, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Hit 5: [4.81586, 33.3653, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2897.04; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1442 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-105.013, -81.7928, 9] + [ ecalVeto ] 0 : Hit 1: [-102.606, -77.6221, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2102.43; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1443 Brem photon produced 42 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, 29.1946, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 5: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 6: [9.63173, 25.024, 3] + [ ecalVeto ] 0 : Hit 7: [12.0397, 20.8533, 2] + [ ecalVeto ] 0 : Hit 8: [9.63173, 25.024, 1] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 5: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 16.6826, 1] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 20.8533, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4917.25; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1444 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-37.5914, -98.4754, 24] + [ ecalVeto ] 0 : Hit 1: [-39.9993, -94.3048, 23] + [ ecalVeto ] 0 : Hit 2: [-37.5914, -90.1341, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-30.3676, -85.9634, 20] + [ ecalVeto ] 0 : Hit 1: [-32.7755, -81.7928, 19] + [ ecalVeto ] 0 : Hit 2: [-31.3031, -79.2426, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -85.9634, 9] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -81.7928, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3433.57; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1445 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 27 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2638.3; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1446 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -58.3892, 24] + [ ecalVeto ] 0 : Hit 1: [2.40793, -54.2186, 23] + [ ecalVeto ] 0 : Hit 2: [4.81586, -50.0479, 22] + [ ecalVeto ] 0 : Hit 3: [2.40793, -45.8773, 21] + [ ecalVeto ] 0 : Hit 4: [4.81586, -41.7066, 20] + [ ecalVeto ] 0 : Hit 5: [2.40793, -45.8773, 19] + [ ecalVeto ] 0 : Hit 6: [4.81586, -41.7066, 18] + [ ecalVeto ] 0 : Hit 7: [2.40793, -37.5359, 17] + [ ecalVeto ] 0 : Hit 8: [4.81586, -33.3653, 16] + [ ecalVeto ] 0 : Hit 9: [2.40793, -29.1946, 15] + [ ecalVeto ] 0 : Hit 10: [4.81586, -33.3653, 14] + [ ecalVeto ] 0 : Hit 11: [2.40793, -29.1946, 13] + [ ecalVeto ] 0 : Hit 12: [4.81586, -25.024, 12] + [ ecalVeto ] 0 : Hit 13: [2.40793, -20.8533, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-69.83, 20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 16.6826, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, -8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4391.62; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1447 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [67.4221, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 1: [69.83, 4.17066, 4] + [ ecalVeto ] 0 : Hit 2: [67.4221, -2.66454e-15, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 108 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5203.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1448 Brem photon produced 50 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-205.211, -75.0719, 21] + [ ecalVeto ] 0 : Hit 1: [-202.803, -70.9012, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-176.316, -58.3892, 19] + [ ecalVeto ] 0 : Hit 1: [-173.908, -54.2186, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 62.5599, 13] + [ ecalVeto ] 0 : Hit 1: [4.81586, 58.3892, 12] + [ ecalVeto ] 0 : Hit 2: [2.40793, 54.2186, 11] + [ ecalVeto ] 0 : Hit 3: [4.81586, 50.0479, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -2.36672e-14, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, 37.5359, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, 33.3653, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, 29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3572.56; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1449 Brem photon produced 37 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -4.17066, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -12.512, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -16.6826, 4] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6003.66; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1450 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-161.868, 75.0719, 25] + [ ecalVeto ] 0 : Hit 1: [-159.46, 70.9012, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-132.973, 66.7306, 21] + [ ecalVeto ] 0 : Hit 1: [-130.565, 62.5599, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-118.525, 58.3892, 19] + [ ecalVeto ] 0 : Hit 1: [-116.118, 54.2186, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-104.078, 50.0479, 17] + [ ecalVeto ] 0 : Hit 1: [-101.67, 54.2186, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 29.1946, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-33.711, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 20.8533, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5583.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1451 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2483.23; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1452 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-169.092, 45.8773, 33] + [ ecalVeto ] 0 : Hit 1: [-166.684, 50.0479, 32] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-140.197, 45.8773, 27] + [ ecalVeto ] 0 : Hit 1: [-137.789, 41.7066, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-132.973, 41.7066, 25] + [ ecalVeto ] 0 : Hit 1: [-130.565, 37.5359, 24] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 123.499, 23] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 127.67, 22] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-125.749, 37.5359, 23] + [ ecalVeto ] 0 : Hit 1: [-123.341, 33.3653, 22] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-104.078, 33.3653, 19] + [ ecalVeto ] 0 : Hit 1: [-101.67, 29.1946, 18] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 25.024, 15] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 29.1946, 14] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 25.024, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 20.8533, 12] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 16.6826, 8] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 25.024, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3254.7; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1453 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 23] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 22] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 18] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 17] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 16] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 15] + [ ecalVeto ] 0 : Hit 4: [4.81586, -2.66454e-15, 14] + [ ecalVeto ] 0 : Hit 5: [2.40793, 4.17066, 13] + [ ecalVeto ] 0 : Hit 6: [4.81586, 8.34132, 12] + [ ecalVeto ] 0 : Hit 7: [2.40793, 12.512, 11] + [ ecalVeto ] 0 : Hit 8: [4.81586, 16.6826, 10] + [ ecalVeto ] 0 : Hit 9: [2.40793, 20.8533, 9] + [ ecalVeto ] 0 : Hit 10: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 11: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 12: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 13: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 14: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Hit 15: [12.0397, 37.5359, 6] + [ ecalVeto ] 0 : Hit 16: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Hit 17: [12.0397, 37.5359, 4] + [ ecalVeto ] 0 : Hit 18: [9.63173, 41.7066, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-32.7755, 81.7928, 11] + [ ecalVeto ] 0 : Hit 1: [-30.3676, 85.9634, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4847.34; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1454 Brem photon produced 56 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -2.66454e-15, 14] + [ ecalVeto ] 0 : Hit 1: [16.8555, -4.17066, 13] + [ ecalVeto ] 0 : Hit 2: [19.2635, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 3: [16.8555, -4.17066, 11] + [ ecalVeto ] 0 : Hit 4: [19.2635, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 5: [16.8555, 4.17066, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 6: [2.40793, 20.8533, 1] + [ ecalVeto ] 0 : Hit 7: [4.81586, 25.024, 0] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 25.024, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 29.1946, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 81.7928, 7] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 77.6221, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 45.8773, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 50.0479, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6092.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1455 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-176.316, -83.4132, 25] + [ ecalVeto ] 0 : Hit 1: [-173.908, -79.2426, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-140.197, -70.9012, 21] + [ ecalVeto ] 0 : Hit 1: [-137.789, -75.0719, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-125.749, -70.9012, 19] + [ ecalVeto ] 0 : Hit 1: [-123.341, -66.7306, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -41.7066, 11] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -45.8773, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -37.5359, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4963.59; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1456 Brem photon produced 68 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-30.3676, 110.987, 26] + [ ecalVeto ] 0 : Hit 1: [-32.7755, 106.817, 25] + [ ecalVeto ] 0 : Hit 2: [-30.3676, 102.646, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-111.302, -37.5359, 19] + [ ecalVeto ] 0 : Hit 1: [-108.894, -33.3653, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -29.1946, 17] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -25.024, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 54.2186, 13] + [ ecalVeto ] 0 : Hit 1: [4.81586, 50.0479, 12] + [ ecalVeto ] 0 : Hit 2: [2.40793, 45.8773, 11] + [ ecalVeto ] 0 : Hit 3: [4.81586, 41.7066, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -4.17066, 12] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6195.98; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1457 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 25.024, 19] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 20.8533, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-67.4221, 41.7066, 14] + [ ecalVeto ] 0 : Hit 1: [-69.83, 37.5359, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-60.1983, 45.8773, 14] + [ ecalVeto ] 0 : Hit 1: [-62.6062, 41.7066, 13] + [ ecalVeto ] 0 : Hit 2: [-60.1983, 37.5359, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-52.9745, 41.7066, 12] + [ ecalVeto ] 0 : Hit 1: [-55.3824, 45.8773, 11] + [ ecalVeto ] 0 : Hit 2: [-52.9745, 50.0479, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -8.34132, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [24.0793, 16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [26.4873, 12.512, 4] + [ ecalVeto ] 0 : Hit 2: [24.0793, 8.34132, 3] + [ ecalVeto ] 0 : Hit 3: [26.4873, 4.17066, 2] + [ ecalVeto ] 0 : Hit 4: [24.0793, 8.34132, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4303.05; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1458 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-39.9993, -169.377, 33] + [ ecalVeto ] 0 : Hit 1: [-37.5914, -165.206, 32] + [ ecalVeto ] 0 : Hit 2: [-39.9993, -161.035, 31] + [ ecalVeto ] 0 : Hit 3: [-37.5914, -156.865, 30] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-39.9993, -136.011, 27] + [ ecalVeto ] 0 : Hit 1: [-37.5914, -131.841, 26] + [ ecalVeto ] 0 : Hit 2: [-39.9993, -127.67, 25] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-37.5914, -106.817, 22] + [ ecalVeto ] 0 : Hit 1: [-39.9993, -102.646, 21] + [ ecalVeto ] 0 : Hit 2: [-37.5914, -98.4754, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-39.9993, -85.9634, 19] + [ ecalVeto ] 0 : Hit 1: [-37.5914, -90.1341, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -37.5359, 10] + [ ecalVeto ] 0 : Hit 1: [-33.711, -33.3653, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4103.55; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1459 Brem photon produced 74 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 39 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5056.4; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1460 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 97 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5245.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1461 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-39.9993, 77.6221, 21] + [ ecalVeto ] 0 : Hit 1: [-37.5914, 81.7928, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-45.7507, -12.512, 12] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -8.34132, 11] + [ ecalVeto ] 0 : Hit 2: [-45.7507, -4.17066, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 20.8533, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [102.606, 94.3048, 9] + [ ecalVeto ] 0 : Hit 1: [102.606, 94.3048, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 6: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 7: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Hit 8: [2.40793, 12.512, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5988.28; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1462 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-47.2231, 90.1341, 19] + [ ecalVeto ] 0 : Hit 1: [-44.8152, 94.3048, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 4.17066, 17] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 8.34132, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 66.7306, 13] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 62.5599, 12] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 58.3892, 11] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 54.2186, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 4.17066, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -2.66454e-15, 8] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 16.6826, 3] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6006.94; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1463 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1463 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 41 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3227.35; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1464 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, -50.0479, 11] + [ ecalVeto ] 0 : Hit 1: [24.0793, -50.0479, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8651.34; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1465 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 18 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3239.72; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1466 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -16.6826, 16] + [ ecalVeto ] 0 : Hit 1: [16.8555, -20.8533, 15] + [ ecalVeto ] 0 : Hit 2: [19.2635, -25.024, 14] + [ ecalVeto ] 0 : Hit 3: [16.8555, -20.8533, 13] + [ ecalVeto ] 0 : Hit 4: [12.0397, -20.8533, 14] + [ ecalVeto ] 0 : Hit 5: [9.63173, -16.6826, 13] + [ ecalVeto ] 0 : Hit 6: [12.0397, -12.512, 12] + [ ecalVeto ] 0 : Hit 7: [9.63173, -8.34132, 11] + [ ecalVeto ] 0 : Hit 8: [12.0397, -4.17066, 10] + [ ecalVeto ] 0 : Hit 9: [9.63173, -2.66454e-15, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5051.62; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1467 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, -37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [19.2635, -33.3653, 10] + [ ecalVeto ] 0 : Hit 2: [16.8555, -29.1946, 9] + [ ecalVeto ] 0 : Hit 3: [19.2635, -25.024, 8] + [ ecalVeto ] 0 : Hit 4: [16.8555, -29.1946, 7] + [ ecalVeto ] 0 : Hit 5: [19.2635, -33.3653, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -25.024, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -25.024, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -62.5599, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -58.3892, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -54.2186, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -50.0479, 4] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -45.8773, 3] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -41.7066, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -16.6826, 1] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -90.1341, 5] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -94.3048, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4905.96; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1468 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-52.9745, -25.024, 18] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -25.024, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -16.6826, 17] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -12.512, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -2.66454e-15, 15] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 4.17066, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [55.3824, -20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [52.9745, -16.6826, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6558.2; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1469 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [55.3824, 37.5359, 20] + [ ecalVeto ] 0 : Hit 1: [52.9745, 41.7066, 19] + [ ecalVeto ] 0 : Hit 2: [55.3824, 37.5359, 18] + [ ecalVeto ] 0 : Hit 3: [52.9745, 33.3653, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2127.5; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1470 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 11] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 9] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 5: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 6: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Hit 7: [12.0397, 20.8533, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 10] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, 25.024, 8] + [ ecalVeto ] 0 : Hit 1: [19.2635, 25.024, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 100 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7313.51; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1471 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-126.685, 186.059, 23] + [ ecalVeto ] 0 : Hit 1: [-124.277, 181.889, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [24.0793, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [26.4873, 20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [24.0793, 25.024, 7] + [ ecalVeto ] 0 : Hit 3: [24.0793, 25.024, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4527.59; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1472 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -152.694, 33] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -148.523, 32] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -94.3048, 27] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -90.1341, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -73.4515, 25] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -69.2808, 24] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-11.1041, 102.646, 25] + [ ecalVeto ] 0 : Hit 1: [-8.69618, 106.817, 24] + [ ecalVeto ] 0 : Hit 2: [-3.88031, 106.817, 25] + [ ecalVeto ] 0 : Hit 3: [-3.88031, 106.817, 23] + [ ecalVeto ] 0 : Hit 4: [-1.47238, 110.987, 22] + [ ecalVeto ] 0 : Hit 5: [-3.88031, 115.158, 21] + [ ecalVeto ] 0 : Hit 6: [-3.88031, 115.158, 19] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [52.9745, -16.6826, 17] + [ ecalVeto ] 0 : Hit 1: [55.3824, -20.8533, 16] + [ ecalVeto ] 0 : Hit 2: [55.3824, -20.8533, 14] + [ ecalVeto ] 0 : Hit 3: [52.9745, -16.6826, 13] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, 70.9012, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, 66.7306, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, 62.5599, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, 58.3892, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4227.21; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1473 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-18.3279, 98.4754, 17] + [ ecalVeto ] 0 : Hit 1: [-15.92, 102.646, 16] + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3333.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1474 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-148.356, -123.499, 21] + [ ecalVeto ] 0 : Hit 1: [-145.948, -119.329, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-133.909, -106.817, 19] + [ ecalVeto ] 0 : Hit 1: [-131.501, -102.646, 18] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4755.85; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1475 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -62.5599, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, -58.3892, 11] + [ ecalVeto ] 0 : Hit 2: [12.0397, -54.2186, 10] + [ ecalVeto ] 0 : Hit 3: [9.63173, -50.0479, 9] + [ ecalVeto ] 0 : Hit 4: [12.0397, -45.8773, 8] + [ ecalVeto ] 0 : Hit 5: [9.63173, -41.7066, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -41.7066, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 2] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 1] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 0] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -8.34132, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4022.45; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1476 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, -41.7066, 15] + [ ecalVeto ] 0 : Hit 1: [26.4873, -45.8773, 14] + [ ecalVeto ] 0 : Hit 2: [24.0793, -50.0479, 13] + [ ecalVeto ] 0 : Hit 3: [26.4873, -45.8773, 12] + [ ecalVeto ] 0 : Hit 4: [24.0793, -50.0479, 11] + [ ecalVeto ] 0 : Hit 5: [26.4873, -45.8773, 10] + [ ecalVeto ] 0 : Hit 6: [24.0793, -50.0479, 9] + [ ecalVeto ] 0 : Hit 7: [26.4873, -54.2186, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, -45.8773, 7] + [ ecalVeto ] 0 : Hit 2: [19.2635, -41.7066, 6] + [ ecalVeto ] 0 : Hit 3: [16.8555, -37.5359, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -33.3653, 3] + [ ecalVeto ] 0 : Hit 1: [9.63173, -33.3653, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6286.31; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1477 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -169.377, 33] + [ ecalVeto ] 0 : Hit 1: [-52.039, -165.206, 32] + [ ecalVeto ] 0 : Hit 2: [-54.4469, -161.035, 31] + [ ecalVeto ] 0 : Hit 3: [-52.039, -156.865, 30] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -156.865, 33] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -161.035, 32] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 1] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1861.75; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1478 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -54.2186, 23] + [ ecalVeto ] 0 : Hit 1: [4.81586, -50.0479, 22] + [ ecalVeto ] 0 : Hit 2: [2.40793, -54.2186, 21] + [ ecalVeto ] 0 : Hit 3: [4.81586, -50.0479, 20] + [ ecalVeto ] 0 : Hit 4: [2.40793, -45.8773, 19] + [ ecalVeto ] 0 : Hit 5: [4.81586, -41.7066, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -37.5359, 15] + [ ecalVeto ] 0 : Hit 1: [4.81586, -33.3653, 14] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 13] + [ ecalVeto ] 0 : Hit 3: [4.81586, -25.024, 12] + [ ecalVeto ] 0 : Hit 4: [2.40793, -20.8533, 11] + [ ecalVeto ] 0 : Hit 5: [4.81586, -16.6826, 10] + [ ecalVeto ] 0 : Hit 6: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 7: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 8: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 9: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 10: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 11: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2291.13; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1479 Brem photon produced 38 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [77.0538, 41.7066, 24] + [ ecalVeto ] 0 : Hit 1: [74.6459, 45.8773, 23] + [ ecalVeto ] 0 : Hit 2: [77.0538, 41.7066, 22] + [ ecalVeto ] 0 : Hit 3: [74.6459, 45.8773, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -70.9012, 15] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -66.7306, 14] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -62.5599, 13] + [ ecalVeto ] 0 : Hit 3: [-24.0793, -58.3892, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-39.9993, -102.646, 3] + [ ecalVeto ] 0 : Hit 1: [-37.5914, -98.4754, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7416.46; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1480 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [55.3824, -4.17066, 30] + [ ecalVeto ] 0 : Hit 1: [52.9745, -8.34132, 29] + [ ecalVeto ] 0 : Hit 2: [55.3824, -4.17066, 28] + [ ecalVeto ] 0 : Hit 3: [52.9745, -8.34132, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [45.7507, -12.512, 27] + [ ecalVeto ] 0 : Hit 1: [48.1586, -8.34132, 26] + [ ecalVeto ] 0 : Hit 2: [45.7507, -12.512, 25] + [ ecalVeto ] 0 : Hit 3: [45.7507, -12.512, 23] + [ ecalVeto ] 0 : Hit 4: [45.7507, -12.512, 21] + [ ecalVeto ] 0 : Hit 5: [45.7507, -12.512, 19] + [ ecalVeto ] 0 : Hit 6: [48.1586, -16.6826, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [38.5269, -16.6826, 27] + [ ecalVeto ] 0 : Hit 1: [40.9348, -12.512, 26] + [ ecalVeto ] 0 : Hit 2: [40.9348, -12.512, 24] + [ ecalVeto ] 0 : Hit 3: [40.9348, -12.512, 22] + [ ecalVeto ] 0 : Hit 4: [40.9348, -12.512, 20] + [ ecalVeto ] 0 : Hit 5: [38.5269, -16.6826, 19] + [ ecalVeto ] 0 : Hit 6: [40.9348, -12.512, 18] + [ ecalVeto ] 0 : Hit 7: [38.5269, -16.6826, 17] + [ ecalVeto ] 0 : Hit 8: [40.9348, -20.8533, 16] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2275.15; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1481 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, 62.5599, 12] + [ ecalVeto ] 0 : Hit 1: [24.0793, 58.3892, 11] + [ ecalVeto ] 0 : Hit 2: [26.4873, 54.2186, 10] + [ ecalVeto ] 0 : Hit 3: [24.0793, 50.0479, 9] + [ ecalVeto ] 0 : Hit 4: [26.4873, 45.8773, 8] + [ ecalVeto ] 0 : Hit 5: [24.0793, 50.0479, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, 41.7066, 10] + [ ecalVeto ] 0 : Hit 1: [19.2635, 41.7066, 8] + [ ecalVeto ] 0 : Hit 2: [16.8555, 45.8773, 7] + [ ecalVeto ] 0 : Hit 3: [19.2635, 41.7066, 6] + [ ecalVeto ] 0 : Hit 4: [16.8555, 37.5359, 5] + [ ecalVeto ] 0 : Hit 5: [9.63173, 41.7066, 7] + [ ecalVeto ] 0 : Hit 6: [12.0397, 45.8773, 6] + [ ecalVeto ] 0 : Hit 7: [9.63173, 41.7066, 5] + [ ecalVeto ] 0 : Hit 8: [12.0397, 37.5359, 4] + [ ecalVeto ] 0 : Hit 9: [9.63173, 33.3653, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, 50.0479, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, 54.2186, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, 58.3892, 8] + [ ecalVeto ] 0 : Hit 3: [16.8555, 54.2186, 7] + [ ecalVeto ] 0 : Hit 4: [19.2635, 58.3892, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, 54.2186, 10] + [ ecalVeto ] 0 : Hit 1: [12.0397, 54.2186, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, 58.3892, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, 62.5599, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 94 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7082.37; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1482 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-105.013, -81.7928, 27] + [ ecalVeto ] 0 : Hit 1: [-102.606, -77.6221, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -69.2808, 25] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -65.1101, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -41.7066, 21] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -37.5359, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -29.1946, 19] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -25.024, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 4.17066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 42 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3773.55; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1483 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -33.3653, 14] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -29.1946, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 25.024, 11] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 29.1946, 10] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 29.1946, 8] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 29.1946, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 62.5599, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 58.3892, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 54.2186, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 50.0479, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 25.024, 10] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 29.1946, 9] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 33.3653, 8] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 37.5359, 7] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 33.3653, 6] + [ ecalVeto ] 0 : Hit 5: [-12.0397, 29.1946, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4564.92; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1484 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-111.302, 37.5359, 23] + [ ecalVeto ] 0 : Hit 1: [-108.894, 33.3653, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-87.2224, 29.1946, 20] + [ ecalVeto ] 0 : Hit 1: [-89.6303, 33.3653, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-69.83, 29.1946, 17] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 25.024, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 25.024, 13] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 20.8533, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 16.6826, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 16.6826, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3930.06; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1485 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -16.6826, 22] + [ ecalVeto ] 0 : Hit 1: [16.8555, -12.512, 21] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6205.25; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1486 Brem photon produced 51 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -87.5839, 17] + [ ecalVeto ] 0 : Hit 1: [4.81586, -83.4132, 16] + [ ecalVeto ] 0 : Hit 2: [2.40793, -87.5839, 15] + [ ecalVeto ] 0 : Hit 3: [4.81586, -83.4132, 14] + [ ecalVeto ] 0 : Hit 4: [2.40793, -79.2426, 13] + [ ecalVeto ] 0 : Hit 5: [4.81586, -83.4132, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -70.9012, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -66.7306, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -62.5599, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -58.3892, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, -54.2186, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, -58.3892, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -70.9012, 3] + [ ecalVeto ] 0 : Hit 1: [4.81586, -75.0719, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [52.039, 81.7928, 1] + [ ecalVeto ] 0 : Hit 1: [54.4469, 85.9634, 0] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, -83.4132, 1] + [ ecalVeto ] 0 : Hit 1: [12.0397, -87.5839, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4214.08; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1487 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [8.69618, 106.817, 21] + [ ecalVeto ] 0 : Hit 1: [11.1041, 102.646, 20] + [ ecalVeto ] 0 : Hit 2: [8.69618, 98.4754, 19] + [ ecalVeto ] 0 : Hit 3: [11.1041, 94.3048, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-248.554, 33.3653, 17] + [ ecalVeto ] 0 : Hit 1: [-246.146, 29.1946, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-234.106, 25.024, 15] + [ ecalVeto ] 0 : Hit 1: [-231.698, 20.8533, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, 41.7066, 6] + [ ecalVeto ] 0 : Hit 1: [16.8555, 37.5359, 5] + [ ecalVeto ] 0 : Hit 2: [19.2635, 33.3653, 4] + [ ecalVeto ] 0 : Hit 3: [16.8555, 29.1946, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 2] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 1] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 29.1946, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 27 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 650.741; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1488 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, 20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [19.2635, 25.024, 4] + [ ecalVeto ] 0 : Hit 2: [16.8555, 20.8533, 3] + [ ecalVeto ] 0 : Hit 3: [19.2635, 16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2374.43; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1489 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 21 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2908.68; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1490 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-105.013, 106.817, 25] + [ ecalVeto ] 0 : Hit 1: [-102.606, 102.646, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 94.3048, 23] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 90.1341, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 81.7928, 21] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 77.6221, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -181.889, 17] + [ ecalVeto ] 0 : Hit 1: [-59.2627, -177.718, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 60.9395, 17] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 58.3892, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-33.711, 33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 29.1946, 10] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 16.6826, 8] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8538.76; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1491 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -45.8773, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -41.7066, 12] + [ ecalVeto ] 0 : Hit 2: [-52.9745, -41.7066, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -37.5359, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 43 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3551.24; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1492 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-118.525, 25.024, 23] + [ ecalVeto ] 0 : Hit 1: [-116.118, 20.8533, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-104.078, 16.6826, 21] + [ ecalVeto ] 0 : Hit 1: [-101.67, 12.512, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -4.17066, 15] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -2.66454e-15, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -4.17066, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 3] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -2.66454e-15, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4431.37; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1493 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 20.8533, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [31.3031, -62.5599, 7] + [ ecalVeto ] 0 : Hit 1: [31.3031, -62.5599, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 12.512, 5] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 8.34132, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [26.4873, -29.1946, 4] + [ ecalVeto ] 0 : Hit 1: [24.0793, -25.024, 3] + [ ecalVeto ] 0 : Hit 2: [26.4873, -29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5248.22; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1494 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5197.72; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1495 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Hit 6: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 16 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1915.74; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1496 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -25.024, 20] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -29.1946, 19] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -33.3653, 18] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -29.1946, 17] + [ ecalVeto ] 0 : Finding linreg tracks from 97 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5983.03; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1497 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 29 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6537.41; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1498 Brem photon produced 57 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 33.3653, 22] + [ ecalVeto ] 0 : Hit 1: [16.8555, 29.1946, 21] + [ ecalVeto ] 0 : Hit 2: [19.2635, 33.3653, 20] + [ ecalVeto ] 0 : Hit 3: [16.8555, 29.1946, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-8.69618, -98.4754, 20] + [ ecalVeto ] 0 : Hit 1: [-11.1041, -94.3048, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [155.58, 110.987, 18] + [ ecalVeto ] 0 : Hit 1: [153.172, 106.817, 17] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, 29.1946, 18] + [ ecalVeto ] 0 : Hit 1: [12.0397, 29.1946, 16] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 15] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 13] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 9] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 5: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 6: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 7: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 8: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 9: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [33.711, 66.7306, 8] + [ ecalVeto ] 0 : Hit 1: [31.3031, 62.5599, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4146.64; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1499 Brem photon produced 44 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-45.7507, 54.2186, 12] + [ ecalVeto ] 0 : Hit 1: [-48.1586, 50.0479, 11] + [ ecalVeto ] 0 : Hit 2: [-45.7507, 45.8773, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -4.17066, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-69.83, -4.17066, 3] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -2.66454e-15, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -2.66454e-15, 1] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -4.17066, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 100 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6774.56; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1500 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1500 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 30 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3888.07; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1501 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-74.6459, -12.512, 14] + [ ecalVeto ] 0 : Hit 1: [-77.0538, -16.6826, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 11] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 10] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 4: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 5: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 6: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 7: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 8: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 9: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 10: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 11: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -12.512, 8] + [ ecalVeto ] 0 : Hit 2: [-33.711, -8.34132, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5722.62; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1502 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 69.2808, 13] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 65.1101, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 20.8533, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5465.24; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1503 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [48.1586, 58.3892, 14] + [ ecalVeto ] 0 : Hit 1: [45.7507, 54.2186, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 96 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3725.14; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1504 Brem photon produced 67 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [33.711, -58.3892, 8] + [ ecalVeto ] 0 : Hit 1: [31.3031, -62.5599, 7] + [ ecalVeto ] 0 : Hit 2: [33.711, -58.3892, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7286.11; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1505 Brem photon produced 68 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [47.2231, -173.547, 22] + [ ecalVeto ] 0 : Hit 1: [44.8152, -169.377, 21] + [ ecalVeto ] 0 : Hit 2: [47.2231, -165.206, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [25.5517, -144.353, 16] + [ ecalVeto ] 0 : Hit 1: [23.1438, -140.182, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [16.8555, 20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [19.2635, 16.6826, 10] + [ ecalVeto ] 0 : Hit 2: [19.2635, 16.6826, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [16.8555, -37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [16.8555, -37.5359, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 110 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6280.61; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1506 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1506 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -119.329, 13] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -115.158, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -94.3048, 11] + [ ecalVeto ] 0 : Hit 1: [-52.039, -90.1341, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5926.05; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1507 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 29.1946, 23] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 25.024, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -106.817, 19] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -102.646, 18] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5532.14; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1508 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-155.58, -119.329, 31] + [ ecalVeto ] 0 : Hit 1: [-153.172, -115.158, 30] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -81.7928, 25] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -77.6221, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -54.2186, 19] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -50.0479, 18] + [ ecalVeto ] 0 : Hit 2: [-40.9348, -45.8773, 17] + [ ecalVeto ] 0 : Hit 3: [-38.5269, -41.7066, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -41.7066, 19] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -37.5359, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -33.3653, 17] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -37.5359, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -33.3653, 15] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -29.1946, 14] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-33.711, -41.7066, 15] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -37.5359, 14] + [ ecalVeto ] 0 : Hit 2: [-33.711, -33.3653, 13] + [ ecalVeto ] 0 : Hit 3: [-31.3031, -29.1946, 12] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -20.8533, 12] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -20.8533, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6081.5; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1509 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -29.1946, 10] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -29.1946, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -37.5359, 4] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Hit 8: [-2.40793, -37.5359, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-219.659, -66.7306, 1] + [ ecalVeto ] 0 : Hit 1: [-217.251, -62.5599, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2745.82; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1510 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -75.0719, 17] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -70.9012, 16] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -66.7306, 15] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -66.7306, 13] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -62.5599, 12] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -58.3892, 11] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -54.2186, 10] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -50.0479, 9] + [ ecalVeto ] 0 : Hit 8: [-2.40793, -54.2186, 8] + [ ecalVeto ] 0 : Hit 9: [-4.81586, -50.0479, 7] + [ ecalVeto ] 0 : Hit 10: [-2.40793, -45.8773, 6] + [ ecalVeto ] 0 : Hit 11: [-4.81586, -50.0479, 5] + [ ecalVeto ] 0 : Hit 12: [-2.40793, -45.8773, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -66.7306, 13] + [ ecalVeto ] 0 : Hit 1: [9.63173, -66.7306, 11] + [ ecalVeto ] 0 : Hit 2: [12.0397, -62.5599, 10] + [ ecalVeto ] 0 : Hit 3: [9.63173, -58.3892, 9] + [ ecalVeto ] 0 : Hit 4: [9.63173, -58.3892, 7] + [ ecalVeto ] 0 : Hit 5: [2.40793, -62.5599, 9] + [ ecalVeto ] 0 : Hit 6: [4.81586, -58.3892, 8] + [ ecalVeto ] 0 : Hit 7: [2.40793, -54.2186, 7] + [ ecalVeto ] 0 : Hit 8: [4.81586, -50.0479, 6] + [ ecalVeto ] 0 : Hit 9: [2.40793, -45.8773, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -54.2186, 11] + [ ecalVeto ] 0 : Hit 1: [2.40793, -54.2186, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -50.0479, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -45.8773, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -41.7066, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, -41.7066, 4] + [ ecalVeto ] 0 : Hit 7: [2.40793, -37.5359, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -58.3892, 10] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -54.2186, 9] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -58.3892, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, -41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -45.8773, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -50.0479, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, -45.8773, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -50.0479, 8] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -50.0479, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [4.81586, -66.7306, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -62.5599, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -58.3892, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -54.2186, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 106 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8808.64; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1511 Brem photon produced 58 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -33.3653, 15] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -29.1946, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -33.3653, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -29.1946, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -29.1946, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -62.5599, 1] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -66.7306, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 32 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6580.75; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1512 Brem photon produced 48 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 44 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4712.34; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1513 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 14] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 13] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -12.512, 12] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -16.6826, 11] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -20.8533, 10] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -16.6826, 9] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 8: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 9: [-9.63173, -25.024, 6] + [ ecalVeto ] 0 : Hit 10: [-12.0397, -20.8533, 5] + [ ecalVeto ] 0 : Hit 11: [-9.63173, -25.024, 4] + [ ecalVeto ] 0 : Hit 12: [-12.0397, -29.1946, 3] + [ ecalVeto ] 0 : Hit 13: [-9.63173, -25.024, 2] + [ ecalVeto ] 0 : Hit 14: [-12.0397, -29.1946, 1] + [ ecalVeto ] 0 : Hit 15: [-9.63173, -33.3653, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 34 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2610.05; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1514 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, 79.2426, 23] + [ ecalVeto ] 0 : Hit 1: [19.2635, 75.0719, 22] + [ ecalVeto ] 0 : Hit 2: [16.8555, 70.9012, 21] + [ ecalVeto ] 0 : Hit 3: [19.2635, 66.7306, 20] + [ ecalVeto ] 0 : Hit 4: [16.8555, 62.5599, 19] + [ ecalVeto ] 0 : Hit 5: [19.2635, 58.3892, 18] + [ ecalVeto ] 0 : Hit 6: [16.8555, 54.2186, 17] + [ ecalVeto ] 0 : Hit 7: [19.2635, 50.0479, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-161.868, -66.7306, 19] + [ ecalVeto ] 0 : Hit 1: [-159.46, -62.5599, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-140.197, -62.5599, 17] + [ ecalVeto ] 0 : Hit 1: [-137.789, -58.3892, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-118.525, -58.3892, 15] + [ ecalVeto ] 0 : Hit 1: [-116.118, -54.2186, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -33.3653, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 102 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5706.13; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1515 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-67.4221, -25.024, 12] + [ ecalVeto ] 0 : Hit 1: [-69.83, -20.8533, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -2.66454e-15, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [66.4865, 131.841, 7] + [ ecalVeto ] 0 : Hit 1: [68.8945, 127.67, 6] + [ ecalVeto ] 0 : Hit 2: [66.4865, 123.499, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -2.66454e-15, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [55.3824, 54.2186, 6] + [ ecalVeto ] 0 : Hit 1: [52.9745, 50.0479, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4505.51; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1516 Brem photon produced 38 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -70.9012, 15] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -66.7306, 14] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -62.5599, 13] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -58.3892, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -94.3048, 9] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -98.4754, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -37.5359, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-44.8152, -77.6221, 8] + [ ecalVeto ] 0 : Hit 1: [-47.2231, -73.4515, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7968.56; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1517 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -33.3653, 20] + [ ecalVeto ] 0 : Hit 1: [16.8555, -29.1946, 19] + [ ecalVeto ] 0 : Hit 2: [19.2635, -25.024, 18] + [ ecalVeto ] 0 : Hit 3: [16.8555, -20.8533, 17] + [ ecalVeto ] 0 : Hit 4: [19.2635, -16.6826, 16] + [ ecalVeto ] 0 : Hit 5: [16.8555, -20.8533, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 4: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -12.512, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5187.15; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1518 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 41.7066, 16] + [ ecalVeto ] 0 : Hit 1: [16.8555, 37.5359, 15] + [ ecalVeto ] 0 : Hit 2: [19.2635, 33.3653, 14] + [ ecalVeto ] 0 : Hit 3: [16.8555, 29.1946, 13] + [ ecalVeto ] 0 : Hit 4: [19.2635, 25.024, 12] + [ ecalVeto ] 0 : Hit 5: [16.8555, 20.8533, 11] + [ ecalVeto ] 0 : Hit 6: [19.2635, 16.6826, 10] + [ ecalVeto ] 0 : Hit 7: [16.8555, 12.512, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, 12.512, 10] + [ ecalVeto ] 0 : Hit 1: [24.0793, 8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [26.4873, 12.512, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5484.04; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1519 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [8.69618, 181.889, 25] + [ ecalVeto ] 0 : Hit 1: [11.1041, 186.059, 24] + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4420.63; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1520 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-133.909, 81.7928, 23] + [ ecalVeto ] 0 : Hit 1: [-131.501, 77.6221, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 45.8773, 17] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 41.7066, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-69.83, 37.5359, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 33.3653, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 16.6826, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-33.711, 41.7066, 13] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 45.8773, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 23 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3513.84; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1521 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 66.7306, 17] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 62.5599, 16] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 58.3892, 15] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 54.2186, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 41.7066, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 33.3653, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 29.1946, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3703.53; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1522 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, 25.024, 14] + [ ecalVeto ] 0 : Hit 1: [31.3031, 20.8533, 13] + [ ecalVeto ] 0 : Hit 2: [33.711, 25.024, 12] + [ ecalVeto ] 0 : Hit 3: [31.3031, 20.8533, 11] + [ ecalVeto ] 0 : Hit 4: [33.711, 16.6826, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [24.0793, 25.024, 11] + [ ecalVeto ] 0 : Hit 1: [26.4873, 20.8533, 10] + [ ecalVeto ] 0 : Hit 2: [24.0793, 16.6826, 9] + [ ecalVeto ] 0 : Hit 3: [26.4873, 12.512, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Hit 5: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 7: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 8: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 109 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6792.54; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1523 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [38.5269, 50.0479, 13] + [ ecalVeto ] 0 : Hit 1: [40.9348, 54.2186, 12] + [ ecalVeto ] 0 : Hit 2: [38.5269, 50.0479, 11] + [ ecalVeto ] 0 : Hit 3: [40.9348, 45.8773, 10] + [ ecalVeto ] 0 : Hit 4: [38.5269, 50.0479, 9] + [ ecalVeto ] 0 : Hit 5: [40.9348, 45.8773, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 37 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1905.68; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1524 Brem photon produced 47 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Hit 2: [12.0397, -20.8533, 2] + [ ecalVeto ] 0 : Hit 3: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 4: [12.0397, -29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5135.07; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1525 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 12.512, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 16.6826, 10] + [ ecalVeto ] 0 : Hit 2: [-24.0793, 16.6826, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, 12.512, 8] + [ ecalVeto ] 0 : Hit 1: [24.0793, 16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [26.4873, 12.512, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 45.8773, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 41.7066, 7] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 41.7066, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 37.5359, 2] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 37.5359, 0] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, 29.1946, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, 33.3653, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, 33.3653, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 41.7066, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 37.5359, 5] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 41.7066, 4] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 37.5359, 3] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 33.3653, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 112 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5658.62; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1526 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 32 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4567.28; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1527 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-183.54, 20.8533, 29] + [ ecalVeto ] 0 : Hit 1: [-181.132, 16.6826, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 20.8533, 17] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 25.024, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 20.8533, 15] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 25.024, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [31.3031, 4.17066, 15] + [ ecalVeto ] 0 : Hit 1: [33.711, -2.66454e-15, 14] + [ ecalVeto ] 0 : Hit 2: [31.3031, 4.17066, 13] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-69.83, 20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 25.024, 12] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 25.024, 10] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [9.63173, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [2.40793, 45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 41.7066, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 6: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [-33.711, 25.024, 7] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4199.7; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1528 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 41 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4549.61; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1529 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 25.024, 12] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 25.024, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 20.8533, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 16.6826, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 8.34132, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 31 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1370.88; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1530 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-112.237, 177.718, 25] + [ ecalVeto ] 0 : Hit 1: [-109.829, 181.889, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-119.461, 181.889, 25] + [ ecalVeto ] 0 : Hit 1: [-117.053, 186.059, 24] + [ ecalVeto ] 0 : Hit 2: [-119.461, 181.889, 23] + [ ecalVeto ] 0 : Hit 3: [-117.053, 177.718, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-105.013, 165.206, 23] + [ ecalVeto ] 0 : Hit 1: [-102.606, 169.377, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-88.1579, 169.377, 22] + [ ecalVeto ] 0 : Hit 1: [-90.5659, 165.206, 21] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 156.865, 21] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 152.694, 20] + [ ecalVeto ] 0 : Hit 2: [-83.3421, 152.694, 21] + [ ecalVeto ] 0 : Hit 3: [-80.9341, 156.865, 20] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [19.2635, 41.7066, 6] + [ ecalVeto ] 0 : Hit 1: [19.2635, 41.7066, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 1] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3986.44; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1531 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-105.013, -65.1101, 13] + [ ecalVeto ] 0 : Hit 1: [-102.606, -69.2808, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [-31.3031, -20.8533, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [26.4873, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [26.4873, 4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [24.0793, -2.66454e-15, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7723.75; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1532 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [52.039, 115.158, 23] + [ ecalVeto ] 0 : Hit 1: [54.4469, 110.987, 22] + [ ecalVeto ] 0 : Hit 2: [52.039, 106.817, 21] + [ ecalVeto ] 0 : Hit 3: [54.4469, 102.646, 20] + [ ecalVeto ] 0 : Hit 4: [52.039, 98.4754, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, 58.3892, 22] + [ ecalVeto ] 0 : Hit 1: [16.8555, 54.2186, 21] + [ ecalVeto ] 0 : Hit 2: [19.2635, 50.0479, 20] + [ ecalVeto ] 0 : Hit 3: [16.8555, 54.2186, 19] + [ ecalVeto ] 0 : Hit 4: [19.2635, 58.3892, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [40.9348, 12.512, 14] + [ ecalVeto ] 0 : Hit 1: [38.5269, 16.6826, 13] + [ ecalVeto ] 0 : Hit 2: [40.9348, 20.8533, 12] + [ ecalVeto ] 0 : Hit 3: [40.9348, 20.8533, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [31.3031, 12.512, 13] + [ ecalVeto ] 0 : Hit 1: [33.711, 16.6826, 12] + [ ecalVeto ] 0 : Hit 2: [31.3031, 12.512, 11] + [ ecalVeto ] 0 : Hit 3: [33.711, 8.34132, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 33.3653, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 37.5359, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 41.7066, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 20.8533, 2] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 92 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5873.51; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1533 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 12.512, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 16.6826, 4] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 12.512, 3] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 8.34132, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-118.525, -2.36672e-14, 1] + [ ecalVeto ] 0 : Hit 1: [-116.118, 4.17066, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 87 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6036.28; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1534 Brem photon produced 39 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 38 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4781.12; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1535 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-147.421, -83.4132, 27] + [ ecalVeto ] 0 : Hit 1: [-145.013, -79.2426, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-132.973, -75.0719, 25] + [ ecalVeto ] 0 : Hit 1: [-130.565, -70.9012, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-118.525, -58.3892, 23] + [ ecalVeto ] 0 : Hit 1: [-116.118, -62.5599, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -45.8773, 19] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -41.7066, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -25.024, 15] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -20.8533, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -12.512, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 16.6826, 6] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -66.7306, 1] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -70.9012, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5066.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1536 Brem photon produced 40 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-11.1041, 127.67, 15] + [ ecalVeto ] 0 : Hit 1: [-8.69618, 131.841, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -29.1946, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5005.7; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1537 Brem photon produced 53 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, 50.0479, 26] + [ ecalVeto ] 0 : Hit 1: [31.3031, 45.8773, 25] + [ ecalVeto ] 0 : Hit 2: [33.711, 41.7066, 24] + [ ecalVeto ] 0 : Hit 3: [31.3031, 37.5359, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, 37.5359, 22] + [ ecalVeto ] 0 : Hit 1: [24.0793, 33.3653, 21] + [ ecalVeto ] 0 : Hit 2: [26.4873, 29.1946, 20] + [ ecalVeto ] 0 : Hit 3: [24.0793, 25.024, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, 16.6826, 18] + [ ecalVeto ] 0 : Hit 1: [16.8555, 12.512, 17] + [ ecalVeto ] 0 : Hit 2: [19.2635, 16.6826, 16] + [ ecalVeto ] 0 : Hit 3: [16.8555, 12.512, 15] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 12] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 11] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -54.2186, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -50.0479, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3834.49; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1538 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-66.4865, 98.4754, 14] + [ ecalVeto ] 0 : Hit 1: [-68.8945, 94.3048, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 12.512, 10] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 8.34132, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [16.8555, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [16.8555, -29.1946, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 12.512, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5157.08; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1539 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5668.39; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1540 Brem photon produced 43 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -50.0479, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -45.8773, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -41.7066, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -45.8773, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -41.7066, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -50.0479, 10] + [ ecalVeto ] 0 : Hit 1: [4.81586, -50.0479, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -45.8773, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -41.7066, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4811.65; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1541 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1541 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -50.0479, 9] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -50.0479, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3937.03; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1542 Brem photon produced 52 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 37.5359, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 50.0479, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 45.8773, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 33.3653, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5425.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1543 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-54.4469, 102.646, 17] + [ ecalVeto ] 0 : Hit 1: [-52.039, 98.4754, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [55.3824, 37.5359, 16] + [ ecalVeto ] 0 : Hit 1: [55.3824, 37.5359, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, 50.0479, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 54.2186, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -12.512, 7] + [ ecalVeto ] 0 : Hit 2: [-38.5269, -16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [-40.9348, -12.512, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-33.711, 8.34132, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 12.512, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5846.92; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1544 Brem photon produced 39 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6348.56; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1545 Brem photon produced 47 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4295.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1546 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 4.17066, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Hit 6: [2.40793, 4.17066, 1] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6821.08; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1547 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-52.039, -131.841, 28] + [ ecalVeto ] 0 : Hit 1: [-54.4469, -127.67, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-59.2627, -119.329, 26] + [ ecalVeto ] 0 : Hit 1: [-61.6707, -115.158, 25] + [ ecalVeto ] 0 : Hit 2: [-59.2627, -110.987, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 16.6826, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 6: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 7: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Hit 8: [2.40793, 12.512, 1] + [ ecalVeto ] 0 : Hit 9: [4.81586, 16.6826, 0] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4585.09; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1548 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [30.3676, -110.987, 25] + [ ecalVeto ] 0 : Hit 1: [32.7755, -106.817, 24] + [ ecalVeto ] 0 : Hit 2: [32.7755, -106.817, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, -87.5839, 23] + [ ecalVeto ] 0 : Hit 1: [18.3279, -90.1341, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 50.0479, 10] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 45.8773, 9] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 41.7066, 8] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 37.5359, 7] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 33.3653, 6] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 33.3653, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1918.49; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1549 Brem photon produced 76 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -50.0479, 4] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -45.8773, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5660.35; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1550 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1550 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [23.1438, -106.817, 13] + [ ecalVeto ] 0 : Hit 1: [25.5517, -110.987, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -45.8773, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -41.7066, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -37.5359, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5830.92; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1551 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [148.356, -98.4754, 28] + [ ecalVeto ] 0 : Hit 1: [145.948, -94.3048, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [141.132, -85.9634, 26] + [ ecalVeto ] 0 : Hit 1: [138.725, -81.7928, 25] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [119.461, -81.7928, 22] + [ ecalVeto ] 0 : Hit 1: [117.053, -77.6221, 21] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3498.55; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1552 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7087.61; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1553 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 2 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3770.31; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1554 Brem photon produced 50 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-67.4221, 25.024, 8] + [ ecalVeto ] 0 : Hit 1: [-69.83, 29.1946, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5558.25; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1555 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4872.26; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1556 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 87 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5623.81; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1557 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [45.7507, 29.1946, 21] + [ ecalVeto ] 0 : Hit 1: [45.7507, 29.1946, 19] + [ ecalVeto ] 0 : Hit 2: [48.1586, 25.024, 18] + [ ecalVeto ] 0 : Hit 3: [45.7507, 20.8533, 17] + [ ecalVeto ] 0 : Hit 4: [48.1586, 16.6826, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -41.7066, 21] + [ ecalVeto ] 0 : Hit 1: [12.0397, -37.5359, 20] + [ ecalVeto ] 0 : Hit 2: [9.63173, -33.3653, 19] + [ ecalVeto ] 0 : Hit 3: [12.0397, -29.1946, 18] + [ ecalVeto ] 0 : Hit 4: [9.63173, -25.024, 17] + [ ecalVeto ] 0 : Hit 5: [12.0397, -20.8533, 16] + [ ecalVeto ] 0 : Hit 6: [9.63173, -16.6826, 15] + [ ecalVeto ] 0 : Hit 7: [12.0397, -12.512, 14] + [ ecalVeto ] 0 : Hit 8: [9.63173, -16.6826, 13] + [ ecalVeto ] 0 : Hit 9: [12.0397, -12.512, 12] + [ ecalVeto ] 0 : Hit 10: [9.63173, -8.34132, 11] + [ ecalVeto ] 0 : Hit 11: [12.0397, -4.17066, 10] + [ ecalVeto ] 0 : Hit 12: [9.63173, -8.34132, 9] + [ ecalVeto ] 0 : Hit 13: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 14: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [48.1586, 8.34132, 16] + [ ecalVeto ] 0 : Hit 1: [45.7507, 4.17066, 15] + [ ecalVeto ] 0 : Hit 2: [48.1586, 8.34132, 14] + [ ecalVeto ] 0 : Hit 3: [45.7507, 4.17066, 13] + [ ecalVeto ] 0 : Hit 4: [38.5269, 8.34132, 15] + [ ecalVeto ] 0 : Hit 5: [40.9348, 4.17066, 14] + [ ecalVeto ] 0 : Hit 6: [40.9348, 4.17066, 12] + [ ecalVeto ] 0 : Hit 7: [38.5269, -2.66454e-15, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 14] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 12] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 12.512, 10] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 13] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 12] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 11] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 10] + [ ecalVeto ] 0 : Hit 4: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Hit 5: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 6: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 7: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Hit 5: [2.40793, 12.512, 1] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5008.35; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1558 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [18.3279, -131.841, 22] + [ ecalVeto ] 0 : Hit 1: [15.92, -127.67, 21] + [ ecalVeto ] 0 : Hit 2: [18.3279, -123.499, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [66.4865, 65.1101, 15] + [ ecalVeto ] 0 : Hit 1: [68.8945, 69.2808, 14] + [ ecalVeto ] 0 : Hit 2: [66.4865, 73.4515, 13] + [ ecalVeto ] 0 : Hit 3: [68.8945, 69.2808, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [40.9348, 62.5599, 10] + [ ecalVeto ] 0 : Hit 1: [38.5269, 58.3892, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 4.17066, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 25.024, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 87 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5879.19; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1559 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, -12.512, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, -16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [16.8555, -12.512, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 10] + [ ecalVeto ] 0 : Hit 1: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 5: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Hit 6: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -29.1946, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -33.3653, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, -37.5359, 6] + [ ecalVeto ] 0 : Hit 4: [4.81586, -33.3653, 8] + [ ecalVeto ] 0 : Hit 5: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 6: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 7: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 8: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Hit 9: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5417.18; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1560 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [32.7755, -131.841, 22] + [ ecalVeto ] 0 : Hit 1: [30.3676, -127.67, 21] + [ ecalVeto ] 0 : Hit 2: [32.7755, -123.499, 20] + [ ecalVeto ] 0 : Hit 3: [30.3676, -119.329, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [25.5517, -110.987, 18] + [ ecalVeto ] 0 : Hit 1: [23.1438, -106.817, 17] + [ ecalVeto ] 0 : Hit 2: [25.5517, -102.646, 16] + [ ecalVeto ] 0 : Hit 3: [23.1438, -98.4754, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [18.3279, -90.1341, 14] + [ ecalVeto ] 0 : Hit 1: [16.8555, -87.5839, 13] + [ ecalVeto ] 0 : Hit 2: [19.2635, -83.4132, 12] + [ ecalVeto ] 0 : Hit 3: [16.8555, -79.2426, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-118.525, 33.3653, 13] + [ ecalVeto ] 0 : Hit 1: [-116.118, 37.5359, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, -70.9012, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -66.7306, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, -62.5599, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, -58.3892, 7] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, -45.8773, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -50.0479, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -45.8773, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -41.7066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 107 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7667.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1561 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1561 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 38 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1743.39; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1562 Brem photon produced 75 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 33.3653, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 37 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3818.49; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1563 Brem photon produced 52 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-234.106, -25.024, 19] + [ ecalVeto ] 0 : Hit 1: [-231.698, -20.8533, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-226.882, -20.8533, 17] + [ ecalVeto ] 0 : Hit 1: [-224.475, -25.024, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6288.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1564 Brem photon produced 38 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, 4.17066, 18] + [ ecalVeto ] 0 : Hit 1: [24.0793, 8.34132, 17] + [ ecalVeto ] 0 : Hit 2: [26.4873, 4.17066, 16] + [ ecalVeto ] 0 : Hit 3: [24.0793, 8.34132, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [141.132, 102.646, 14] + [ ecalVeto ] 0 : Hit 1: [138.725, 98.4754, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, 8.34132, 14] + [ ecalVeto ] 0 : Hit 1: [16.8555, 4.17066, 13] + [ ecalVeto ] 0 : Hit 2: [19.2635, 8.34132, 12] + [ ecalVeto ] 0 : Hit 3: [16.8555, 12.512, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Hit 4: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7827.31; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1565 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [145.013, 12.512, 19] + [ ecalVeto ] 0 : Hit 1: [147.421, 8.34132, 18] + [ ecalVeto ] 0 : Hit 2: [145.013, 4.17066, 17] + [ ecalVeto ] 0 : Hit 3: [145.013, 4.17066, 15] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6259.65; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1566 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [18.3279, 156.865, 30] + [ ecalVeto ] 0 : Hit 1: [15.92, 152.694, 29] + [ ecalVeto ] 0 : Hit 2: [18.3279, 148.523, 28] + [ ecalVeto ] 0 : Hit 3: [15.92, 144.353, 27] + [ ecalVeto ] 0 : Hit 4: [18.3279, 140.182, 26] + [ ecalVeto ] 0 : Hit 5: [15.92, 136.011, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-3.88031, 165.206, 29] + [ ecalVeto ] 0 : Hit 1: [-1.47238, 161.035, 28] + [ ecalVeto ] 0 : Hit 2: [-3.88031, 156.865, 27] + [ ecalVeto ] 0 : Hit 3: [-1.47238, 152.694, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-1.47238, 136.011, 24] + [ ecalVeto ] 0 : Hit 1: [-3.88031, 131.841, 23] + [ ecalVeto ] 0 : Hit 2: [-1.47238, 127.67, 22] + [ ecalVeto ] 0 : Hit 3: [-3.88031, 123.499, 21] + [ ecalVeto ] 0 : Hit 4: [-1.47238, 119.329, 20] + [ ecalVeto ] 0 : Hit 5: [-3.88031, 115.158, 19] + [ ecalVeto ] 0 : Hit 6: [-1.47238, 110.987, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 75.0719, 13] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 70.9012, 12] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 66.7306, 11] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 62.5599, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 50.0479, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 45.8773, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 41.7066, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2454.27; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1567 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [8.69618, 140.182, 23] + [ ecalVeto ] 0 : Hit 1: [11.1041, 136.011, 22] + [ ecalVeto ] 0 : Hit 2: [8.69618, 131.841, 21] + [ ecalVeto ] 0 : Hit 3: [11.1041, 127.67, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 50.0479, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 45.8773, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 41.7066, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -33.3653, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -25.024, 6] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -20.8533, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 1] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4423.78; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1568 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [89.0935, 29.1946, 21] + [ ecalVeto ] 0 : Hit 1: [89.6303, 33.3653, 20] + [ ecalVeto ] 0 : Hit 2: [89.0935, 29.1946, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-219.659, 41.7066, 15] + [ ecalVeto ] 0 : Hit 1: [-217.251, 45.8773, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-212.435, 45.8773, 13] + [ ecalVeto ] 0 : Hit 1: [-210.027, 50.0479, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-197.987, 54.2186, 11] + [ ecalVeto ] 0 : Hit 1: [-195.579, 58.3892, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-190.763, 66.7306, 9] + [ ecalVeto ] 0 : Hit 1: [-188.356, 70.9012, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 66.7306, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 62.5599, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4816.84; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1569 Brem photon produced 45 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8239.89; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1570 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -25.024, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2907.37; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1571 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [61.6707, 140.182, 22] + [ ecalVeto ] 0 : Hit 1: [59.2627, 136.011, 21] + [ ecalVeto ] 0 : Hit 2: [61.6707, 131.841, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [33.711, 58.3892, 10] + [ ecalVeto ] 0 : Hit 1: [31.3031, 54.2186, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 6: [12.0397, 4.17066, 2] + [ ecalVeto ] 0 : Hit 7: [9.63173, -2.66454e-15, 1] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [26.4873, 45.8773, 8] + [ ecalVeto ] 0 : Hit 1: [24.0793, 41.7066, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [19.2635, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 1: [16.8555, 4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [19.2635, 8.34132, 4] + [ ecalVeto ] 0 : Hit 3: [16.8555, 4.17066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 104 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3845.87; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1572 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -37.5359, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -33.3653, 6] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -29.1946, 5] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -25.024, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Hit 8: [-2.40793, -29.1946, 2] + [ ecalVeto ] 0 : Hit 9: [-4.81586, -25.024, 1] + [ ecalVeto ] 0 : Hit 10: [-2.40793, -20.8533, 0] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -33.3653, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2454.16; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1573 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1573 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-124.277, -81.7928, 24] + [ ecalVeto ] 0 : Hit 1: [-124.277, -81.7928, 22] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5323.69; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1574 Brem photon produced 43 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5116.44; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1575 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [60.1983, 45.8773, 19] + [ ecalVeto ] 0 : Hit 1: [62.6062, 41.7066, 18] + [ ecalVeto ] 0 : Hit 2: [60.1983, 37.5359, 17] + [ ecalVeto ] 0 : Hit 3: [62.6062, 33.3653, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -41.7066, 16] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 15] + [ ecalVeto ] 0 : Hit 2: [4.81586, -33.3653, 14] + [ ecalVeto ] 0 : Hit 3: [2.40793, -29.1946, 13] + [ ecalVeto ] 0 : Hit 4: [4.81586, -25.024, 12] + [ ecalVeto ] 0 : Hit 5: [2.40793, -20.8533, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [45.7507, -4.17066, 15] + [ ecalVeto ] 0 : Hit 1: [48.1586, -2.66454e-15, 14] + [ ecalVeto ] 0 : Hit 2: [45.7507, -4.17066, 13] + [ ecalVeto ] 0 : Hit 3: [48.1586, -2.66454e-15, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Hit 6: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Hit 7: [2.40793, 4.17066, 1] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 99 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4843.33; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1576 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3591.48; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1577 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [125.749, -45.8773, 14] + [ ecalVeto ] 0 : Hit 1: [123.341, -41.7066, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4685.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1578 Brem photon produced 36 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 17] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 16] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 15] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 14] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 8.34132, 13] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 4.17066, 12] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -4.17066, 10] + [ ecalVeto ] 0 : Hit 8: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 9: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 10: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 11: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 12: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 13: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 14: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 15: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Hit 16: [2.40793, -20.8533, 1] + [ ecalVeto ] 0 : Hit 17: [4.81586, -16.6826, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4030.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1579 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [119.461, 98.4754, 26] + [ ecalVeto ] 0 : Hit 1: [117.053, 94.3048, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-73.7103, -102.646, 18] + [ ecalVeto ] 0 : Hit 1: [-76.1183, -98.4754, 17] + [ ecalVeto ] 0 : Hit 2: [-73.7103, -94.3048, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -62.5599, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -58.3892, 8] + [ ecalVeto ] 0 : Hit 2: [-40.9348, -54.2186, 7] + [ ecalVeto ] 0 : Hit 3: [-38.5269, -58.3892, 6] + [ ecalVeto ] 0 : Hit 4: [-40.9348, -54.2186, 5] + [ ecalVeto ] 0 : Hit 5: [-33.711, -50.0479, 7] + [ ecalVeto ] 0 : Hit 6: [-31.3031, -45.8773, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -66.7306, 8] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -62.5599, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -50.0479, 6] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -45.8773, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4111.07; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1580 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-118.525, -25.024, 23] + [ ecalVeto ] 0 : Hit 1: [-116.118, -20.8533, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-104.078, -25.024, 21] + [ ecalVeto ] 0 : Hit 1: [-101.67, -20.8533, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -25.024, 17] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -20.8533, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -25.024, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -16.6826, 10] + [ ecalVeto ] 0 : Hit 2: [-38.5269, -16.6826, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7645.78; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1581 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 16] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 15] + [ ecalVeto ] 0 : Hit 2: [4.81586, 41.7066, 14] + [ ecalVeto ] 0 : Hit 3: [2.40793, 37.5359, 13] + [ ecalVeto ] 0 : Hit 4: [2.40793, 37.5359, 11] + [ ecalVeto ] 0 : Hit 5: [4.81586, 41.7066, 10] + [ ecalVeto ] 0 : Hit 6: [2.40793, 37.5359, 9] + [ ecalVeto ] 0 : Hit 7: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 8: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 9: [4.81586, 41.7066, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, -29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [19.2635, -25.024, 10] + [ ecalVeto ] 0 : Hit 2: [16.8555, -20.8533, 9] + [ ecalVeto ] 0 : Hit 3: [19.2635, -16.6826, 8] + [ ecalVeto ] 0 : Hit 4: [26.4873, -20.8533, 10] + [ ecalVeto ] 0 : Hit 5: [24.0793, -16.6826, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 37.5359, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, 41.7066, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, 37.5359, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6092.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1582 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-111.302, 29.1946, 21] + [ ecalVeto ] 0 : Hit 1: [-108.894, 25.024, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5639.02; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1583 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -45.8773, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -41.7066, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -45.8773, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -41.7066, 8] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -37.5359, 7] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -33.3653, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 11] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 9] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -33.3653, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -29.1946, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -25.024, 6] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -20.8533, 5] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -16.6826, 4] + [ ecalVeto ] 0 : Hit 6: [-12.0397, -12.512, 3] + [ ecalVeto ] 0 : Hit 7: [-9.63173, -8.34132, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -2.66454e-15, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 105 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5813.56; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1584 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 13] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -29.1946, 12] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 11] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -29.1946, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 41.7066, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 29.1946, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-60.1983, 37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [-62.6062, 33.3653, 7] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 37.5359, 7] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 8.34132, 1] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 95 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5435.82; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1585 Brem photon produced 52 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6219.23; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1586 Brem photon produced 43 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [-33.711, -25.024, 9] + [ ecalVeto ] 0 : Hit 2: [-31.3031, -20.8533, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 4.17066, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -12.512, 7] + [ ecalVeto ] 0 : Hit 2: [-24.0793, -16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [-19.2635, -16.6826, 7] + [ ecalVeto ] 0 : Hit 4: [-16.8555, -12.512, 6] + [ ecalVeto ] 0 : Hit 5: [-19.2635, -8.34132, 5] + [ ecalVeto ] 0 : Hit 6: [-16.8555, -12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6673.4; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1587 Brem photon produced 33 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -29.1946, 21] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -25.024, 20] + [ ecalVeto ] 0 : Finding linreg tracks from 118 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5885.38; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1588 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [68.8945, 102.646, 18] + [ ecalVeto ] 0 : Hit 1: [66.4865, 98.4754, 17] + [ ecalVeto ] 0 : Hit 2: [68.8945, 102.646, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [59.2627, 102.646, 17] + [ ecalVeto ] 0 : Hit 1: [61.6707, 106.817, 16] + [ ecalVeto ] 0 : Hit 2: [59.2627, 102.646, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [54.4469, 102.646, 14] + [ ecalVeto ] 0 : Hit 1: [52.039, 106.817, 13] + [ ecalVeto ] 0 : Hit 2: [54.4469, 102.646, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-47.2231, -106.817, 7] + [ ecalVeto ] 0 : Hit 1: [-47.2231, -106.817, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -54.2186, 4] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -58.3892, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5237.09; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1589 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 11 + [ ecalVeto ] 0 : Beginning track merging using 11 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 11 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-205.211, 33.3653, 29] + [ ecalVeto ] 0 : Hit 1: [-202.803, 37.5359, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-147.421, 41.7066, 23] + [ ecalVeto ] 0 : Hit 1: [-145.013, 37.5359, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-132.973, 41.7066, 21] + [ ecalVeto ] 0 : Hit 1: [-130.565, 37.5359, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 85.9634, 19] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 81.7928, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-118.525, 41.7066, 19] + [ ecalVeto ] 0 : Hit 1: [-116.118, 37.5359, 18] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-104.078, 41.7066, 17] + [ ecalVeto ] 0 : Hit 1: [-101.67, 37.5359, 16] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 94.3048, 17] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 90.1341, 16] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-80.9341, 73.4515, 16] + [ ecalVeto ] 0 : Hit 1: [-83.3421, 69.2808, 15] + [ ecalVeto ] 0 : Hit 2: [-80.9341, 65.1101, 14] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 60.9395, 13] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 58.3892, 12] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 37.5359, 8] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-33.711, 41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-33.711, 41.7066, 5] + [ ecalVeto ] 0 : Hit 2: [-31.3031, 37.5359, 4] + [ ecalVeto ] 0 : Hit 3: [-33.711, 41.7066, 3] + [ ecalVeto ] 0 : Hit 4: [-31.3031, 37.5359, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 11 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3625.16; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1590 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [15.92, -110.987, 25] + [ ecalVeto ] 0 : Hit 1: [18.3279, -106.817, 24] + [ ecalVeto ] 0 : Hit 2: [15.92, -102.646, 23] + [ ecalVeto ] 0 : Hit 3: [18.3279, -98.4754, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -87.5839, 20] + [ ecalVeto ] 0 : Hit 1: [9.63173, -83.4132, 19] + [ ecalVeto ] 0 : Hit 2: [12.0397, -79.2426, 18] + [ ecalVeto ] 0 : Hit 3: [9.63173, -75.0719, 17] + [ ecalVeto ] 0 : Hit 4: [12.0397, -70.9012, 16] + [ ecalVeto ] 0 : Hit 5: [9.63173, -66.7306, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -66.7306, 14] + [ ecalVeto ] 0 : Hit 1: [2.40793, -62.5599, 13] + [ ecalVeto ] 0 : Hit 2: [4.81586, -58.3892, 12] + [ ecalVeto ] 0 : Hit 3: [2.40793, -54.2186, 11] + [ ecalVeto ] 0 : Hit 4: [4.81586, -50.0479, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -58.3892, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -54.2186, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -50.0479, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -54.2186, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -58.3892, 3] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -62.5599, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -69.2808, 1] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -65.1101, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4007.24; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1591 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-125.749, 20.8533, 21] + [ ecalVeto ] 0 : Hit 1: [-123.341, 16.6826, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-111.302, 4.17066, 19] + [ ecalVeto ] 0 : Hit 1: [-108.894, -2.36672e-14, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -4.17066, 17] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -8.34132, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -20.8533, 15] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -16.6826, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-69.83, -20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -25.024, 12] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -50.0479, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -54.2186, 10] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [24.0793, -41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [26.4873, -37.5359, 8] + [ ecalVeto ] 0 : Hit 2: [26.4873, -37.5359, 6] + [ ecalVeto ] 0 : Hit 3: [24.0793, -41.7066, 5] + [ ecalVeto ] 0 : Hit 4: [26.4873, -37.5359, 4] + [ ecalVeto ] 0 : Hit 5: [24.0793, -41.7066, 3] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -29.1946, 8] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5208.53; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1592 Brem photon produced 31 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 93 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6739.94; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1593 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [125.749, 20.8533, 22] + [ ecalVeto ] 0 : Hit 1: [123.341, 25.024, 21] + [ ecalVeto ] 0 : Hit 2: [125.749, 29.1946, 20] + [ ecalVeto ] 0 : Hit 3: [123.341, 33.3653, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 2] + [ ecalVeto ] 0 : Hit 1: [12.0397, -12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4831.33; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1594 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -50.0479, 15] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -45.8773, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 12.512, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4381.84; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1595 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 14 + [ ecalVeto ] 0 : Beginning track merging using 14 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 14 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-141.132, 119.329, 27] + [ ecalVeto ] 0 : Hit 1: [-138.725, 115.158, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-133.909, 115.158, 25] + [ ecalVeto ] 0 : Hit 1: [-131.501, 110.987, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-119.461, 115.158, 23] + [ ecalVeto ] 0 : Hit 1: [-117.053, 110.987, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 102.646, 19] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 106.817, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -58.3892, 18] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -62.5599, 17] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -58.3892, 16] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -54.2186, 15] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -50.0479, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -4.17066, 17] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -8.34132, 16] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 98.4754, 17] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 94.3048, 16] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 90.1341, 15] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 85.9634, 14] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [24.0793, 83.4132, 13] + [ ecalVeto ] 0 : Hit 1: [24.0793, 83.4132, 11] + [ ecalVeto ] 0 : Hit 2: [26.4873, 79.2426, 10] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-69.83, 29.1946, 13] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 33.3653, 12] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [25.5517, 110.987, 12] + [ ecalVeto ] 0 : Hit 1: [23.1438, 106.817, 11] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [39.9993, 94.3048, 12] + [ ecalVeto ] 0 : Hit 1: [37.5914, 90.1341, 11] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 58.3892, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 54.2186, 10] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 50.0479, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 113 hits + [ ecalVeto ] 0 : MIP tracking completed; found 14 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5121.31; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1596 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Hit 6: [4.81586, -2.66454e-15, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 34 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3067.99; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1597 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 2: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, 41.7066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1351.01; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1598 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 11 + [ ecalVeto ] 0 : Beginning track merging using 11 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [39.9993, 102.646, 22] + [ ecalVeto ] 0 : Hit 1: [37.5914, 98.4754, 21] + [ ecalVeto ] 0 : Hit 2: [39.9993, 94.3048, 20] + [ ecalVeto ] 0 : Hit 3: [37.5914, 90.1341, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, 29.1946, 12] + [ ecalVeto ] 0 : Hit 1: [26.4873, 29.1946, 10] + [ ecalVeto ] 0 : Hit 2: [26.4873, 29.1946, 8] + [ ecalVeto ] 0 : Hit 3: [24.0793, 33.3653, 7] + [ ecalVeto ] 0 : Hit 4: [26.4873, 37.5359, 6] + [ ecalVeto ] 0 : Hit 5: [24.0793, 33.3653, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -12.512, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -12.512, 6] + [ ecalVeto ] 0 : Hit 2: [-48.1586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [-45.7507, -20.8533, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -2.66454e-15, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 29.1946, 4] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-33.711, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -4.17066, 4] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -33.3653, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -29.1946, 4] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -12.512, 3] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 114 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6560.71; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1599 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-52.039, -73.4515, 8] + [ ecalVeto ] 0 : Hit 1: [-54.4469, -69.2808, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 35 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2580.61; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1600 Brem photon produced 49 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -25.024, 5] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [-19.2635, -33.3653, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 3] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -37.5359, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -37.5359, 2] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -41.7066, 1] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -50.0479, 4] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -45.8773, 3] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -41.7066, 2] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -37.5359, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 96 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4620.26; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1601 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-44.8152, -77.6221, 28] + [ ecalVeto ] 0 : Hit 1: [-47.2231, -73.4515, 27] + [ ecalVeto ] 0 : Hit 2: [-45.7507, -70.9012, 26] + [ ecalVeto ] 0 : Hit 3: [-48.1586, -66.7306, 25] + [ ecalVeto ] 0 : Hit 4: [-45.7507, -62.5599, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 15] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 14] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 12] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 4.17066, 10] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 8.34132, 9] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Hit 8: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 9: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 10: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 11: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 12: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -16.6826, 12] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -12.512, 11] + [ ecalVeto ] 0 : Hit 3: [-24.0793, -16.6826, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 25.024, 10] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 20.8533, 9] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 20.8533, 7] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 16.6826, 6] + [ ecalVeto ] 0 : Hit 5: [-12.0397, 12.512, 5] + [ ecalVeto ] 0 : Hit 6: [-9.63173, 16.6826, 4] + [ ecalVeto ] 0 : Hit 7: [-12.0397, 20.8533, 3] + [ ecalVeto ] 0 : Hit 8: [-9.63173, 16.6826, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 25.024, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 25.024, 6] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 20.8533, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 94 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6570.13; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1602 Brem photon produced 41 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 43 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5155.21; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1603 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [38.5269, 58.3892, 17] + [ ecalVeto ] 0 : Hit 1: [40.9348, 62.5599, 16] + [ ecalVeto ] 0 : Hit 2: [38.5269, 66.7306, 15] + [ ecalVeto ] 0 : Hit 3: [40.9348, 62.5599, 14] + [ ecalVeto ] 0 : Hit 4: [38.5269, 58.3892, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -37.5359, 16] + [ ecalVeto ] 0 : Hit 1: [-33.711, -33.3653, 15] + [ ecalVeto ] 0 : Hit 2: [-31.3031, -29.1946, 14] + [ ecalVeto ] 0 : Hit 3: [-31.3031, -29.1946, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -29.1946, 15] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -29.1946, 13] + [ ecalVeto ] 0 : Hit 2: [-24.0793, -25.024, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [16.8555, 12.512, 13] + [ ecalVeto ] 0 : Hit 1: [19.2635, 8.34132, 12] + [ ecalVeto ] 0 : Hit 2: [16.8555, 12.512, 11] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4560.89; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1604 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -16.6826, 15] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -20.8533, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -12.512, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -16.6826, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -20.8533, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -33.3653, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-33.711, -33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -29.1946, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 2] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [141.132, 102.646, 2] + [ ecalVeto ] 0 : Hit 1: [138.725, 98.4754, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 93 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6707.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1605 Brem photon produced 33 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, -2.66454e-15, 18] + [ ecalVeto ] 0 : Hit 1: [33.711, -2.66454e-15, 16] + [ ecalVeto ] 0 : Hit 2: [31.3031, -4.17066, 15] + [ ecalVeto ] 0 : Hit 3: [33.711, -2.66454e-15, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, -4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [19.2635, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 2: [16.8555, -4.17066, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5679.95; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1606 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 40 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6755.7; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1607 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-176.316, 25.024, 21] + [ ecalVeto ] 0 : Hit 1: [-173.908, 29.1946, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-140.197, 29.1946, 17] + [ ecalVeto ] 0 : Hit 1: [-137.789, 25.024, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-104.078, 25.024, 13] + [ ecalVeto ] 0 : Hit 1: [-101.67, 29.1946, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 20.8533, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 25.024, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1796.49; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1608 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 40 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4401.89; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1609 Brem photon produced 39 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 12.512, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 8.34132, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 36 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3012.54; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1610 Brem photon produced 36 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [67.4221, 33.3653, 27] + [ ecalVeto ] 0 : Hit 1: [69.83, 37.5359, 26] + [ ecalVeto ] 0 : Hit 2: [67.4221, 33.3653, 25] + [ ecalVeto ] 0 : Hit 3: [69.83, 37.5359, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [48.1586, 25.024, 18] + [ ecalVeto ] 0 : Hit 1: [45.7507, 20.8533, 17] + [ ecalVeto ] 0 : Hit 2: [48.1586, 16.6826, 16] + [ ecalVeto ] 0 : Hit 3: [45.7507, 20.8533, 15] + [ ecalVeto ] 0 : Hit 4: [40.9348, 20.8533, 16] + [ ecalVeto ] 0 : Hit 5: [38.5269, 16.6826, 15] + [ ecalVeto ] 0 : Hit 6: [40.9348, 12.512, 14] + [ ecalVeto ] 0 : Hit 7: [40.9348, 12.512, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [33.711, 16.6826, 14] + [ ecalVeto ] 0 : Hit 1: [31.3031, 20.8533, 13] + [ ecalVeto ] 0 : Hit 2: [33.711, 16.6826, 12] + [ ecalVeto ] 0 : Hit 3: [31.3031, 12.512, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -33.3653, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -4.17066, 4] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 104 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5573.22; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1611 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, -16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -12.512, 10] + [ ecalVeto ] 0 : Hit 2: [-33.711, -8.34132, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2055.2; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1612 Brem photon produced 43 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, 20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [24.0793, 25.024, 9] + [ ecalVeto ] 0 : Hit 2: [26.4873, 29.1946, 8] + [ ecalVeto ] 0 : Hit 3: [24.0793, 25.024, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7060.03; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1613 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 69.2808, 19] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 65.1101, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, 12.512, 12] + [ ecalVeto ] 0 : Hit 1: [24.0793, 16.6826, 11] + [ ecalVeto ] 0 : Hit 2: [26.4873, 20.8533, 10] + [ ecalVeto ] 0 : Hit 3: [24.0793, 16.6826, 9] + [ ecalVeto ] 0 : Hit 4: [26.4873, 12.512, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, 25.024, 10] + [ ecalVeto ] 0 : Hit 1: [19.2635, 25.024, 8] + [ ecalVeto ] 0 : Hit 2: [16.8555, 29.1946, 7] + [ ecalVeto ] 0 : Hit 3: [19.2635, 25.024, 6] + [ ecalVeto ] 0 : Hit 4: [24.0793, 25.024, 7] + [ ecalVeto ] 0 : Hit 5: [24.0793, 25.024, 5] + [ ecalVeto ] 0 : Hit 6: [26.4873, 29.1946, 4] + [ ecalVeto ] 0 : Hit 7: [26.4873, 29.1946, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 3] + [ ecalVeto ] 0 : Hit 1: [12.0397, 29.1946, 2] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 1] + [ ecalVeto ] 0 : Hit 3: [12.0397, 29.1946, 0] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [16.8555, 29.1946, 3] + [ ecalVeto ] 0 : Hit 1: [16.8555, 29.1946, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3474.2; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1614 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 37 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6051.98; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1615 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -94.3048, 15] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -90.1341, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5025.63; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1616 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [117.053, -136.011, 23] + [ ecalVeto ] 0 : Hit 1: [119.461, -131.841, 22] + [ ecalVeto ] 0 : Hit 2: [117.053, -127.67, 21] + [ ecalVeto ] 0 : Hit 3: [119.461, -123.499, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 29.1946, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 33.3653, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [-33.711, 33.3653, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, 37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 41.7066, 7] + [ ecalVeto ] 0 : Hit 2: [9.63173, 41.7066, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 45.8773, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6882.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1617 Brem photon produced 54 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-45.7507, 37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [-48.1586, 33.3653, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 25.024, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4515.25; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1618 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4664.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1619 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, 12.512, 14] + [ ecalVeto ] 0 : Hit 1: [24.0793, 16.6826, 13] + [ ecalVeto ] 0 : Hit 2: [26.4873, 12.512, 12] + [ ecalVeto ] 0 : Hit 3: [24.0793, 8.34132, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [62.6062, -16.6826, 12] + [ ecalVeto ] 0 : Hit 1: [60.1983, -20.8533, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [74.6459, 12.512, 11] + [ ecalVeto ] 0 : Hit 1: [74.6459, 12.512, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, 8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, 4.17066, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -33.3653, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 6: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [33.711, -16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [31.3031, -12.512, 7] + [ ecalVeto ] 0 : Hit 2: [33.711, -16.6826, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [19.2635, -25.024, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, -20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [19.2635, -16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [16.8555, -20.8533, 5] + [ ecalVeto ] 0 : Hit 4: [24.0793, -25.024, 7] + [ ecalVeto ] 0 : Hit 5: [26.4873, -20.8533, 6] + [ ecalVeto ] 0 : Hit 6: [24.0793, -25.024, 5] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6856.18; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1620 Brem photon produced 74 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -37.5359, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -45.8773, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5816.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1621 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 54.2186, 8] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 54.2186, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 103 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5926.62; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1622 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-30.3676, -110.987, 24] + [ ecalVeto ] 0 : Hit 1: [-32.7755, -106.817, 23] + [ ecalVeto ] 0 : Hit 2: [-37.5914, -106.817, 24] + [ ecalVeto ] 0 : Hit 3: [-39.9993, -102.646, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -148.523, 23] + [ ecalVeto ] 0 : Hit 1: [-59.2627, -152.694, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-30.3676, -85.9634, 22] + [ ecalVeto ] 0 : Hit 1: [-32.7755, -81.7928, 21] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2955.25; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1623 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -25.024, 14] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -20.8533, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-118.525, 25.024, 13] + [ ecalVeto ] 0 : Hit 1: [-116.118, 29.1946, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [40.9348, -4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [38.5269, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 2: [40.9348, 4.17066, 8] + [ ecalVeto ] 0 : Hit 3: [38.5269, 8.34132, 7] + [ ecalVeto ] 0 : Hit 4: [38.5269, 8.34132, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-69.83, 37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 41.7066, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 41.7066, 8] + [ ecalVeto ] 0 : Hit 2: [-40.9348, 45.8773, 7] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [-38.5269, 33.3653, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 29.1946, 6] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Hit 3: [9.63173, 16.6826, 1] + [ ecalVeto ] 0 : Hit 4: [12.0397, 12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6026.26; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1624 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [133.909, -90.1341, 32] + [ ecalVeto ] 0 : Hit 1: [131.501, -85.9634, 31] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-112.237, -144.353, 17] + [ ecalVeto ] 0 : Hit 1: [-109.829, -140.182, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-95.3817, -131.841, 16] + [ ecalVeto ] 0 : Hit 1: [-97.7897, -136.011, 15] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [62.6062, -33.3653, 16] + [ ecalVeto ] 0 : Hit 1: [60.1983, -29.1946, 15] + [ ecalVeto ] 0 : Hit 2: [62.6062, -33.3653, 14] + [ ecalVeto ] 0 : Hit 3: [60.1983, -29.1946, 13] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3027.81; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1625 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 12.512, 19] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 8.34132, 18] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3928.92; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1626 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-18.3279, -106.817, 9] + [ ecalVeto ] 0 : Hit 1: [-15.92, -110.987, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 38 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4689.2; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1627 Brem photon produced 2 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 17 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2883.8; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1628 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-32.7755, -81.7928, 17] + [ ecalVeto ] 0 : Hit 1: [-30.3676, -85.9634, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -65.1101, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -62.5599, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -58.3892, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -54.2186, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, -50.0479, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -45.8773, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4407.91; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1629 Brem photon produced 43 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 4: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 2] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 1] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4471.68; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1630 Brem photon produced 60 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -37.5359, 13] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 11] + [ ecalVeto ] 0 : Hit 2: [2.40793, -37.5359, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, -33.3653, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -37.5359, 8] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -29.1946, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [60.1983, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [60.1983, -4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [62.6062, -8.34132, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 100 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5488.4; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1631 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 58.3892, 19] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 54.2186, 18] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 50.0479, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 50.0479, 16] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 54.2186, 15] + [ ecalVeto ] 0 : Hit 2: [-24.0793, 50.0479, 14] + [ ecalVeto ] 0 : Hit 3: [-26.4873, 45.8773, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 45.8773, 12] + [ ecalVeto ] 0 : Hit 1: [-33.711, 41.7066, 11] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3987.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1632 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 39 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3022.18; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1633 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 38 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4361.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1634 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 115.158, 21] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 110.987, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 85.9634, 17] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 90.1341, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-61.6707, 81.7928, 15] + [ ecalVeto ] 0 : Hit 1: [-59.2627, 77.6221, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 4.17066, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4599.95; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1635 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -119.329, 25] + [ ecalVeto ] 0 : Hit 1: [-68.8945, -119.329, 23] + [ ecalVeto ] 0 : Hit 2: [-66.4865, -115.158, 22] + [ ecalVeto ] 0 : Hit 3: [-68.8945, -110.987, 21] + [ ecalVeto ] 0 : Hit 4: [-66.4865, -106.817, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -102.646, 19] + [ ecalVeto ] 0 : Hit 1: [-52.039, -98.4754, 18] + [ ecalVeto ] 0 : Hit 2: [-54.4469, -94.3048, 17] + [ ecalVeto ] 0 : Hit 3: [-52.039, -90.1341, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -70.9012, 12] + [ ecalVeto ] 0 : Hit 1: [-33.711, -66.7306, 11] + [ ecalVeto ] 0 : Hit 2: [-31.3031, -62.5599, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -41.7066, 4] + [ ecalVeto ] 0 : Hit 1: [4.81586, -41.7066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5115.81; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1636 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [68.8945, -136.011, 30] + [ ecalVeto ] 0 : Hit 1: [66.4865, -131.841, 29] + [ ecalVeto ] 0 : Hit 2: [68.8945, -127.67, 28] + [ ecalVeto ] 0 : Hit 3: [66.4865, -123.499, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [59.2627, -94.3048, 23] + [ ecalVeto ] 0 : Hit 1: [61.6707, -90.1341, 22] + [ ecalVeto ] 0 : Hit 2: [59.2627, -85.9634, 21] + [ ecalVeto ] 0 : Hit 3: [61.6707, -81.7928, 20] + [ ecalVeto ] 0 : Hit 4: [59.2627, -77.6221, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [44.8152, -85.9634, 23] + [ ecalVeto ] 0 : Hit 1: [47.2231, -81.7928, 22] + [ ecalVeto ] 0 : Hit 2: [44.8152, -77.6221, 21] + [ ecalVeto ] 0 : Hit 3: [47.2231, -73.4515, 20] + [ ecalVeto ] 0 : Hit 4: [45.7507, -70.9012, 19] + [ ecalVeto ] 0 : Hit 5: [45.7507, -70.9012, 17] + [ ecalVeto ] 0 : Hit 6: [48.1586, -66.7306, 16] + [ ecalVeto ] 0 : Hit 7: [45.7507, -62.5599, 15] + [ ecalVeto ] 0 : Hit 8: [52.9745, -58.3892, 17] + [ ecalVeto ] 0 : Hit 9: [55.3824, -54.2186, 16] + [ ecalVeto ] 0 : Hit 10: [52.9745, -58.3892, 15] + [ ecalVeto ] 0 : Hit 11: [55.3824, -54.2186, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [38.5269, -66.7306, 17] + [ ecalVeto ] 0 : Hit 1: [38.5269, -66.7306, 15] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -41.7066, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 100 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 11928.7; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1637 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -79.2426, 25] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -75.0719, 24] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -70.9012, 23] + [ ecalVeto ] 0 : Hit 3: [-24.0793, -66.7306, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -54.2186, 16] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -50.0479, 15] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -45.8773, 14] + [ ecalVeto ] 0 : Hit 3: [-19.2635, -41.7066, 13] + [ ecalVeto ] 0 : Hit 4: [-16.8555, -45.8773, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -37.5359, 12] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -33.3653, 11] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -29.1946, 10] + [ ecalVeto ] 0 : Hit 3: [-19.2635, -25.024, 9] + [ ecalVeto ] 0 : Hit 4: [-16.8555, -20.8533, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -81.7928, 7] + [ ecalVeto ] 0 : Hit 1: [-59.2627, -85.9634, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -12.512, 5] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -8.34132, 4] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -12.512, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 11702.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1638 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 24] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 22] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 21] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 20] + [ ecalVeto ] 0 : Hit 4: [2.40793, 4.17066, 19] + [ ecalVeto ] 0 : Hit 5: [4.81586, -2.66454e-15, 18] + [ ecalVeto ] 0 : Hit 6: [2.40793, 4.17066, 17] + [ ecalVeto ] 0 : Hit 7: [4.81586, 8.34132, 16] + [ ecalVeto ] 0 : Hit 8: [2.40793, 12.512, 15] + [ ecalVeto ] 0 : Hit 9: [2.40793, 12.512, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [16.8555, 4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 10] + [ ecalVeto ] 0 : Hit 3: [12.0397, 4.17066, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 20.8533, 10] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2707.22; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1639 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 25.024, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, 29.1946, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, 33.3653, 8] + [ ecalVeto ] 0 : Hit 3: [16.8555, 29.1946, 7] + [ ecalVeto ] 0 : Hit 4: [16.8555, 29.1946, 5] + [ ecalVeto ] 0 : Hit 5: [19.2635, 33.3653, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5779.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1640 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-15.92, 127.67, 28] + [ ecalVeto ] 0 : Hit 1: [-18.3279, 123.499, 27] + [ ecalVeto ] 0 : Hit 2: [-15.92, 119.329, 26] + [ ecalVeto ] 0 : Hit 3: [-18.3279, 123.499, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-11.1041, 102.646, 23] + [ ecalVeto ] 0 : Hit 1: [-8.69618, 98.4754, 22] + [ ecalVeto ] 0 : Hit 2: [-11.1041, 94.3048, 21] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 91.7545, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 83.4132, 19] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 87.5839, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 75.0719, 17] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 79.2426, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 54.2186, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, 50.0479, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, 45.8773, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, 41.7066, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [40.9348, -37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [38.5269, -33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [38.5269, -33.3653, 5] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -33.3653, 6] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [38.5269, 16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [40.9348, 12.512, 4] + [ ecalVeto ] 0 : Hit 2: [38.5269, 8.34132, 3] + [ ecalVeto ] 0 : Hit 3: [40.9348, 12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4261.71; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1641 Brem photon produced 56 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 25.024, 12] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 20.8533, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -8.34132, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5864.63; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1642 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -29.1946, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 11] + [ ecalVeto ] 0 : Hit 2: [12.0397, -20.8533, 10] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 9] + [ ecalVeto ] 0 : Hit 4: [12.0397, -20.8533, 8] + [ ecalVeto ] 0 : Hit 5: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 6: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 7: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 8: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -33.3653, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, -29.1946, 11] + [ ecalVeto ] 0 : Hit 2: [19.2635, -25.024, 10] + [ ecalVeto ] 0 : Hit 3: [16.8555, -29.1946, 9] + [ ecalVeto ] 0 : Hit 4: [19.2635, -25.024, 8] + [ ecalVeto ] 0 : Hit 5: [16.8555, -20.8533, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 7: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 8: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 9: [4.81586, -8.34132, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 92 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7446.25; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1643 Brem photon produced 84 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 41.7066, 17] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 37.5359, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-52.9745, 41.7066, 12] + [ ecalVeto ] 0 : Hit 1: [-55.3824, 37.5359, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 41.7066, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 37.5359, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -8.34132, 4] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -4.17066, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6407.09; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1644 Brem photon produced 36 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-140.197, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-137.789, -16.6826, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 25.024, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 29.1946, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -12.512, 5] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -8.34132, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 90 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6235.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1645 Brem photon produced 31 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [161.868, -41.7066, 26] + [ ecalVeto ] 0 : Hit 1: [159.46, -37.5359, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [132.973, -33.3653, 22] + [ ecalVeto ] 0 : Hit 1: [130.565, -29.1946, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-81.8697, 16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [-82.4065, 12.512, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-67.4221, 16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [-69.83, 20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [-67.4221, 25.024, 4] + [ ecalVeto ] 0 : Hit 3: [-62.6062, 25.024, 5] + [ ecalVeto ] 0 : Hit 4: [-60.1983, 20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 95 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3730.38; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1646 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8000.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1647 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 10] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 29 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2392.75; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1648 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -79.2426, 14] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -75.0719, 13] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -70.9012, 12] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -66.7306, 11] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -62.5599, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -50.0479, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -45.8773, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -41.7066, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -20.8533, 3] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -16.6826, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, -16.6826, 2] + [ ecalVeto ] 0 : Hit 1: [19.2635, -16.6826, 0] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-69.83, -12.512, 1] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -16.6826, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5999.07; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1649 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-61.6707, 131.841, 19] + [ ecalVeto ] 0 : Hit 1: [-59.2627, 127.67, 18] + [ ecalVeto ] 0 : Hit 2: [-61.6707, 123.499, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -75.0719, 19] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -70.9012, 18] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -66.7306, 17] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -62.5599, 16] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -58.3892, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-52.039, 115.158, 16] + [ ecalVeto ] 0 : Hit 1: [-54.4469, 110.987, 15] + [ ecalVeto ] 0 : Hit 2: [-52.039, 106.817, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -45.8773, 14] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -41.7066, 13] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -37.5359, 12] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -33.3653, 11] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -29.1946, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1144.42; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1650 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, 37.5359, 12] + [ ecalVeto ] 0 : Hit 1: [24.0793, 33.3653, 11] + [ ecalVeto ] 0 : Hit 2: [26.4873, 37.5359, 10] + [ ecalVeto ] 0 : Hit 3: [24.0793, 41.7066, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, 29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [19.2635, 25.024, 8] + [ ecalVeto ] 0 : Hit 2: [16.8555, 29.1946, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4452.64; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1651 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [47.2231, -106.817, 28] + [ ecalVeto ] 0 : Hit 1: [44.8152, -102.646, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 87.5839, 21] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 83.4132, 20] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 79.2426, 19] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 75.0719, 18] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 70.9012, 17] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 66.7306, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 50.0479, 14] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 45.8773, 13] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3829.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1652 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, -37.5359, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -37.5359, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-60.1983, -62.5599, 2] + [ ecalVeto ] 0 : Hit 1: [-62.6062, -58.3892, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5532.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1653 Brem photon produced 60 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, -70.9012, 18] + [ ecalVeto ] 0 : Hit 1: [24.0793, -66.7306, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [18.3279, 131.841, 16] + [ ecalVeto ] 0 : Hit 1: [15.92, 127.67, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, -66.7306, 16] + [ ecalVeto ] 0 : Hit 1: [16.8555, -62.5599, 15] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, -29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 3: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, 41.7066, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, 45.8773, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 50.0479, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 54.2186, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 58.3892, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 98 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7540.52; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1654 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-23.1438, 115.158, 18] + [ ecalVeto ] 0 : Hit 1: [-25.5517, 110.987, 17] + [ ecalVeto ] 0 : Hit 2: [-23.1438, 106.817, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 93 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4774.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1655 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, 4.17066, 22] + [ ecalVeto ] 0 : Hit 1: [24.0793, 8.34132, 21] + [ ecalVeto ] 0 : Hit 2: [26.4873, 12.512, 20] + [ ecalVeto ] 0 : Hit 3: [24.0793, 8.34132, 19] + [ ecalVeto ] 0 : Hit 4: [24.0793, 8.34132, 17] + [ ecalVeto ] 0 : Hit 5: [19.2635, 8.34132, 18] + [ ecalVeto ] 0 : Hit 6: [19.2635, 8.34132, 16] + [ ecalVeto ] 0 : Hit 7: [16.8555, 12.512, 15] + [ ecalVeto ] 0 : Hit 8: [19.2635, 16.6826, 14] + [ ecalVeto ] 0 : Hit 9: [16.8555, 12.512, 13] + [ ecalVeto ] 0 : Hit 10: [19.2635, 16.6826, 12] + [ ecalVeto ] 0 : Hit 11: [16.8555, 20.8533, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, 29.1946, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 4: [12.0397, 29.1946, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4936.93; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1656 Brem photon produced 55 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -8.34132, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 38 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3883.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1657 Brem photon produced 43 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-148.356, -90.1341, 17] + [ ecalVeto ] 0 : Hit 1: [-145.948, -94.3048, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-133.909, -81.7928, 15] + [ ecalVeto ] 0 : Hit 1: [-131.501, -77.6221, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [55.3824, 45.8773, 14] + [ ecalVeto ] 0 : Hit 1: [52.9745, 41.7066, 13] + [ ecalVeto ] 0 : Hit 2: [55.3824, 37.5359, 12] + [ ecalVeto ] 0 : Hit 3: [52.9745, 33.3653, 11] + [ ecalVeto ] 0 : Hit 4: [55.3824, 29.1946, 10] + [ ecalVeto ] 0 : Hit 5: [52.9745, 25.024, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, -16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -12.512, 4] + [ ecalVeto ] 0 : Hit 2: [-33.711, -8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7118.19; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1658 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-119.461, -165.206, 19] + [ ecalVeto ] 0 : Hit 1: [-117.053, -161.035, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-112.237, -152.694, 17] + [ ecalVeto ] 0 : Hit 1: [-109.829, -148.523, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -85.9634, 9] + [ ecalVeto ] 0 : Hit 1: [-52.039, -81.7928, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -54.2186, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -58.3892, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 94 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4585.66; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1659 Brem photon produced 84 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3589.46; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1660 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2667.26; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1661 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-147.421, 83.4132, 15] + [ ecalVeto ] 0 : Hit 1: [-145.013, 79.2426, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-132.973, 75.0719, 13] + [ ecalVeto ] 0 : Hit 1: [-130.565, 70.9012, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 62.5599, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, 58.3892, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, 54.2186, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, 50.0479, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, 58.3892, 11] + [ ecalVeto ] 0 : Hit 1: [12.0397, 54.2186, 10] + [ ecalVeto ] 0 : Hit 2: [9.63173, 58.3892, 9] + [ ecalVeto ] 0 : Hit 3: [9.63173, 58.3892, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, 58.3892, 8] + [ ecalVeto ] 0 : Hit 5: [4.81586, 58.3892, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 96 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7513.57; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1662 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [67.4221, -8.34132, 25] + [ ecalVeto ] 0 : Hit 1: [67.4221, -8.34132, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [33.711, -8.34132, 24] + [ ecalVeto ] 0 : Hit 1: [31.3031, -4.17066, 23] + [ ecalVeto ] 0 : Hit 2: [33.711, -2.66454e-15, 22] + [ ecalVeto ] 0 : Hit 3: [31.3031, 4.17066, 21] + [ ecalVeto ] 0 : Hit 4: [33.711, -2.66454e-15, 20] + [ ecalVeto ] 0 : Hit 5: [31.3031, 4.17066, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 58.3892, 19] + [ ecalVeto ] 0 : Hit 1: [12.0397, 54.2186, 18] + [ ecalVeto ] 0 : Hit 2: [9.63173, 50.0479, 17] + [ ecalVeto ] 0 : Hit 3: [12.0397, 54.2186, 16] + [ ecalVeto ] 0 : Hit 4: [9.63173, 50.0479, 15] + [ ecalVeto ] 0 : Hit 5: [12.0397, 45.8773, 14] + [ ecalVeto ] 0 : Hit 6: [9.63173, 41.7066, 13] + [ ecalVeto ] 0 : Hit 7: [9.63173, 41.7066, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2627.29; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1663 Brem photon produced 77 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4952.71; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1664 Brem photon produced 36 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [38.5269, -16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [40.9348, -20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [38.5269, -16.6826, 3] + [ ecalVeto ] 0 : Hit 3: [40.9348, -20.8533, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4088.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1665 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 19] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 18] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 17] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 16] + [ ecalVeto ] 0 : Hit 4: [4.81586, -16.6826, 14] + [ ecalVeto ] 0 : Hit 5: [9.63173, -16.6826, 15] + [ ecalVeto ] 0 : Hit 6: [9.63173, -16.6826, 13] + [ ecalVeto ] 0 : Hit 7: [12.0397, -20.8533, 12] + [ ecalVeto ] 0 : Hit 8: [9.63173, -16.6826, 11] + [ ecalVeto ] 0 : Hit 9: [12.0397, -12.512, 10] + [ ecalVeto ] 0 : Hit 10: [9.63173, -16.6826, 9] + [ ecalVeto ] 0 : Hit 11: [12.0397, -20.8533, 8] + [ ecalVeto ] 0 : Hit 12: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Hit 13: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Hit 14: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Hit 15: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 16: [9.63173, -33.3653, 3] + [ ecalVeto ] 0 : Hit 17: [12.0397, -29.1946, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [95.3817, -73.4515, 11] + [ ecalVeto ] 0 : Hit 1: [95.3817, -73.4515, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -66.7306, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -62.5599, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -58.3892, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, -54.2186, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, -50.0479, 5] + [ ecalVeto ] 0 : Hit 5: [12.0397, -45.8773, 4] + [ ecalVeto ] 0 : Hit 6: [9.63173, -41.7066, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [67.4221, -58.3892, 9] + [ ecalVeto ] 0 : Hit 1: [68.8945, -60.9395, 8] + [ ecalVeto ] 0 : Hit 2: [67.4221, -58.3892, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [19.2635, -58.3892, 8] + [ ecalVeto ] 0 : Hit 1: [19.2635, -58.3892, 6] + [ ecalVeto ] 0 : Hit 2: [16.8555, -54.2186, 5] + [ ecalVeto ] 0 : Hit 3: [19.2635, -50.0479, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, -45.8773, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -41.7066, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -37.5359, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -41.7066, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, -37.5359, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Hit 1: [4.81586, -33.3653, 2] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8176.51; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1666 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -115.158, 15] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -119.329, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 12.512, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3812.71; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1667 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 19] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 18] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 17] + [ ecalVeto ] 0 : Hit 3: [12.0397, -12.512, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, -12.512, 15] + [ ecalVeto ] 0 : Hit 1: [19.2635, -8.34132, 14] + [ ecalVeto ] 0 : Hit 2: [16.8555, -4.17066, 13] + [ ecalVeto ] 0 : Hit 3: [19.2635, -2.66454e-15, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5827.68; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1668 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, 33.3653, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3812.76; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1669 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 8.34132, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Hit 4: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Hit 6: [12.0397, -12.512, 2] + [ ecalVeto ] 0 : Hit 7: [12.0397, -12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 95 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4885.87; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1670 Brem photon produced 80 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -58.3892, 17] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -54.2186, 16] + [ ecalVeto ] 0 : Hit 2: [-48.1586, -58.3892, 15] + [ ecalVeto ] 0 : Hit 3: [-45.7507, -54.2186, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, -41.7066, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -45.8773, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5347.95; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1671 Brem photon produced 45 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, 33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [26.4873, 37.5359, 8] + [ ecalVeto ] 0 : Hit 2: [24.0793, 33.3653, 7] + [ ecalVeto ] 0 : Hit 3: [26.4873, 29.1946, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 29.1946, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, 25.024, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-25.5517, 94.3048, 7] + [ ecalVeto ] 0 : Hit 1: [-23.1438, 98.4754, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 3: [4.81586, 33.3653, 2] + [ ecalVeto ] 0 : Hit 4: [2.40793, 29.1946, 1] + [ ecalVeto ] 0 : Hit 5: [4.81586, 25.024, 0] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 45.8773, 6] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 45.8773, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 41.7066, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [112.237, 69.2808, 4] + [ ecalVeto ] 0 : Hit 1: [109.829, 65.1101, 3] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 54.2186, 1] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 58.3892, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 118 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6003.49; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1672 Brem photon produced 37 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 27 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3847.03; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1673 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-104.078, 50.0479, 19] + [ ecalVeto ] 0 : Hit 1: [-101.67, 45.8773, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 12.512, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 1: [19.2635, -2.66454e-15, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3707.89; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1674 Brem photon produced 38 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, -66.7306, 22] + [ ecalVeto ] 0 : Hit 1: [31.3031, -62.5599, 21] + [ ecalVeto ] 0 : Hit 2: [33.711, -58.3892, 20] + [ ecalVeto ] 0 : Hit 3: [31.3031, -54.2186, 19] + [ ecalVeto ] 0 : Hit 4: [31.3031, -54.2186, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, -45.8773, 16] + [ ecalVeto ] 0 : Hit 1: [24.0793, -41.7066, 15] + [ ecalVeto ] 0 : Hit 2: [26.4873, -37.5359, 14] + [ ecalVeto ] 0 : Hit 3: [24.0793, -33.3653, 13] + [ ecalVeto ] 0 : Hit 4: [26.4873, -37.5359, 12] + [ ecalVeto ] 0 : Hit 5: [24.0793, -33.3653, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, -33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, -29.1946, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, -25.024, 8] + [ ecalVeto ] 0 : Hit 3: [16.8555, -20.8533, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, 4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 5: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Hit 6: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5370.99; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1675 Brem photon produced 39 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 66.7306, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 62.5599, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 34 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5406.34; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1676 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-3.88031, -173.547, 31] + [ ecalVeto ] 0 : Hit 1: [-1.47238, -169.377, 30] + [ ecalVeto ] 0 : Hit 2: [-3.88031, -165.206, 29] + [ ecalVeto ] 0 : Hit 3: [-1.47238, -161.035, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-18.3279, -123.499, 23] + [ ecalVeto ] 0 : Hit 1: [-15.92, -119.329, 22] + [ ecalVeto ] 0 : Hit 2: [-18.3279, -115.158, 21] + [ ecalVeto ] 0 : Hit 3: [-15.92, -110.987, 20] + [ ecalVeto ] 0 : Hit 4: [-15.92, -110.987, 18] + [ ecalVeto ] 0 : Hit 5: [-15.92, -102.646, 20] + [ ecalVeto ] 0 : Hit 6: [-18.3279, -98.4754, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-3.88031, -98.4754, 21] + [ ecalVeto ] 0 : Hit 1: [-1.47238, -102.646, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-11.1041, -94.3048, 19] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -91.7545, 18] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -87.5839, 17] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -83.4132, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -87.5839, 19] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -83.4132, 18] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -79.2426, 17] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -75.0719, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -50.0479, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -45.8773, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -41.7066, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -37.5359, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Hit 4: [12.0397, -4.17066, 2] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4481.02; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1677 Brem photon produced 33 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-159.46, -70.9012, 12] + [ ecalVeto ] 0 : Hit 1: [-161.868, -75.0719, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-141.132, -85.9634, 9] + [ ecalVeto ] 0 : Hit 1: [-138.725, -90.1341, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-67.4221, 8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 8.34132, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-133.909, -98.4754, 7] + [ ecalVeto ] 0 : Hit 1: [-131.501, -94.3048, 6] + [ ecalVeto ] 0 : Hit 2: [-133.909, -90.1341, 5] + [ ecalVeto ] 0 : Hit 3: [-131.501, -85.9634, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6881.41; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1678 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4558.62; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1679 Brem photon produced 70 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [55.3824, 45.8773, 18] + [ ecalVeto ] 0 : Hit 1: [55.3824, 45.8773, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-74.6459, -29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [-77.0538, -33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [-74.6459, -37.5359, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-69.83, -45.8773, 3] + [ ecalVeto ] 0 : Hit 1: [-69.83, -45.8773, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 90 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 9733.41; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1680 Brem photon produced 43 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-132.973, 66.7306, 29] + [ ecalVeto ] 0 : Hit 1: [-130.565, 62.5599, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-125.749, 62.5599, 27] + [ ecalVeto ] 0 : Hit 1: [-123.341, 58.3892, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-118.525, 50.0479, 25] + [ ecalVeto ] 0 : Hit 1: [-116.118, 54.2186, 24] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 45.8773, 21] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 41.7066, 20] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 33.3653, 17] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 29.1946, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-60.1983, 29.1946, 14] + [ ecalVeto ] 0 : Hit 1: [-62.6062, 25.024, 13] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 25.024, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 20.8533, 10] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -29.1946, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [-38.5269, 16.6826, 6] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -58.3892, 1] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -54.2186, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3869.72; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1681 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-52.9745, -8.34132, 12] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -8.34132, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -4.17066, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -4.17066, 7] + [ ecalVeto ] 0 : Hit 3: [-24.0793, -2.66454e-15, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -8.34132, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-33.711, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [-33.711, -8.34132, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5361.94; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1682 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -62.5599, 22] + [ ecalVeto ] 0 : Hit 1: [9.63173, -58.3892, 21] + [ ecalVeto ] 0 : Hit 2: [12.0397, -54.2186, 20] + [ ecalVeto ] 0 : Hit 3: [9.63173, -50.0479, 19] + [ ecalVeto ] 0 : Hit 4: [12.0397, -45.8773, 18] + [ ecalVeto ] 0 : Hit 5: [9.63173, -41.7066, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -41.7066, 16] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 15] + [ ecalVeto ] 0 : Hit 2: [4.81586, -33.3653, 14] + [ ecalVeto ] 0 : Hit 3: [2.40793, -29.1946, 13] + [ ecalVeto ] 0 : Hit 4: [4.81586, -25.024, 12] + [ ecalVeto ] 0 : Hit 5: [2.40793, -20.8533, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3827.59; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1683 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -54.2186, 25] + [ ecalVeto ] 0 : Hit 1: [4.81586, -50.0479, 24] + [ ecalVeto ] 0 : Hit 2: [2.40793, -45.8773, 23] + [ ecalVeto ] 0 : Hit 3: [4.81586, -41.7066, 22] + [ ecalVeto ] 0 : Hit 4: [2.40793, -37.5359, 21] + [ ecalVeto ] 0 : Hit 5: [4.81586, -33.3653, 20] + [ ecalVeto ] 0 : Hit 6: [2.40793, -29.1946, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [68.8945, 136.011, 20] + [ ecalVeto ] 0 : Hit 1: [66.4865, 131.841, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 16] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 15] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -12.512, 14] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -8.34132, 13] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -4.17066, 12] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 4.17066, 10] + [ ecalVeto ] 0 : Hit 7: [-4.81586, 8.34132, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4666.51; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1684 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 1] + [ ecalVeto ] 0 : Hit 4: [4.81586, 25.024, 0] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 41.7066, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 29.1946, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -37.5359, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 3] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 41 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1509.59; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1685 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 29.1946, 14] + [ ecalVeto ] 0 : Hit 1: [12.0397, 29.1946, 12] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 11] + [ ecalVeto ] 0 : Hit 3: [12.0397, 20.8533, 10] + [ ecalVeto ] 0 : Hit 4: [9.63173, 25.024, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 10] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Hit 5: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 7: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Hit 8: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 113 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7137.36; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1686 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 42 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3086.41; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1687 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 12.512, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, 66.7306, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 70.9012, 6] + [ ecalVeto ] 0 : Hit 2: [-26.4873, 70.9012, 7] + [ ecalVeto ] 0 : Hit 3: [-24.0793, 75.0719, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6791.03; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1688 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 41 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7260.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1689 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-147.421, -75.0719, 25] + [ ecalVeto ] 0 : Hit 1: [-145.013, -70.9012, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-52.9745, 16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [-55.3824, 20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [-52.9745, 25.024, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3408.63; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1690 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [67.4221, 25.024, 23] + [ ecalVeto ] 0 : Hit 1: [67.4221, 25.024, 21] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4398.46; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1691 Brem photon produced 41 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 11] + [ ecalVeto ] 0 : Hit 1: [12.0397, 29.1946, 10] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 12.512, 6] + [ ecalVeto ] 0 : Hit 1: [-33.711, 8.34132, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6275.07; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1692 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -8.34132, 14] + [ ecalVeto ] 0 : Hit 1: [16.8555, -4.17066, 13] + [ ecalVeto ] 0 : Hit 2: [19.2635, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 3: [16.8555, 4.17066, 11] + [ ecalVeto ] 0 : Hit 4: [16.8555, 4.17066, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 8] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, 25.024, 3] + [ ecalVeto ] 0 : Hit 5: [12.0397, 29.1946, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 12.512, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 16.6826, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4263.05; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1693 Brem photon produced 43 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 20.8533, 23] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 16.6826, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5126.38; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1694 Brem photon produced 58 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -16.6826, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -4.17066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7990.43; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1695 Brem photon produced 2 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 28 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2500.82; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1696 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [147.421, -66.7306, 22] + [ ecalVeto ] 0 : Hit 1: [145.013, -62.5599, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-133.909, 148.523, 17] + [ ecalVeto ] 0 : Hit 1: [-131.501, 144.353, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-183.54, 62.5599, 17] + [ ecalVeto ] 0 : Hit 1: [-181.132, 58.3892, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-190.763, 58.3892, 17] + [ ecalVeto ] 0 : Hit 1: [-188.356, 62.5599, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-197.987, 54.2186, 17] + [ ecalVeto ] 0 : Hit 1: [-195.579, 50.0479, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-188.356, 70.9012, 16] + [ ecalVeto ] 0 : Hit 1: [-190.763, 75.0719, 15] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 11] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 9] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 12] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 11] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 20.8533, 10] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 25.024, 9] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 29.1946, 8] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 7: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 25.024, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 25.024, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4449.19; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1697 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 25.024, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 20.8533, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 12.512, 5] + [ ecalVeto ] 0 : Hit 2: [-24.0793, 16.6826, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [16.8555, 4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [19.2635, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 2: [16.8555, 4.17066, 3] + [ ecalVeto ] 0 : Hit 3: [19.2635, 8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6411.56; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1698 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-105.013, 106.817, 29] + [ ecalVeto ] 0 : Hit 1: [-102.606, 102.646, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 90.1341, 27] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 85.9634, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -70.9012, 15] + [ ecalVeto ] 0 : Hit 1: [4.81586, -75.0719, 14] + [ ecalVeto ] 0 : Hit 2: [2.40793, -70.9012, 13] + [ ecalVeto ] 0 : Hit 3: [4.81586, -66.7306, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4791.48; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1699 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-219.659, -33.3653, 19] + [ ecalVeto ] 0 : Hit 1: [-217.251, -37.5359, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2562.04; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1700 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -41.7066, 12] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -37.5359, 11] + [ ecalVeto ] 0 : Hit 2: [-38.5269, -33.3653, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5057.44; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1701 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [40.9348, -62.5599, 20] + [ ecalVeto ] 0 : Hit 1: [38.5269, -58.3892, 19] + [ ecalVeto ] 0 : Hit 2: [40.9348, -54.2186, 18] + [ ecalVeto ] 0 : Hit 3: [38.5269, -50.0479, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [33.711, -50.0479, 16] + [ ecalVeto ] 0 : Hit 1: [31.3031, -45.8773, 15] + [ ecalVeto ] 0 : Hit 2: [33.711, -41.7066, 14] + [ ecalVeto ] 0 : Hit 3: [31.3031, -37.5359, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -65.1101, 13] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -60.9395, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [26.4873, -37.5359, 12] + [ ecalVeto ] 0 : Hit 1: [24.0793, -33.3653, 11] + [ ecalVeto ] 0 : Hit 2: [26.4873, -29.1946, 10] + [ ecalVeto ] 0 : Hit 3: [24.0793, -25.024, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [19.2635, -25.024, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, -20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [19.2635, -16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [16.8555, -20.8533, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 5: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 6: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Hit 7: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 41 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5467.68; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1702 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 12] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 10] + [ ecalVeto ] 0 : Hit 3: [9.63173, 16.6826, 9] + [ ecalVeto ] 0 : Hit 4: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 5: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 6: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 7: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Hit 8: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Hit 9: [12.0397, 12.512, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 13] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 12] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 11] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 10] + [ ecalVeto ] 0 : Hit 4: [2.40793, 20.8533, 9] + [ ecalVeto ] 0 : Hit 5: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 6: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 7: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 8: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 9: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 10: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 11: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Hit 12: [2.40793, 12.512, 1] + [ ecalVeto ] 0 : Hit 13: [4.81586, 8.34132, 0] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 12] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 11] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 12.512, 10] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 4: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Hit 5: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 6: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 7: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [24.0793, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [24.0793, 8.34132, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 9081.97; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1703 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, 54.2186, 11] + [ ecalVeto ] 0 : Hit 1: [19.2635, 50.0479, 10] + [ ecalVeto ] 0 : Hit 2: [16.8555, 45.8773, 9] + [ ecalVeto ] 0 : Hit 3: [19.2635, 41.7066, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-197.987, -4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [-195.579, -2.36672e-14, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-176.316, -8.34132, 3] + [ ecalVeto ] 0 : Hit 1: [-176.316, -8.34132, 1] + [ ecalVeto ] 0 : Hit 2: [-183.54, -4.17066, 3] + [ ecalVeto ] 0 : Hit 3: [-181.132, -8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 92 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5146.78; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1704 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 23] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 21] + [ ecalVeto ] 0 : Hit 2: [4.81586, 33.3653, 20] + [ ecalVeto ] 0 : Hit 3: [2.40793, 37.5359, 19] + [ ecalVeto ] 0 : Hit 4: [4.81586, 33.3653, 18] + [ ecalVeto ] 0 : Hit 5: [2.40793, 29.1946, 17] + [ ecalVeto ] 0 : Hit 6: [4.81586, 33.3653, 16] + [ ecalVeto ] 0 : Hit 7: [2.40793, 29.1946, 15] + [ ecalVeto ] 0 : Hit 8: [2.40793, 29.1946, 13] + [ ecalVeto ] 0 : Hit 9: [2.40793, 29.1946, 11] + [ ecalVeto ] 0 : Hit 10: [4.81586, 25.024, 10] + [ ecalVeto ] 0 : Hit 11: [2.40793, 29.1946, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [25.5517, 110.987, 18] + [ ecalVeto ] 0 : Hit 1: [23.1438, 106.817, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 25.024, 8] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 25.024, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6203.38; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1705 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 41.7066, 11] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 41.7066, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 37.5359, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 70.9012, 10] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 66.7306, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -12.512, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7013.81; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1706 Brem photon produced 47 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-47.2231, -81.7928, 7] + [ ecalVeto ] 0 : Hit 1: [-44.8152, -85.9634, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, 25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 91 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5869.24; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1707 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-39.9993, 102.646, 11] + [ ecalVeto ] 0 : Hit 1: [-37.5914, 106.817, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -29.1946, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [38.5269, -33.3653, 5] + [ ecalVeto ] 0 : Hit 1: [40.9348, -37.5359, 4] + [ ecalVeto ] 0 : Hit 2: [38.5269, -41.7066, 3] + [ ecalVeto ] 0 : Hit 3: [40.9348, -45.8773, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4462.69; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1708 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 29.1946, 9] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 25.024, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 43 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3770.35; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1709 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-111.302, -62.5599, 23] + [ ecalVeto ] 0 : Hit 1: [-108.894, -58.3892, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -50.0479, 19] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -52.5982, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -50.0479, 17] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -45.8773, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -37.5359, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -41.7066, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4960.61; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1710 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 25.024, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 29.1946, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7828.25; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1711 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 58.3892, 15] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 54.2186, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 20.8533, 9] + [ ecalVeto ] 0 : Hit 2: [-38.5269, 16.6826, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, 33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-33.711, 33.3653, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5273.2; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1712 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 8.34132, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 20.8533, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 41.7066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3298.25; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1713 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [38.5269, -58.3892, 13] + [ ecalVeto ] 0 : Hit 1: [40.9348, -62.5599, 12] + [ ecalVeto ] 0 : Hit 2: [38.5269, -58.3892, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 50.0479, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 45.8773, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 41.7066, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-52.9745, -8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [-55.3824, -12.512, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -4.17066, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-33.711, 8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [-31.3031, 4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [-33.711, 8.34132, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -12.512, 8] + [ ecalVeto ] 0 : Hit 1: [-33.711, -8.34132, 7] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-52.9745, 33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [-55.3824, 37.5359, 7] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Hit 1: [12.0397, -12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6788.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1714 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [44.8152, 152.694, 33] + [ ecalVeto ] 0 : Hit 1: [47.2231, 156.865, 32] + [ ecalVeto ] 0 : Hit 2: [44.8152, 152.694, 31] + [ ecalVeto ] 0 : Hit 3: [47.2231, 148.523, 30] + [ ecalVeto ] 0 : Hit 4: [44.8152, 144.353, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [39.9993, 127.67, 26] + [ ecalVeto ] 0 : Hit 1: [37.5914, 123.499, 25] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 6: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4061.29; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1715 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [118.525, -33.3653, 20] + [ ecalVeto ] 0 : Hit 1: [116.118, -29.1946, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [104.078, -25.024, 18] + [ ecalVeto ] 0 : Hit 1: [101.67, -20.8533, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [69.83, 4.17066, 12] + [ ecalVeto ] 0 : Hit 1: [69.83, 4.17066, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [62.6062, -8.34132, 12] + [ ecalVeto ] 0 : Hit 1: [60.1983, -4.17066, 11] + [ ecalVeto ] 0 : Hit 2: [62.6062, -2.66454e-15, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 108 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2307.77; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1716 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-52.9745, -16.6826, 12] + [ ecalVeto ] 0 : Hit 1: [-55.3824, -20.8533, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [-48.1586, -25.024, 7] + [ ecalVeto ] 0 : Hit 3: [-45.7507, -20.8533, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -41.7066, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 107 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5769; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1717 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 83.4132, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 87.5839, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-11.1041, 110.987, 9] + [ ecalVeto ] 0 : Hit 1: [-8.69618, 115.158, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6690.61; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1718 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [105.013, -81.7928, 28] + [ ecalVeto ] 0 : Hit 1: [102.606, -77.6221, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [83.3421, -69.2808, 24] + [ ecalVeto ] 0 : Hit 1: [80.9341, -65.1101, 23] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, -4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [16.8555, -4.17066, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-132.973, -8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-130.565, -4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3353.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1719 Brem photon produced 48 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 29.1946, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-67.4221, 16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [-69.83, 12.512, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 2] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 1] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-154.644, 4.17066, 3] + [ ecalVeto ] 0 : Hit 1: [-152.237, -2.36672e-14, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 104 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6453.43; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1720 Brem photon produced 66 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 11 + [ ecalVeto ] 0 : Beginning track merging using 11 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 11 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-197.987, -45.8773, 33] + [ ecalVeto ] 0 : Hit 1: [-195.579, -41.7066, 32] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-190.763, -41.7066, 31] + [ ecalVeto ] 0 : Hit 1: [-188.356, -45.8773, 30] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-176.316, -50.0479, 29] + [ ecalVeto ] 0 : Hit 1: [-173.908, -45.8773, 28] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-161.868, -41.7066, 27] + [ ecalVeto ] 0 : Hit 1: [-159.46, -45.8773, 26] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-147.421, -41.7066, 25] + [ ecalVeto ] 0 : Hit 1: [-145.013, -37.5359, 24] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-104.078, -33.3653, 19] + [ ecalVeto ] 0 : Hit 1: [-101.67, -29.1946, 18] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -25.024, 17] + [ ecalVeto ] 0 : Hit 1: [-87.2224, -20.8533, 16] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -25.024, 15] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -20.8533, 14] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -12.512, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -8.34132, 10] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 45.8773, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 41.7066, 4] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 37.5359, 3] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 11 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3959.93; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1721 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [111.302, -29.1946, 22] + [ ecalVeto ] 0 : Hit 1: [108.894, -33.3653, 21] + [ ecalVeto ] 0 : Hit 2: [111.302, -29.1946, 20] + [ ecalVeto ] 0 : Hit 3: [108.894, -33.3653, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 12.512, 12] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 16.6826, 11] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 12.512, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 4.17066, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -2.66454e-15, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [24.0793, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [26.4873, -20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [24.0793, -25.024, 5] + [ ecalVeto ] 0 : Hit 3: [26.4873, -29.1946, 4] + [ ecalVeto ] 0 : Hit 4: [24.0793, -25.024, 3] + [ ecalVeto ] 0 : Hit 5: [26.4873, -29.1946, 2] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [19.2635, -25.024, 6] + [ ecalVeto ] 0 : Hit 1: [19.2635, -25.024, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 93 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6208.5; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1722 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 7 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 628.094; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1723 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 25] + [ ecalVeto ] 0 : Hit 1: [12.0397, 29.1946, 24] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 23] + [ ecalVeto ] 0 : Hit 3: [12.0397, 29.1946, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, 29.1946, 21] + [ ecalVeto ] 0 : Hit 1: [19.2635, 25.024, 20] + [ ecalVeto ] 0 : Hit 2: [19.2635, 25.024, 18] + [ ecalVeto ] 0 : Hit 3: [19.2635, 25.024, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [26.4873, 70.9012, 20] + [ ecalVeto ] 0 : Hit 1: [24.0793, 66.7306, 19] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [24.0793, 25.024, 19] + [ ecalVeto ] 0 : Hit 1: [26.4873, 20.8533, 18] + [ ecalVeto ] 0 : Hit 2: [24.0793, 16.6826, 17] + [ ecalVeto ] 0 : Hit 3: [26.4873, 20.8533, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, 79.2426, 18] + [ ecalVeto ] 0 : Hit 1: [9.63173, 75.0719, 17] + [ ecalVeto ] 0 : Hit 2: [12.0397, 70.9012, 16] + [ ecalVeto ] 0 : Hit 3: [9.63173, 66.7306, 15] + [ ecalVeto ] 0 : Hit 4: [12.0397, 62.5599, 14] + [ ecalVeto ] 0 : Hit 5: [9.63173, 58.3892, 13] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, 58.3892, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, 54.2186, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, 50.0479, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, 45.8773, 9] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [19.2635, 50.0479, 6] + [ ecalVeto ] 0 : Hit 1: [16.8555, 45.8773, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3207.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1724 Brem photon produced 39 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [205.211, -16.6826, 18] + [ ecalVeto ] 0 : Hit 1: [202.803, -12.512, 17] + [ ecalVeto ] 0 : Hit 2: [197.987, -12.512, 18] + [ ecalVeto ] 0 : Hit 3: [195.579, -8.34132, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -45.8773, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -41.7066, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6331.73; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1725 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3455.99; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1726 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-219.659, -33.3653, 31] + [ ecalVeto ] 0 : Hit 1: [-217.251, -29.1946, 30] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-197.987, -37.5359, 27] + [ ecalVeto ] 0 : Hit 1: [-195.579, -41.7066, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-183.54, -54.2186, 25] + [ ecalVeto ] 0 : Hit 1: [-181.132, -58.3892, 24] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-169.092, -62.5599, 23] + [ ecalVeto ] 0 : Hit 1: [-166.684, -66.7306, 22] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-161.868, -66.7306, 21] + [ ecalVeto ] 0 : Hit 1: [-159.46, -70.9012, 20] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-154.644, -79.2426, 19] + [ ecalVeto ] 0 : Hit 1: [-152.237, -75.0719, 18] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 25.024, 6] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-33.711, 41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 37.5359, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6474.37; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1727 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-11.1041, -152.694, 21] + [ ecalVeto ] 0 : Hit 1: [-8.69618, -148.523, 20] + [ ecalVeto ] 0 : Hit 2: [-8.69618, -148.523, 18] + [ ecalVeto ] 0 : Hit 3: [-15.92, -152.694, 20] + [ ecalVeto ] 0 : Hit 4: [-18.3279, -148.523, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [96.8541, 4.17066, 18] + [ ecalVeto ] 0 : Hit 1: [94.4462, -2.66454e-15, 17] + [ ecalVeto ] 0 : Hit 2: [96.8541, 4.17066, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -75.0719, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -70.9012, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 87 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6178.62; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1728 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [32.7755, -123.499, 24] + [ ecalVeto ] 0 : Hit 1: [30.3676, -119.329, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [25.5517, -110.987, 22] + [ ecalVeto ] 0 : Hit 1: [23.1438, -106.817, 21] + [ ecalVeto ] 0 : Hit 2: [25.5517, -102.646, 20] + [ ecalVeto ] 0 : Hit 3: [23.1438, -98.4754, 19] + [ ecalVeto ] 0 : Hit 4: [25.5517, -94.3048, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -58.3892, 11] + [ ecalVeto ] 0 : Hit 1: [12.0397, -54.2186, 10] + [ ecalVeto ] 0 : Hit 2: [9.63173, -50.0479, 9] + [ ecalVeto ] 0 : Hit 3: [12.0397, -45.8773, 8] + [ ecalVeto ] 0 : Hit 4: [9.63173, -41.7066, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 6: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-45.7507, 12.512, 6] + [ ecalVeto ] 0 : Hit 1: [-48.1586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [-45.7507, 4.17066, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5247.29; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1729 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [155.58, 94.3048, 24] + [ ecalVeto ] 0 : Hit 1: [153.172, 90.1341, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [24.0793, 8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [26.4873, 12.512, 12] + [ ecalVeto ] 0 : Hit 2: [24.0793, 8.34132, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3001.85; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1730 Brem photon produced 42 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-108.894, -8.34132, 18] + [ ecalVeto ] 0 : Hit 1: [-111.302, -4.17066, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-101.67, -4.17066, 16] + [ ecalVeto ] 0 : Hit 1: [-104.078, -2.36672e-14, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -2.36672e-14, 13] + [ ecalVeto ] 0 : Hit 1: [-87.2224, 4.17066, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [26.4873, 20.8533, 12] + [ ecalVeto ] 0 : Hit 1: [24.0793, 16.6826, 11] + [ ecalVeto ] 0 : Hit 2: [26.4873, 12.512, 10] + [ ecalVeto ] 0 : Hit 3: [26.4873, 12.512, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 25.024, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5733.42; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1731 Brem photon produced 58 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -62.5599, 15] + [ ecalVeto ] 0 : Hit 1: [2.40793, -62.5599, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, -12.512, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, -16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [16.8555, -12.512, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Hit 4: [12.0397, -12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 94 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5570.9; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1732 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 37.5359, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 91 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5412.92; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1733 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -8.34132, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [-33.711, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 2: [-31.3031, -4.17066, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 12.512, 3] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 8.34132, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 16.6826, 1] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2070.04; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1734 Brem photon produced 39 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, -45.8773, 16] + [ ecalVeto ] 0 : Hit 1: [24.0793, -41.7066, 15] + [ ecalVeto ] 0 : Hit 2: [26.4873, -37.5359, 14] + [ ecalVeto ] 0 : Hit 3: [24.0793, -33.3653, 13] + [ ecalVeto ] 0 : Hit 4: [26.4873, -29.1946, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-1.47238, -102.646, 14] + [ ecalVeto ] 0 : Hit 1: [-3.88031, -98.4754, 13] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -95.9252, 12] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -91.7545, 11] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -87.5839, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -75.0719, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -70.9012, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -66.7306, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -62.5599, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -58.3892, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -54.2186, 4] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -50.0479, 3] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -45.8773, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, -33.3653, 2] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -29.1946, 2] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -33.3653, 1] + [ ecalVeto ] 0 : Hit 8: [-2.40793, -37.5359, 0] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-33.711, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -4.17066, 4] + [ ecalVeto ] 0 : Hit 2: [-33.711, -2.66454e-15, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 92 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4970.22; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1735 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -37.5359, 9] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -33.3653, 8] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -37.5359, 7] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -33.3653, 6] + [ ecalVeto ] 0 : Hit 5: [-12.0397, -29.1946, 5] + [ ecalVeto ] 0 : Hit 6: [-9.63173, -33.3653, 4] + [ ecalVeto ] 0 : Hit 7: [-12.0397, -37.5359, 3] + [ ecalVeto ] 0 : Hit 8: [-9.63173, -33.3653, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -50.0479, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -45.8773, 7] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -45.8773, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -41.7066, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5114.02; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1736 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [105.013, 98.4754, 26] + [ ecalVeto ] 0 : Hit 1: [102.606, 94.3048, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [83.3421, 69.2808, 22] + [ ecalVeto ] 0 : Hit 1: [80.9341, 65.1101, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [40.9348, 54.2186, 22] + [ ecalVeto ] 0 : Hit 1: [38.5269, 50.0479, 21] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-30.3676, -136.011, 20] + [ ecalVeto ] 0 : Hit 1: [-32.7755, -131.841, 19] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 14] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 13] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 12] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 11] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 101 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3975.39; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1737 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 41 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4262.65; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1738 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -127.67, 27] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -123.499, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-32.7755, -81.7928, 17] + [ ecalVeto ] 0 : Hit 1: [-30.3676, -85.9634, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -66.7306, 11] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -62.5599, 10] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -58.3892, 9] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -54.2186, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -54.2186, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -50.0479, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -45.8773, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3546.84; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1739 Brem photon produced 75 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [94.4462, -2.66454e-15, 19] + [ ecalVeto ] 0 : Hit 1: [96.8541, 4.17066, 18] + [ ecalVeto ] 0 : Hit 2: [94.4462, 8.34132, 17] + [ ecalVeto ] 0 : Hit 3: [96.8541, 12.512, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [12.0397, 4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 5: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 6: [9.63173, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 7: [12.0397, 4.17066, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4574.99; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1740 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -8.34132, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, 41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 45.8773, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 41.7066, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 45.8773, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, 41.7066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4126.63; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1741 Brem photon produced 58 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -8.34132, 19] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -4.17066, 18] + [ ecalVeto ] 0 : Hit 2: [-77.0538, -2.66454e-15, 17] + [ ecalVeto ] 0 : Hit 3: [-74.6459, -4.17066, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-81.8697, -8.34132, 14] + [ ecalVeto ] 0 : Hit 1: [-82.4065, -4.17066, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 3] + [ ecalVeto ] 0 : Hit 4: [12.0397, 20.8533, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4819.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1742 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-118.525, -50.0479, 15] + [ ecalVeto ] 0 : Hit 1: [-116.118, -45.8773, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 14] + [ ecalVeto ] 0 : Hit 1: [12.0397, -4.17066, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 14] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 13] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 12] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 11] + [ ecalVeto ] 0 : Hit 4: [2.40793, -20.8533, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-104.078, -41.7066, 13] + [ ecalVeto ] 0 : Hit 1: [-101.67, -45.8773, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 12] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -45.8773, 11] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -41.7066, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 99 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5918.13; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1743 Brem photon produced 63 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [89.6303, -16.6826, 12] + [ ecalVeto ] 0 : Hit 1: [89.0935, -12.512, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, -20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [26.4873, -20.8533, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 90 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6295.5; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1744 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-119.461, 181.889, 23] + [ ecalVeto ] 0 : Hit 1: [-117.053, 177.718, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-47.2231, 98.4754, 15] + [ ecalVeto ] 0 : Hit 1: [-44.8152, 94.3048, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-32.7755, 81.7928, 13] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 79.2426, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, 50.0479, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, 45.8773, 11] + [ ecalVeto ] 0 : Hit 2: [19.2635, 41.7066, 10] + [ ecalVeto ] 0 : Hit 3: [19.2635, 41.7066, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 70.9012, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 66.7306, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 58.3892, 10] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 54.2186, 9] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [12.0397, -29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6266.49; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1745 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-105.013, 115.158, 23] + [ ecalVeto ] 0 : Hit 1: [-102.606, 110.987, 22] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6372.35; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1746 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 41.7066, 16] + [ ecalVeto ] 0 : Hit 1: [16.8555, 37.5359, 15] + [ ecalVeto ] 0 : Hit 2: [19.2635, 33.3653, 14] + [ ecalVeto ] 0 : Hit 3: [16.8555, 37.5359, 13] + [ ecalVeto ] 0 : Hit 4: [19.2635, 33.3653, 12] + [ ecalVeto ] 0 : Hit 5: [16.8555, 29.1946, 11] + [ ecalVeto ] 0 : Hit 6: [19.2635, 25.024, 10] + [ ecalVeto ] 0 : Hit 7: [16.8555, 20.8533, 9] + [ ecalVeto ] 0 : Hit 8: [12.0397, 20.8533, 10] + [ ecalVeto ] 0 : Hit 9: [12.0397, 20.8533, 8] + [ ecalVeto ] 0 : Hit 10: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 11: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [45.7507, 29.1946, 15] + [ ecalVeto ] 0 : Hit 1: [45.7507, 29.1946, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [24.0793, 33.3653, 15] + [ ecalVeto ] 0 : Hit 1: [24.0793, 33.3653, 13] + [ ecalVeto ] 0 : Hit 2: [26.4873, 29.1946, 12] + [ ecalVeto ] 0 : Hit 3: [24.0793, 25.024, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, 37.5359, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 13] + [ ecalVeto ] 0 : Hit 2: [12.0397, 29.1946, 12] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 11] + [ ecalVeto ] 0 : Hit 4: [12.0397, 29.1946, 10] + [ ecalVeto ] 0 : Hit 5: [4.81586, 25.024, 12] + [ ecalVeto ] 0 : Hit 6: [2.40793, 20.8533, 11] + [ ecalVeto ] 0 : Hit 7: [4.81586, 25.024, 10] + [ ecalVeto ] 0 : Hit 8: [2.40793, 20.8533, 9] + [ ecalVeto ] 0 : Hit 9: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 12.512, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 4.17066, 4] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 8.34132, 3] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8113.5; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1747 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [37.5914, 165.206, 17] + [ ecalVeto ] 0 : Hit 1: [39.9993, 169.377, 16] + [ ecalVeto ] 0 : Finding linreg tracks from 111 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5576.41; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1748 Brem photon produced 31 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -65.1101, 21] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -62.5599, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [88.1579, 144.353, 5] + [ ecalVeto ] 0 : Hit 1: [90.5659, 140.182, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5107.69; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1749 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, -79.2426, 12] + [ ecalVeto ] 0 : Hit 1: [24.0793, -75.0719, 11] + [ ecalVeto ] 0 : Hit 2: [26.4873, -79.2426, 10] + [ ecalVeto ] 0 : Hit 3: [33.711, -75.0719, 12] + [ ecalVeto ] 0 : Hit 4: [31.3031, -70.9012, 11] + [ ecalVeto ] 0 : Hit 5: [33.711, -75.0719, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [33.711, -58.3892, 10] + [ ecalVeto ] 0 : Hit 1: [31.3031, -54.2186, 9] + [ ecalVeto ] 0 : Hit 2: [33.711, -50.0479, 8] + [ ecalVeto ] 0 : Hit 3: [31.3031, -54.2186, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, -66.7306, 10] + [ ecalVeto ] 0 : Hit 1: [19.2635, -66.7306, 8] + [ ecalVeto ] 0 : Hit 2: [16.8555, -62.5599, 7] + [ ecalVeto ] 0 : Hit 3: [19.2635, -58.3892, 8] + [ ecalVeto ] 0 : Hit 4: [16.8555, -54.2186, 7] + [ ecalVeto ] 0 : Hit 5: [19.2635, -50.0479, 6] + [ ecalVeto ] 0 : Hit 6: [16.8555, -45.8773, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5396.21; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1750 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 8.34132, 10] + [ ecalVeto ] 0 : Hit 2: [-55.3824, 4.17066, 9] + [ ecalVeto ] 0 : Hit 3: [-52.9745, -2.66454e-15, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -2.66454e-15, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5245.68; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1751 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -8.34132, 14] + [ ecalVeto ] 0 : Hit 1: [16.8555, -4.17066, 13] + [ ecalVeto ] 0 : Hit 2: [19.2635, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 3: [19.2635, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 4: [19.2635, -2.66454e-15, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 36 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2873.24; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1752 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -102.646, 17] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -106.817, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -65.1101, 11] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -62.5599, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -12.512, 2] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -16.6826, 1] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -12.512, 0] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 1] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 0] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2362.23; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1753 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 33 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2964.64; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1754 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-52.039, -73.4515, 12] + [ ecalVeto ] 0 : Hit 1: [-54.4469, -69.2808, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -90.1341, 9] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -85.9634, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6267.91; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1755 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-126.685, 152.694, 23] + [ ecalVeto ] 0 : Hit 1: [-124.277, 148.523, 22] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2400.45; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1756 Brem photon produced 61 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 45.8773, 27] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 41.7066, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-81.8697, 33.3653, 24] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 33.3653, 22] + [ ecalVeto ] 0 : Finding linreg tracks from 31 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3062.64; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1757 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [125.749, -4.17066, 28] + [ ecalVeto ] 0 : Hit 1: [123.341, -2.66454e-15, 27] + [ ecalVeto ] 0 : Hit 2: [125.749, -4.17066, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [104.078, -2.66454e-15, 26] + [ ecalVeto ] 0 : Hit 1: [104.078, -2.66454e-15, 24] + [ ecalVeto ] 0 : Hit 2: [101.67, 4.17066, 23] + [ ecalVeto ] 0 : Hit 3: [96.8541, 4.17066, 24] + [ ecalVeto ] 0 : Hit 4: [96.8541, 4.17066, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [111.302, 4.17066, 26] + [ ecalVeto ] 0 : Hit 1: [108.894, 8.34132, 25] + [ ecalVeto ] 0 : Hit 2: [111.302, 4.17066, 24] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3613.64; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1758 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2487.66; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1759 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [76.1183, 56.7688, 24] + [ ecalVeto ] 0 : Hit 1: [74.6459, 54.2186, 23] + [ ecalVeto ] 0 : Finding linreg tracks from 99 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5449.81; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1760 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [59.2627, 94.3048, 29] + [ ecalVeto ] 0 : Hit 1: [59.2627, 94.3048, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [47.2231, 73.4515, 26] + [ ecalVeto ] 0 : Hit 1: [45.7507, 70.9012, 25] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -8.34132, 1] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4902.33; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1761 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 21 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2677.91; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1762 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -77.6221, 11] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -73.4515, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 5: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Hit 6: [2.40793, -20.8533, 1] + [ ecalVeto ] 0 : Hit 7: [4.81586, -16.6826, 0] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 34 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2600.95; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1763 Brem photon produced 39 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -45.8773, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -41.7066, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -37.5359, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -33.3653, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Hit 5: [4.81586, -8.34132, 2] + [ ecalVeto ] 0 : Hit 6: [2.40793, -12.512, 1] + [ ecalVeto ] 0 : Hit 7: [4.81586, -16.6826, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 107 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3091.8; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1764 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, 37.5359, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, 33.3653, 3] + [ ecalVeto ] 0 : Hit 4: [12.0397, 37.5359, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 25.024, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5217.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1765 Brem photon produced 38 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -50.0479, 11] + [ ecalVeto ] 0 : Hit 1: [12.0397, -54.2186, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -45.8773, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -41.7066, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, -37.5359, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, -33.3653, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [109.829, 98.4754, 3] + [ ecalVeto ] 0 : Hit 1: [112.237, 94.3048, 2] + [ ecalVeto ] 0 : Hit 2: [109.829, 98.4754, 1] + [ ecalVeto ] 0 : Hit 3: [112.237, 94.3048, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 34 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4380.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1766 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [96.8541, 20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [94.4462, 16.6826, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5173.87; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1767 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 29 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1355.31; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1768 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 17] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 15] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 14] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 12] + [ ecalVeto ] 0 : Hit 4: [2.40793, 20.8533, 11] + [ ecalVeto ] 0 : Hit 5: [4.81586, 25.024, 10] + [ ecalVeto ] 0 : Hit 6: [2.40793, 29.1946, 9] + [ ecalVeto ] 0 : Hit 7: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 8: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 9: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 33.3653, 13] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 12] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 11] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 20.8533, 10] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 25.024, 9] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 29.1946, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, 45.8773, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, 41.7066, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, 37.5359, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Hit 5: [12.0397, 29.1946, 4] + [ ecalVeto ] 0 : Hit 6: [9.63173, 33.3653, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 41.7066, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 41.7066, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5297.04; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1769 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-219.659, 16.6826, 27] + [ ecalVeto ] 0 : Hit 1: [-217.251, 20.8533, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-132.973, 25.024, 19] + [ ecalVeto ] 0 : Hit 1: [-130.565, 20.8533, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, 66.7306, 16] + [ ecalVeto ] 0 : Hit 1: [16.8555, 62.5599, 15] + [ ecalVeto ] 0 : Hit 2: [19.2635, 58.3892, 14] + [ ecalVeto ] 0 : Hit 3: [16.8555, 54.2186, 13] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 20.8533, 15] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 25.024, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 25.024, 11] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 29.1946, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 33.3653, 8] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 12.512, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 96 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3234.01; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1770 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [130.565, 62.5599, 33] + [ ecalVeto ] 0 : Hit 1: [132.973, 58.3892, 32] + [ ecalVeto ] 0 : Hit 2: [130.565, 62.5599, 31] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [74.6459, 20.8533, 23] + [ ecalVeto ] 0 : Hit 1: [77.0538, 16.6826, 22] + [ ecalVeto ] 0 : Hit 2: [74.6459, 20.8533, 21] + [ ecalVeto ] 0 : Hit 3: [77.0538, 16.6826, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-104.078, 58.3892, 7] + [ ecalVeto ] 0 : Hit 1: [-101.67, 54.2186, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-111.302, 62.5599, 7] + [ ecalVeto ] 0 : Hit 1: [-109.829, 65.1101, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 101 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5483.78; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1771 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-112.237, 119.329, 29] + [ ecalVeto ] 0 : Hit 1: [-109.829, 115.158, 28] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7479.5; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1772 Brem photon produced 70 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 14 + [ ecalVeto ] 0 : Beginning track merging using 14 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 14 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 156.865, 23] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 152.694, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 140.182, 21] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 136.011, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 127.67, 19] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 123.499, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 110.987, 17] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 106.817, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [62.6062, 8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [60.1983, 12.512, 9] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 6: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [26.4873, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [24.0793, 8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [26.4873, 4.17066, 4] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [16.8555, -4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [19.2635, -8.34132, 4] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [16.8555, 4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [19.2635, 8.34132, 4] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 33.3653, 1] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 37.5359, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 14 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2619.77; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1773 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [105.013, -106.817, 32] + [ ecalVeto ] 0 : Hit 1: [102.606, -102.646, 31] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [97.7897, -94.3048, 30] + [ ecalVeto ] 0 : Hit 1: [95.3817, -90.1341, 29] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [90.5659, -81.7928, 28] + [ ecalVeto ] 0 : Hit 1: [88.1579, -77.6221, 27] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [83.3421, -69.2808, 26] + [ ecalVeto ] 0 : Hit 1: [80.9341, -65.1101, 25] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 42 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2826.61; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1774 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 50.0479, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 45.8773, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [-24.0793, -2.66454e-15, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 16.6826, 4] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 20.8533, 3] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3238.33; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1775 Brem photon produced 48 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -33.3653, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, -29.1946, 11] + [ ecalVeto ] 0 : Hit 2: [19.2635, -25.024, 10] + [ ecalVeto ] 0 : Hit 3: [16.8555, -20.8533, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3671.15; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1776 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [8.69618, 123.499, 13] + [ ecalVeto ] 0 : Hit 1: [11.1041, 127.67, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [11.1041, 119.329, 12] + [ ecalVeto ] 0 : Hit 1: [8.69618, 115.158, 11] + [ ecalVeto ] 0 : Hit 2: [11.1041, 110.987, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [16.8555, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [19.2635, 25.024, 8] + [ ecalVeto ] 0 : Hit 2: [19.2635, 25.024, 6] + [ ecalVeto ] 0 : Hit 3: [16.8555, 20.8533, 5] + [ ecalVeto ] 0 : Hit 4: [19.2635, 16.6826, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, 54.2186, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 50.0479, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 101 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6325.66; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1777 Brem photon produced 59 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 4.17066, 7] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 8.34132, 6] + [ ecalVeto ] 0 : Hit 5: [-12.0397, 12.512, 5] + [ ecalVeto ] 0 : Hit 6: [-9.63173, 16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4846.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1778 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-148.356, 123.499, 19] + [ ecalVeto ] 0 : Hit 1: [-145.948, 119.329, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-119.461, 173.547, 17] + [ ecalVeto ] 0 : Hit 1: [-117.053, 169.377, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-105.013, 156.865, 15] + [ ecalVeto ] 0 : Hit 1: [-102.606, 152.694, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [69.83, -12.512, 6] + [ ecalVeto ] 0 : Hit 1: [67.4221, -8.34132, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5515.41; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1779 Brem photon produced 42 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4120.02; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1780 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 8.34132, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3268.84; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1781 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 25.024, 1] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 29.1946, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4564.66; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1782 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, 4.17066, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -79.2426, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -75.0719, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Hit 1: [9.63173, -33.3653, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5808.16; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1783 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 22 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3303.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1784 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 43 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1693.97; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1785 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 24 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2983.88; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1786 Brem photon produced 43 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, 8.34132, 15] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 4.17066, 14] + [ ecalVeto ] 0 : Hit 2: [-33.711, 8.34132, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 8.34132, 14] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 12.512, 13] + [ ecalVeto ] 0 : Hit 2: [-24.0793, 8.34132, 12] + [ ecalVeto ] 0 : Hit 3: [-24.0793, 8.34132, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 8.34132, 11] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 12.512, 10] + [ ecalVeto ] 0 : Hit 3: [-19.2635, 16.6826, 9] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 12.512, 11] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 8.34132, 10] + [ ecalVeto ] 0 : Hit 6: [-12.0397, 12.512, 9] + [ ecalVeto ] 0 : Hit 7: [-9.63173, 8.34132, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 25.024, 12] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 20.8533, 11] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 16.6826, 10] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 20.8533, 9] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 16.6826, 8] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 7: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 8: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 9: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, 41.7066, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, 37.5359, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 4: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 10246.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1787 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 30 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2820.52; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1788 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 16 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2205.67; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1789 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, -62.5599, 28] + [ ecalVeto ] 0 : Hit 1: [24.0793, -58.3892, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -16.6826, 20] + [ ecalVeto ] 0 : Hit 1: [16.8555, -12.512, 19] + [ ecalVeto ] 0 : Hit 2: [19.2635, -8.34132, 18] + [ ecalVeto ] 0 : Hit 3: [16.8555, -4.17066, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 8.34132, 15] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 14] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 13] + [ ecalVeto ] 0 : Hit 3: [12.0397, 12.512, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [26.4873, 12.512, 14] + [ ecalVeto ] 0 : Hit 1: [24.0793, 8.34132, 13] + [ ecalVeto ] 0 : Hit 2: [26.4873, 12.512, 12] + [ ecalVeto ] 0 : Hit 3: [24.0793, 8.34132, 11] + [ ecalVeto ] 0 : Hit 4: [26.4873, 4.17066, 10] + [ ecalVeto ] 0 : Hit 5: [24.0793, 8.34132, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 12] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 16.6826, 3] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 20.8533, 2] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 16.6826, 1] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 105 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6150.52; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1790 Brem photon produced 51 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 25 + [ ecalVeto ] 0 : Beginning track merging using 25 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 22 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [81.8697, -41.7066, 23] + [ ecalVeto ] 0 : Hit 1: [84.2776, -37.5359, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [77.0538, -41.7066, 22] + [ ecalVeto ] 0 : Hit 1: [74.6459, -37.5359, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [60.1983, -37.5359, 19] + [ ecalVeto ] 0 : Hit 1: [62.6062, -33.3653, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-44.8152, -119.329, 18] + [ ecalVeto ] 0 : Hit 1: [-47.2231, -123.499, 17] + [ ecalVeto ] 0 : Hit 2: [-44.8152, -119.329, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [52.9745, -33.3653, 17] + [ ecalVeto ] 0 : Hit 1: [55.3824, -37.5359, 16] + [ ecalVeto ] 0 : Hit 2: [52.9745, -33.3653, 15] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [45.7507, -29.1946, 15] + [ ecalVeto ] 0 : Hit 1: [48.1586, -33.3653, 14] + [ ecalVeto ] 0 : Hit 2: [45.7507, -29.1946, 13] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [45.7507, 4.17066, 15] + [ ecalVeto ] 0 : Hit 1: [48.1586, 8.34132, 14] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-32.7755, -90.1341, 13] + [ ecalVeto ] 0 : Hit 1: [-30.3676, -85.9634, 12] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [55.3824, -45.8773, 12] + [ ecalVeto ] 0 : Hit 1: [52.9745, -41.7066, 11] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [40.9348, -29.1946, 12] + [ ecalVeto ] 0 : Hit 1: [38.5269, -33.3653, 11] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -79.2426, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -75.0719, 10] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [33.711, -33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [31.3031, -29.1946, 9] + [ ecalVeto ] 0 : Hit 2: [33.711, -33.3653, 8] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -66.7306, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -62.5599, 8] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [89.6303, 8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [89.0935, 12.512, 7] + [ ecalVeto ] 0 : Track 14: + [ ecalVeto ] 0 : Hit 0: [26.4873, -29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [24.0793, -33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [26.4873, -29.1946, 6] + [ ecalVeto ] 0 : Track 15: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -54.2186, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -50.0479, 6] + [ ecalVeto ] 0 : Track 16: + [ ecalVeto ] 0 : Hit 0: [26.4873, 12.512, 6] + [ ecalVeto ] 0 : Hit 1: [24.0793, 8.34132, 5] + [ ecalVeto ] 0 : Track 17: + [ ecalVeto ] 0 : Hit 0: [19.2635, -25.024, 6] + [ ecalVeto ] 0 : Hit 1: [16.8555, -20.8533, 5] + [ ecalVeto ] 0 : Track 18: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -41.7066, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -37.5359, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -29.1946, 2] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -25.024, 1] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -20.8533, 0] + [ ecalVeto ] 0 : Hit 6: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Hit 7: [2.40793, -20.8533, 1] + [ ecalVeto ] 0 : Hit 8: [4.81586, -16.6826, 0] + [ ecalVeto ] 0 : Track 19: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 2] + [ ecalVeto ] 0 : Hit 3: [19.2635, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 4: [16.8555, -4.17066, 3] + [ ecalVeto ] 0 : Track 20: + [ ecalVeto ] 0 : Hit 0: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Hit 2: [12.0397, -20.8533, 2] + [ ecalVeto ] 0 : Hit 3: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Track 21: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 2] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 1] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 22 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4251.39; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1791 Brem photon produced 58 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -33.3653, 3] + [ ecalVeto ] 0 : Hit 4: [12.0397, -37.5359, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -12.512, 1] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -8.34132, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7406.39; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1792 Brem photon produced 38 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 15] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 14] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 13] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 12] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -25.024, 11] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -29.1946, 10] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -25.024, 9] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -29.1946, 8] + [ ecalVeto ] 0 : Hit 8: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 9: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 10: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 100 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6286.87; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1793 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 75.0719, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, 70.9012, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 66.7306, 11] + [ ecalVeto ] 0 : Hit 1: [12.0397, 70.9012, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 66.7306, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 62.5599, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, 58.3892, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 54.2186, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 50.0479, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, 37.5359, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 3] + [ ecalVeto ] 0 : Hit 2: [12.0397, 37.5359, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6711.25; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1794 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 16] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 15] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 12.512, 14] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 16.6826, 13] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 20.8533, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 16] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 15] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 14] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 13] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 12] + [ ecalVeto ] 0 : Hit 5: [2.40793, 20.8533, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 20.8533, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3547.97; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1795 Brem photon produced 31 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, -66.7306, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -70.9012, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-25.5517, -94.3048, 9] + [ ecalVeto ] 0 : Hit 1: [-23.1438, -98.4754, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -25.024, 8] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -25.024, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6878.13; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1796 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-39.9993, -102.646, 21] + [ ecalVeto ] 0 : Hit 1: [-37.5914, -106.817, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 181.889, 9] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 177.718, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 90 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 2 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8331.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1797 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 25 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3881.43; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1798 Brem photon produced 36 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -62.5599, 25] + [ ecalVeto ] 0 : Hit 1: [4.81586, -58.3892, 24] + [ ecalVeto ] 0 : Hit 2: [2.40793, -54.2186, 23] + [ ecalVeto ] 0 : Hit 3: [4.81586, -50.0479, 22] + [ ecalVeto ] 0 : Hit 4: [2.40793, -45.8773, 21] + [ ecalVeto ] 0 : Hit 5: [4.81586, -41.7066, 20] + [ ecalVeto ] 0 : Hit 6: [2.40793, -37.5359, 19] + [ ecalVeto ] 0 : Hit 7: [4.81586, -33.3653, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, -4.17066, 12] + [ ecalVeto ] 0 : Hit 1: [24.0793, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 2: [26.4873, 4.17066, 10] + [ ecalVeto ] 0 : Hit 3: [24.0793, 8.34132, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [12.0397, 4.17066, 10] + [ ecalVeto ] 0 : Hit 2: [9.63173, 8.34132, 9] + [ ecalVeto ] 0 : Hit 3: [12.0397, 12.512, 8] + [ ecalVeto ] 0 : Hit 4: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 5: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 6: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 7: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, 29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, 29.1946, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, 33.3653, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4514.01; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1799 Brem photon produced 65 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 29.1946, 13] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 25.024, 12] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 20.8533, 11] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 16.6826, 10] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 12.512, 9] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 8.34132, 8] + [ ecalVeto ] 0 : Hit 6: [-12.0397, 4.17066, 7] + [ ecalVeto ] 0 : Hit 7: [-9.63173, -2.66454e-15, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -58.3892, 10] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -54.2186, 9] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -50.0479, 8] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -45.8773, 7] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -50.0479, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Hit 4: [12.0397, -20.8533, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 2] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -16.6826, 1] + [ ecalVeto ] 0 : Hit 5: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Hit 6: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Hit 7: [2.40793, -20.8533, 1] + [ ecalVeto ] 0 : Hit 8: [4.81586, -16.6826, 0] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -16.6826, 2] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -16.6826, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 109 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5980.46; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1800 Brem photon produced 62 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 16.6826, 14] + [ ecalVeto ] 0 : Hit 1: [16.8555, 12.512, 13] + [ ecalVeto ] 0 : Hit 2: [19.2635, 16.6826, 12] + [ ecalVeto ] 0 : Hit 3: [16.8555, 12.512, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 7: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Hit 8: [-2.40793, 20.8533, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 96 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5547.07; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1801 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [48.1586, -66.7306, 24] + [ ecalVeto ] 0 : Hit 1: [45.7507, -62.5599, 23] + [ ecalVeto ] 0 : Hit 2: [48.1586, -58.3892, 22] + [ ecalVeto ] 0 : Hit 3: [45.7507, -54.2186, 21] + [ ecalVeto ] 0 : Hit 4: [48.1586, -58.3892, 20] + [ ecalVeto ] 0 : Hit 5: [45.7507, -54.2186, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-45.7507, 45.8773, 12] + [ ecalVeto ] 0 : Hit 1: [-48.1586, 50.0479, 11] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5528.87; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1802 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 58.3892, 13] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 62.5599, 12] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 58.3892, 11] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 54.2186, 10] + [ ecalVeto ] 0 : Hit 4: [-19.2635, 50.0479, 9] + [ ecalVeto ] 0 : Hit 5: [-16.8555, 54.2186, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -4.17066, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5618.68; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1803 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-61.6707, 115.158, 13] + [ ecalVeto ] 0 : Hit 1: [-59.2627, 119.329, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7016.09; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1804 Brem photon produced 69 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [31.3031, -45.8773, 21] + [ ecalVeto ] 0 : Hit 1: [33.711, -41.7066, 20] + [ ecalVeto ] 0 : Hit 2: [31.3031, -37.5359, 19] + [ ecalVeto ] 0 : Hit 3: [33.711, -33.3653, 18] + [ ecalVeto ] 0 : Hit 4: [31.3031, -29.1946, 17] + [ ecalVeto ] 0 : Hit 5: [33.711, -25.024, 16] + [ ecalVeto ] 0 : Hit 6: [31.3031, -20.8533, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 33.3653, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 37.5359, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 33.3653, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3393.24; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1805 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [15.92, -202.742, 11] + [ ecalVeto ] 0 : Hit 1: [18.3279, -198.571, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3648.49; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1806 Brem photon produced 59 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 25.024, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-111.302, 20.8533, 1] + [ ecalVeto ] 0 : Hit 1: [-108.894, 16.6826, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5604.8; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1807 Brem photon produced 38 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -227.766, 19] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -231.937, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 45.8773, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, 41.7066, 10] + [ ecalVeto ] 0 : Hit 2: [4.81586, 41.7066, 8] + [ ecalVeto ] 0 : Hit 3: [4.81586, 41.7066, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 6: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Hit 7: [4.81586, 33.3653, 2] + [ ecalVeto ] 0 : Hit 8: [2.40793, 29.1946, 1] + [ ecalVeto ] 0 : Hit 9: [4.81586, 33.3653, 0] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6160.16; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1808 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-23.1438, 115.158, 28] + [ ecalVeto ] 0 : Hit 1: [-25.5517, 110.987, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -202.742, 15] + [ ecalVeto ] 0 : Hit 1: [-52.039, -206.913, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 25.024, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 20.8533, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 16.6826, 8] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 20.8533, 7] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 16.6826, 6] + [ ecalVeto ] 0 : Hit 6: [-12.0397, 12.512, 5] + [ ecalVeto ] 0 : Hit 7: [-9.63173, 8.34132, 4] + [ ecalVeto ] 0 : Hit 8: [-12.0397, 12.512, 3] + [ ecalVeto ] 0 : Hit 9: [-9.63173, 8.34132, 2] + [ ecalVeto ] 0 : Hit 10: [-12.0397, 12.512, 1] + [ ecalVeto ] 0 : Hit 11: [-9.63173, 16.6826, 0] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 16.6826, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4112.28; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1809 Brem photon produced 76 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, -16.6826, 22] + [ ecalVeto ] 0 : Hit 1: [31.3031, -12.512, 21] + [ ecalVeto ] 0 : Hit 2: [33.711, -16.6826, 20] + [ ecalVeto ] 0 : Hit 3: [31.3031, -12.512, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, -20.8533, 18] + [ ecalVeto ] 0 : Hit 1: [24.0793, -16.6826, 17] + [ ecalVeto ] 0 : Hit 2: [26.4873, -20.8533, 16] + [ ecalVeto ] 0 : Hit 3: [24.0793, -16.6826, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [16.8555, -20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [16.8555, -20.8533, 11] + [ ecalVeto ] 0 : Hit 2: [12.0397, -20.8533, 12] + [ ecalVeto ] 0 : Hit 3: [12.0397, -20.8533, 10] + [ ecalVeto ] 0 : Hit 4: [9.63173, -25.024, 9] + [ ecalVeto ] 0 : Hit 5: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Hit 6: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 7: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 4: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 5: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 6: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2295.93; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1810 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-95.3817, 90.1341, 28] + [ ecalVeto ] 0 : Hit 1: [-97.7897, 85.9634, 27] + [ ecalVeto ] 0 : Hit 2: [-95.3817, 81.7928, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-88.1579, 77.6221, 24] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 77.6221, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 77.6221, 21] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 73.4515, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 69.2808, 15] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 65.1101, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [33.711, 8.34132, 14] + [ ecalVeto ] 0 : Hit 1: [31.3031, 4.17066, 13] + [ ecalVeto ] 0 : Hit 2: [33.711, 8.34132, 12] + [ ecalVeto ] 0 : Hit 3: [31.3031, 4.17066, 11] + [ ecalVeto ] 0 : Hit 4: [33.711, 8.34132, 10] + [ ecalVeto ] 0 : Hit 5: [31.3031, 12.512, 9] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-61.6707, 65.1101, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 62.5599, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 41.7066, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3300.61; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1811 Brem photon produced 46 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-8.69618, 106.817, 20] + [ ecalVeto ] 0 : Hit 1: [-11.1041, 102.646, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-119.461, 106.817, 17] + [ ecalVeto ] 0 : Hit 1: [-117.053, 102.646, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [24.0793, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [24.0793, 16.6826, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, 41.7066, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, 37.5359, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, 33.3653, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, 37.5359, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7738.04; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1812 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -4.17066, 25] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -2.36672e-14, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -2.66454e-15, 21] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 4.17066, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-69.83, 4.17066, 19] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -2.66454e-15, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 8.34132, 17] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 4.17066, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 4.17066, 15] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 8.34132, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 4.17066, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 12.512, 11] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 8.34132, 10] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 87.5839, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 83.4132, 9] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-101.67, 4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [-101.67, 4.17066, 8] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 8.34132, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5490.06; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1813 Brem photon produced 52 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, -8.34132, 15] + [ ecalVeto ] 0 : Hit 1: [26.4873, -4.17066, 14] + [ ecalVeto ] 0 : Hit 2: [24.0793, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 3: [26.4873, -4.17066, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4310.81; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1814 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-1.47238, 119.329, 26] + [ ecalVeto ] 0 : Hit 1: [-3.88031, 115.158, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-3.88031, 98.4754, 21] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 95.9252, 20] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 91.7545, 19] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 87.5839, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 62.5599, 11] + [ ecalVeto ] 0 : Hit 1: [2.40793, 62.5599, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, 58.3892, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 54.2186, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, 50.0479, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, 45.8773, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, 50.0479, 4] + [ ecalVeto ] 0 : Hit 7: [2.40793, 45.8773, 3] + [ ecalVeto ] 0 : Hit 8: [4.81586, 41.7066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3458.39; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1815 Brem photon produced 65 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -16.6826, 15] + [ ecalVeto ] 0 : Hit 1: [-87.2224, -12.512, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 8.34132, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Hit 6: [4.81586, -2.66454e-15, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4653.5; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1816 Brem photon produced 63 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [19.2635, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 2: [16.8555, -4.17066, 7] + [ ecalVeto ] 0 : Hit 3: [19.2635, -2.66454e-15, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 25.024, 1] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 29.1946, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6420.81; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1817 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6908.15; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1818 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1818 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-74.6459, -20.8533, 18] + [ ecalVeto ] 0 : Hit 1: [-77.0538, -16.6826, 17] + [ ecalVeto ] 0 : Hit 2: [-74.6459, -12.512, 16] + [ ecalVeto ] 0 : Hit 3: [-77.0538, -8.34132, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [68.8945, 60.9395, 14] + [ ecalVeto ] 0 : Hit 1: [67.4221, 58.3892, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 8.34132, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 8.34132, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 75.0719, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 70.9012, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6301.97; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1819 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 23 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1663.17; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1820 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [31.3031, 45.8773, 11] + [ ecalVeto ] 0 : Hit 1: [33.711, 41.7066, 10] + [ ecalVeto ] 0 : Hit 2: [31.3031, 37.5359, 9] + [ ecalVeto ] 0 : Hit 3: [33.711, 33.3653, 8] + [ ecalVeto ] 0 : Hit 4: [31.3031, 29.1946, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [77.0538, -16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [74.6459, -12.512, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 29.1946, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 102 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6387.18; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1821 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, -29.1946, 22] + [ ecalVeto ] 0 : Hit 1: [24.0793, -25.024, 21] + [ ecalVeto ] 0 : Hit 2: [26.4873, -20.8533, 20] + [ ecalVeto ] 0 : Hit 3: [24.0793, -16.6826, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -16.6826, 18] + [ ecalVeto ] 0 : Hit 1: [16.8555, -12.512, 17] + [ ecalVeto ] 0 : Hit 2: [19.2635, -8.34132, 16] + [ ecalVeto ] 0 : Hit 3: [16.8555, -4.17066, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 12] + [ ecalVeto ] 0 : Hit 3: [9.63173, 8.34132, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 8: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 9: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 10: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Hit 11: [-2.40793, 20.8533, 2] + [ ecalVeto ] 0 : Hit 12: [-4.81586, 16.6826, 1] + [ ecalVeto ] 0 : Hit 13: [-2.40793, 12.512, 0] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4136.13; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1822 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3231.04; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1823 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -16.6826, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, -20.8533, 11] + [ ecalVeto ] 0 : Hit 2: [19.2635, -25.024, 10] + [ ecalVeto ] 0 : Hit 3: [16.8555, -29.1946, 9] + [ ecalVeto ] 0 : Hit 4: [19.2635, -25.024, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, -4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [19.2635, -8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [16.8555, -12.512, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Hit 5: [12.0397, -20.8533, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3804.43; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1824 Brem photon produced 33 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 70.9012, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, 75.0719, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 58.3892, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 54.2186, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, 50.0479, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 45.8773, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, 41.7066, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [30.3676, 110.987, 1] + [ ecalVeto ] 0 : Hit 1: [32.7755, 115.158, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3563.42; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1825 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 35 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2655.86; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1826 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 37.5359, 27] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 33.3653, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 20.8533, 25] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 16.6826, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-8.69618, -106.817, 16] + [ ecalVeto ] 0 : Hit 1: [-11.1041, -102.646, 15] + [ ecalVeto ] 0 : Hit 2: [-8.69618, -98.4754, 14] + [ ecalVeto ] 0 : Hit 3: [-11.1041, -94.3048, 13] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -70.9012, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -66.7306, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -62.5599, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -58.3892, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -54.2186, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -50.0479, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -45.8773, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -41.7066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 41 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2760.81; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1827 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -12.512, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [33.711, 41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [33.711, 41.7066, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-104.078, -16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-101.67, -12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 127 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8429.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1828 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, 25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 20.8533, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 36 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7607.7; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1829 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 16 + [ ecalVeto ] 0 : Beginning track merging using 16 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 15 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, -37.5359, 16] + [ ecalVeto ] 0 : Hit 1: [26.4873, -37.5359, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -37.5359, 13] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -33.3653, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -37.5359, 12] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -33.3653, 11] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -29.1946, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [52.9745, -66.7306, 11] + [ ecalVeto ] 0 : Hit 1: [55.3824, -62.5599, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-112.237, -102.646, 11] + [ ecalVeto ] 0 : Hit 1: [-109.829, -98.4754, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [26.4873, -29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [24.0793, -25.024, 9] + [ ecalVeto ] 0 : Hit 2: [26.4873, -20.8533, 8] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [19.2635, -33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, -37.5359, 9] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -25.024, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -20.8533, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -25.024, 6] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -25.024, 4] + [ ecalVeto ] 0 : Hit 5: [-12.0397, -20.8533, 3] + [ ecalVeto ] 0 : Hit 6: [-9.63173, -25.024, 2] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [24.0793, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [24.0793, -33.3653, 7] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [12.0397, -45.8773, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -41.7066, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -37.5359, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, -33.3653, 3] + [ ecalVeto ] 0 : Hit 6: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 7: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Hit 8: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Hit 9: [2.40793, -29.1946, 1] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [24.0793, -41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [26.4873, -45.8773, 6] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [16.8555, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [16.8555, -29.1946, 5] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -29.1946, 2] + [ ecalVeto ] 0 : Track 14: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -41.7066, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -37.5359, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 32 hits + [ ecalVeto ] 0 : MIP tracking completed; found 15 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5480.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1830 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-133.909, -148.523, 21] + [ ecalVeto ] 0 : Hit 1: [-131.501, -144.353, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -2.66454e-15, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -85.9634, 13] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -81.7928, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -16.6826, 10] + [ ecalVeto ] 0 : Hit 2: [-52.9745, -16.6826, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -12.512, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -69.2808, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -66.7306, 10] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-33.711, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [-33.711, -16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [-31.3031, -12.512, 6] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -16.6826, 8] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [9.63173, -33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 96 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7464.5; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1831 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, 29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [24.0793, 25.024, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, 12.512, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5957.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1832 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 91 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3930.4; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1833 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [141.132, -144.353, 22] + [ ecalVeto ] 0 : Hit 1: [138.725, -140.182, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [133.909, -131.841, 20] + [ ecalVeto ] 0 : Hit 1: [131.501, -127.67, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -50.0479, 8] + [ ecalVeto ] 0 : Hit 1: [4.81586, -50.0479, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -45.8773, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -41.7066, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -50.0479, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -45.8773, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -41.7066, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -37.5359, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 109 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7083.63; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1834 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -29.1946, 13] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -25.024, 12] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -20.8533, 11] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -25.024, 10] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -25.024, 8] + [ ecalVeto ] 0 : Hit 5: [-12.0397, -20.8533, 7] + [ ecalVeto ] 0 : Hit 6: [-9.63173, -25.024, 6] + [ ecalVeto ] 0 : Hit 7: [-12.0397, -20.8533, 5] + [ ecalVeto ] 0 : Hit 8: [-9.63173, -16.6826, 4] + [ ecalVeto ] 0 : Hit 9: [-12.0397, -20.8533, 3] + [ ecalVeto ] 0 : Hit 10: [-9.63173, -16.6826, 2] + [ ecalVeto ] 0 : Hit 11: [-9.63173, -16.6826, 0] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 9] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [59.2627, -94.3048, 11] + [ ecalVeto ] 0 : Hit 1: [61.6707, -90.1341, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -4.17066, 4] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -8.34132, 3] + [ ecalVeto ] 0 : Hit 3: [-24.0793, -8.34132, 4] + [ ecalVeto ] 0 : Hit 4: [-24.0793, -8.34132, 2] + [ ecalVeto ] 0 : Hit 5: [-26.4873, -12.512, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6494.97; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1835 Brem photon produced 41 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 16] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 16.6826, 16] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 12.512, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 11] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 10] + [ ecalVeto ] 0 : Hit 4: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 5: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [16.8555, -37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [19.2635, -33.3653, 6] + [ ecalVeto ] 0 : Hit 2: [16.8555, -29.1946, 5] + [ ecalVeto ] 0 : Hit 3: [19.2635, -33.3653, 4] + [ ecalVeto ] 0 : Hit 4: [16.8555, -29.1946, 3] + [ ecalVeto ] 0 : Hit 5: [19.2635, -33.3653, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, -33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -33.3653, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8203.03; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1836 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -54.2186, 25] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -50.0479, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, -50.0479, 23] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -45.8773, 22] + [ ecalVeto ] 0 : Hit 2: [-33.711, -41.7066, 21] + [ ecalVeto ] 0 : Hit 3: [-31.3031, -37.5359, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -29.1946, 16] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -25.024, 15] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -20.8533, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 37 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3268.33; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1837 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [15.92, 119.329, 11] + [ ecalVeto ] 0 : Hit 1: [18.3279, 123.499, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 37.5359, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 41.7066, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 37.5359, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4627.24; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1838 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -70.9012, 19] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -66.7306, 18] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -62.5599, 17] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -58.3892, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -50.0479, 15] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -45.8773, 14] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -41.7066, 13] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -37.5359, 12] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -33.3653, 11] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -29.1946, 10] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -33.3653, 9] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -29.1946, 8] + [ ecalVeto ] 0 : Hit 8: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3044.89; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1839 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-25.5517, -85.9634, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -83.4132, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 41 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4047.11; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1840 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 2 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3377.01; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1841 Brem photon produced 63 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 13] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 12] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 11] + [ ecalVeto ] 0 : Hit 3: [12.0397, -12.512, 10] + [ ecalVeto ] 0 : Hit 4: [9.63173, -8.34132, 9] + [ ecalVeto ] 0 : Hit 5: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 6: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 7: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 20.8533, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 16.6826, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Hit 4: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 6: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Hit 7: [2.40793, 12.512, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 94 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5342.45; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1842 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -41.7066, 16] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -37.5359, 15] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3950.53; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1843 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [48.1586, -2.66454e-15, 14] + [ ecalVeto ] 0 : Hit 1: [48.1586, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 2: [45.7507, 4.17066, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-87.2224, 20.8533, 12] + [ ecalVeto ] 0 : Hit 1: [-89.6303, 16.6826, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 16.6826, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4319.09; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1844 Brem photon produced 45 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [26.4873, 12.512, 8] + [ ecalVeto ] 0 : Hit 2: [26.4873, 12.512, 6] + [ ecalVeto ] 0 : Hit 3: [24.0793, 8.34132, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5074.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1845 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [81.8697, -25.024, 27] + [ ecalVeto ] 0 : Hit 1: [81.8697, -25.024, 25] + [ ecalVeto ] 0 : Hit 2: [77.0538, -25.024, 26] + [ ecalVeto ] 0 : Hit 3: [77.0538, -25.024, 24] + [ ecalVeto ] 0 : Hit 4: [74.6459, -29.1946, 23] + [ ecalVeto ] 0 : Hit 5: [77.0538, -25.024, 22] + [ ecalVeto ] 0 : Hit 6: [74.6459, -29.1946, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [69.83, -29.1946, 20] + [ ecalVeto ] 0 : Hit 1: [67.4221, -25.024, 19] + [ ecalVeto ] 0 : Hit 2: [69.83, -29.1946, 18] + [ ecalVeto ] 0 : Hit 3: [67.4221, -25.024, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [24.0793, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [24.0793, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 2: [24.0793, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 3: [26.4873, 4.17066, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, 25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2329.8; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1846 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [8.69618, -173.547, 27] + [ ecalVeto ] 0 : Hit 1: [11.1041, -169.377, 26] + [ ecalVeto ] 0 : Hit 2: [8.69618, -165.206, 25] + [ ecalVeto ] 0 : Hit 3: [11.1041, -161.035, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 54.2186, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 50.0479, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 45.8773, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 41.7066, 4] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 37.5359, 3] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 33.3653, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 115.158, 5] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 119.329, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3705.21; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1847 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [125.749, -70.9012, 20] + [ ecalVeto ] 0 : Hit 1: [123.341, -66.7306, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [96.8541, -45.8773, 16] + [ ecalVeto ] 0 : Hit 1: [94.4462, -41.7066, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-32.7755, -81.7928, 13] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -79.2426, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 29.1946, 2] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 25.024, 1] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3619.86; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1848 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -16.6826, 17] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -20.8533, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -20.8533, 15] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -16.6826, 14] + [ ecalVeto ] 0 : Hit 2: [-52.9745, -16.6826, 12] + [ ecalVeto ] 0 : Hit 3: [-52.9745, -16.6826, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -12.512, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 11] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -12.512, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 12.512, 5] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 12.512, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6974.92; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1849 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-133.909, 156.865, 23] + [ ecalVeto ] 0 : Hit 1: [-131.501, 152.694, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-126.685, 144.353, 21] + [ ecalVeto ] 0 : Hit 1: [-124.277, 140.182, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 106.817, 15] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 102.646, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, -70.9012, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, -66.7306, 13] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 90.1341, 13] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 85.9634, 12] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-61.6707, 73.4515, 11] + [ ecalVeto ] 0 : Hit 1: [-59.2627, 69.2808, 10] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 58.3892, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 54.2186, 8] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [16.8555, 20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [19.2635, 25.024, 4] + [ ecalVeto ] 0 : Hit 2: [16.8555, 20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 108 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5584.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1850 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 23 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3283.46; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1851 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -73.4515, 19] + [ ecalVeto ] 0 : Hit 1: [-59.2627, -69.2808, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -69.2808, 17] + [ ecalVeto ] 0 : Hit 1: [-52.039, -73.4515, 16] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3105.15; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1852 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [38.5269, 25.024, 17] + [ ecalVeto ] 0 : Hit 1: [40.9348, 20.8533, 16] + [ ecalVeto ] 0 : Hit 2: [40.9348, 20.8533, 14] + [ ecalVeto ] 0 : Hit 3: [38.5269, 16.6826, 13] + [ ecalVeto ] 0 : Hit 4: [40.9348, 20.8533, 12] + [ ecalVeto ] 0 : Hit 5: [38.5269, 25.024, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 58.3892, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 62.5599, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 50.0479, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 54.2186, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 58.3892, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 54.2186, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5002.76; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1853 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 79.2426, 19] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 75.0719, 18] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 70.9012, 17] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 66.7306, 16] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 62.5599, 15] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 58.3892, 14] + [ ecalVeto ] 0 : Hit 6: [-9.63173, 58.3892, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-69.83, -20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -16.6826, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-52.9745, -16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [-55.3824, -12.512, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4602.86; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1854 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 79.2426, 25] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 75.0719, 24] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 70.9012, 23] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 66.7306, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 66.7306, 21] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 62.5599, 20] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 58.3892, 19] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 54.2186, 18] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5359.33; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1855 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 22 + [ ecalVeto ] 0 : Beginning track merging using 22 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 20 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [76.1183, 173.547, 28] + [ ecalVeto ] 0 : Hit 1: [73.7103, 169.377, 27] + [ ecalVeto ] 0 : Hit 2: [76.1183, 165.206, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [68.8945, 144.353, 24] + [ ecalVeto ] 0 : Hit 1: [66.4865, 140.182, 23] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [61.6707, 140.182, 22] + [ ecalVeto ] 0 : Hit 1: [59.2627, 136.011, 21] + [ ecalVeto ] 0 : Hit 2: [61.6707, 131.841, 20] + [ ecalVeto ] 0 : Hit 3: [59.2627, 127.67, 19] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, -8.34132, 20] + [ ecalVeto ] 0 : Hit 1: [19.2635, -8.34132, 18] + [ ecalVeto ] 0 : Hit 2: [24.0793, -8.34132, 19] + [ ecalVeto ] 0 : Hit 3: [26.4873, -4.17066, 18] + [ ecalVeto ] 0 : Hit 4: [24.0793, -8.34132, 17] + [ ecalVeto ] 0 : Hit 5: [26.4873, -4.17066, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 20] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 19] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 18] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 16] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [26.4873, -12.512, 18] + [ ecalVeto ] 0 : Hit 1: [24.0793, -16.6826, 17] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [54.4469, 119.329, 18] + [ ecalVeto ] 0 : Hit 1: [52.039, 115.158, 17] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 17] + [ ecalVeto ] 0 : Hit 1: [12.0397, -4.17066, 16] + [ ecalVeto ] 0 : Hit 2: [9.63173, -8.34132, 15] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [47.2231, 106.817, 16] + [ ecalVeto ] 0 : Hit 1: [44.8152, 102.646, 15] + [ ecalVeto ] 0 : Hit 2: [47.2231, 98.4754, 14] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-47.2231, 81.7928, 15] + [ ecalVeto ] 0 : Hit 1: [-44.8152, 85.9634, 14] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [19.2635, -8.34132, 14] + [ ecalVeto ] 0 : Hit 1: [19.2635, -8.34132, 12] + [ ecalVeto ] 0 : Hit 2: [16.8555, -4.17066, 11] + [ ecalVeto ] 0 : Hit 3: [16.8555, -4.17066, 9] + [ ecalVeto ] 0 : Hit 4: [12.0397, -4.17066, 10] + [ ecalVeto ] 0 : Hit 5: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 6: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [31.3031, 70.9012, 11] + [ ecalVeto ] 0 : Hit 1: [33.711, 66.7306, 10] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -8.34132, 8] + [ ecalVeto ] 0 : Track 14: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -8.34132, 8] + [ ecalVeto ] 0 : Track 15: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -2.66454e-15, 6] + [ ecalVeto ] 0 : Track 16: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Track 17: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 8.34132, 4] + [ ecalVeto ] 0 : Track 18: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Track 19: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 1] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 20 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5392.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1856 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1856 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-39.9993, -85.9634, 9] + [ ecalVeto ] 0 : Hit 1: [-37.5914, -81.7928, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -37.5359, 3] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -33.3653, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3985.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1857 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-47.2231, 81.7928, 21] + [ ecalVeto ] 0 : Hit 1: [-44.8152, 77.6221, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 70.9012, 18] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 70.9012, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 5: [2.40793, 12.512, 1] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4598.71; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1858 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 11 + [ ecalVeto ] 0 : Beginning track merging using 11 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 11 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-161.868, -8.34132, 29] + [ ecalVeto ] 0 : Hit 1: [-159.46, -12.512, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-154.644, -12.512, 27] + [ ecalVeto ] 0 : Hit 1: [-152.237, -16.6826, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-132.973, -16.6826, 23] + [ ecalVeto ] 0 : Hit 1: [-130.565, -20.8533, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-118.525, -16.6826, 21] + [ ecalVeto ] 0 : Hit 1: [-116.118, -20.8533, 20] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-104.078, -25.024, 19] + [ ecalVeto ] 0 : Hit 1: [-101.67, -20.8533, 18] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -25.024, 17] + [ ecalVeto ] 0 : Hit 1: [-87.2224, -20.8533, 16] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -25.024, 15] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -29.1946, 14] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 25.024, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 20.8533, 10] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -33.3653, 10] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 8.34132, 8] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -33.3653, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 11 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4481.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1859 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Hit 2: [12.0397, 20.8533, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2580.77; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1860 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -41.7066, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -45.8773, 10] + [ ecalVeto ] 0 : Hit 2: [-48.1586, -41.7066, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 37.5359, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -4.17066, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -25.024, 8] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [-38.5269, -16.6826, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -4.17066, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -16.6826, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [-24.0793, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 3: [-26.4873, 4.17066, 3] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 123 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 3 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7260.93; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1861 Brem photon produced 37 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, 33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 37.5359, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -4.17066, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, -8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -4.17066, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, 33.3653, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 37.5359, 4] + [ ecalVeto ] 0 : Hit 2: [-33.711, 33.3653, 3] + [ ecalVeto ] 0 : Hit 3: [-31.3031, 37.5359, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7014.35; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1862 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 25.024, 20] + [ ecalVeto ] 0 : Hit 1: [16.8555, 20.8533, 19] + [ ecalVeto ] 0 : Hit 2: [19.2635, 25.024, 18] + [ ecalVeto ] 0 : Hit 3: [16.8555, 20.8533, 17] + [ ecalVeto ] 0 : Hit 4: [19.2635, 25.024, 16] + [ ecalVeto ] 0 : Hit 5: [16.8555, 29.1946, 15] + [ ecalVeto ] 0 : Hit 6: [19.2635, 25.024, 14] + [ ecalVeto ] 0 : Hit 7: [16.8555, 29.1946, 13] + [ ecalVeto ] 0 : Hit 8: [19.2635, 33.3653, 12] + [ ecalVeto ] 0 : Hit 9: [16.8555, 37.5359, 11] + [ ecalVeto ] 0 : Hit 10: [19.2635, 41.7066, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 29.1946, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 13] + [ ecalVeto ] 0 : Hit 2: [12.0397, 29.1946, 12] + [ ecalVeto ] 0 : Hit 3: [9.63173, 33.3653, 11] + [ ecalVeto ] 0 : Hit 4: [12.0397, 37.5359, 10] + [ ecalVeto ] 0 : Hit 5: [9.63173, 33.3653, 9] + [ ecalVeto ] 0 : Hit 6: [12.0397, 37.5359, 8] + [ ecalVeto ] 0 : Hit 7: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Hit 8: [12.0397, 37.5359, 6] + [ ecalVeto ] 0 : Hit 9: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 10: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 11] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 10] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 9] + [ ecalVeto ] 0 : Hit 3: [12.0397, 29.1946, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 92 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4733.59; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1863 Brem photon produced 54 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4239.2; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1864 Brem photon produced 61 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-159.46, -62.5599, 16] + [ ecalVeto ] 0 : Hit 1: [-161.868, -58.3892, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-137.789, -33.3653, 12] + [ ecalVeto ] 0 : Hit 1: [-137.789, -33.3653, 10] + [ ecalVeto ] 0 : Hit 2: [-132.973, -33.3653, 11] + [ ecalVeto ] 0 : Hit 3: [-130.565, -37.5359, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4663.74; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1865 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4797.87; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1866 Brem photon produced 38 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-140.197, -29.1946, 19] + [ ecalVeto ] 0 : Hit 1: [-137.789, -25.024, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [39.9993, 94.3048, 18] + [ ecalVeto ] 0 : Hit 1: [37.5914, 90.1341, 17] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4598.91; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1867 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, 16.6826, 18] + [ ecalVeto ] 0 : Hit 1: [31.3031, 12.512, 17] + [ ecalVeto ] 0 : Hit 2: [33.711, 8.34132, 16] + [ ecalVeto ] 0 : Hit 3: [31.3031, 4.17066, 15] + [ ecalVeto ] 0 : Hit 4: [33.711, -2.66454e-15, 14] + [ ecalVeto ] 0 : Hit 5: [31.3031, -4.17066, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, -4.17066, 12] + [ ecalVeto ] 0 : Hit 1: [24.0793, -8.34132, 11] + [ ecalVeto ] 0 : Hit 2: [26.4873, -12.512, 10] + [ ecalVeto ] 0 : Hit 3: [24.0793, -16.6826, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, -20.8533, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Hit 4: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 5: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 6: [9.63173, -33.3653, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-88.1579, -94.3048, 6] + [ ecalVeto ] 0 : Hit 1: [-90.5659, -90.1341, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5891.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1868 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-154.644, -45.8773, 27] + [ ecalVeto ] 0 : Hit 1: [-152.237, -50.0479, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-140.197, -45.8773, 25] + [ ecalVeto ] 0 : Hit 1: [-137.789, -41.7066, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-118.525, -41.7066, 21] + [ ecalVeto ] 0 : Hit 1: [-116.118, -37.5359, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -29.1946, 17] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -33.3653, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -25.024, 13] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -29.1946, 12] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -25.024, 11] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -20.8533, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 27 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1232.4; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1869 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -119.329, 13] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -123.499, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-69.83, 37.5359, 13] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 33.3653, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 33.3653, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, 37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2555.52; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1870 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-102.606, 119.329, 18] + [ ecalVeto ] 0 : Hit 1: [-105.013, 115.158, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 75.0719, 15] + [ ecalVeto ] 0 : Hit 1: [12.0397, 70.9012, 14] + [ ecalVeto ] 0 : Hit 2: [9.63173, 66.7306, 13] + [ ecalVeto ] 0 : Hit 3: [12.0397, 62.5599, 12] + [ ecalVeto ] 0 : Hit 4: [9.63173, 58.3892, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, 8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 12.512, 10] + [ ecalVeto ] 0 : Hit 2: [-33.711, 16.6826, 9] + [ ecalVeto ] 0 : Hit 3: [-31.3031, 20.8533, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 50.0479, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 45.8773, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, 41.7066, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6868.43; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1871 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-125.749, 37.5359, 29] + [ ecalVeto ] 0 : Hit 1: [-123.341, 41.7066, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-111.302, 37.5359, 27] + [ ecalVeto ] 0 : Hit 1: [-108.894, 33.3653, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-104.078, 25.024, 25] + [ ecalVeto ] 0 : Hit 1: [-101.67, 29.1946, 24] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-89.6303, 25.024, 23] + [ ecalVeto ] 0 : Hit 1: [-87.2224, 20.8533, 22] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 20.8533, 21] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 16.6826, 20] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-69.83, 12.512, 19] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 8.34132, 18] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 8.34132, 17] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 4.17066, 16] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [19.2635, -66.7306, 16] + [ ecalVeto ] 0 : Hit 1: [16.8555, -62.5599, 15] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 4.17066, 15] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -2.66454e-15, 14] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -4.17066, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 38 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4227.33; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1872 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, -41.7066, 11] + [ ecalVeto ] 0 : Hit 1: [26.4873, -37.5359, 10] + [ ecalVeto ] 0 : Hit 2: [24.0793, -41.7066, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -37.5359, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6978.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1873 Brem photon produced 45 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -110.987, 23] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -106.817, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -98.4754, 21] + [ ecalVeto ] 0 : Hit 1: [-59.2627, -94.3048, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Hit 4: [2.40793, -20.8533, 1] + [ ecalVeto ] 0 : Hit 5: [4.81586, -25.024, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3976.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1874 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -45.8773, 12] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -50.0479, 11] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -45.8773, 10] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -41.7066, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -8.34132, 8] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -12.512, 7] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -16.6826, 6] + [ ecalVeto ] 0 : Hit 5: [-12.0397, -20.8533, 5] + [ ecalVeto ] 0 : Hit 6: [-9.63173, -25.024, 4] + [ ecalVeto ] 0 : Hit 7: [-9.63173, -33.3653, 6] + [ ecalVeto ] 0 : Hit 8: [-12.0397, -29.1946, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -12.512, 5] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2742.81; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1875 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 17 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2429.57; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1876 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 15 + [ ecalVeto ] 0 : Beginning track merging using 15 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 15 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-112.237, 69.2808, 23] + [ ecalVeto ] 0 : Hit 1: [-109.829, 65.1101, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-137.789, 41.7066, 22] + [ ecalVeto ] 0 : Hit 1: [-140.197, 45.8773, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-104.078, 58.3892, 21] + [ ecalVeto ] 0 : Hit 1: [-102.606, 60.9395, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-101.67, 54.2186, 20] + [ ecalVeto ] 0 : Hit 1: [-104.078, 50.0479, 19] + [ ecalVeto ] 0 : Hit 2: [-101.67, 45.8773, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 52.5982, 17] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 56.7688, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 45.8773, 15] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 41.7066, 14] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 50.0479, 15] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 45.8773, 14] + [ ecalVeto ] 0 : Hit 2: [-77.0538, 41.7066, 13] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-69.83, 45.8773, 13] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 41.7066, 12] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-60.1983, 45.8773, 12] + [ ecalVeto ] 0 : Hit 1: [-62.6062, 41.7066, 11] + [ ecalVeto ] 0 : Hit 2: [-60.1983, 37.5359, 10] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 45.8773, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 41.7066, 10] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [96.8541, -12.512, 10] + [ ecalVeto ] 0 : Hit 1: [94.4462, -8.34132, 9] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 37.5359, 8] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [-33.711, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 29.1946, 6] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [-33.711, -33.3653, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -29.1946, 4] + [ ecalVeto ] 0 : Track 14: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 8.34132, 4] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 4.17066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 108 hits + [ ecalVeto ] 0 : MIP tracking completed; found 15 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6435.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1877 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 4: [12.0397, 4.17066, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 1] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 98 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7528.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1878 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-118.525, 50.0479, 23] + [ ecalVeto ] 0 : Hit 1: [-116.118, 45.8773, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-226.882, 54.2186, 21] + [ ecalVeto ] 0 : Hit 1: [-224.475, 50.0479, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-74.6459, -12.512, 14] + [ ecalVeto ] 0 : Hit 1: [-77.0538, -8.34132, 13] + [ ecalVeto ] 0 : Hit 2: [-74.6459, -4.17066, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -4.17066, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-33.711, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -12.512, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -8.34132, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [12.0397, 37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4319.43; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1879 Brem photon produced 61 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -12.512, 17] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -8.34132, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -8.34132, 15] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -4.17066, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -4.17066, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-52.9745, -8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [-55.3824, -12.512, 9] + [ ecalVeto ] 0 : Hit 2: [-52.9745, -16.6826, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [-24.0793, -2.66454e-15, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5273.87; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1880 Brem photon produced 37 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [39.9993, 77.6221, 10] + [ ecalVeto ] 0 : Hit 1: [38.5269, 75.0719, 9] + [ ecalVeto ] 0 : Hit 2: [40.9348, 70.9012, 8] + [ ecalVeto ] 0 : Hit 3: [38.5269, 66.7306, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, 62.5599, 6] + [ ecalVeto ] 0 : Hit 1: [26.4873, 62.5599, 4] + [ ecalVeto ] 0 : Hit 2: [24.0793, 58.3892, 3] + [ ecalVeto ] 0 : Hit 3: [26.4873, 54.2186, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 29.1946, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 3] + [ ecalVeto ] 0 : Hit 2: [12.0397, 37.5359, 2] + [ ecalVeto ] 0 : Hit 3: [9.63173, 41.7066, 1] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Hit 2: [2.40793, 37.5359, 1] + [ ecalVeto ] 0 : Hit 3: [4.81586, 33.3653, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 118 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5737.08; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1881 Brem photon produced 74 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [219.659, 16.6826, 26] + [ ecalVeto ] 0 : Hit 1: [217.251, 12.512, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Hit 5: [12.0397, -12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5479.71; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1882 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [52.039, 131.841, 29] + [ ecalVeto ] 0 : Hit 1: [52.039, 131.841, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-45.7507, -37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -41.7066, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [-33.711, -33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [-31.3031, -29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [-33.711, -33.3653, 5] + [ ecalVeto ] 0 : Hit 4: [-26.4873, -29.1946, 7] + [ ecalVeto ] 0 : Hit 5: [-26.4873, -29.1946, 5] + [ ecalVeto ] 0 : Hit 6: [-24.0793, -33.3653, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -33.3653, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4358; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1883 Brem photon produced 45 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 33.3653, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 99 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5767.25; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1884 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, 4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5552.44; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1885 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -45.8773, 27] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -41.7066, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -50.0479, 19] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -45.8773, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -37.5359, 17] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -33.3653, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -25.024, 15] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -20.8533, 14] + [ ecalVeto ] 0 : Hit 2: [-48.1586, -16.6826, 13] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3709.5; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1886 Brem photon produced 45 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [38.5269, 58.3892, 13] + [ ecalVeto ] 0 : Hit 1: [40.9348, 62.5599, 12] + [ ecalVeto ] 0 : Hit 2: [38.5269, 58.3892, 11] + [ ecalVeto ] 0 : Hit 3: [40.9348, 62.5599, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -25.024, 13] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -20.8533, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 41.7066, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [24.0793, 41.7066, 11] + [ ecalVeto ] 0 : Hit 1: [26.4873, 45.8773, 10] + [ ecalVeto ] 0 : Hit 2: [24.0793, 50.0479, 9] + [ ecalVeto ] 0 : Hit 3: [26.4873, 45.8773, 8] + [ ecalVeto ] 0 : Hit 4: [24.0793, 50.0479, 7] + [ ecalVeto ] 0 : Hit 5: [26.4873, 45.8773, 6] + [ ecalVeto ] 0 : Hit 6: [24.0793, 41.7066, 5] + [ ecalVeto ] 0 : Hit 7: [24.0793, 41.7066, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [31.3031, 45.8773, 11] + [ ecalVeto ] 0 : Hit 1: [33.711, 50.0479, 10] + [ ecalVeto ] 0 : Hit 2: [31.3031, 45.8773, 9] + [ ecalVeto ] 0 : Hit 3: [33.711, 41.7066, 8] + [ ecalVeto ] 0 : Hit 4: [33.711, 41.7066, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [16.8555, 45.8773, 7] + [ ecalVeto ] 0 : Hit 1: [19.2635, 41.7066, 6] + [ ecalVeto ] 0 : Hit 2: [16.8555, 45.8773, 5] + [ ecalVeto ] 0 : Hit 3: [19.2635, 41.7066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5221.56; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1887 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 41.7066, 15] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 14] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 33.3653, 13] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 29.1946, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -41.7066, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -37.5359, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, -50.0479, 1] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -54.2186, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4799.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1888 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 26 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2088.07; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1889 Brem photon produced 39 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 41.7066, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 37.5359, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 85.9634, 7] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 90.1341, 6] + [ ecalVeto ] 0 : Hit 2: [-90.5659, 90.1341, 7] + [ ecalVeto ] 0 : Hit 3: [-88.1579, 85.9634, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 62.5599, 5] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 66.7306, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4359.72; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1890 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, -41.7066, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -45.8773, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 2] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5618.98; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1891 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -98.4754, 25] + [ ecalVeto ] 0 : Hit 1: [-59.2627, -102.646, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -81.7928, 25] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -77.6221, 24] + [ ecalVeto ] 0 : Hit 2: [-90.5659, -73.4515, 23] + [ ecalVeto ] 0 : Hit 3: [-88.1579, -69.2808, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -69.2808, 21] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -65.1101, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -65.1101, 19] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -60.9395, 18] + [ ecalVeto ] 0 : Hit 2: [-76.1183, -56.7688, 17] + [ ecalVeto ] 0 : Hit 3: [-73.7103, -60.9395, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -45.8773, 13] + [ ecalVeto ] 0 : Hit 1: [-55.3824, -45.8773, 11] + [ ecalVeto ] 0 : Hit 2: [-52.9745, -41.7066, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -50.0479, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -45.8773, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -37.5359, 8] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [19.2635, -25.024, 4] + [ ecalVeto ] 0 : Hit 1: [19.2635, -25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3130.2; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1892 Brem photon produced 31 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -87.5839, 18] + [ ecalVeto ] 0 : Hit 1: [9.63173, -83.4132, 17] + [ ecalVeto ] 0 : Hit 2: [12.0397, -79.2426, 16] + [ ecalVeto ] 0 : Hit 3: [9.63173, -75.0719, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -75.0719, 14] + [ ecalVeto ] 0 : Hit 1: [2.40793, -70.9012, 13] + [ ecalVeto ] 0 : Hit 2: [4.81586, -66.7306, 12] + [ ecalVeto ] 0 : Hit 3: [2.40793, -62.5599, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -54.2186, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -50.0479, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -45.8773, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -41.7066, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [-33.711, -33.3653, 7] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5742.06; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1893 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 34 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1862.43; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1894 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-132.973, 25.024, 25] + [ ecalVeto ] 0 : Hit 1: [-130.565, 20.8533, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-111.302, 20.8533, 21] + [ ecalVeto ] 0 : Hit 1: [-108.894, 16.6826, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -2.66454e-15, 15] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 4.17066, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-112.237, -161.035, 13] + [ ecalVeto ] 0 : Hit 1: [-109.829, -156.865, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -12.512, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -8.34132, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-18.3279, -115.158, 9] + [ ecalVeto ] 0 : Hit 1: [-15.92, -119.329, 8] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -98.4754, 7] + [ ecalVeto ] 0 : Hit 1: [-59.2627, -94.3048, 6] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-33.711, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -20.8533, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 114 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6253.09; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1895 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [38.5269, 50.0479, 19] + [ ecalVeto ] 0 : Hit 1: [38.5269, 50.0479, 17] + [ ecalVeto ] 0 : Hit 2: [33.711, 50.0479, 18] + [ ecalVeto ] 0 : Hit 3: [33.711, 50.0479, 16] + [ ecalVeto ] 0 : Hit 4: [31.3031, 45.8773, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -58.3892, 15] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -62.5599, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [26.4873, 37.5359, 14] + [ ecalVeto ] 0 : Hit 1: [24.0793, 41.7066, 13] + [ ecalVeto ] 0 : Hit 2: [26.4873, 37.5359, 12] + [ ecalVeto ] 0 : Hit 3: [24.0793, 33.3653, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, -41.7066, 13] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -45.8773, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [19.2635, 33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, 29.1946, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, 25.024, 8] + [ ecalVeto ] 0 : Hit 3: [16.8555, 20.8533, 7] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 1] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [96.8541, 4.17066, 2] + [ ecalVeto ] 0 : Hit 1: [94.4462, 8.34132, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 90 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5598.02; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1896 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -75.0719, 14] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -70.9012, 13] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7365.15; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1897 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [77.0538, 41.7066, 26] + [ ecalVeto ] 0 : Hit 1: [74.6459, 45.8773, 25] + [ ecalVeto ] 0 : Hit 2: [77.0538, 50.0479, 24] + [ ecalVeto ] 0 : Hit 3: [74.6459, 45.8773, 23] + [ ecalVeto ] 0 : Hit 4: [74.6459, 45.8773, 21] + [ ecalVeto ] 0 : Hit 5: [77.0538, 41.7066, 20] + [ ecalVeto ] 0 : Hit 6: [74.6459, 45.8773, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-69.83, -20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [-69.83, -20.8533, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-60.1983, -12.512, 12] + [ ecalVeto ] 0 : Hit 1: [-62.6062, -8.34132, 11] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4783.45; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1898 Brem photon produced 46 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -8.34132, 17] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -12.512, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [3.34348, 177.718, 13] + [ ecalVeto ] 0 : Hit 1: [3.88031, 173.547, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -33.3653, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -54.2186, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -50.0479, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6341.97; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1899 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, -83.4132, 21] + [ ecalVeto ] 0 : Hit 1: [26.4873, -79.2426, 20] + [ ecalVeto ] 0 : Hit 2: [24.0793, -75.0719, 19] + [ ecalVeto ] 0 : Hit 3: [26.4873, -79.2426, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-30.3676, -102.646, 18] + [ ecalVeto ] 0 : Hit 1: [-32.7755, -98.4754, 17] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3677.56; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1900 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [37.5914, 98.4754, 21] + [ ecalVeto ] 0 : Hit 1: [39.9993, 102.646, 20] + [ ecalVeto ] 0 : Hit 2: [37.5914, 98.4754, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [25.5517, 85.9634, 16] + [ ecalVeto ] 0 : Hit 1: [24.0793, 83.4132, 15] + [ ecalVeto ] 0 : Hit 2: [26.4873, 79.2426, 14] + [ ecalVeto ] 0 : Hit 3: [24.0793, 75.0719, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, 66.7306, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, 62.5599, 11] + [ ecalVeto ] 0 : Hit 2: [19.2635, 58.3892, 10] + [ ecalVeto ] 0 : Hit 3: [16.8555, 54.2186, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-69.83, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -2.66454e-15, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5533.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1901 Brem photon produced 58 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-118.525, -50.0479, 19] + [ ecalVeto ] 0 : Hit 1: [-116.118, -45.8773, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [12.0397, -4.17066, 10] + [ ecalVeto ] 0 : Hit 2: [9.63173, -8.34132, 9] + [ ecalVeto ] 0 : Hit 3: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5409.96; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1902 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 41.7066, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, 37.5359, 11] + [ ecalVeto ] 0 : Hit 2: [19.2635, 33.3653, 10] + [ ecalVeto ] 0 : Hit 3: [16.8555, 37.5359, 9] + [ ecalVeto ] 0 : Hit 4: [19.2635, 33.3653, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3984.85; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1903 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [161.868, -25.024, 32] + [ ecalVeto ] 0 : Hit 1: [159.46, -20.8533, 31] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [154.644, -12.512, 30] + [ ecalVeto ] 0 : Hit 1: [152.237, -8.34132, 29] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [226.882, 20.8533, 28] + [ ecalVeto ] 0 : Hit 1: [224.475, 25.024, 27] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-145.013, -12.512, 26] + [ ecalVeto ] 0 : Hit 1: [-147.421, -8.34132, 25] + [ ecalVeto ] 0 : Finding linreg tracks from 94 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2582.73; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1904 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -52.5982, 23] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -50.0479, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -50.0479, 21] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -45.8773, 20] + [ ecalVeto ] 0 : Hit 2: [-77.0538, -41.7066, 19] + [ ecalVeto ] 0 : Hit 3: [-74.6459, -45.8773, 18] + [ ecalVeto ] 0 : Hit 4: [-77.0538, -41.7066, 17] + [ ecalVeto ] 0 : Hit 5: [-74.6459, -37.5359, 16] + [ ecalVeto ] 0 : Hit 6: [-77.0538, -33.3653, 15] + [ ecalVeto ] 0 : Finding linreg tracks from 44 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5170.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1905 Brem photon produced 43 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -87.5839, 12] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -83.4132, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -83.4132, 10] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -79.2426, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -79.2426, 8] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -75.0719, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6693.85; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1906 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3006.92; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1907 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 45.8773, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 41.7066, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 37.5359, 8] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -12.512, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4796.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1908 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 110.987, 29] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 115.158, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-59.2627, 119.329, 28] + [ ecalVeto ] 0 : Hit 1: [-61.6707, 115.158, 27] + [ ecalVeto ] 0 : Hit 2: [-59.2627, 110.987, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-54.4469, 102.646, 25] + [ ecalVeto ] 0 : Hit 1: [-52.039, 98.4754, 24] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-44.8152, 94.3048, 24] + [ ecalVeto ] 0 : Hit 1: [-47.2231, 90.1341, 23] + [ ecalVeto ] 0 : Hit 2: [-44.8152, 85.9634, 22] + [ ecalVeto ] 0 : Hit 3: [-47.2231, 81.7928, 21] + [ ecalVeto ] 0 : Hit 4: [-44.8152, 77.6221, 20] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 70.9012, 19] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 66.7306, 18] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 45.8773, 13] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 41.7066, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 41.7066, 11] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 37.5359, 10] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 33.3653, 8] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [19.2635, -25.024, 4] + [ ecalVeto ] 0 : Hit 1: [16.8555, -20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2203.33; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1909 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -29.1946, 13] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -33.3653, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 41.7066, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [-33.711, 33.3653, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 33.3653, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5978.73; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1910 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, 37.5359, 12] + [ ecalVeto ] 0 : Hit 1: [26.4873, 37.5359, 10] + [ ecalVeto ] 0 : Hit 2: [24.0793, 33.3653, 9] + [ ecalVeto ] 0 : Hit 3: [26.4873, 29.1946, 8] + [ ecalVeto ] 0 : Hit 4: [24.0793, 25.024, 7] + [ ecalVeto ] 0 : Hit 5: [26.4873, 20.8533, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 33.3653, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, 33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 37.5359, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 29.1946, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4570.46; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1911 Brem photon produced 52 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-33.711, -8.34132, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3108.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1912 Brem photon produced 38 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [96.8541, -12.512, 2] + [ ecalVeto ] 0 : Hit 1: [94.4462, -8.34132, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6734.92; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1913 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-205.211, -16.6826, 15] + [ ecalVeto ] 0 : Hit 1: [-202.803, -20.8533, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 4.17066, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 45.8773, 1] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 41.7066, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6915.12; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1914 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [105.013, -81.7928, 26] + [ ecalVeto ] 0 : Hit 1: [102.606, -77.6221, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 62.5599, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 58.3892, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 54.2186, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 50.0479, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5435.54; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1915 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 12 + [ ecalVeto ] 0 : Beginning track merging using 12 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 12 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-147.421, 33.3653, 29] + [ ecalVeto ] 0 : Hit 1: [-145.013, 29.1946, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-161.868, -2.36672e-14, 27] + [ ecalVeto ] 0 : Hit 1: [-159.46, 4.17066, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-118.525, 25.024, 25] + [ ecalVeto ] 0 : Hit 1: [-116.118, 20.8533, 24] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-125.749, 12.512, 23] + [ ecalVeto ] 0 : Hit 1: [-123.341, 8.34132, 22] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [126.685, 85.9634, 20] + [ ecalVeto ] 0 : Hit 1: [124.277, 81.7928, 19] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-104.078, 16.6826, 19] + [ ecalVeto ] 0 : Hit 1: [-101.67, 12.512, 18] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 8.34132, 17] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 4.17066, 16] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 8.34132, 15] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 12.512, 14] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 16.6826, 15] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 20.8533, 14] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 20.8533, 12] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 25.024, 8] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 25.024, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 12 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2619.82; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1916 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, -75.0719, 20] + [ ecalVeto ] 0 : Hit 1: [31.3031, -70.9012, 19] + [ ecalVeto ] 0 : Hit 2: [33.711, -66.7306, 18] + [ ecalVeto ] 0 : Hit 3: [31.3031, -62.5599, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 29.1946, 8] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 25.024, 7] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 20.8533, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 4.17066, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 8.34132, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 12.512, 3] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4306.42; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1917 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [18.3279, -98.4754, 12] + [ ecalVeto ] 0 : Hit 1: [15.92, -94.3048, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -70.9012, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -66.7306, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 38 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4785.16; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1918 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-104.078, -2.36672e-14, 27] + [ ecalVeto ] 0 : Hit 1: [-101.67, -4.17066, 26] + [ ecalVeto ] 0 : Hit 2: [-104.078, -8.34132, 25] + [ ecalVeto ] 0 : Hit 3: [-101.67, -12.512, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-104.078, -25.024, 25] + [ ecalVeto ] 0 : Hit 1: [-101.67, -20.8533, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -12.512, 23] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -16.6826, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -16.6826, 21] + [ ecalVeto ] 0 : Hit 1: [-87.2224, -20.8533, 20] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -16.6826, 19] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -20.8533, 18] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-69.83, -20.8533, 17] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -16.6826, 16] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -20.8533, 15] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -25.024, 14] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -25.024, 13] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -20.8533, 12] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -25.024, 10] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -25.024, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 19 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3607.69; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1919 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 28 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3454.9; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1920 Brem photon produced 33 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-44.8152, 94.3048, 20] + [ ecalVeto ] 0 : Hit 1: [-47.2231, 90.1341, 19] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5308.99; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1921 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-205.211, 25.024, 29] + [ ecalVeto ] 0 : Hit 1: [-202.803, 20.8533, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-190.763, 25.024, 27] + [ ecalVeto ] 0 : Hit 1: [-188.356, 20.8533, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-30.3676, 119.329, 24] + [ ecalVeto ] 0 : Hit 1: [-32.7755, 115.158, 23] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-30.3676, 102.646, 22] + [ ecalVeto ] 0 : Hit 1: [-32.7755, 98.4754, 21] + [ ecalVeto ] 0 : Hit 2: [-30.3676, 94.3048, 20] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-132.973, 16.6826, 19] + [ ecalVeto ] 0 : Hit 1: [-130.565, 12.512, 18] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-118.525, 8.34132, 17] + [ ecalVeto ] 0 : Hit 1: [-116.118, 12.512, 16] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 70.9012, 17] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 66.7306, 16] + [ ecalVeto ] 0 : Hit 2: [-26.4873, 62.5599, 15] + [ ecalVeto ] 0 : Hit 3: [-24.0793, 58.3892, 14] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-104.078, 8.34132, 15] + [ ecalVeto ] 0 : Hit 1: [-101.67, 4.17066, 14] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 29.1946, 10] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 25.024, 9] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 20.8533, 8] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -2.66454e-15, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3931.33; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1922 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 11 + [ ecalVeto ] 0 : Beginning track merging using 11 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 11 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-132.973, 75.0719, 23] + [ ecalVeto ] 0 : Hit 1: [-130.565, 70.9012, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-111.302, 62.5599, 19] + [ ecalVeto ] 0 : Hit 1: [-108.894, 58.3892, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-104.078, 50.0479, 17] + [ ecalVeto ] 0 : Hit 1: [-101.67, 54.2186, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [31.3031, 45.8773, 15] + [ ecalVeto ] 0 : Hit 1: [33.711, 50.0479, 14] + [ ecalVeto ] 0 : Hit 2: [31.3031, 45.8773, 13] + [ ecalVeto ] 0 : Hit 3: [31.3031, 45.8773, 11] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 45.8773, 15] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 50.0479, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-94.4462, 16.6826, 14] + [ ecalVeto ] 0 : Hit 1: [-96.8541, 20.8533, 13] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 45.8773, 13] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 41.7066, 12] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-69.83, 45.8773, 11] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 41.7066, 10] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 33.3653, 8] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 29.1946, 2] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 106 hits + [ ecalVeto ] 0 : MIP tracking completed; found 11 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8867.1; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1923 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 14 + [ ecalVeto ] 0 : Beginning track merging using 14 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 13 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-176.316, -16.6826, 21] + [ ecalVeto ] 0 : Hit 1: [-173.908, -12.512, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-161.868, -16.6826, 19] + [ ecalVeto ] 0 : Hit 1: [-159.46, -20.8533, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -102.646, 19] + [ ecalVeto ] 0 : Hit 1: [-52.039, -98.4754, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-154.644, -20.8533, 17] + [ ecalVeto ] 0 : Hit 1: [-152.237, -25.024, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-47.2231, -90.1341, 17] + [ ecalVeto ] 0 : Hit 1: [-44.8152, -85.9634, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-33.711, -66.7306, 13] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -62.5599, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -54.2186, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -50.0479, 10] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 8] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -37.5359, 8] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -4.17066, 7] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [24.0793, -8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [26.4873, -12.512, 4] + [ ecalVeto ] 0 : Hit 2: [24.0793, -8.34132, 3] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, -4.17066, 2] + [ ecalVeto ] 0 : Hit 4: [16.8555, -4.17066, 3] + [ ecalVeto ] 0 : Hit 5: [16.8555, -4.17066, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 100 hits + [ ecalVeto ] 0 : MIP tracking completed; found 13 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5348.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1924 Brem photon produced 40 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -41.7066, 8] + [ ecalVeto ] 0 : Hit 2: [-89.6303, -41.7066, 9] + [ ecalVeto ] 0 : Hit 3: [-87.2224, -45.8773, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -29.1946, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, -50.0479, 4] + [ ecalVeto ] 0 : Hit 1: [19.2635, -50.0479, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 87 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4773; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1925 Brem photon produced 55 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, 54.2186, 16] + [ ecalVeto ] 0 : Hit 1: [24.0793, 50.0479, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, 41.7066, 14] + [ ecalVeto ] 0 : Hit 1: [16.8555, 37.5359, 13] + [ ecalVeto ] 0 : Finding linreg tracks from 33 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4798.76; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1926 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-11.1041, -127.67, 17] + [ ecalVeto ] 0 : Hit 1: [-8.69618, -123.499, 16] + [ ecalVeto ] 0 : Hit 2: [-11.1041, -119.329, 15] + [ ecalVeto ] 0 : Hit 3: [-8.69618, -115.158, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -62.5599, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -58.3892, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -54.2186, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3457.56; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1927 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 1: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 4.17066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 87 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4590.57; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1928 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 4.17066, 3] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5452.94; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1929 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-11.1041, 136.011, 13] + [ ecalVeto ] 0 : Hit 1: [-8.69618, 140.182, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -62.5599, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -58.3892, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 94 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7120.68; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1930 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 73.4515, 25] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 69.2808, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 60.9395, 23] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 56.7688, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-67.4221, 50.0479, 20] + [ ecalVeto ] 0 : Hit 1: [-69.83, 45.8773, 19] + [ ecalVeto ] 0 : Hit 2: [-67.4221, 41.7066, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 12.512, 12] + [ ecalVeto ] 0 : Hit 2: [-48.1586, 8.34132, 11] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 4.17066, 12] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -33.3653, 1] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -37.5359, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4381.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1931 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [60.1983, -20.8533, 23] + [ ecalVeto ] 0 : Hit 1: [62.6062, -16.6826, 22] + [ ecalVeto ] 0 : Hit 2: [60.1983, -20.8533, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [55.3824, -20.8533, 20] + [ ecalVeto ] 0 : Hit 1: [52.9745, -16.6826, 19] + [ ecalVeto ] 0 : Hit 2: [55.3824, -20.8533, 18] + [ ecalVeto ] 0 : Hit 3: [52.9745, -16.6826, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [19.2635, -8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [16.8555, -4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [19.2635, -8.34132, 4] + [ ecalVeto ] 0 : Hit 3: [16.8555, -4.17066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 43 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3205.53; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1932 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 37 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4629.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1933 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 92 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3788.37; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1934 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 36 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4192.06; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1935 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, -54.2186, 20] + [ ecalVeto ] 0 : Hit 1: [24.0793, -58.3892, 19] + [ ecalVeto ] 0 : Hit 2: [26.4873, -54.2186, 18] + [ ecalVeto ] 0 : Hit 3: [26.4873, -54.2186, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 19] + [ ecalVeto ] 0 : Hit 1: [4.81586, 41.7066, 18] + [ ecalVeto ] 0 : Hit 2: [4.81586, 41.7066, 16] + [ ecalVeto ] 0 : Hit 3: [2.40793, 37.5359, 15] + [ ecalVeto ] 0 : Hit 4: [4.81586, 33.3653, 14] + [ ecalVeto ] 0 : Hit 5: [2.40793, 29.1946, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 75.0719, 8] + [ ecalVeto ] 0 : Hit 1: [4.81586, 75.0719, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 110 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4373.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1936 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [68.8945, 144.353, 30] + [ ecalVeto ] 0 : Hit 1: [66.4865, 140.182, 29] + [ ecalVeto ] 0 : Hit 2: [68.8945, 136.011, 28] + [ ecalVeto ] 0 : Hit 3: [66.4865, 131.841, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [59.2627, 127.67, 27] + [ ecalVeto ] 0 : Hit 1: [61.6707, 123.499, 26] + [ ecalVeto ] 0 : Hit 2: [59.2627, 119.329, 25] + [ ecalVeto ] 0 : Hit 3: [61.6707, 115.158, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [47.2231, 98.4754, 20] + [ ecalVeto ] 0 : Hit 1: [44.8152, 94.3048, 19] + [ ecalVeto ] 0 : Hit 2: [47.2231, 90.1341, 18] + [ ecalVeto ] 0 : Hit 3: [44.8152, 85.9634, 17] + [ ecalVeto ] 0 : Hit 4: [47.2231, 81.7928, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [39.9993, 77.6221, 16] + [ ecalVeto ] 0 : Hit 1: [38.5269, 75.0719, 15] + [ ecalVeto ] 0 : Hit 2: [40.9348, 70.9012, 14] + [ ecalVeto ] 0 : Hit 3: [38.5269, 66.7306, 13] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 12.512, 1] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 8.34132, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4032.82; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1937 Brem photon produced 70 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5051.86; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1938 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -54.2186, 15] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -50.0479, 14] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -45.8773, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -33.3653, 12] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -29.1946, 11] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2836.21; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1939 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -52.5982, 7] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -56.7688, 6] + [ ecalVeto ] 0 : Hit 2: [-83.3421, -60.9395, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6294.98; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1940 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [55.3824, -45.8773, 26] + [ ecalVeto ] 0 : Hit 1: [52.9745, -41.7066, 25] + [ ecalVeto ] 0 : Hit 2: [55.3824, -45.8773, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [31.3031, -12.512, 21] + [ ecalVeto ] 0 : Hit 1: [33.711, -16.6826, 20] + [ ecalVeto ] 0 : Hit 2: [31.3031, -12.512, 19] + [ ecalVeto ] 0 : Hit 3: [33.711, -8.34132, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3460.85; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1941 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-190.763, -2.36672e-14, 29] + [ ecalVeto ] 0 : Hit 1: [-188.356, -4.17066, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-140.197, -29.1946, 25] + [ ecalVeto ] 0 : Hit 1: [-137.789, -25.024, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-111.302, -37.5359, 23] + [ ecalVeto ] 0 : Hit 1: [-108.894, -33.3653, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3179.57; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1942 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-153.172, 123.499, 24] + [ ecalVeto ] 0 : Hit 1: [-155.58, 127.67, 23] + [ ecalVeto ] 0 : Hit 2: [-153.172, 131.841, 22] + [ ecalVeto ] 0 : Hit 3: [-155.58, 136.011, 21] + [ ecalVeto ] 0 : Hit 4: [-153.172, 131.841, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-126.685, 110.987, 17] + [ ecalVeto ] 0 : Hit 1: [-124.277, 106.817, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 60.9395, 11] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 58.3892, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2899.35; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1943 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 29 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5053.16; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1944 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -58.3892, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -54.2186, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -50.0479, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, -45.8773, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -29.1946, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 12.512, 6] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 20.8533, 4] + [ ecalVeto ] 0 : Hit 3: [-19.2635, 25.024, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5310.62; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1945 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3631.42; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1946 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 58.3892, 16] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 54.2186, 15] + [ ecalVeto ] 0 : Hit 2: [-24.0793, 50.0479, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 33.3653, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 29.1946, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 33.3653, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -16.6826, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -37.5359, 10] + [ ecalVeto ] 0 : Hit 1: [-33.711, -33.3653, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5634.75; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1947 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-8.69618, -98.4754, 10] + [ ecalVeto ] 0 : Hit 1: [-11.1041, -94.3048, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -41.7066, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -41.7066, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -37.5359, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, -41.7066, 4] + [ ecalVeto ] 0 : Hit 7: [2.40793, -37.5359, 3] + [ ecalVeto ] 0 : Hit 8: [4.81586, -41.7066, 2] + [ ecalVeto ] 0 : Hit 9: [2.40793, -37.5359, 1] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -37.5359, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6124.02; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1948 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 25.024, 11] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 29.1946, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 66.7306, 10] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 62.5599, 9] + [ ecalVeto ] 0 : Hit 2: [-38.5269, 58.3892, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -25.024, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 29.1946, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 4.17066, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 20.8533, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [40.9348, 12.512, 6] + [ ecalVeto ] 0 : Hit 1: [38.5269, 16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [40.9348, 12.512, 4] + [ ecalVeto ] 0 : Hit 3: [38.5269, 16.6826, 3] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-33.711, 25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 20.8533, 4] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [137.789, -41.7066, 3] + [ ecalVeto ] 0 : Hit 1: [137.789, -41.7066, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 97 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4928.2; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1949 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-161.868, -25.024, 23] + [ ecalVeto ] 0 : Hit 1: [-159.46, -29.1946, 22] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4625.21; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1950 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 41.7066, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4590.36; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1951 Brem photon produced 70 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 16.6826, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-33.711, 16.6826, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6121.29; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1952 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 11] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 6: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 7: [4.81586, -8.34132, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -12.512, 2] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -16.6826, 1] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -20.8533, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5771.26; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1953 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [47.2231, 73.4515, 20] + [ ecalVeto ] 0 : Hit 1: [45.7507, 70.9012, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 66.7306, 19] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 70.9012, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [40.9348, 70.9012, 18] + [ ecalVeto ] 0 : Hit 1: [38.5269, 66.7306, 17] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [33.711, 58.3892, 16] + [ ecalVeto ] 0 : Hit 1: [31.3031, 54.2186, 15] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 45.8773, 16] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 41.7066, 15] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, 54.2186, 15] + [ ecalVeto ] 0 : Hit 1: [4.81586, 50.0479, 14] + [ ecalVeto ] 0 : Hit 2: [2.40793, 45.8773, 13] + [ ecalVeto ] 0 : Hit 3: [4.81586, 41.7066, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2754.33; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1954 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-112.237, 69.2808, 21] + [ ecalVeto ] 0 : Hit 1: [-109.829, 65.1101, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 60.9395, 19] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 56.7688, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 56.7688, 17] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 52.5982, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 50.0479, 15] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 45.8773, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 33.3653, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -12.512, 5] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -12.512, 3] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -8.34132, 2] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-33.711, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 20.8533, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7038.9; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1955 Brem photon produced 54 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -33.3653, 15] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -37.5359, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 50.0479, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 45.8773, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, 50.0479, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 54.2186, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [4.81586, 41.7066, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 45.8773, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 41.7066, 5] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 41.7066, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 37.5359, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 103 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5802.12; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1956 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [105.013, -131.841, 22] + [ ecalVeto ] 0 : Hit 1: [102.606, -127.67, 21] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5290.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1957 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-155.58, 94.3048, 25] + [ ecalVeto ] 0 : Hit 1: [-153.172, 90.1341, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 41.7066, 13] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 37.5359, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 29.1946, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3283.19; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1958 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 15 + [ ecalVeto ] 0 : Beginning track merging using 15 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 13 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [11.1041, -136.011, 32] + [ ecalVeto ] 0 : Hit 1: [8.69618, -131.841, 31] + [ ecalVeto ] 0 : Hit 2: [11.1041, -127.67, 30] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [8.69618, -115.158, 29] + [ ecalVeto ] 0 : Hit 1: [11.1041, -110.987, 28] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [8.69618, -98.4754, 27] + [ ecalVeto ] 0 : Hit 1: [11.1041, -94.3048, 26] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [3.88031, 156.865, 26] + [ ecalVeto ] 0 : Hit 1: [3.34348, 161.035, 25] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, -83.4132, 25] + [ ecalVeto ] 0 : Hit 1: [12.0397, -79.2426, 24] + [ ecalVeto ] 0 : Hit 2: [9.63173, -75.0719, 23] + [ ecalVeto ] 0 : Hit 3: [12.0397, -70.9012, 22] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [9.63173, -58.3892, 21] + [ ecalVeto ] 0 : Hit 1: [12.0397, -54.2186, 20] + [ ecalVeto ] 0 : Hit 2: [9.63173, -50.0479, 19] + [ ecalVeto ] 0 : Hit 3: [12.0397, -45.8773, 18] + [ ecalVeto ] 0 : Hit 4: [9.63173, -41.7066, 17] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [3.34348, 119.329, 19] + [ ecalVeto ] 0 : Hit 1: [3.88031, 115.158, 18] + [ ecalVeto ] 0 : Hit 2: [3.34348, 110.987, 17] + [ ecalVeto ] 0 : Hit 3: [3.88031, 106.817, 16] + [ ecalVeto ] 0 : Hit 4: [3.34348, 102.646, 15] + [ ecalVeto ] 0 : Hit 5: [3.88031, 98.4754, 14] + [ ecalVeto ] 0 : Hit 6: [2.40793, 95.9252, 13] + [ ecalVeto ] 0 : Hit 7: [2.40793, 87.5839, 15] + [ ecalVeto ] 0 : Hit 8: [4.81586, 83.4132, 14] + [ ecalVeto ] 0 : Hit 9: [4.81586, 83.4132, 12] + [ ecalVeto ] 0 : Hit 10: [2.40793, 79.2426, 11] + [ ecalVeto ] 0 : Hit 11: [4.81586, 75.0719, 10] + [ ecalVeto ] 0 : Hit 12: [2.40793, 70.9012, 9] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [4.81586, 75.0719, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, 70.9012, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, 66.7306, 10] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 87.5839, 12] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 83.4132, 11] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 79.2426, 10] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 7: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -4.17066, 6] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Hit 7: [-4.81586, 41.7066, 3] + [ ecalVeto ] 0 : Hit 8: [-2.40793, 37.5359, 2] + [ ecalVeto ] 0 : Hit 9: [-4.81586, 33.3653, 1] + [ ecalVeto ] 0 : Hit 10: [-2.40793, 29.1946, 0] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 54.2186, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 50.0479, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 45.8773, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 33 hits + [ ecalVeto ] 0 : MIP tracking completed; found 13 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1544.92; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1959 Brem photon produced 45 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7027.21; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1960 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -37.5359, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 14 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 917.528; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1961 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 23 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3681.57; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1962 Brem photon produced 36 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -25.024, 12] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -29.1946, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -62.5599, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -66.7306, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7112.18; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1963 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 16.6826, 9] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 12.512, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 19 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4177.62; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1964 Brem photon produced 33 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-190.763, -8.34132, 25] + [ ecalVeto ] 0 : Hit 1: [-188.356, -12.512, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-161.868, -33.3653, 21] + [ ecalVeto ] 0 : Hit 1: [-159.46, -37.5359, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-147.421, -41.7066, 19] + [ ecalVeto ] 0 : Hit 1: [-145.013, -37.5359, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-140.197, -37.5359, 17] + [ ecalVeto ] 0 : Hit 1: [-137.789, -33.3653, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [33.711, 8.34132, 16] + [ ecalVeto ] 0 : Hit 1: [31.3031, 4.17066, 15] + [ ecalVeto ] 0 : Hit 2: [33.711, -2.66454e-15, 14] + [ ecalVeto ] 0 : Hit 3: [31.3031, -4.17066, 13] + [ ecalVeto ] 0 : Hit 4: [33.711, -8.34132, 12] + [ ecalVeto ] 0 : Hit 5: [31.3031, -12.512, 11] + [ ecalVeto ] 0 : Hit 6: [33.711, -16.6826, 10] + [ ecalVeto ] 0 : Hit 7: [31.3031, -20.8533, 9] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Hit 4: [12.0397, -20.8533, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4149.63; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1965 Brem photon produced 44 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -12.512, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -25.024, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -29.1946, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, -33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -29.1946, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4716.92; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1966 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -16.6826, 17] + [ ecalVeto ] 0 : Hit 1: [-87.2224, -20.8533, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-69.83, -12.512, 13] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -16.6826, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -12.512, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -8.34132, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 2] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2633.46; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1967 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 11] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 9] + [ ecalVeto ] 0 : Hit 3: [12.0397, -20.8533, 8] + [ ecalVeto ] 0 : Hit 4: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 5: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 6: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 7: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4643.36; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1968 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [116.118, 45.8773, 29] + [ ecalVeto ] 0 : Hit 1: [118.525, 50.0479, 28] + [ ecalVeto ] 0 : Hit 2: [116.118, 45.8773, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-140.197, -4.17066, 17] + [ ecalVeto ] 0 : Hit 1: [-137.789, -2.36672e-14, 16] + [ ecalVeto ] 0 : Hit 2: [-140.197, 4.17066, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-94.4462, 8.34132, 14] + [ ecalVeto ] 0 : Hit 1: [-96.8541, 4.17066, 13] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 12.512, 13] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 16.6826, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5800.92; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1969 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [11.1041, -110.987, 22] + [ ecalVeto ] 0 : Hit 1: [8.69618, -106.817, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [11.1041, -110.987, 16] + [ ecalVeto ] 0 : Hit 1: [8.69618, -106.817, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 36 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3089.1; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1970 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, -58.3892, 25] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -54.2186, 24] + [ ecalVeto ] 0 : Hit 2: [-33.711, -50.0479, 23] + [ ecalVeto ] 0 : Hit 3: [-31.3031, -45.8773, 22] + [ ecalVeto ] 0 : Hit 4: [-33.711, -41.7066, 21] + [ ecalVeto ] 0 : Hit 5: [-31.3031, -37.5359, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 12.512, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [38.5269, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [40.9348, 29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [38.5269, 33.3653, 5] + [ ecalVeto ] 0 : Hit 3: [40.9348, 37.5359, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3430.37; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1971 Brem photon produced 50 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -25.024, 10] + [ ecalVeto ] 0 : Hit 2: [-55.3824, -29.1946, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -16.6826, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 58.3892, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 54.2186, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 29.1946, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, -8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4433.66; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1972 Brem photon produced 50 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, -58.3892, 17] + [ ecalVeto ] 0 : Hit 1: [26.4873, -62.5599, 16] + [ ecalVeto ] 0 : Hit 2: [24.0793, -58.3892, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 16.6826, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -41.7066, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -41.7066, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -37.5359, 4] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -37.5359, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [19.2635, -75.0719, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, -70.9012, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 99 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6238.4; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1973 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [15.92, 177.718, 11] + [ ecalVeto ] 0 : Hit 1: [18.3279, 173.547, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [44.8152, -110.987, 9] + [ ecalVeto ] 0 : Hit 1: [47.2231, -106.817, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2425; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1974 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-117.053, -119.329, 26] + [ ecalVeto ] 0 : Hit 1: [-119.461, -115.158, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-248.554, -41.7066, 25] + [ ecalVeto ] 0 : Hit 1: [-246.146, -45.8773, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-226.882, -45.8773, 23] + [ ecalVeto ] 0 : Hit 1: [-224.475, -50.0479, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-105.013, -98.4754, 23] + [ ecalVeto ] 0 : Hit 1: [-102.606, -94.3048, 22] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -94.3048, 21] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -90.1341, 20] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -81.7928, 19] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -77.6221, 18] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -69.2808, 17] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -65.1101, 16] + [ ecalVeto ] 0 : Hit 2: [-83.3421, -60.9395, 15] + [ ecalVeto ] 0 : Hit 3: [-80.9341, -56.7688, 14] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -60.9395, 17] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -56.7688, 16] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -65.1101, 15] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -60.9395, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3757.1; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1975 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 66.7306, 22] + [ ecalVeto ] 0 : Hit 1: [2.40793, 62.5599, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 21] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 20] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 19] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 20.8533, 18] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 25.024, 17] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 29.1946, 16] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 25.024, 15] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 20.8533, 14] + [ ecalVeto ] 0 : Hit 8: [-4.81586, 16.6826, 13] + [ ecalVeto ] 0 : Hit 9: [-2.40793, 12.512, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 58.3892, 21] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 54.2186, 20] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 50.0479, 19] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 45.8773, 18] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 45.8773, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-15.92, -94.3048, 12] + [ ecalVeto ] 0 : Hit 1: [-18.3279, -90.1341, 11] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 95 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4957.76; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1976 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 16.6826, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4461.42; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1977 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 12.512, 4] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 16.6826, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 16.6826, 2] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 12.512, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8634.51; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1978 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [25.5517, 119.329, 24] + [ ecalVeto ] 0 : Hit 1: [23.1438, 115.158, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 113 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5448.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1979 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 50.0479, 15] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 50.0479, 13] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 50.0479, 11] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 45.8773, 10] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 41.7066, 9] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 37.5359, 8] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 41.7066, 7] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Hit 8: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 9: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Hit 10: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Hit 11: [-2.40793, 29.1946, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [61.6707, 65.1101, 10] + [ ecalVeto ] 0 : Hit 1: [60.1983, 62.5599, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [45.7507, 54.2186, 9] + [ ecalVeto ] 0 : Hit 1: [48.1586, 58.3892, 8] + [ ecalVeto ] 0 : Hit 2: [45.7507, 54.2186, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6156.06; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1980 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-105.013, -190.23, 23] + [ ecalVeto ] 0 : Hit 1: [-102.606, -186.059, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 50.0479, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 45.8773, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [24.0793, 25.024, 9] + [ ecalVeto ] 0 : Hit 1: [26.4873, 20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [26.4873, 20.8533, 6] + [ ecalVeto ] 0 : Hit 3: [24.0793, 16.6826, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 101 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6795.02; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1981 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, -45.8773, 25] + [ ecalVeto ] 0 : Hit 1: [19.2635, -41.7066, 24] + [ ecalVeto ] 0 : Hit 2: [16.8555, -37.5359, 23] + [ ecalVeto ] 0 : Hit 3: [19.2635, -33.3653, 22] + [ ecalVeto ] 0 : Hit 4: [16.8555, -29.1946, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -29.1946, 20] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 19] + [ ecalVeto ] 0 : Hit 2: [12.0397, -20.8533, 18] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 17] + [ ecalVeto ] 0 : Hit 4: [12.0397, -12.512, 16] + [ ecalVeto ] 0 : Hit 5: [9.63173, -8.34132, 15] + [ ecalVeto ] 0 : Hit 6: [12.0397, -4.17066, 14] + [ ecalVeto ] 0 : Hit 7: [9.63173, -2.66454e-15, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 95.9252, 17] + [ ecalVeto ] 0 : Hit 1: [4.81586, 91.7545, 16] + [ ecalVeto ] 0 : Hit 2: [2.40793, 87.5839, 15] + [ ecalVeto ] 0 : Hit 3: [4.81586, 83.4132, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 44 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3384.62; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1982 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2951.28; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1983 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 29 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3258.99; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1984 Brem photon produced 37 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-112.237, 110.987, 33] + [ ecalVeto ] 0 : Hit 1: [-109.829, 106.817, 32] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 65.1101, 25] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 60.9395, 24] + [ ecalVeto ] 0 : Hit 2: [-76.1183, 56.7688, 23] + [ ecalVeto ] 0 : Hit 3: [-74.6459, 54.2186, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 50.0479, 21] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 45.8773, 20] + [ ecalVeto ] 0 : Hit 2: [-62.6062, 41.7066, 19] + [ ecalVeto ] 0 : Hit 3: [-60.1983, 37.5359, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 29.1946, 17] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 33.3653, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 25.024, 15] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 20.8533, 14] + [ ecalVeto ] 0 : Hit 2: [-48.1586, 16.6826, 13] + [ ecalVeto ] 0 : Hit 3: [-45.7507, 12.512, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 90 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4355.53; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1985 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 45.8773, 16] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 41.7066, 15] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 37.5359, 14] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 33.3653, 13] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 29.1946, 12] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 25.024, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -25.024, 10] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -25.024, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -29.1946, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -33.3653, 6] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -29.1946, 5] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -25.024, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -33.3653, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -37.5359, 7] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -37.5359, 5] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -33.3653, 4] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -33.3653, 2] + [ ecalVeto ] 0 : Hit 6: [-9.63173, -33.3653, 0] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-18.3279, -190.23, 9] + [ ecalVeto ] 0 : Hit 1: [-15.92, -186.059, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -37.5359, 2] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -33.3653, 1] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, -41.7066, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -45.8773, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -41.7066, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -37.5359, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5925.71; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1986 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, 41.7066, 25] + [ ecalVeto ] 0 : Hit 1: [26.4873, 37.5359, 24] + [ ecalVeto ] 0 : Hit 2: [24.0793, 33.3653, 23] + [ ecalVeto ] 0 : Hit 3: [26.4873, 29.1946, 22] + [ ecalVeto ] 0 : Hit 4: [24.0793, 25.024, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, 16.6826, 18] + [ ecalVeto ] 0 : Hit 1: [16.8555, 12.512, 17] + [ ecalVeto ] 0 : Hit 2: [19.2635, 8.34132, 16] + [ ecalVeto ] 0 : Hit 3: [16.8555, 4.17066, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 13] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 12] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 11] + [ ecalVeto ] 0 : Hit 4: [12.0397, -20.8533, 10] + [ ecalVeto ] 0 : Hit 5: [9.63173, -25.024, 9] + [ ecalVeto ] 0 : Hit 6: [12.0397, -29.1946, 8] + [ ecalVeto ] 0 : Hit 7: [9.63173, -33.3653, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-69.83, -29.1946, 3] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -33.3653, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -29.1946, 1] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -33.3653, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2833.09; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1987 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 38 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2605.24; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1988 Brem photon produced 37 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-39.9993, 144.353, 21] + [ ecalVeto ] 0 : Hit 1: [-37.5914, 140.182, 20] + [ ecalVeto ] 0 : Hit 2: [-39.9993, 136.011, 19] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5800.8; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1989 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [16.8555, -4.17066, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3489.99; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1990 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 31 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3063.22; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1991 Brem photon produced 71 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 54.2186, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 50.0479, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 45.8773, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 41.7066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5940.76; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1992 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-132.973, 58.3892, 19] + [ ecalVeto ] 0 : Hit 1: [-130.565, 54.2186, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-111.302, 45.8773, 17] + [ ecalVeto ] 0 : Hit 1: [-108.894, 41.7066, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [33.711, -50.0479, 14] + [ ecalVeto ] 0 : Hit 1: [31.3031, -45.8773, 13] + [ ecalVeto ] 0 : Hit 2: [33.711, -41.7066, 12] + [ ecalVeto ] 0 : Hit 3: [31.3031, -37.5359, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 25.024, 13] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 20.8533, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3535.41; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1993 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -37.5359, 4] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -41.7066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6037.23; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1994 Brem photon produced 67 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [90.5659, -81.7928, 20] + [ ecalVeto ] 0 : Hit 1: [88.1579, -77.6221, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [83.3421, -77.6221, 18] + [ ecalVeto ] 0 : Hit 1: [80.9341, -73.4515, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [68.8945, -69.2808, 16] + [ ecalVeto ] 0 : Hit 1: [66.4865, -65.1101, 15] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 4.17066, 3] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -2.66454e-15, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 101 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6636.76; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1995 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, -50.0479, 17] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -45.8773, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -37.5359, 15] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -41.7066, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -25.024, 11] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -29.1946, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3972.29; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1996 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-66.4865, 148.523, 12] + [ ecalVeto ] 0 : Hit 1: [-68.8945, 144.353, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -4.17066, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3184.26; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1997 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-148.356, -98.4754, 29] + [ ecalVeto ] 0 : Hit 1: [-145.948, -94.3048, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-133.909, -98.4754, 27] + [ ecalVeto ] 0 : Hit 1: [-131.501, -94.3048, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-126.685, -85.9634, 25] + [ ecalVeto ] 0 : Hit 1: [-124.277, -81.7928, 24] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-112.237, -77.6221, 23] + [ ecalVeto ] 0 : Hit 1: [-109.829, -73.4515, 22] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -60.9395, 21] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -56.7688, 20] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -41.7066, 17] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -37.5359, 16] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-69.83, -29.1946, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -25.024, 14] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 90.1341, 15] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 85.9634, 14] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 8.34132, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3918.65; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1998 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [3.34348, -152.694, 17] + [ ecalVeto ] 0 : Hit 1: [3.88031, -148.523, 16] + [ ecalVeto ] 0 : Hit 2: [3.34348, -144.353, 15] + [ ecalVeto ] 0 : Hit 3: [3.88031, -140.182, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -79.2426, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -75.0719, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -70.9012, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 22 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2324.79; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 1999 Brem photon produced 52 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [132.973, 33.3653, 26] + [ ecalVeto ] 0 : Hit 1: [130.565, 29.1946, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -50.0479, 17] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -45.8773, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -45.8773, 15] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -41.7066, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [24.0793, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [26.4873, -29.1946, 8] + [ ecalVeto ] 0 : Hit 2: [24.0793, -33.3653, 7] + [ ecalVeto ] 0 : Hit 3: [26.4873, -37.5359, 6] + [ ecalVeto ] 0 : Hit 4: [26.4873, -37.5359, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-108.894, 33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [-108.894, 33.3653, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, -37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -37.5359, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, -37.5359, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, -33.3653, 3] + [ ecalVeto ] 0 : Hit 6: [12.0397, -29.1946, 2] + [ ecalVeto ] 0 : Hit 7: [9.63173, -33.3653, 1] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [19.2635, -16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [16.8555, -20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [19.2635, -25.024, 4] + [ ecalVeto ] 0 : Hit 3: [16.8555, -29.1946, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 91 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5143.01; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2000 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4812.13; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2001 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 26] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 24] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 23] + [ ecalVeto ] 0 : Hit 3: [12.0397, -12.512, 22] + [ ecalVeto ] 0 : Hit 4: [9.63173, -8.34132, 21] + [ ecalVeto ] 0 : Hit 5: [9.63173, -8.34132, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [69.83, 45.8773, 22] + [ ecalVeto ] 0 : Hit 1: [67.4221, 50.0479, 21] + [ ecalVeto ] 0 : Hit 2: [69.83, 45.8773, 20] + [ ecalVeto ] 0 : Hit 3: [67.4221, 50.0479, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 18] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 16] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 15] + [ ecalVeto ] 0 : Hit 3: [4.81586, 8.34132, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [31.3031, 4.17066, 15] + [ ecalVeto ] 0 : Hit 1: [33.711, -2.66454e-15, 14] + [ ecalVeto ] 0 : Hit 2: [31.3031, 4.17066, 13] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 41.7066, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 45.8773, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 50.0479, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 97 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4514.16; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2002 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [119.461, -90.1341, 24] + [ ecalVeto ] 0 : Hit 1: [119.461, -90.1341, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-111.302, -12.512, 21] + [ ecalVeto ] 0 : Hit 1: [-108.894, -16.6826, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-104.078, -16.6826, 19] + [ ecalVeto ] 0 : Hit 1: [-101.67, -12.512, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -16.6826, 17] + [ ecalVeto ] 0 : Hit 1: [-87.2224, -20.8533, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-69.83, -20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -16.6826, 12] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -20.8533, 8] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -33.3653, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2149.91; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2003 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 54.2186, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 58.3892, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 54.2186, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 58.3892, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 33.3653, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 32 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3712.37; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2004 Brem photon produced 43 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, 37.5359, 13] + [ ecalVeto ] 0 : Hit 1: [19.2635, 41.7066, 12] + [ ecalVeto ] 0 : Hit 2: [16.8555, 37.5359, 11] + [ ecalVeto ] 0 : Hit 3: [16.8555, 37.5359, 9] + [ ecalVeto ] 0 : Hit 4: [12.0397, 37.5359, 10] + [ ecalVeto ] 0 : Hit 5: [9.63173, 41.7066, 9] + [ ecalVeto ] 0 : Hit 6: [12.0397, 37.5359, 8] + [ ecalVeto ] 0 : Hit 7: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Hit 8: [12.0397, 29.1946, 6] + [ ecalVeto ] 0 : Hit 9: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 41.7066, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 37.5359, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3964.09; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2005 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5186; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2006 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4690.25; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2007 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, -62.5599, 23] + [ ecalVeto ] 0 : Hit 1: [19.2635, -58.3892, 22] + [ ecalVeto ] 0 : Hit 2: [16.8555, -62.5599, 21] + [ ecalVeto ] 0 : Hit 3: [19.2635, -58.3892, 20] + [ ecalVeto ] 0 : Hit 4: [16.8555, -54.2186, 19] + [ ecalVeto ] 0 : Hit 5: [19.2635, -58.3892, 18] + [ ecalVeto ] 0 : Hit 6: [16.8555, -54.2186, 17] + [ ecalVeto ] 0 : Hit 7: [19.2635, -50.0479, 16] + [ ecalVeto ] 0 : Hit 8: [16.8555, -45.8773, 15] + [ ecalVeto ] 0 : Hit 9: [19.2635, -41.7066, 14] + [ ecalVeto ] 0 : Hit 10: [16.8555, -37.5359, 13] + [ ecalVeto ] 0 : Hit 11: [16.8555, -37.5359, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-140.197, 79.2426, 17] + [ ecalVeto ] 0 : Hit 1: [-137.789, 75.0719, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-104.078, 58.3892, 13] + [ ecalVeto ] 0 : Hit 1: [-101.67, 54.2186, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, -29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-60.1983, 29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [-62.6062, 33.3653, 9] + [ ecalVeto ] 0 : Hit 2: [-60.1983, 29.1946, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-69.83, 37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 33.3653, 8] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4295.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2008 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, -70.9012, 14] + [ ecalVeto ] 0 : Hit 1: [24.0793, -66.7306, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -66.7306, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, -62.5599, 11] + [ ecalVeto ] 0 : Hit 2: [19.2635, -58.3892, 10] + [ ecalVeto ] 0 : Hit 3: [16.8555, -54.2186, 9] + [ ecalVeto ] 0 : Hit 4: [19.2635, -50.0479, 8] + [ ecalVeto ] 0 : Hit 5: [16.8555, -45.8773, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -45.8773, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -41.7066, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -37.5359, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -33.3653, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 39 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5581.53; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2009 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [40.9348, -37.5359, 24] + [ ecalVeto ] 0 : Hit 1: [38.5269, -33.3653, 23] + [ ecalVeto ] 0 : Hit 2: [40.9348, -37.5359, 22] + [ ecalVeto ] 0 : Hit 3: [38.5269, -33.3653, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [33.711, -25.024, 20] + [ ecalVeto ] 0 : Hit 1: [31.3031, -20.8533, 19] + [ ecalVeto ] 0 : Hit 2: [33.711, -16.6826, 18] + [ ecalVeto ] 0 : Hit 3: [31.3031, -20.8533, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [26.4873, -12.512, 16] + [ ecalVeto ] 0 : Hit 1: [24.0793, -8.34132, 15] + [ ecalVeto ] 0 : Hit 2: [26.4873, -12.512, 14] + [ ecalVeto ] 0 : Hit 3: [24.0793, -8.34132, 13] + [ ecalVeto ] 0 : Finding linreg tracks from 17 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2583.08; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2010 Brem photon produced 31 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-132.973, 25.024, 27] + [ ecalVeto ] 0 : Hit 1: [-130.565, 20.8533, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-118.525, 16.6826, 25] + [ ecalVeto ] 0 : Hit 1: [-116.118, 12.512, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-111.302, 4.17066, 23] + [ ecalVeto ] 0 : Hit 1: [-108.894, 8.34132, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -4.17066, 19] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -8.34132, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -8.34132, 17] + [ ecalVeto ] 0 : Hit 1: [-87.2224, -12.512, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -12.512, 15] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -16.6826, 14] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -20.8533, 12] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 20.8533, 10] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -20.8533, 10] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5297.95; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2011 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 87.5839, 16] + [ ecalVeto ] 0 : Hit 1: [9.63173, 83.4132, 15] + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2018.14; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2012 Brem photon produced 57 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-137.789, 58.3892, 24] + [ ecalVeto ] 0 : Hit 1: [-140.197, 62.5599, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, 54.2186, 8] + [ ecalVeto ] 0 : Hit 1: [24.0793, 50.0479, 7] + [ ecalVeto ] 0 : Hit 2: [26.4873, 45.8773, 6] + [ ecalVeto ] 0 : Hit 3: [24.0793, 50.0479, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 96 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6546.82; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2013 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-133.909, -173.547, 27] + [ ecalVeto ] 0 : Hit 1: [-131.501, -169.377, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-47.2231, -81.7928, 15] + [ ecalVeto ] 0 : Hit 1: [-44.8152, -77.6221, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [80.9341, -73.4515, 11] + [ ecalVeto ] 0 : Hit 1: [83.3421, -77.6221, 10] + [ ecalVeto ] 0 : Hit 2: [80.9341, -73.4515, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -58.3892, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -54.2186, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2842.69; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2014 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, -4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [19.2635, -2.66454e-15, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3797.31; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2015 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 34 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3824.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2016 Brem photon produced 52 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 16] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 25.024, 10] + [ ecalVeto ] 0 : Hit 2: [-26.4873, 29.1946, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 20.8533, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 16.6826, 6] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 12.512, 5] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 16.6826, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [9.63173, 91.7545, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, 87.5839, 8] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [16.8555, 79.2426, 7] + [ ecalVeto ] 0 : Hit 1: [19.2635, 75.0719, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 90 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6376.36; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2017 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [132.973, -2.66454e-15, 26] + [ ecalVeto ] 0 : Hit 1: [130.565, 4.17066, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [125.749, -4.17066, 24] + [ ecalVeto ] 0 : Hit 1: [123.341, -2.66454e-15, 23] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [118.525, 8.34132, 24] + [ ecalVeto ] 0 : Hit 1: [118.525, 8.34132, 22] + [ ecalVeto ] 0 : Hit 2: [116.118, 12.512, 21] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [24.0793, 25.024, 11] + [ ecalVeto ] 0 : Hit 1: [24.0793, 25.024, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 87.5839, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 83.4132, 7] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 70.9012, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 66.7306, 5] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [4.81586, 41.7066, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 90 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3698.69; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2018 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-87.2224, -12.512, 16] + [ ecalVeto ] 0 : Hit 1: [-89.6303, -8.34132, 15] + [ ecalVeto ] 0 : Hit 2: [-87.2224, -4.17066, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-66.4865, 90.1341, 10] + [ ecalVeto ] 0 : Hit 1: [-68.8945, 85.9634, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -8.34132, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6635.81; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2019 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [38.5269, 33.3653, 13] + [ ecalVeto ] 0 : Hit 1: [40.9348, 37.5359, 12] + [ ecalVeto ] 0 : Hit 2: [38.5269, 33.3653, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -50.0479, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, -45.8773, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4806.26; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2020 Brem photon produced 37 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -66.7306, 17] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -62.5599, 16] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -58.3892, 15] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -54.2186, 14] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -50.0479, 13] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -45.8773, 12] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -41.7066, 11] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -37.5359, 10] + [ ecalVeto ] 0 : Hit 8: [-4.81586, -33.3653, 9] + [ ecalVeto ] 0 : Hit 9: [-2.40793, -29.1946, 8] + [ ecalVeto ] 0 : Hit 10: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 11: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 12: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 13: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 14: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Hit 15: [-2.40793, -20.8533, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -60.9395, 11] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -56.7688, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6796.11; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2021 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [68.8945, 85.9634, 12] + [ ecalVeto ] 0 : Hit 1: [66.4865, 81.7928, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 41.7066, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 45.8773, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 41.7066, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, 37.5359, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, 29.1946, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, 25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6546.36; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2022 Brem photon produced 2 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 12 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2787.71; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2023 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -29.1946, 2] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -29.1946, 0] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 1] + [ ecalVeto ] 0 : Hit 3: [4.81586, -33.3653, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3787.72; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2024 Brem photon produced 68 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [19.2635, -8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [16.8555, -4.17066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4311.92; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2025 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, -20.8533, 12] + [ ecalVeto ] 0 : Hit 1: [24.0793, -16.6826, 11] + [ ecalVeto ] 0 : Hit 2: [26.4873, -12.512, 10] + [ ecalVeto ] 0 : Hit 3: [24.0793, -8.34132, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4025.56; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2026 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, 70.9012, 11] + [ ecalVeto ] 0 : Hit 1: [19.2635, 66.7306, 10] + [ ecalVeto ] 0 : Hit 2: [16.8555, 62.5599, 9] + [ ecalVeto ] 0 : Hit 3: [19.2635, 58.3892, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 58.3892, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 54.2186, 8] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 50.0479, 7] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 54.2186, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 41.7066, 4] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 37.5359, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 94 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4152.45; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2027 Brem photon produced 31 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 66.7306, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 62.5599, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 58.3892, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 54.2186, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 65.1101, 9] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 69.2808, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 50.0479, 6] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 45.8773, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, 29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [12.0397, 29.1946, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, 29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 92 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7235.78; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2028 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-66.4865, -156.865, 24] + [ ecalVeto ] 0 : Hit 1: [-68.8945, -161.035, 23] + [ ecalVeto ] 0 : Hit 2: [-66.4865, -165.206, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -165.206, 21] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -169.377, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -169.377, 19] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -173.547, 18] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5281.55; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2029 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -194.401, 27] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -190.23, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 58.3892, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 54.2186, 6] + [ ecalVeto ] 0 : Hit 2: [12.0397, 54.2186, 4] + [ ecalVeto ] 0 : Hit 3: [4.81586, 50.0479, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, 45.8773, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 2] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 1] + [ ecalVeto ] 0 : Hit 3: [12.0397, 12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4130.12; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2030 Brem photon produced 50 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [61.6707, -65.1101, 24] + [ ecalVeto ] 0 : Hit 1: [60.1983, -62.5599, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [48.1586, -50.0479, 20] + [ ecalVeto ] 0 : Hit 1: [45.7507, -45.8773, 19] + [ ecalVeto ] 0 : Hit 2: [48.1586, -41.7066, 18] + [ ecalVeto ] 0 : Hit 3: [45.7507, -37.5359, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [24.0793, -8.34132, 15] + [ ecalVeto ] 0 : Hit 1: [26.4873, -4.17066, 14] + [ ecalVeto ] 0 : Hit 2: [24.0793, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 3: [24.0793, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 4: [19.2635, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 5: [19.2635, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 6: [16.8555, 4.17066, 9] + [ ecalVeto ] 0 : Hit 7: [19.2635, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 8: [19.2635, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 9: [16.8555, -4.17066, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 12] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [16.8555, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [16.8555, 12.512, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4055.41; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2031 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -87.5839, 21] + [ ecalVeto ] 0 : Hit 1: [4.81586, -83.4132, 20] + [ ecalVeto ] 0 : Hit 2: [4.81586, -83.4132, 18] + [ ecalVeto ] 0 : Hit 3: [2.40793, -87.5839, 17] + [ ecalVeto ] 0 : Hit 4: [4.81586, -91.7545, 16] + [ ecalVeto ] 0 : Hit 5: [4.81586, -91.7545, 14] + [ ecalVeto ] 0 : Hit 6: [2.40793, -87.5839, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [44.8152, -110.987, 17] + [ ecalVeto ] 0 : Hit 1: [47.2231, -106.817, 16] + [ ecalVeto ] 0 : Hit 2: [47.2231, -106.817, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [97.7897, 110.987, 10] + [ ecalVeto ] 0 : Hit 1: [95.3817, 106.817, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3181.02; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2032 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [148.356, -90.1341, 28] + [ ecalVeto ] 0 : Hit 1: [145.948, -85.9634, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [52.039, -98.4754, 21] + [ ecalVeto ] 0 : Hit 1: [54.4469, -94.3048, 20] + [ ecalVeto ] 0 : Hit 2: [52.039, -90.1341, 19] + [ ecalVeto ] 0 : Hit 3: [54.4469, -94.3048, 18] + [ ecalVeto ] 0 : Hit 4: [52.039, -90.1341, 17] + [ ecalVeto ] 0 : Hit 5: [54.4469, -85.9634, 16] + [ ecalVeto ] 0 : Hit 6: [52.039, -81.7928, 15] + [ ecalVeto ] 0 : Hit 7: [54.4469, -77.6221, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [47.2231, -73.4515, 14] + [ ecalVeto ] 0 : Hit 1: [45.7507, -70.9012, 13] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, -33.3653, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 106 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5659.93; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2033 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Hit 5: [4.81586, -33.3653, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6293.42; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2034 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [67.4221, 16.6826, 19] + [ ecalVeto ] 0 : Hit 1: [67.4221, 16.6826, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -54.2186, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -50.0479, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -45.8773, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -41.7066, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 2] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 11450.9; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2035 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 19] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 18] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 17] + [ ecalVeto ] 0 : Hit 3: [12.0397, -12.512, 16] + [ ecalVeto ] 0 : Hit 4: [9.63173, -8.34132, 15] + [ ecalVeto ] 0 : Hit 5: [12.0397, -4.17066, 14] + [ ecalVeto ] 0 : Hit 6: [9.63173, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 7: [12.0397, -4.17066, 12] + [ ecalVeto ] 0 : Hit 8: [9.63173, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 9: [12.0397, 4.17066, 10] + [ ecalVeto ] 0 : Hit 10: [9.63173, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 11: [12.0397, 4.17066, 8] + [ ecalVeto ] 0 : Hit 12: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Hit 13: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-118.525, 33.3653, 15] + [ ecalVeto ] 0 : Hit 1: [-116.118, 29.1946, 14] + [ ecalVeto ] 0 : Hit 2: [-118.525, 25.024, 13] + [ ecalVeto ] 0 : Hit 3: [-116.118, 20.8533, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-101.67, 20.8533, 12] + [ ecalVeto ] 0 : Hit 1: [-104.078, 16.6826, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [24.0793, 25.024, 11] + [ ecalVeto ] 0 : Hit 1: [24.0793, 25.024, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, 25.024, 10] + [ ecalVeto ] 0 : Hit 3: [19.2635, 25.024, 8] + [ ecalVeto ] 0 : Hit 4: [16.8555, 20.8533, 7] + [ ecalVeto ] 0 : Hit 5: [16.8555, 20.8533, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 16.6826, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, 20.8533, 2] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 5: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 92 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3453.47; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2036 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 30 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4701.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2037 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [25.5517, -161.035, 28] + [ ecalVeto ] 0 : Hit 1: [23.1438, -156.865, 27] + [ ecalVeto ] 0 : Hit 2: [25.5517, -152.694, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [23.1438, -140.182, 25] + [ ecalVeto ] 0 : Hit 1: [25.5517, -136.011, 24] + [ ecalVeto ] 0 : Hit 2: [23.1438, -131.841, 23] + [ ecalVeto ] 0 : Hit 3: [25.5517, -127.67, 22] + [ ecalVeto ] 0 : Hit 4: [23.1438, -123.499, 21] + [ ecalVeto ] 0 : Hit 5: [25.5517, -119.329, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [23.1438, -106.817, 19] + [ ecalVeto ] 0 : Hit 1: [25.5517, -102.646, 18] + [ ecalVeto ] 0 : Hit 2: [23.1438, -98.4754, 17] + [ ecalVeto ] 0 : Hit 3: [25.5517, -94.3048, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 20.8533, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 121 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5177.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2038 Brem photon produced 46 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 54.2186, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 58.3892, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 54.2186, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 50.0479, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 45.8773, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, 41.7066, 3] + [ ecalVeto ] 0 : Hit 2: [12.0397, 45.8773, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4329.1; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2039 Brem photon produced 31 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -127.67, 29] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -123.499, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, 8.34132, 18] + [ ecalVeto ] 0 : Hit 1: [16.8555, 12.512, 17] + [ ecalVeto ] 0 : Hit 2: [19.2635, 8.34132, 16] + [ ecalVeto ] 0 : Hit 3: [19.2635, 8.34132, 14] + [ ecalVeto ] 0 : Hit 4: [16.8555, 4.17066, 13] + [ ecalVeto ] 0 : Hit 5: [19.2635, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 6: [16.8555, -4.17066, 11] + [ ecalVeto ] 0 : Hit 7: [19.2635, -8.34132, 10] + [ ecalVeto ] 0 : Hit 8: [19.2635, -8.34132, 8] + [ ecalVeto ] 0 : Hit 9: [16.8555, -12.512, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Hit 6: [12.0397, -20.8533, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 110 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5844.01; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2040 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [90.5659, -90.1341, 22] + [ ecalVeto ] 0 : Hit 1: [88.1579, -85.9634, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 54.2186, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 58.3892, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-45.7507, 45.8773, 8] + [ ecalVeto ] 0 : Hit 1: [-48.1586, 41.7066, 7] + [ ecalVeto ] 0 : Hit 2: [-45.7507, 37.5359, 6] + [ ecalVeto ] 0 : Hit 3: [-48.1586, 33.3653, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 102 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6802.12; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2041 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, -70.9012, 18] + [ ecalVeto ] 0 : Hit 1: [24.0793, -66.7306, 17] + [ ecalVeto ] 0 : Hit 2: [26.4873, -62.5599, 16] + [ ecalVeto ] 0 : Hit 3: [24.0793, -58.3892, 15] + [ ecalVeto ] 0 : Hit 4: [26.4873, -54.2186, 14] + [ ecalVeto ] 0 : Hit 5: [24.0793, -50.0479, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [31.3031, -45.8773, 17] + [ ecalVeto ] 0 : Hit 1: [33.711, -50.0479, 16] + [ ecalVeto ] 0 : Hit 2: [31.3031, -54.2186, 15] + [ ecalVeto ] 0 : Hit 3: [33.711, -58.3892, 14] + [ ecalVeto ] 0 : Hit 4: [31.3031, -54.2186, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [26.4873, 79.2426, 16] + [ ecalVeto ] 0 : Hit 1: [24.0793, 75.0719, 15] + [ ecalVeto ] 0 : Finding linreg tracks from 101 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4413.16; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2042 Brem photon produced 43 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, 62.5599, 7] + [ ecalVeto ] 0 : Hit 1: [19.2635, 58.3892, 6] + [ ecalVeto ] 0 : Hit 2: [16.8555, 54.2186, 5] + [ ecalVeto ] 0 : Hit 3: [19.2635, 50.0479, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 50.0479, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 45.8773, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 45.8773, 3] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 50.0479, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 62.5599, 2] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 66.7306, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4519.1; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2043 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, 29.1946, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, 29.1946, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 5: [12.0397, 29.1946, 4] + [ ecalVeto ] 0 : Hit 6: [9.63173, 33.3653, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6981.48; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2044 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [145.013, 12.512, 27] + [ ecalVeto ] 0 : Hit 1: [147.421, 16.6826, 26] + [ ecalVeto ] 0 : Hit 2: [145.013, 20.8533, 25] + [ ecalVeto ] 0 : Hit 3: [147.421, 25.024, 24] + [ ecalVeto ] 0 : Finding linreg tracks from 41 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3103.34; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2045 Brem photon produced 56 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [31.3031, 37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [31.3031, 37.5359, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5095.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2046 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -16.6826, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -20.8533, 1] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -16.6826, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 95 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3941.36; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2047 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -45.8773, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 4: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Hit 5: [12.0397, -29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7547.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2048 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 11 + [ ecalVeto ] 0 : Beginning track merging using 11 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 11 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-23.1438, 140.182, 28] + [ ecalVeto ] 0 : Hit 1: [-25.5517, 136.011, 27] + [ ecalVeto ] 0 : Hit 2: [-23.1438, 131.841, 26] + [ ecalVeto ] 0 : Hit 3: [-25.5517, 127.67, 25] + [ ecalVeto ] 0 : Hit 4: [-23.1438, 123.499, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 77.6221, 25] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 73.4515, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-25.5517, 110.987, 23] + [ ecalVeto ] 0 : Hit 1: [-23.1438, 106.817, 22] + [ ecalVeto ] 0 : Hit 2: [-25.5517, 102.646, 21] + [ ecalVeto ] 0 : Hit 3: [-23.1438, 98.4754, 20] + [ ecalVeto ] 0 : Hit 4: [-25.5517, 94.3048, 19] + [ ecalVeto ] 0 : Hit 5: [-23.1438, 90.1341, 18] + [ ecalVeto ] 0 : Hit 6: [-25.5517, 85.9634, 17] + [ ecalVeto ] 0 : Hit 7: [-24.0793, 83.4132, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-8.69618, -131.841, 22] + [ ecalVeto ] 0 : Hit 1: [-11.1041, -127.67, 21] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -70.9012, 16] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -66.7306, 15] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-33.711, 50.0479, 15] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 54.2186, 14] + [ ecalVeto ] 0 : Hit 2: [-33.711, 50.0479, 13] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 50.0479, 12] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 45.8773, 11] + [ ecalVeto ] 0 : Hit 2: [-24.0793, 41.7066, 10] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -4.17066, 8] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 45.8773, 8] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 33.3653, 6] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [162.804, 98.4754, 4] + [ ecalVeto ] 0 : Hit 1: [160.396, 94.3048, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 11 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3619.07; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2049 Brem photon produced 39 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 17] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 16] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 14] + [ ecalVeto ] 0 : Hit 3: [9.63173, 16.6826, 13] + [ ecalVeto ] 0 : Hit 4: [12.0397, 12.512, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 6: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Hit 7: [2.40793, 12.512, 1] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 12.512, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 12.512, 5] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 16.6826, 4] + [ ecalVeto ] 0 : Hit 5: [-12.0397, 20.8533, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5053.14; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2050 Brem photon produced 48 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 90 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5967.19; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2051 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 9] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 5: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -37.5359, 10] + [ ecalVeto ] 0 : Hit 1: [-33.711, -33.3653, 9] + [ ecalVeto ] 0 : Hit 2: [-31.3031, -37.5359, 8] + [ ecalVeto ] 0 : Hit 3: [-33.711, -33.3653, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-39.9993, -177.718, 7] + [ ecalVeto ] 0 : Hit 1: [-37.5914, -181.889, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-11.1041, -144.353, 7] + [ ecalVeto ] 0 : Hit 1: [-8.69618, -140.182, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 4.17066, 2] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -2.66454e-15, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 111 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5921.85; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2052 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [40.9348, 45.8773, 18] + [ ecalVeto ] 0 : Hit 1: [38.5269, 50.0479, 17] + [ ecalVeto ] 0 : Hit 2: [40.9348, 54.2186, 16] + [ ecalVeto ] 0 : Hit 3: [38.5269, 58.3892, 15] + [ ecalVeto ] 0 : Hit 4: [40.9348, 54.2186, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 5: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 102 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6905.86; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2053 Brem photon produced 48 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, 25.024, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 33.3653, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, 16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 20.8533, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [62.6062, 8.34132, 2] + [ ecalVeto ] 0 : Hit 1: [62.6062, 8.34132, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 95 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6915.21; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2054 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3320.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2055 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-8.69618, 131.841, 16] + [ ecalVeto ] 0 : Hit 1: [-11.1041, 127.67, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 6: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Hit 7: [4.81586, 33.3653, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4549.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2056 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [124.277, 123.499, 23] + [ ecalVeto ] 0 : Hit 1: [126.685, 119.329, 22] + [ ecalVeto ] 0 : Hit 2: [124.277, 123.499, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -12.512, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -16.6826, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [31.3031, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [31.3031, 12.512, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5369.14; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2057 Brem photon produced 65 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 43 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7483.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2058 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-152.237, -25.024, 24] + [ ecalVeto ] 0 : Hit 1: [-152.237, -25.024, 22] + [ ecalVeto ] 0 : Hit 2: [-152.237, -25.024, 20] + [ ecalVeto ] 0 : Hit 3: [-152.237, -25.024, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-147.421, -25.024, 23] + [ ecalVeto ] 0 : Hit 1: [-147.421, -25.024, 21] + [ ecalVeto ] 0 : Hit 2: [-147.421, -25.024, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-118.525, -25.024, 15] + [ ecalVeto ] 0 : Hit 1: [-116.118, -20.8533, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -29.1946, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -29.1946, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3770.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2059 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1903.82; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2060 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [45.7507, -45.8773, 21] + [ ecalVeto ] 0 : Hit 1: [48.1586, -41.7066, 20] + [ ecalVeto ] 0 : Hit 2: [45.7507, -45.8773, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [40.9348, -45.8773, 18] + [ ecalVeto ] 0 : Hit 1: [38.5269, -50.0479, 17] + [ ecalVeto ] 0 : Hit 2: [40.9348, -45.8773, 16] + [ ecalVeto ] 0 : Hit 3: [38.5269, -50.0479, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3488.95; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2061 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 62.5599, 23] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 66.7306, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 70.9012, 22] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 66.7306, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 12] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -54.2186, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -58.3892, 10] + [ ecalVeto ] 0 : Hit 2: [-40.9348, -62.5599, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -20.8533, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5699.02; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2062 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-152.237, 33.3653, 18] + [ ecalVeto ] 0 : Hit 1: [-154.644, 37.5359, 17] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5025.93; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2063 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [40.9348, -37.5359, 10] + [ ecalVeto ] 0 : Hit 1: [38.5269, -33.3653, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 29.1946, 2] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 33.3653, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 97 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4254.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2064 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 16.6826, 19] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 20.8533, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 25.024, 17] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 20.8533, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 20.8533, 15] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 25.024, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 25.024, 13] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 29.1946, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5442.84; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2065 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-3.88031, -115.158, 17] + [ ecalVeto ] 0 : Hit 1: [-1.47238, -119.329, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-15.92, -110.987, 14] + [ ecalVeto ] 0 : Hit 1: [-18.3279, -106.817, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [48.1586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [45.7507, -29.1946, 5] + [ ecalVeto ] 0 : Hit 2: [48.1586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 3: [45.7507, -29.1946, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4656.57; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2066 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -70.9012, 16] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -66.7306, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -62.5599, 15] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -66.7306, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -45.8773, 14] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -41.7066, 13] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -58.3892, 14] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -54.2186, 13] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -45.8773, 13] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -41.7066, 12] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -37.5359, 11] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -33.3653, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -41.7066, 13] + [ ecalVeto ] 0 : Hit 1: [-87.2224, -37.5359, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -29.1946, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [19.2635, 8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, 4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [19.2635, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 3: [16.8555, 4.17066, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 5: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 6: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 7: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8133.94; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2067 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 11 + [ ecalVeto ] 0 : Beginning track merging using 11 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 11 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-88.1579, 119.329, 24] + [ ecalVeto ] 0 : Hit 1: [-90.5659, 115.158, 23] + [ ecalVeto ] 0 : Hit 2: [-88.1579, 110.987, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-119.461, 123.499, 23] + [ ecalVeto ] 0 : Hit 1: [-117.053, 119.329, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-105.013, 106.817, 21] + [ ecalVeto ] 0 : Hit 1: [-102.606, 102.646, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [76.1183, -98.4754, 20] + [ ecalVeto ] 0 : Hit 1: [73.7103, -94.3048, 19] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 90.1341, 19] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 85.9634, 18] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 77.6221, 17] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 73.4515, 16] + [ ecalVeto ] 0 : Hit 2: [-68.8945, 69.2808, 15] + [ ecalVeto ] 0 : Hit 3: [-66.4865, 65.1101, 14] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 54.2186, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 50.0479, 12] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 41.7066, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 37.5359, 10] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 33.3653, 8] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-33.711, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 20.8533, 6] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 12.512, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 11 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4920.22; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2068 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [48.1586, 25.024, 22] + [ ecalVeto ] 0 : Hit 1: [48.1586, 25.024, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [60.1983, 37.5359, 17] + [ ecalVeto ] 0 : Hit 1: [62.6062, 33.3653, 16] + [ ecalVeto ] 0 : Hit 2: [60.1983, 37.5359, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [67.4221, 25.024, 15] + [ ecalVeto ] 0 : Hit 1: [69.83, 29.1946, 14] + [ ecalVeto ] 0 : Hit 2: [67.4221, 25.024, 13] + [ ecalVeto ] 0 : Hit 3: [67.4221, 25.024, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-111.302, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-108.894, 16.6826, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3591.51; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2069 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-44.8152, 85.9634, 18] + [ ecalVeto ] 0 : Hit 1: [-44.8152, 85.9634, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [12.0397, 4.17066, 10] + [ ecalVeto ] 0 : Hit 2: [9.63173, 8.34132, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 40 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3059.53; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2070 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2694.25; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2071 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -79.2426, 17] + [ ecalVeto ] 0 : Hit 1: [4.81586, -75.0719, 16] + [ ecalVeto ] 0 : Hit 2: [2.40793, -70.9012, 15] + [ ecalVeto ] 0 : Hit 3: [4.81586, -66.7306, 14] + [ ecalVeto ] 0 : Hit 4: [2.40793, -62.5599, 13] + [ ecalVeto ] 0 : Hit 5: [4.81586, -58.3892, 12] + [ ecalVeto ] 0 : Hit 6: [2.40793, -54.2186, 11] + [ ecalVeto ] 0 : Hit 7: [4.81586, -58.3892, 10] + [ ecalVeto ] 0 : Hit 8: [2.40793, -54.2186, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-32.7755, 140.182, 15] + [ ecalVeto ] 0 : Hit 1: [-30.3676, 136.011, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2256.25; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2072 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 14 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1510.53; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2073 Brem photon produced 51 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, 20.8533, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, 25.024, 8] + [ ecalVeto ] 0 : Hit 3: [16.8555, 20.8533, 7] + [ ecalVeto ] 0 : Hit 4: [12.0397, 20.8533, 8] + [ ecalVeto ] 0 : Hit 5: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 6: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 7: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3139.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2074 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-67.4221, 33.3653, 20] + [ ecalVeto ] 0 : Hit 1: [-69.83, 29.1946, 19] + [ ecalVeto ] 0 : Hit 2: [-67.4221, 33.3653, 18] + [ ecalVeto ] 0 : Hit 3: [-69.83, 37.5359, 17] + [ ecalVeto ] 0 : Hit 4: [-67.4221, 33.3653, 16] + [ ecalVeto ] 0 : Hit 5: [-69.83, 37.5359, 15] + [ ecalVeto ] 0 : Hit 6: [-67.4221, 33.3653, 14] + [ ecalVeto ] 0 : Hit 7: [-69.83, 29.1946, 13] + [ ecalVeto ] 0 : Hit 8: [-67.4221, 33.3653, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-52.9745, 58.3892, 16] + [ ecalVeto ] 0 : Hit 1: [-55.3824, 54.2186, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 25.024, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 20.8533, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-33.711, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 12.512, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5478.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2075 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [97.7897, -102.646, 16] + [ ecalVeto ] 0 : Hit 1: [95.3817, -98.4754, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [83.3421, -94.3048, 14] + [ ecalVeto ] 0 : Hit 1: [80.9341, -90.1341, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-39.9993, -102.646, 3] + [ ecalVeto ] 0 : Hit 1: [-37.5914, -106.817, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3991.72; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2076 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -37.5359, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 19 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1862.35; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2077 Brem photon produced 81 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 2] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 1] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 2 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6252.66; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2078 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 56.7688, 17] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 60.9395, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 6: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 4.17066, 3] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -2.66454e-15, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-45.7507, 12.512, 4] + [ ecalVeto ] 0 : Hit 1: [-48.1586, 8.34132, 3] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 25.024, 4] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 91 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 9649.19; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2079 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5498.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2080 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [66.4865, 140.182, 33] + [ ecalVeto ] 0 : Hit 1: [68.8945, 136.011, 32] + [ ecalVeto ] 0 : Hit 2: [66.4865, 131.841, 31] + [ ecalVeto ] 0 : Hit 3: [68.8945, 127.67, 30] + [ ecalVeto ] 0 : Hit 4: [66.4865, 123.499, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [61.6707, 115.158, 28] + [ ecalVeto ] 0 : Hit 1: [59.2627, 110.987, 27] + [ ecalVeto ] 0 : Hit 2: [61.6707, 106.817, 26] + [ ecalVeto ] 0 : Hit 3: [59.2627, 102.646, 25] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [176.316, -83.4132, 28] + [ ecalVeto ] 0 : Hit 1: [173.908, -79.2426, 27] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [154.644, -79.2426, 24] + [ ecalVeto ] 0 : Hit 1: [152.237, -75.0719, 23] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [40.9348, 62.5599, 16] + [ ecalVeto ] 0 : Hit 1: [38.5269, 58.3892, 15] + [ ecalVeto ] 0 : Hit 2: [40.9348, 54.2186, 14] + [ ecalVeto ] 0 : Hit 3: [38.5269, 50.0479, 13] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, 29.1946, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 3] + [ ecalVeto ] 0 : Hit 2: [12.0397, 20.8533, 2] + [ ecalVeto ] 0 : Hit 3: [9.63173, 16.6826, 1] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 20.8533, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1459.42; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2081 Brem photon produced 80 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Hit 4: [2.40793, 12.512, 1] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, -16.6826, 4] + [ ecalVeto ] 0 : Hit 1: [16.8555, -20.8533, 3] + [ ecalVeto ] 0 : Hit 2: [19.2635, -16.6826, 2] + [ ecalVeto ] 0 : Hit 3: [16.8555, -12.512, 1] + [ ecalVeto ] 0 : Hit 4: [19.2635, -16.6826, 0] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [16.8555, -4.17066, 3] + [ ecalVeto ] 0 : Hit 1: [19.2635, -2.66454e-15, 2] + [ ecalVeto ] 0 : Hit 2: [16.8555, 4.17066, 1] + [ ecalVeto ] 0 : Hit 3: [19.2635, 8.34132, 0] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [31.3031, 4.17066, 3] + [ ecalVeto ] 0 : Hit 1: [31.3031, 4.17066, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4759.7; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2082 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3981.74; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2083 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 12 + [ ecalVeto ] 0 : Beginning track merging using 12 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 12 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-25.5517, 102.646, 29] + [ ecalVeto ] 0 : Hit 1: [-23.1438, 98.4754, 28] + [ ecalVeto ] 0 : Hit 2: [-25.5517, 94.3048, 27] + [ ecalVeto ] 0 : Hit 3: [-23.1438, 90.1341, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-190.763, -33.3653, 25] + [ ecalVeto ] 0 : Hit 1: [-188.356, -29.1946, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 62.5599, 21] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 58.3892, 20] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 54.2186, 19] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 50.0479, 18] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 45.8773, 17] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 41.7066, 16] + [ ecalVeto ] 0 : Hit 6: [-12.0397, 37.5359, 15] + [ ecalVeto ] 0 : Hit 7: [-9.63173, 33.3653, 14] + [ ecalVeto ] 0 : Hit 8: [-12.0397, 29.1946, 13] + [ ecalVeto ] 0 : Hit 9: [-9.63173, 25.024, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -131.841, 19] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -127.67, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-125.749, -37.5359, 17] + [ ecalVeto ] 0 : Hit 1: [-123.341, -33.3653, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 12.512, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 8.34132, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 4.17066, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -4.17066, 7] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -8.34132, 6] + [ ecalVeto ] 0 : Hit 6: [-12.0397, -12.512, 5] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -62.5599, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -66.7306, 10] + [ ecalVeto ] 0 : Hit 2: [-55.3824, -62.5599, 9] + [ ecalVeto ] 0 : Hit 3: [-55.3824, -62.5599, 7] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -29.1946, 10] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-45.7507, -62.5599, 10] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -62.5599, 8] + [ ecalVeto ] 0 : Hit 2: [-48.1586, -58.3892, 7] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -25.024, 8] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -45.8773, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -41.7066, 6] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -62.5599, 3] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -66.7306, 2] + [ ecalVeto ] 0 : Hit 2: [-54.4469, -69.2808, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 12 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4936.43; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2084 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, -58.3892, 18] + [ ecalVeto ] 0 : Hit 1: [31.3031, -54.2186, 17] + [ ecalVeto ] 0 : Hit 2: [33.711, -58.3892, 16] + [ ecalVeto ] 0 : Hit 3: [31.3031, -54.2186, 15] + [ ecalVeto ] 0 : Hit 4: [33.711, -50.0479, 14] + [ ecalVeto ] 0 : Hit 5: [31.3031, -45.8773, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, -45.8773, 12] + [ ecalVeto ] 0 : Hit 1: [24.0793, -41.7066, 11] + [ ecalVeto ] 0 : Hit 2: [26.4873, -45.8773, 10] + [ ecalVeto ] 0 : Hit 3: [24.0793, -41.7066, 9] + [ ecalVeto ] 0 : Hit 4: [26.4873, -37.5359, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, 20.8533, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 4: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 5: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 6: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 7: [9.63173, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 8: [12.0397, -4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6132.22; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2085 Brem photon produced 33 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [40.9348, 54.2186, 14] + [ ecalVeto ] 0 : Hit 1: [38.5269, 50.0479, 13] + [ ecalVeto ] 0 : Hit 2: [40.9348, 45.8773, 12] + [ ecalVeto ] 0 : Hit 3: [38.5269, 41.7066, 11] + [ ecalVeto ] 0 : Hit 4: [40.9348, 37.5359, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 90 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4464.74; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2086 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-73.7103, -152.694, 22] + [ ecalVeto ] 0 : Hit 1: [-76.1183, -148.523, 21] + [ ecalVeto ] 0 : Hit 2: [-76.1183, -148.523, 19] + [ ecalVeto ] 0 : Hit 3: [-73.7103, -144.353, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, -37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [19.2635, -33.3653, 8] + [ ecalVeto ] 0 : Hit 2: [16.8555, -37.5359, 7] + [ ecalVeto ] 0 : Hit 3: [19.2635, -33.3653, 6] + [ ecalVeto ] 0 : Hit 4: [19.2635, -33.3653, 4] + [ ecalVeto ] 0 : Hit 5: [16.8555, -29.1946, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [26.4873, -20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [24.0793, -25.024, 7] + [ ecalVeto ] 0 : Hit 2: [26.4873, -29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [24.0793, -25.024, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [33.711, -33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [31.3031, -29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [33.711, -25.024, 6] + [ ecalVeto ] 0 : Hit 3: [31.3031, -20.8533, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -75.0719, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -70.9012, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, -37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -37.5359, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -33.3653, 3] + [ ecalVeto ] 0 : Hit 4: [12.0397, -29.1946, 2] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -62.5599, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -58.3892, 4] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -70.9012, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -66.7306, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 94 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5148.52; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2087 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [89.6303, -8.34132, 26] + [ ecalVeto ] 0 : Hit 1: [89.0935, -12.512, 25] + [ ecalVeto ] 0 : Hit 2: [89.6303, -16.6826, 24] + [ ecalVeto ] 0 : Hit 3: [89.0935, -20.8533, 23] + [ ecalVeto ] 0 : Hit 4: [84.2776, -20.8533, 24] + [ ecalVeto ] 0 : Hit 5: [84.2776, -20.8533, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [32.7755, -131.841, 26] + [ ecalVeto ] 0 : Hit 1: [30.3676, -127.67, 25] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, -83.4132, 18] + [ ecalVeto ] 0 : Hit 1: [16.8555, -79.2426, 17] + [ ecalVeto ] 0 : Hit 2: [19.2635, -75.0719, 16] + [ ecalVeto ] 0 : Hit 3: [16.8555, -70.9012, 15] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, -54.2186, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, -50.0479, 11] + [ ecalVeto ] 0 : Hit 2: [12.0397, -45.8773, 10] + [ ecalVeto ] 0 : Hit 3: [9.63173, -41.7066, 9] + [ ecalVeto ] 0 : Hit 4: [12.0397, -37.5359, 8] + [ ecalVeto ] 0 : Hit 5: [9.63173, -33.3653, 7] + [ ecalVeto ] 0 : Hit 6: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Hit 7: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 8: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Hit 9: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Hit 10: [12.0397, -12.512, 2] + [ ecalVeto ] 0 : Hit 11: [9.63173, -16.6826, 1] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-33.711, -8.34132, 3] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2276.84; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2088 Brem photon produced 39 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -58.3892, 13] + [ ecalVeto ] 0 : Hit 1: [12.0397, -54.2186, 12] + [ ecalVeto ] 0 : Hit 2: [9.63173, -58.3892, 11] + [ ecalVeto ] 0 : Hit 3: [12.0397, -54.2186, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -45.8773, 12] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -41.7066, 11] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -37.5359, 10] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -33.3653, 9] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -29.1946, 8] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [4.81586, -33.3653, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, -45.8773, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -41.7066, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 33.3653, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, 37.5359, 2] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 1] + [ ecalVeto ] 0 : Hit 2: [12.0397, 37.5359, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4995.91; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2089 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [68.8945, -60.9395, 14] + [ ecalVeto ] 0 : Hit 1: [67.4221, -58.3892, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-162.804, -156.865, 9] + [ ecalVeto ] 0 : Hit 1: [-160.396, -161.035, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -50.0479, 1] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -54.2186, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 111 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6443.25; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2090 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [61.6707, 98.4754, 28] + [ ecalVeto ] 0 : Hit 1: [59.2627, 94.3048, 27] + [ ecalVeto ] 0 : Hit 2: [61.6707, 90.1341, 26] + [ ecalVeto ] 0 : Hit 3: [59.2627, 85.9634, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-32.7755, 81.7928, 13] + [ ecalVeto ] 0 : Hit 1: [-30.3676, 85.9634, 12] + [ ecalVeto ] 0 : Hit 2: [-30.3676, 85.9634, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-39.9993, 77.6221, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 75.0719, 10] + [ ecalVeto ] 0 : Hit 2: [-39.9993, 77.6221, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 70.9012, 10] + [ ecalVeto ] 0 : Hit 1: [-33.711, 66.7306, 9] + [ ecalVeto ] 0 : Hit 2: [-31.3031, 62.5599, 8] + [ ecalVeto ] 0 : Hit 3: [-33.711, 66.7306, 7] + [ ecalVeto ] 0 : Hit 4: [-31.3031, 62.5599, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 75.0719, 10] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 70.9012, 9] + [ ecalVeto ] 0 : Hit 2: [-24.0793, 75.0719, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 62.5599, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 66.7306, 8] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 45.8773, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 50.0479, 6] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 41.7066, 5] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 37.5359, 4] + [ ecalVeto ] 0 : Hit 3: [-24.0793, 41.7066, 6] + [ ecalVeto ] 0 : Hit 4: [-24.0793, 41.7066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 96 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7164.72; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2091 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 69.2808, 11] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 65.1101, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -8.34132, 4] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -4.17066, 3] + [ ecalVeto ] 0 : Hit 3: [-24.0793, -8.34132, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -20.8533, 3] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 97 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6750.07; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2092 Brem photon produced 36 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-118.525, 58.3892, 19] + [ ecalVeto ] 0 : Hit 1: [-116.118, 54.2186, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 25.024, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5785.31; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2093 Brem photon produced 37 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [8.69618, 123.499, 25] + [ ecalVeto ] 0 : Hit 1: [11.1041, 119.329, 24] + [ ecalVeto ] 0 : Hit 2: [8.69618, 115.158, 23] + [ ecalVeto ] 0 : Hit 3: [11.1041, 110.987, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [15.92, 102.646, 21] + [ ecalVeto ] 0 : Hit 1: [18.3279, 98.4754, 20] + [ ecalVeto ] 0 : Hit 2: [15.92, 94.3048, 19] + [ ecalVeto ] 0 : Hit 3: [18.3279, 98.4754, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, 83.4132, 14] + [ ecalVeto ] 0 : Hit 1: [16.8555, 79.2426, 13] + [ ecalVeto ] 0 : Hit 2: [19.2635, 75.0719, 12] + [ ecalVeto ] 0 : Hit 3: [16.8555, 70.9012, 11] + [ ecalVeto ] 0 : Hit 4: [19.2635, 66.7306, 10] + [ ecalVeto ] 0 : Hit 5: [16.8555, 62.5599, 9] + [ ecalVeto ] 0 : Hit 6: [16.8555, 54.2186, 11] + [ ecalVeto ] 0 : Hit 7: [19.2635, 58.3892, 10] + [ ecalVeto ] 0 : Hit 8: [16.8555, 54.2186, 9] + [ ecalVeto ] 0 : Hit 9: [19.2635, 50.0479, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, -8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, -4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, -8.34132, 8] + [ ecalVeto ] 0 : Hit 3: [16.8555, -4.17066, 7] + [ ecalVeto ] 0 : Hit 4: [19.2635, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 5: [16.8555, 4.17066, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [26.4873, 54.2186, 10] + [ ecalVeto ] 0 : Hit 1: [26.4873, 54.2186, 8] + [ ecalVeto ] 0 : Hit 2: [19.2635, 50.0479, 10] + [ ecalVeto ] 0 : Hit 3: [16.8555, 45.8773, 9] + [ ecalVeto ] 0 : Hit 4: [19.2635, 41.7066, 8] + [ ecalVeto ] 0 : Hit 5: [16.8555, 37.5359, 7] + [ ecalVeto ] 0 : Hit 6: [19.2635, 33.3653, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7328.05; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2094 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -37.5359, 15] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -33.3653, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -25.024, 13] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -20.8533, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Hit 4: [12.0397, -20.8533, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3363.55; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2095 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-140.197, -37.5359, 19] + [ ecalVeto ] 0 : Hit 1: [-137.789, -33.3653, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-130.565, -29.1946, 18] + [ ecalVeto ] 0 : Hit 1: [-132.973, -33.3653, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-118.525, -25.024, 17] + [ ecalVeto ] 0 : Hit 1: [-116.118, -20.8533, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 8.34132, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6482.57; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2096 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [77.0538, 50.0479, 26] + [ ecalVeto ] 0 : Hit 1: [74.6459, 45.8773, 25] + [ ecalVeto ] 0 : Hit 2: [77.0538, 41.7066, 24] + [ ecalVeto ] 0 : Hit 3: [74.6459, 37.5359, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [48.1586, 16.6826, 16] + [ ecalVeto ] 0 : Hit 1: [45.7507, 12.512, 15] + [ ecalVeto ] 0 : Hit 2: [48.1586, 16.6826, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4823.16; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2097 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 16] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 15] + [ ecalVeto ] 0 : Hit 2: [12.0397, 20.8533, 14] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 13] + [ ecalVeto ] 0 : Hit 4: [12.0397, 20.8533, 12] + [ ecalVeto ] 0 : Hit 5: [9.63173, 25.024, 11] + [ ecalVeto ] 0 : Hit 6: [9.63173, 25.024, 9] + [ ecalVeto ] 0 : Hit 7: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 10] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 6: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 7: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Hit 8: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 9: [-2.40793, 20.8533, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 7 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1045.53; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2098 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 79.2426, 28] + [ ecalVeto ] 0 : Hit 1: [9.63173, 75.0719, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 58.3892, 25] + [ ecalVeto ] 0 : Hit 1: [12.0397, 54.2186, 24] + [ ecalVeto ] 0 : Hit 2: [9.63173, 50.0479, 23] + [ ecalVeto ] 0 : Hit 3: [12.0397, 45.8773, 22] + [ ecalVeto ] 0 : Hit 4: [9.63173, 41.7066, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 14] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 13] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 11] + [ ecalVeto ] 0 : Hit 4: [4.81586, -8.34132, 10] + [ ecalVeto ] 0 : Hit 5: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 6: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 7: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 8: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -41.7066, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, -33.3653, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, -29.1946, 9] + [ ecalVeto ] 0 : Hit 4: [4.81586, -33.3653, 8] + [ ecalVeto ] 0 : Hit 5: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 6: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 7: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 8: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 87 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4289.94; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2099 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [161.868, -66.7306, 32] + [ ecalVeto ] 0 : Hit 1: [159.46, -62.5599, 31] + [ ecalVeto ] 0 : Hit 2: [161.868, -58.3892, 30] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [104.078, -25.024, 18] + [ ecalVeto ] 0 : Hit 1: [101.67, -20.8533, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 12.512, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 16.6826, 10] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 12.512, 7] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 16.6826, 6] + [ ecalVeto ] 0 : Hit 5: [-12.0397, 20.8533, 5] + [ ecalVeto ] 0 : Hit 6: [-9.63173, 16.6826, 4] + [ ecalVeto ] 0 : Hit 7: [-12.0397, 12.512, 3] + [ ecalVeto ] 0 : Hit 8: [-9.63173, 8.34132, 2] + [ ecalVeto ] 0 : Hit 9: [-12.0397, 12.512, 1] + [ ecalVeto ] 0 : Hit 10: [-9.63173, 16.6826, 0] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 73.4515, 11] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 69.2808, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-80.9341, 73.4515, 6] + [ ecalVeto ] 0 : Hit 1: [-83.3421, 77.6221, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5584.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2100 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [32.7755, -98.4754, 30] + [ ecalVeto ] 0 : Hit 1: [30.3676, -94.3048, 29] + [ ecalVeto ] 0 : Hit 2: [32.7755, -90.1341, 28] + [ ecalVeto ] 0 : Hit 3: [30.3676, -85.9634, 27] + [ ecalVeto ] 0 : Hit 4: [32.7755, -81.7928, 26] + [ ecalVeto ] 0 : Hit 5: [31.3031, -79.2426, 25] + [ ecalVeto ] 0 : Hit 6: [33.711, -75.0719, 24] + [ ecalVeto ] 0 : Hit 7: [31.3031, -70.9012, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, -70.9012, 22] + [ ecalVeto ] 0 : Hit 1: [24.0793, -66.7306, 21] + [ ecalVeto ] 0 : Hit 2: [26.4873, -62.5599, 20] + [ ecalVeto ] 0 : Hit 3: [24.0793, -58.3892, 19] + [ ecalVeto ] 0 : Hit 4: [26.4873, -54.2186, 18] + [ ecalVeto ] 0 : Hit 5: [24.0793, -50.0479, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 22] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 21] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 20] + [ ecalVeto ] 0 : Hit 3: [9.63173, 8.34132, 19] + [ ecalVeto ] 0 : Hit 4: [12.0397, 4.17066, 18] + [ ecalVeto ] 0 : Hit 5: [9.63173, -2.66454e-15, 17] + [ ecalVeto ] 0 : Hit 6: [9.63173, -2.66454e-15, 15] + [ ecalVeto ] 0 : Hit 7: [12.0397, -4.17066, 14] + [ ecalVeto ] 0 : Hit 8: [9.63173, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 9: [12.0397, -4.17066, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, -50.0479, 16] + [ ecalVeto ] 0 : Hit 1: [16.8555, -45.8773, 15] + [ ecalVeto ] 0 : Hit 2: [19.2635, -41.7066, 14] + [ ecalVeto ] 0 : Hit 3: [16.8555, -37.5359, 13] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 16] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 15] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 13] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 12] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -12.512, 14] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -12.512, 12] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -8.34132, 11] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -12.512, 10] + [ ecalVeto ] 0 : Hit 8: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 9: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, -37.5359, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, -33.3653, 11] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 10] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 9] + [ ecalVeto ] 0 : Hit 4: [12.0397, -20.8533, 8] + [ ecalVeto ] 0 : Hit 5: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2890.24; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2101 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, 66.7306, 14] + [ ecalVeto ] 0 : Hit 1: [31.3031, 62.5599, 13] + [ ecalVeto ] 0 : Hit 2: [33.711, 58.3892, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 35 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1293.88; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2102 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -70.9012, 13] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -66.7306, 12] + [ ecalVeto ] 0 : Hit 2: [-40.9348, -70.9012, 11] + [ ecalVeto ] 0 : Hit 3: [-38.5269, -66.7306, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, -66.7306, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -62.5599, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -54.2186, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -50.0479, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 42 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4284.61; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2103 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-102.606, 85.9634, 28] + [ ecalVeto ] 0 : Hit 1: [-105.013, 81.7928, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-104.078, 58.3892, 23] + [ ecalVeto ] 0 : Hit 1: [-101.67, 54.2186, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 54.2186, 21] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 50.0479, 20] + [ ecalVeto ] 0 : Hit 2: [-96.8541, 45.8773, 19] + [ ecalVeto ] 0 : Hit 3: [-94.4462, 41.7066, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-89.6303, 41.7066, 17] + [ ecalVeto ] 0 : Hit 1: [-87.2224, 37.5359, 16] + [ ecalVeto ] 0 : Hit 2: [-89.6303, 33.3653, 15] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [40.9348, 54.2186, 12] + [ ecalVeto ] 0 : Hit 1: [38.5269, 50.0479, 11] + [ ecalVeto ] 0 : Hit 2: [40.9348, 45.8773, 10] + [ ecalVeto ] 0 : Hit 3: [38.5269, 41.7066, 9] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 29.1946, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4420.74; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2104 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 24 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2799.33; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2105 Brem photon produced 42 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -90.1341, 21] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -85.9634, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -69.2808, 19] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -65.1101, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-69.83, -54.2186, 17] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -50.0479, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5726.56; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2106 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [130.565, -4.17066, 29] + [ ecalVeto ] 0 : Hit 1: [132.973, -8.34132, 28] + [ ecalVeto ] 0 : Hit 2: [130.565, -12.512, 27] + [ ecalVeto ] 0 : Hit 3: [132.973, -16.6826, 26] + [ ecalVeto ] 0 : Hit 4: [130.565, -20.8533, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -69.2808, 17] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -65.1101, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-108.894, -16.6826, 16] + [ ecalVeto ] 0 : Hit 1: [-111.302, -12.512, 15] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 41.7066, 5] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 45.8773, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6616.85; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2107 Brem photon produced 84 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 8.34132, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 12.512, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 8.34132, 6] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 4.17066, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 2] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5955.43; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2108 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-89.6303, 41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-87.2224, 45.8773, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 45.8773, 7] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 50.0479, 6] + [ ecalVeto ] 0 : Hit 2: [-83.3421, 52.5982, 5] + [ ecalVeto ] 0 : Hit 3: [-81.8697, 50.0479, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6963.43; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2109 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 16 + [ ecalVeto ] 0 : Beginning track merging using 16 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 16 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-102.606, -127.67, 30] + [ ecalVeto ] 0 : Hit 1: [-105.013, -123.499, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-109.829, -115.158, 28] + [ ecalVeto ] 0 : Hit 1: [-112.237, -110.987, 27] + [ ecalVeto ] 0 : Hit 2: [-109.829, -106.817, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-119.461, -98.4754, 25] + [ ecalVeto ] 0 : Hit 1: [-117.053, -94.3048, 24] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-112.237, -85.9634, 23] + [ ecalVeto ] 0 : Hit 1: [-109.829, -90.1341, 22] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-105.013, -81.7928, 21] + [ ecalVeto ] 0 : Hit 1: [-102.606, -77.6221, 20] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [76.1183, 56.7688, 20] + [ ecalVeto ] 0 : Hit 1: [74.6459, 54.2186, 19] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [48.1586, 33.3653, 20] + [ ecalVeto ] 0 : Hit 1: [45.7507, 37.5359, 19] + [ ecalVeto ] 0 : Hit 2: [48.1586, 33.3653, 18] + [ ecalVeto ] 0 : Hit 3: [45.7507, 29.1946, 17] + [ ecalVeto ] 0 : Hit 4: [48.1586, 33.3653, 16] + [ ecalVeto ] 0 : Hit 5: [45.7507, 29.1946, 15] + [ ecalVeto ] 0 : Hit 6: [48.1586, 33.3653, 14] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -69.2808, 19] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -65.1101, 18] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-147.421, 16.6826, 19] + [ ecalVeto ] 0 : Hit 1: [-145.013, 12.512, 18] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -20.8533, 17] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -25.024, 16] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-125.749, 12.512, 17] + [ ecalVeto ] 0 : Hit 1: [-123.341, 8.34132, 16] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -65.1101, 17] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -60.9395, 16] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -33.3653, 15] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -29.1946, 14] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -52.5982, 15] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -50.0479, 14] + [ ecalVeto ] 0 : Track 14: + [ ecalVeto ] 0 : Hit 0: [-69.83, -29.1946, 13] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -25.024, 12] + [ ecalVeto ] 0 : Track 15: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -25.024, 11] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -29.1946, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 99 hits + [ ecalVeto ] 0 : MIP tracking completed; found 16 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4085.04; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2110 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3875.28; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2111 Brem photon produced 54 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-202.803, -62.5599, 28] + [ ecalVeto ] 0 : Hit 1: [-202.803, -62.5599, 26] + [ ecalVeto ] 0 : Hit 2: [-205.211, -58.3892, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-212.435, -62.5599, 25] + [ ecalVeto ] 0 : Hit 1: [-210.027, -58.3892, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -58.3892, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -54.2186, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -58.3892, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -54.2186, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -50.0479, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, -45.8773, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5490.87; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2112 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [37.5914, -81.7928, 23] + [ ecalVeto ] 0 : Hit 1: [39.9993, -77.6221, 22] + [ ecalVeto ] 0 : Hit 2: [38.5269, -75.0719, 21] + [ ecalVeto ] 0 : Hit 3: [38.5269, -75.0719, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, -62.5599, 16] + [ ecalVeto ] 0 : Hit 1: [24.0793, -58.3892, 15] + [ ecalVeto ] 0 : Hit 2: [26.4873, -54.2186, 14] + [ ecalVeto ] 0 : Hit 3: [24.0793, -50.0479, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -58.3892, 13] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -54.2186, 12] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -50.0479, 11] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -45.8773, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-74.6459, 20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-77.0538, 25.024, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5993.45; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2113 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -12.512, 16] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -8.34132, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 4.17066, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 25.024, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 29.1946, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 25.024, 10] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 29.1946, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4122.72; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2114 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 36 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5806.25; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2115 Brem photon produced 87 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5309.96; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2116 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 16 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6005.85; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2117 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 37.5359, 8] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 41.7066, 7] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 37.5359, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 38 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3543.84; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2118 Brem photon produced 61 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-30.3676, -102.646, 26] + [ ecalVeto ] 0 : Hit 1: [-32.7755, -98.4754, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -79.2426, 22] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -75.0719, 21] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -70.9012, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -62.5599, 19] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -58.3892, 18] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -54.2186, 17] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -50.0479, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 13] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 12] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 11] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5798.09; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2119 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-54.4469, 144.353, 33] + [ ecalVeto ] 0 : Hit 1: [-52.039, 140.182, 32] + [ ecalVeto ] 0 : Hit 2: [-54.4469, 136.011, 31] + [ ecalVeto ] 0 : Hit 3: [-52.039, 131.841, 30] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-54.4469, 119.329, 29] + [ ecalVeto ] 0 : Hit 1: [-52.039, 115.158, 28] + [ ecalVeto ] 0 : Hit 2: [-54.4469, 110.987, 27] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-52.039, 98.4754, 26] + [ ecalVeto ] 0 : Hit 1: [-54.4469, 94.3048, 25] + [ ecalVeto ] 0 : Hit 2: [-52.039, 90.1341, 24] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [73.7103, -194.401, 21] + [ ecalVeto ] 0 : Hit 1: [73.7103, -194.401, 19] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 66.7306, 20] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 62.5599, 19] + [ ecalVeto ] 0 : Hit 2: [-38.5269, 58.3892, 18] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 12.512, 10] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 8.34132, 9] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 4.17066, 8] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [19.2635, -83.4132, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, -79.2426, 7] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -12.512, 5] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -20.8533, 3] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2856.95; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2120 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-137.789, 75.0719, 22] + [ ecalVeto ] 0 : Hit 1: [-140.197, 70.9012, 21] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6065.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2121 Brem photon produced 50 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, 16.6826, 18] + [ ecalVeto ] 0 : Hit 1: [31.3031, 12.512, 17] + [ ecalVeto ] 0 : Hit 2: [31.3031, 12.512, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, 4.17066, 14] + [ ecalVeto ] 0 : Hit 1: [26.4873, 4.17066, 12] + [ ecalVeto ] 0 : Hit 2: [24.0793, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 3: [26.4873, -4.17066, 10] + [ ecalVeto ] 0 : Hit 4: [24.0793, -8.34132, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [105.013, -73.4515, 8] + [ ecalVeto ] 0 : Hit 1: [105.013, -73.4515, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, -12.512, 7] + [ ecalVeto ] 0 : Hit 2: [19.2635, -16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [19.2635, -16.6826, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -2.66454e-15, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 123 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5897.78; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2122 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-118.525, -8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [-116.118, -4.17066, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -16.6826, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -4.17066, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -45.8773, 3] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -50.0479, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4770.14; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2123 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [118.525, 50.0479, 28] + [ ecalVeto ] 0 : Hit 1: [118.525, 50.0479, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-183.54, -4.17066, 27] + [ ecalVeto ] 0 : Hit 1: [-181.132, -8.34132, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-147.421, -2.36672e-14, 23] + [ ecalVeto ] 0 : Hit 1: [-145.013, -4.17066, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 4.17066, 17] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -2.36672e-14, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 4.17066, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3154.33; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2124 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -45.8773, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -41.7066, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 45.8773, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 8.34132, 4] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 12.512, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6641.23; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2125 Brem photon produced 37 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-44.8152, -102.646, 16] + [ ecalVeto ] 0 : Hit 1: [-47.2231, -98.4754, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -50.0479, 12] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -45.8773, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 45.8773, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 41.7066, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 41.7066, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 37.5359, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 87 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5495.44; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2126 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [125.749, 29.1946, 26] + [ ecalVeto ] 0 : Hit 1: [123.341, 25.024, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-37.5914, 131.841, 24] + [ ecalVeto ] 0 : Hit 1: [-39.9993, 127.67, 23] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 62.5599, 15] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 58.3892, 14] + [ ecalVeto ] 0 : Hit 2: [-26.4873, 54.2186, 13] + [ ecalVeto ] 0 : Hit 3: [-24.0793, 50.0479, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, 41.7066, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, 37.5359, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [-33.711, 33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [-31.3031, 37.5359, 4] + [ ecalVeto ] 0 : Hit 3: [-33.711, 41.7066, 3] + [ ecalVeto ] 0 : Hit 4: [-31.3031, 37.5359, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 134 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2937.64; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2127 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2476.98; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2128 Brem photon produced 36 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [16.8555, -20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [19.2635, -16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [16.8555, -12.512, 7] + [ ecalVeto ] 0 : Hit 3: [19.2635, -8.34132, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 119 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6296.03; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2129 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-125.749, 29.1946, 15] + [ ecalVeto ] 0 : Hit 1: [-123.341, 33.3653, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 33.3653, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -33.3653, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -41.7066, 4] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -37.5359, 3] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -41.7066, 2] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -45.8773, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 103 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5987.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2130 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 45.8773, 14] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 41.7066, 13] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 45.8773, 12] + [ ecalVeto ] 0 : Hit 3: [-19.2635, 41.7066, 11] + [ ecalVeto ] 0 : Hit 4: [-19.2635, 33.3653, 13] + [ ecalVeto ] 0 : Hit 5: [-16.8555, 37.5359, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 25.024, 13] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 29.1946, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -37.5359, 13] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -33.3653, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 54.2186, 12] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 50.0479, 11] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 11] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 12.512, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 8.34132, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 4.17066, 9] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 4.17066, 7] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -2.66454e-15, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 45.8773, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 50.0479, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5499.29; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2131 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 11 + [ ecalVeto ] 0 : Beginning track merging using 11 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-73.7103, 60.9395, 20] + [ ecalVeto ] 0 : Hit 1: [-76.1183, 65.1101, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 75.0719, 12] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 75.0719, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 50.0479, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 45.8773, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 62.5599, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 58.3892, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 62.5599, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 70.9012, 10] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 70.9012, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-33.711, 33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 37.5359, 8] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-33.711, 50.0479, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 45.8773, 8] + [ ecalVeto ] 0 : Hit 2: [-31.3031, 45.8773, 6] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [2.40793, 45.8773, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 41.7066, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 45.8773, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 58.3892, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 54.2186, 6] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 3] + [ ecalVeto ] 0 : Hit 2: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 3: [4.81586, 33.3653, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7256.92; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2132 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-126.685, 85.9634, 23] + [ ecalVeto ] 0 : Hit 1: [-124.277, 81.7928, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-112.237, 77.6221, 21] + [ ecalVeto ] 0 : Hit 1: [-109.829, 73.4515, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 69.2808, 19] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 65.1101, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 56.7688, 17] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 52.5982, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5155.98; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2133 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 42 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3188.78; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2134 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [68.8945, 127.67, 22] + [ ecalVeto ] 0 : Hit 1: [66.4865, 123.499, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [61.6707, 115.158, 20] + [ ecalVeto ] 0 : Hit 1: [59.2627, 110.987, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 45.8773, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 41.7066, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, 37.5359, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, 41.7066, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [226.882, -45.8773, 4] + [ ecalVeto ] 0 : Hit 1: [224.475, -41.7066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 95 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5037.72; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2135 Brem photon produced 58 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-141.132, 94.3048, 29] + [ ecalVeto ] 0 : Hit 1: [-138.725, 90.1341, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-145.948, 136.011, 28] + [ ecalVeto ] 0 : Hit 1: [-145.948, 136.011, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-141.132, 110.987, 27] + [ ecalVeto ] 0 : Hit 1: [-138.725, 115.158, 26] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-141.132, 127.67, 27] + [ ecalVeto ] 0 : Hit 1: [-138.725, 123.499, 26] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-133.909, 106.817, 25] + [ ecalVeto ] 0 : Hit 1: [-131.501, 102.646, 24] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-119.461, 98.4754, 23] + [ ecalVeto ] 0 : Hit 1: [-117.053, 94.3048, 22] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 77.6221, 19] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 73.4515, 18] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-111.302, 12.512, 19] + [ ecalVeto ] 0 : Hit 1: [-108.894, 8.34132, 18] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 65.1101, 15] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 60.9395, 14] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-69.83, 12.512, 13] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 16.6826, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2056.86; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2136 Brem photon produced 37 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 9] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 29.1946, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, 25.024, 3] + [ ecalVeto ] 0 : Hit 5: [12.0397, 20.8533, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, 4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 104 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5028.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2137 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [154.644, 79.2426, 26] + [ ecalVeto ] 0 : Hit 1: [152.237, 75.0719, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-23.1438, -156.865, 18] + [ ecalVeto ] 0 : Hit 1: [-25.5517, -152.694, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -37.5359, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, -41.7066, 3] + [ ecalVeto ] 0 : Hit 2: [12.0397, -37.5359, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4388.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2138 Brem photon produced 38 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6687.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2139 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 102 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5990.08; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2140 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -115.158, 17] + [ ecalVeto ] 0 : Hit 1: [-59.2627, -110.987, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -41.7066, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -37.5359, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 87 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6420.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2141 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -66.7306, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -62.5599, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -58.3892, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -54.2186, 8] + [ ecalVeto ] 0 : Hit 4: [4.81586, -58.3892, 10] + [ ecalVeto ] 0 : Hit 5: [2.40793, -62.5599, 9] + [ ecalVeto ] 0 : Hit 6: [2.40793, -62.5599, 7] + [ ecalVeto ] 0 : Hit 7: [4.81586, -66.7306, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6999.65; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2142 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 12.512, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 12.512, 10] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 12.512, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -16.6826, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -25.024, 6] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -20.8533, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-33.711, -33.3653, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -37.5359, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -25.024, 4] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -29.1946, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4068.18; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2143 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, 50.0479, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 45.8773, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 33.3653, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, 29.1946, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, 20.8533, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5360.64; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2144 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-69.83, -29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -25.024, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -20.8533, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-118.525, 58.3892, 7] + [ ecalVeto ] 0 : Hit 1: [-116.118, 62.5599, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, 37.5359, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, 33.3653, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, 29.1946, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 1] + [ ecalVeto ] 0 : Hit 4: [4.81586, 33.3653, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 104 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8337.92; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2145 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -50.0479, 11] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -54.2186, 10] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -50.0479, 9] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -54.2186, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-45.7507, -12.512, 8] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -16.6826, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -16.6826, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -12.512, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 115 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7453.56; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2146 Brem photon produced 57 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 15 + [ ecalVeto ] 0 : Beginning track merging using 15 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 15 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [188.356, -45.8773, 27] + [ ecalVeto ] 0 : Hit 1: [190.763, -50.0479, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [25.5517, 136.011, 22] + [ ecalVeto ] 0 : Hit 1: [23.1438, 131.841, 21] + [ ecalVeto ] 0 : Hit 2: [25.5517, 127.67, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [23.1438, 115.158, 19] + [ ecalVeto ] 0 : Hit 1: [25.5517, 110.987, 18] + [ ecalVeto ] 0 : Hit 2: [23.1438, 106.817, 17] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [18.3279, 98.4754, 16] + [ ecalVeto ] 0 : Hit 1: [15.92, 94.3048, 15] + [ ecalVeto ] 0 : Hit 2: [18.3279, 90.1341, 14] + [ ecalVeto ] 0 : Hit 3: [16.8555, 87.5839, 13] + [ ecalVeto ] 0 : Hit 4: [19.2635, 83.4132, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, 75.0719, 11] + [ ecalVeto ] 0 : Hit 1: [12.0397, 70.9012, 10] + [ ecalVeto ] 0 : Hit 2: [9.63173, 66.7306, 9] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -54.2186, 10] + [ ecalVeto ] 0 : Hit 1: [-33.711, -58.3892, 9] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -33.3653, 8] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-44.8152, 77.6221, 8] + [ ecalVeto ] 0 : Hit 1: [-47.2231, 73.4515, 7] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [4.81586, 58.3892, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 54.2186, 7] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-33.711, 66.7306, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 62.5599, 6] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 37.5359, 6] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 45.8773, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 41.7066, 5] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 37.5359, 5] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 33.3653, 4] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 29.1946, 3] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 25.024, 2] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 2] + [ ecalVeto ] 0 : Track 14: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 16.6826, 1] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 15 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3429.31; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2147 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [47.2231, 131.841, 18] + [ ecalVeto ] 0 : Hit 1: [44.8152, 127.67, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [32.7755, 98.4754, 12] + [ ecalVeto ] 0 : Hit 1: [30.3676, 94.3048, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 54.2186, 7] + [ ecalVeto ] 0 : Hit 1: [2.40793, 54.2186, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 50.0479, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 54.2186, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, 50.0479, 2] + [ ecalVeto ] 0 : Hit 5: [2.40793, 45.8773, 1] + [ ecalVeto ] 0 : Hit 6: [4.81586, 41.7066, 0] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 41.7066, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, 33.3653, 2] + [ ecalVeto ] 0 : Hit 5: [2.40793, 29.1946, 1] + [ ecalVeto ] 0 : Hit 6: [4.81586, 33.3653, 0] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 110.987, 3] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 106.817, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4864.43; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2148 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-69.83, 20.8533, 23] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 25.024, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 16.6826, 21] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 20.8533, 20] + [ ecalVeto ] 0 : Hit 2: [-62.6062, 16.6826, 19] + [ ecalVeto ] 0 : Hit 3: [-60.1983, 12.512, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 2: [-40.9348, -4.17066, 11] + [ ecalVeto ] 0 : Hit 3: [-38.5269, -8.34132, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [33.711, -16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [33.711, -16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [31.3031, -20.8533, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -50.0479, 5] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -45.8773, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8361.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2149 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [126.685, -102.646, 28] + [ ecalVeto ] 0 : Hit 1: [124.277, -98.4754, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -94.3048, 21] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -90.1341, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -85.9634, 19] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -81.7928, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -81.7928, 17] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -77.6221, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -73.4515, 15] + [ ecalVeto ] 0 : Hit 1: [-59.2627, -69.2808, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -4.17066, 10] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-33.711, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -4.17066, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3149.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2150 Brem photon produced 33 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-111.302, -45.8773, 19] + [ ecalVeto ] 0 : Hit 1: [-108.894, -50.0479, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -41.7066, 15] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -37.5359, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [26.4873, -45.8773, 8] + [ ecalVeto ] 0 : Hit 1: [26.4873, -45.8773, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, -41.7066, 6] + [ ecalVeto ] 0 : Hit 1: [19.2635, -41.7066, 4] + [ ecalVeto ] 0 : Hit 2: [12.0397, -37.5359, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, -37.5359, 4] + [ ecalVeto ] 0 : Hit 5: [12.0397, -37.5359, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 16.6826, 3] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 12.512, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 2] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 1] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 92 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5794.52; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2151 Brem photon produced 77 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, -41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [24.0793, -41.7066, 5] + [ ecalVeto ] 0 : Hit 2: [26.4873, -45.8773, 4] + [ ecalVeto ] 0 : Hit 3: [24.0793, -41.7066, 3] + [ ecalVeto ] 0 : Hit 4: [26.4873, -45.8773, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -41.7066, 6] + [ ecalVeto ] 0 : Hit 1: [16.8555, -37.5359, 5] + [ ecalVeto ] 0 : Hit 2: [19.2635, -41.7066, 4] + [ ecalVeto ] 0 : Hit 3: [19.2635, -41.7066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5151.48; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2152 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 37.5359, 21] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 41.7066, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 41.7066, 19] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 45.8773, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -20.8533, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -37.5359, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -37.5359, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -33.3653, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5812.39; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2153 Brem photon produced 36 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-108.894, -25.024, 24] + [ ecalVeto ] 0 : Hit 1: [-111.302, -20.8533, 23] + [ ecalVeto ] 0 : Hit 2: [-108.894, -16.6826, 22] + [ ecalVeto ] 0 : Hit 3: [-111.302, -12.512, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-111.302, 4.17066, 19] + [ ecalVeto ] 0 : Hit 1: [-108.894, -2.36672e-14, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-104.078, 8.34132, 17] + [ ecalVeto ] 0 : Hit 1: [-101.67, 12.512, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 12.512, 15] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 16.6826, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-69.83, -4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -8.34132, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -58.3892, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -54.2186, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -50.0479, 6] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -45.8773, 5] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -50.0479, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -37.5359, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -41.7066, 3] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -37.5359, 2] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -41.7066, 5] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 1] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5777.28; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2154 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2154 Brem photon produced 49 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, 4.17066, 3] + [ ecalVeto ] 0 : Hit 1: [19.2635, -2.66454e-15, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [24.0793, -8.34132, 1] + [ ecalVeto ] 0 : Hit 1: [26.4873, -12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4138.66; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2155 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [31.3031, -62.5599, 7] + [ ecalVeto ] 0 : Hit 1: [31.3031, -62.5599, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -29.1946, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 99 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6067.75; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2156 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 21 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3856.93; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2157 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3413.96; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2158 Brem photon produced 47 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-104.078, 58.3892, 21] + [ ecalVeto ] 0 : Hit 1: [-101.67, 54.2186, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-89.6303, 50.0479, 19] + [ ecalVeto ] 0 : Hit 1: [-87.2224, 45.8773, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 41.7066, 17] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 37.5359, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, -58.3892, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -62.5599, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -66.7306, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, -62.5599, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [19.2635, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 1: [16.8555, -4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [19.2635, -8.34132, 4] + [ ecalVeto ] 0 : Hit 3: [16.8555, -12.512, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4433.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2159 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 12] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 9] + [ ecalVeto ] 0 : Hit 4: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 5: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 6: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 7: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 8: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 27 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2207.84; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2160 Brem photon produced 2 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 2] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -25.024, 4] + [ ecalVeto ] 0 : Hit 5: [-12.0397, -20.8533, 3] + [ ecalVeto ] 0 : Hit 6: [-9.63173, -25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 40 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7184.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2161 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-23.1438, -106.817, 24] + [ ecalVeto ] 0 : Hit 1: [-25.5517, -102.646, 23] + [ ecalVeto ] 0 : Hit 2: [-23.1438, -98.4754, 22] + [ ecalVeto ] 0 : Hit 3: [-25.5517, -94.3048, 21] + [ ecalVeto ] 0 : Hit 4: [-23.1438, -90.1341, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-52.9745, 33.3653, 18] + [ ecalVeto ] 0 : Hit 1: [-55.3824, 37.5359, 17] + [ ecalVeto ] 0 : Hit 2: [-52.9745, 33.3653, 16] + [ ecalVeto ] 0 : Hit 3: [-55.3824, 29.1946, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -58.3892, 15] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -54.2186, 14] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -50.0479, 13] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -45.8773, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -25.024, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -20.8533, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -16.6826, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 44 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5230.23; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2162 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -33.3653, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4865.75; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2163 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, 20.8533, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, 25.024, 8] + [ ecalVeto ] 0 : Hit 3: [16.8555, 29.1946, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 34 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3306.21; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2164 Brem photon produced 76 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, 20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [19.2635, 16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [16.8555, 20.8533, 5] + [ ecalVeto ] 0 : Hit 4: [19.2635, 16.6826, 4] + [ ecalVeto ] 0 : Hit 5: [16.8555, 20.8533, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, 50.0479, 4] + [ ecalVeto ] 0 : Hit 1: [16.8555, 45.8773, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 106 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8597.44; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2165 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 43 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5424.42; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2166 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, -2.66454e-15, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4943.13; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2167 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4154.87; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2168 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -37.5359, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 98 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4682.87; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2169 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-48.1586, 16.6826, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -62.5599, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -58.3892, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -54.2186, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -58.3892, 6] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -54.2186, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -50.0479, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -45.8773, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -41.7066, 6] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -37.5359, 5] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -41.7066, 4] + [ ecalVeto ] 0 : Hit 5: [-12.0397, -37.5359, 3] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -41.7066, 5] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -37.5359, 4] + [ ecalVeto ] 0 : Hit 8: [-4.81586, -41.7066, 3] + [ ecalVeto ] 0 : Hit 9: [-2.40793, -37.5359, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -54.2186, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -50.0479, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -29.1946, 2] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -33.3653, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6305.81; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2170 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 87.5839, 27] + [ ecalVeto ] 0 : Hit 1: [4.81586, 83.4132, 26] + [ ecalVeto ] 0 : Hit 2: [2.40793, 79.2426, 25] + [ ecalVeto ] 0 : Hit 3: [4.81586, 75.0719, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -83.4132, 23] + [ ecalVeto ] 0 : Hit 1: [12.0397, -79.2426, 22] + [ ecalVeto ] 0 : Hit 2: [9.63173, -75.0719, 21] + [ ecalVeto ] 0 : Hit 3: [12.0397, -70.9012, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 62.5599, 23] + [ ecalVeto ] 0 : Hit 1: [4.81586, 58.3892, 22] + [ ecalVeto ] 0 : Hit 2: [2.40793, 54.2186, 21] + [ ecalVeto ] 0 : Hit 3: [4.81586, 50.0479, 20] + [ ecalVeto ] 0 : Hit 4: [2.40793, 45.8773, 19] + [ ecalVeto ] 0 : Hit 5: [4.81586, 41.7066, 18] + [ ecalVeto ] 0 : Hit 6: [2.40793, 37.5359, 17] + [ ecalVeto ] 0 : Hit 7: [4.81586, 33.3653, 16] + [ ecalVeto ] 0 : Hit 8: [2.40793, 29.1946, 15] + [ ecalVeto ] 0 : Hit 9: [4.81586, 25.024, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 13] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 12] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 11] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 4: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 5: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 6: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 7: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 8: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 9: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 41 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1373.85; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2171 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [94.4462, -50.0479, 29] + [ ecalVeto ] 0 : Hit 1: [96.8541, -45.8773, 28] + [ ecalVeto ] 0 : Hit 2: [96.8541, -45.8773, 26] + [ ecalVeto ] 0 : Hit 3: [94.4462, -41.7066, 25] + [ ecalVeto ] 0 : Hit 4: [96.8541, -37.5359, 24] + [ ecalVeto ] 0 : Hit 5: [94.4462, -33.3653, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 4: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 7: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-87.2224, -29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [-89.6303, -25.024, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-94.4462, -41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [-96.8541, -37.5359, 7] + [ ecalVeto ] 0 : Hit 2: [-96.8541, -37.5359, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-87.2224, -37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [-89.6303, -41.7066, 7] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -50.0479, 7] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -45.8773, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-69.83, -45.8773, 7] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -41.7066, 6] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -50.0479, 7] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -45.8773, 6] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-52.9745, -41.7066, 6] + [ ecalVeto ] 0 : Hit 1: [-55.3824, -45.8773, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5103.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2172 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-181.132, -2.36672e-14, 28] + [ ecalVeto ] 0 : Hit 1: [-183.54, 4.17066, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-219.659, -8.34132, 25] + [ ecalVeto ] 0 : Hit 1: [-217.251, -4.17066, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 2: [-26.4873, 4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [-24.0793, 8.34132, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 20.8533, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 16.6826, 4] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 12.512, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6844.78; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2173 Brem photon produced 81 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3825.55; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2174 Brem photon produced 47 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 10] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 5: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 6: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 25.024, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -2.66454e-15, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3867.36; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2175 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2175 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 6: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Hit 7: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Hit 8: [2.40793, -29.1946, 1] + [ ecalVeto ] 0 : Hit 9: [4.81586, -25.024, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 29 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3717.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2176 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-101.67, -45.8773, 16] + [ ecalVeto ] 0 : Hit 1: [-104.078, -50.0479, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-111.302, -54.2186, 15] + [ ecalVeto ] 0 : Hit 1: [-111.302, -54.2186, 13] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 14864.5; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2177 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3424.57; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2178 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, -25.024, 15] + [ ecalVeto ] 0 : Hit 1: [26.4873, -20.8533, 14] + [ ecalVeto ] 0 : Hit 2: [24.0793, -25.024, 13] + [ ecalVeto ] 0 : Hit 3: [26.4873, -20.8533, 12] + [ ecalVeto ] 0 : Hit 4: [19.2635, -25.024, 14] + [ ecalVeto ] 0 : Hit 5: [16.8555, -20.8533, 13] + [ ecalVeto ] 0 : Hit 6: [19.2635, -16.6826, 12] + [ ecalVeto ] 0 : Hit 7: [16.8555, -20.8533, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -8.34132, 14] + [ ecalVeto ] 0 : Hit 1: [19.2635, -8.34132, 12] + [ ecalVeto ] 0 : Hit 2: [16.8555, -12.512, 11] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7541.38; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2179 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-212.435, -62.5599, 23] + [ ecalVeto ] 0 : Hit 1: [-210.027, -58.3892, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-205.211, -58.3892, 21] + [ ecalVeto ] 0 : Hit 1: [-202.803, -54.2186, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 62.5599, 12] + [ ecalVeto ] 0 : Hit 1: [-33.711, 58.3892, 11] + [ ecalVeto ] 0 : Hit 2: [-31.3031, 54.2186, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -29.1946, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3804.59; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2180 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [60.1983, 29.1946, 23] + [ ecalVeto ] 0 : Hit 1: [62.6062, 25.024, 22] + [ ecalVeto ] 0 : Hit 2: [60.1983, 29.1946, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -62.5599, 17] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -66.7306, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -33.3653, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 100 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5345.22; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2181 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [38.5269, -41.7066, 17] + [ ecalVeto ] 0 : Hit 1: [38.5269, -41.7066, 15] + [ ecalVeto ] 0 : Hit 2: [38.5269, -41.7066, 13] + [ ecalVeto ] 0 : Hit 3: [40.9348, -45.8773, 12] + [ ecalVeto ] 0 : Hit 4: [38.5269, -50.0479, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, -37.5359, 16] + [ ecalVeto ] 0 : Hit 1: [24.0793, -33.3653, 15] + [ ecalVeto ] 0 : Hit 2: [26.4873, -37.5359, 14] + [ ecalVeto ] 0 : Hit 3: [24.0793, -33.3653, 13] + [ ecalVeto ] 0 : Hit 4: [26.4873, -37.5359, 12] + [ ecalVeto ] 0 : Hit 5: [24.0793, -33.3653, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -37.5359, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, -33.3653, 11] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 10] + [ ecalVeto ] 0 : Hit 3: [9.63173, -33.3653, 9] + [ ecalVeto ] 0 : Hit 4: [12.0397, -29.1946, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -33.3653, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7265.71; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2182 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-45.7507, -12.512, 14] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -16.6826, 13] + [ ecalVeto ] 0 : Hit 2: [-45.7507, -12.512, 12] + [ ecalVeto ] 0 : Hit 3: [-48.1586, -8.34132, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 14] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 13] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 12] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 11] + [ ecalVeto ] 0 : Hit 4: [4.81586, 25.024, 10] + [ ecalVeto ] 0 : Hit 5: [2.40793, 29.1946, 9] + [ ecalVeto ] 0 : Hit 6: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 7: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -16.6826, 12] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -12.512, 11] + [ ecalVeto ] 0 : Hit 2: [-38.5269, -8.34132, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 4.17066, 10] + [ ecalVeto ] 0 : Hit 2: [-33.711, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 3: [-31.3031, 4.17066, 8] + [ ecalVeto ] 0 : Hit 4: [-33.711, -2.66454e-15, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -2.66454e-15, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [19.2635, 33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, 29.1946, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, 33.3653, 8] + [ ecalVeto ] 0 : Hit 3: [16.8555, 29.1946, 7] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 29.1946, 2] + [ ecalVeto ] 0 : Hit 7: [-4.81586, 25.024, 1] + [ ecalVeto ] 0 : Hit 8: [-2.40793, 29.1946, 0] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6790.44; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2183 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 33.3653, 15] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 14] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 33.3653, 13] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 33.3653, 11] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 37.5359, 10] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 33.3653, 9] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 37.5359, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 7: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, 41.7066, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, 45.8773, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, 41.7066, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 6: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [31.3031, -20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [33.711, -16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [31.3031, -12.512, 7] + [ ecalVeto ] 0 : Hit 3: [33.711, -8.34132, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Hit 6: [12.0397, 12.512, 2] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 37.5359, 1] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 41.7066, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 2 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4637.18; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2184 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [38.5269, 25.024, 15] + [ ecalVeto ] 0 : Hit 1: [40.9348, 20.8533, 14] + [ ecalVeto ] 0 : Hit 2: [38.5269, 16.6826, 13] + [ ecalVeto ] 0 : Hit 3: [40.9348, 12.512, 12] + [ ecalVeto ] 0 : Hit 4: [38.5269, 8.34132, 11] + [ ecalVeto ] 0 : Hit 5: [38.5269, 8.34132, 9] + [ ecalVeto ] 0 : Hit 6: [33.711, 8.34132, 10] + [ ecalVeto ] 0 : Hit 7: [31.3031, 4.17066, 9] + [ ecalVeto ] 0 : Hit 8: [33.711, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 9: [31.3031, -4.17066, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [33.711, 16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [33.711, 16.6826, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 39 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3805.74; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2185 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -70.9012, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -66.7306, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -45.8773, 6] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -41.7066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 22 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3681.24; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2186 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 66.7306, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 62.5599, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [16.8555, 54.2186, 7] + [ ecalVeto ] 0 : Hit 1: [19.2635, 50.0479, 6] + [ ecalVeto ] 0 : Hit 2: [16.8555, 54.2186, 5] + [ ecalVeto ] 0 : Hit 3: [19.2635, 50.0479, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 12.512, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [8.69618, 123.499, 5] + [ ecalVeto ] 0 : Hit 1: [11.1041, 127.67, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 25.024, 1] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 29.1946, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 97 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6003.36; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2187 Brem photon produced 56 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 91 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6114.64; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2188 Brem photon produced 74 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -54.2186, 8] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -50.0479, 7] + [ ecalVeto ] 0 : Hit 2: [-24.0793, -50.0479, 8] + [ ecalVeto ] 0 : Hit 3: [-26.4873, -45.8773, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -4.17066, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5416.47; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2189 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-162.804, 131.841, 21] + [ ecalVeto ] 0 : Hit 1: [-160.396, 127.67, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-155.58, 119.329, 19] + [ ecalVeto ] 0 : Hit 1: [-153.172, 115.158, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-112.237, 77.6221, 13] + [ ecalVeto ] 0 : Hit 1: [-109.829, 73.4515, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [104.078, 8.34132, 12] + [ ecalVeto ] 0 : Hit 1: [101.67, 12.512, 11] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -50.0479, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -25.024, 6] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -16.6826, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 117 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8628.56; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2190 Brem photon produced 43 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 7: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Hit 8: [-2.40793, 4.17066, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Hit 6: [2.40793, 4.17066, 1] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 8.34132, 4] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 12.512, 3] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 8.34132, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [205.211, 8.34132, 2] + [ ecalVeto ] 0 : Hit 1: [202.803, 12.512, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 90 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5344.18; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2191 Brem photon produced 54 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 45.8773, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, 41.7066, 13] + [ ecalVeto ] 0 : Hit 2: [12.0397, 37.5359, 12] + [ ecalVeto ] 0 : Hit 3: [9.63173, 33.3653, 11] + [ ecalVeto ] 0 : Hit 4: [12.0397, 29.1946, 10] + [ ecalVeto ] 0 : Hit 5: [9.63173, 33.3653, 9] + [ ecalVeto ] 0 : Hit 6: [12.0397, 29.1946, 8] + [ ecalVeto ] 0 : Hit 7: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Hit 8: [12.0397, 29.1946, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 41.7066, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 7: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Hit 8: [4.81586, 33.3653, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4419.86; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2192 Brem photon produced 46 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 54.2186, 16] + [ ecalVeto ] 0 : Hit 1: [-33.711, 50.0479, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [24.0793, -8.34132, 15] + [ ecalVeto ] 0 : Hit 1: [26.4873, -12.512, 14] + [ ecalVeto ] 0 : Hit 2: [24.0793, -8.34132, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 12.512, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 16.6826, 4] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 12.512, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4324.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2193 Brem photon produced 5 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [39.9993, -152.694, 20] + [ ecalVeto ] 0 : Hit 1: [37.5914, -148.523, 19] + [ ecalVeto ] 0 : Hit 2: [39.9993, -144.353, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [30.3676, -136.011, 17] + [ ecalVeto ] 0 : Hit 1: [32.7755, -131.841, 16] + [ ecalVeto ] 0 : Hit 2: [30.3676, -127.67, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [38.5269, 8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [40.9348, 12.512, 10] + [ ecalVeto ] 0 : Hit 2: [38.5269, 8.34132, 9] + [ ecalVeto ] 0 : Hit 3: [33.711, 8.34132, 10] + [ ecalVeto ] 0 : Hit 4: [31.3031, 4.17066, 9] + [ ecalVeto ] 0 : Hit 5: [33.711, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 6: [31.3031, -4.17066, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -12.512, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [24.0793, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [26.4873, 12.512, 6] + [ ecalVeto ] 0 : Hit 2: [24.0793, 16.6826, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-52.9745, 33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [-55.3824, 29.1946, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 106 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5929.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2194 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-66.4865, -81.7928, 28] + [ ecalVeto ] 0 : Hit 1: [-68.8945, -77.6221, 27] + [ ecalVeto ] 0 : Hit 2: [-66.4865, -81.7928, 26] + [ ecalVeto ] 0 : Hit 3: [-68.8945, -85.9634, 25] + [ ecalVeto ] 0 : Hit 4: [-66.4865, -81.7928, 24] + [ ecalVeto ] 0 : Hit 5: [-68.8945, -85.9634, 23] + [ ecalVeto ] 0 : Hit 6: [-66.4865, -81.7928, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -45.8773, 14] + [ ecalVeto ] 0 : Hit 1: [-33.711, -41.7066, 13] + [ ecalVeto ] 0 : Hit 2: [-31.3031, -37.5359, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 12.512, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 37.5359, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6239.89; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2195 Brem photon produced 73 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, -70.9012, 11] + [ ecalVeto ] 0 : Hit 1: [19.2635, -66.7306, 10] + [ ecalVeto ] 0 : Hit 2: [16.8555, -70.9012, 9] + [ ecalVeto ] 0 : Hit 3: [19.2635, -75.0719, 8] + [ ecalVeto ] 0 : Hit 4: [16.8555, -79.2426, 7] + [ ecalVeto ] 0 : Hit 5: [19.2635, -83.4132, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [40.9348, -37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [40.9348, -37.5359, 4] + [ ecalVeto ] 0 : Hit 2: [38.5269, -33.3653, 3] + [ ecalVeto ] 0 : Hit 3: [40.9348, -37.5359, 2] + [ ecalVeto ] 0 : Hit 4: [38.5269, -41.7066, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6027.74; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2196 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-133.909, 140.182, 23] + [ ecalVeto ] 0 : Hit 1: [-131.501, 136.011, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-105.013, 98.4754, 19] + [ ecalVeto ] 0 : Hit 1: [-102.606, 94.3048, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 81.7928, 17] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 77.6221, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 11] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 10] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 8.34132, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1819.04; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2197 Brem photon produced 42 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 32 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1264.6; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2198 Brem photon produced 62 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-69.83, 29.1946, 17] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 25.024, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -29.1946, 15] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -33.3653, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 25.024, 15] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 20.8533, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -4.17066, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [26.4873, 45.8773, 4] + [ ecalVeto ] 0 : Hit 1: [24.0793, 41.7066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6068.55; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2199 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [25.5517, -94.3048, 18] + [ ecalVeto ] 0 : Hit 1: [23.1438, -90.1341, 17] + [ ecalVeto ] 0 : Hit 2: [25.5517, -85.9634, 16] + [ ecalVeto ] 0 : Hit 3: [24.0793, -83.4132, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -75.0719, 14] + [ ecalVeto ] 0 : Hit 1: [16.8555, -70.9012, 13] + [ ecalVeto ] 0 : Hit 2: [19.2635, -66.7306, 12] + [ ecalVeto ] 0 : Hit 3: [16.8555, -62.5599, 11] + [ ecalVeto ] 0 : Hit 4: [19.2635, -58.3892, 10] + [ ecalVeto ] 0 : Hit 5: [16.8555, -54.2186, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, -33.3653, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, -37.5359, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, -33.3653, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 7: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -29.1946, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -33.3653, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, -37.5359, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Hit 5: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 6: [9.63173, -33.3653, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -37.5359, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6825.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2200 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, 33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 29.1946, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 30 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3609.19; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2201 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 40 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4246.36; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2202 Brem photon produced 51 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-18.3279, -106.817, 23] + [ ecalVeto ] 0 : Hit 1: [-18.3279, -106.817, 21] + [ ecalVeto ] 0 : Hit 2: [-15.92, -102.646, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -62.5599, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -58.3892, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -54.2186, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -50.0479, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3319.84; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2203 Brem photon produced 39 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 2: [-26.4873, 4.17066, 7] + [ ecalVeto ] 0 : Hit 3: [-24.0793, -2.66454e-15, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 20.8533, 3] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 25.024, 2] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 20.8533, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2444.59; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2204 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-1.47238, -169.377, 30] + [ ecalVeto ] 0 : Hit 1: [-3.88031, -165.206, 29] + [ ecalVeto ] 0 : Hit 2: [-1.47238, -161.035, 28] + [ ecalVeto ] 0 : Hit 3: [-3.88031, -156.865, 27] + [ ecalVeto ] 0 : Hit 4: [-1.47238, -152.694, 26] + [ ecalVeto ] 0 : Hit 5: [-3.88031, -148.523, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [3.34348, -110.987, 19] + [ ecalVeto ] 0 : Hit 1: [3.88031, -106.817, 18] + [ ecalVeto ] 0 : Hit 2: [3.34348, -102.646, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [62.6062, -41.7066, 18] + [ ecalVeto ] 0 : Hit 1: [60.1983, -37.5359, 17] + [ ecalVeto ] 0 : Hit 2: [62.6062, -33.3653, 16] + [ ecalVeto ] 0 : Hit 3: [60.1983, -37.5359, 15] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -79.2426, 13] + [ ecalVeto ] 0 : Hit 1: [4.81586, -75.0719, 12] + [ ecalVeto ] 0 : Hit 2: [2.40793, -70.9012, 11] + [ ecalVeto ] 0 : Hit 3: [4.81586, -66.7306, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [26.4873, -37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [24.0793, -33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [26.4873, -37.5359, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [16.8555, -37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [19.2635, -33.3653, 4] + [ ecalVeto ] 0 : Hit 2: [16.8555, -37.5359, 3] + [ ecalVeto ] 0 : Hit 3: [19.2635, -33.3653, 2] + [ ecalVeto ] 0 : Hit 4: [16.8555, -37.5359, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4372.69; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2205 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 16.6826, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, 12.512, 11] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8410.16; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2206 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 12 + [ ecalVeto ] 0 : Beginning track merging using 12 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 12 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [11.1041, -136.011, 26] + [ ecalVeto ] 0 : Hit 1: [8.69618, -131.841, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -98.4754, 23] + [ ecalVeto ] 0 : Hit 1: [-59.2627, -102.646, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-1.47238, -119.329, 22] + [ ecalVeto ] 0 : Hit 1: [-3.88031, -115.158, 21] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-8.69618, -106.817, 20] + [ ecalVeto ] 0 : Hit 1: [-11.1041, -102.646, 19] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-15.92, -102.646, 18] + [ ecalVeto ] 0 : Hit 1: [-18.3279, -98.4754, 17] + [ ecalVeto ] 0 : Hit 2: [-15.92, -94.3048, 16] + [ ecalVeto ] 0 : Hit 3: [-18.3279, -90.1341, 15] + [ ecalVeto ] 0 : Hit 4: [-18.3279, -90.1341, 13] + [ ecalVeto ] 0 : Hit 5: [-16.8555, -87.5839, 12] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-25.5517, -94.3048, 15] + [ ecalVeto ] 0 : Hit 1: [-23.1438, -98.4754, 14] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 60.9395, 15] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 56.7688, 14] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -66.7306, 11] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -62.5599, 10] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -58.3892, 9] + [ ecalVeto ] 0 : Hit 3: [-19.2635, -58.3892, 7] + [ ecalVeto ] 0 : Hit 4: [-16.8555, -54.2186, 6] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 33.3653, 10] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -50.0479, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -45.8773, 7] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -45.8773, 5] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -50.0479, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -45.8773, 8] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -45.8773, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 112 hits + [ ecalVeto ] 0 : MIP tracking completed; found 12 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6599.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2207 Brem photon produced 40 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 131.841, 21] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 127.67, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [16.8555, -29.1946, 5] + [ ecalVeto ] 0 : Hit 2: [19.2635, -25.024, 4] + [ ecalVeto ] 0 : Hit 3: [19.2635, -25.024, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -4.17066, 3] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -2.66454e-15, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5507.66; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2208 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 33.3653, 18] + [ ecalVeto ] 0 : Hit 1: [16.8555, 37.5359, 17] + [ ecalVeto ] 0 : Hit 2: [19.2635, 41.7066, 16] + [ ecalVeto ] 0 : Hit 3: [16.8555, 45.8773, 15] + [ ecalVeto ] 0 : Finding linreg tracks from 111 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4176.09; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2209 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 87.5839, 16] + [ ecalVeto ] 0 : Hit 1: [9.63173, 83.4132, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [48.1586, 66.7306, 14] + [ ecalVeto ] 0 : Hit 1: [45.7507, 62.5599, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 70.9012, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, 66.7306, 13] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4773.82; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2210 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -66.7306, 21] + [ ecalVeto ] 0 : Hit 1: [12.0397, -62.5599, 20] + [ ecalVeto ] 0 : Hit 2: [9.63173, -58.3892, 19] + [ ecalVeto ] 0 : Hit 3: [12.0397, -54.2186, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -45.8773, 16] + [ ecalVeto ] 0 : Hit 1: [9.63173, -41.7066, 15] + [ ecalVeto ] 0 : Hit 2: [12.0397, -37.5359, 14] + [ ecalVeto ] 0 : Hit 3: [12.0397, -37.5359, 12] + [ ecalVeto ] 0 : Hit 4: [9.63173, -33.3653, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-69.83, 4.17066, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -2.66454e-15, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 25.024, 10] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 20.8533, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 9628.59; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2211 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 39 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7642.78; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2212 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [31.3031, 4.17066, 23] + [ ecalVeto ] 0 : Hit 1: [33.711, 8.34132, 22] + [ ecalVeto ] 0 : Hit 2: [31.3031, 12.512, 21] + [ ecalVeto ] 0 : Hit 3: [33.711, 8.34132, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [31.3031, 20.8533, 19] + [ ecalVeto ] 0 : Hit 1: [33.711, 16.6826, 18] + [ ecalVeto ] 0 : Hit 2: [31.3031, 20.8533, 17] + [ ecalVeto ] 0 : Hit 3: [33.711, 25.024, 16] + [ ecalVeto ] 0 : Hit 4: [31.3031, 29.1946, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [24.0793, 33.3653, 13] + [ ecalVeto ] 0 : Hit 1: [26.4873, 37.5359, 12] + [ ecalVeto ] 0 : Hit 2: [24.0793, 41.7066, 11] + [ ecalVeto ] 0 : Hit 3: [26.4873, 37.5359, 10] + [ ecalVeto ] 0 : Hit 4: [24.0793, 33.3653, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, 37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, 37.5359, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 37 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3091.57; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2213 Brem photon produced 41 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 33.3653, 16] + [ ecalVeto ] 0 : Hit 1: [16.8555, 29.1946, 15] + [ ecalVeto ] 0 : Hit 2: [19.2635, 25.024, 14] + [ ecalVeto ] 0 : Hit 3: [16.8555, 29.1946, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, -2.66454e-15, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [16.8555, -45.8773, 3] + [ ecalVeto ] 0 : Hit 1: [19.2635, -41.7066, 2] + [ ecalVeto ] 0 : Hit 2: [16.8555, -37.5359, 1] + [ ecalVeto ] 0 : Hit 3: [19.2635, -33.3653, 0] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-33.711, 58.3892, 1] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 62.5599, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5049.35; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2214 Brem photon produced 36 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [96.8541, -12.512, 14] + [ ecalVeto ] 0 : Hit 1: [94.4462, -8.34132, 13] + [ ecalVeto ] 0 : Hit 2: [96.8541, -4.17066, 12] + [ ecalVeto ] 0 : Hit 3: [94.4462, -2.66454e-15, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 29.1946, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5296.78; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2215 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -2.66454e-15, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -2.66454e-15, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5387.1; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2216 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-183.54, -29.1946, 31] + [ ecalVeto ] 0 : Hit 1: [-181.132, -33.3653, 30] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -45.8773, 8] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -41.7066, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -33.3653, 1] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -29.1946, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6626.35; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2217 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 45.8773, 13] + [ ecalVeto ] 0 : Hit 1: [4.81586, 41.7066, 12] + [ ecalVeto ] 0 : Hit 2: [2.40793, 37.5359, 11] + [ ecalVeto ] 0 : Hit 3: [4.81586, 33.3653, 10] + [ ecalVeto ] 0 : Hit 4: [2.40793, 29.1946, 9] + [ ecalVeto ] 0 : Hit 5: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 29.1946, 8] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4741.74; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2218 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -66.7306, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -62.5599, 8] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -58.3892, 7] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -54.2186, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -12.512, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -8.34132, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 103 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6931.89; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2219 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, 25.024, 15] + [ ecalVeto ] 0 : Hit 1: [26.4873, 20.8533, 14] + [ ecalVeto ] 0 : Hit 2: [24.0793, 25.024, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, 25.024, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, 20.8533, 11] + [ ecalVeto ] 0 : Hit 2: [19.2635, 25.024, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, 20.8533, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7368.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2220 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, 50.0479, 33] + [ ecalVeto ] 0 : Hit 1: [24.0793, 50.0479, 31] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 87.5839, 13] + [ ecalVeto ] 0 : Hit 1: [4.81586, 83.4132, 12] + [ ecalVeto ] 0 : Hit 2: [2.40793, 79.2426, 11] + [ ecalVeto ] 0 : Hit 3: [4.81586, 75.0719, 10] + [ ecalVeto ] 0 : Hit 4: [2.40793, 70.9012, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 8: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Hit 9: [-2.40793, 29.1946, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 58.3892, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 54.2186, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 50.0479, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 45.8773, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 41.7066, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 37.5359, 4] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 37.5359, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 41 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1977.89; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2221 Brem photon produced 48 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 54.2186, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, 50.0479, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, 45.8773, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, 41.7066, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3625.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2222 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 26 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2081.71; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2223 Brem photon produced 39 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 38 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7957.69; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2224 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [47.2231, 115.158, 28] + [ ecalVeto ] 0 : Hit 1: [44.8152, 110.987, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-32.7755, -81.7928, 13] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -79.2426, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 4.17066, 3] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 8.34132, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-69.83, 12.512, 1] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 8.34132, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4317.06; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2225 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [154.644, 54.2186, 28] + [ ecalVeto ] 0 : Hit 1: [152.237, 50.0479, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [31.3031, -20.8533, 27] + [ ecalVeto ] 0 : Hit 1: [33.711, -16.6826, 26] + [ ecalVeto ] 0 : Hit 2: [31.3031, -12.512, 25] + [ ecalVeto ] 0 : Hit 3: [33.711, -8.34132, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [132.973, 33.3653, 24] + [ ecalVeto ] 0 : Hit 1: [130.565, 29.1946, 23] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [38.5269, -2.66454e-15, 23] + [ ecalVeto ] 0 : Hit 1: [40.9348, 4.17066, 22] + [ ecalVeto ] 0 : Hit 2: [38.5269, 8.34132, 21] + [ ecalVeto ] 0 : Hit 3: [40.9348, 4.17066, 20] + [ ecalVeto ] 0 : Hit 4: [38.5269, -2.66454e-15, 19] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [26.4873, -4.17066, 16] + [ ecalVeto ] 0 : Hit 1: [24.0793, -8.34132, 15] + [ ecalVeto ] 0 : Hit 2: [26.4873, -12.512, 14] + [ ecalVeto ] 0 : Hit 3: [24.0793, -8.34132, 13] + [ ecalVeto ] 0 : Hit 4: [26.4873, -12.512, 12] + [ ecalVeto ] 0 : Hit 5: [24.0793, -16.6826, 11] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [77.0538, 8.34132, 14] + [ ecalVeto ] 0 : Hit 1: [74.6459, 4.17066, 13] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 2: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, -29.1946, 2] + [ ecalVeto ] 0 : Hit 4: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Hit 6: [4.81586, -33.3653, 2] + [ ecalVeto ] 0 : Hit 7: [2.40793, -37.5359, 1] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Hit 3: [2.40793, -29.1946, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3360.02; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2226 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-8.69618, -106.817, 16] + [ ecalVeto ] 0 : Hit 1: [-11.1041, -102.646, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [33.711, -41.7066, 14] + [ ecalVeto ] 0 : Hit 1: [31.3031, -37.5359, 13] + [ ecalVeto ] 0 : Hit 2: [33.711, -33.3653, 12] + [ ecalVeto ] 0 : Hit 3: [31.3031, -29.1946, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -58.3892, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -62.5599, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -29.1946, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -50.0479, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -45.8773, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -41.7066, 7] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -37.5359, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -41.7066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 96 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5839.54; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2227 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-133.909, -131.841, 23] + [ ecalVeto ] 0 : Hit 1: [-131.501, -127.67, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-126.685, -119.329, 21] + [ ecalVeto ] 0 : Hit 1: [-124.277, -115.158, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-105.013, -81.7928, 17] + [ ecalVeto ] 0 : Hit 1: [-102.606, -77.6221, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 37.5359, 3] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 33.3653, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5855.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2228 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-116.118, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-118.525, 8.34132, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 12.512, 5] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 16.6826, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4713.12; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2229 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-148.356, -156.865, 27] + [ ecalVeto ] 0 : Hit 1: [-145.948, -152.694, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-133.909, -140.182, 25] + [ ecalVeto ] 0 : Hit 1: [-131.501, -136.011, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-105.013, -115.158, 21] + [ ecalVeto ] 0 : Hit 1: [-102.606, -110.987, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -106.817, 19] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -102.646, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -98.4754, 17] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -94.3048, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, -33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -41.7066, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -37.5359, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Hit 6: [2.40793, -37.5359, 3] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -41.7066, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -37.5359, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7001.18; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2230 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -12.512, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, 41.7066, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 37.5359, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 29.1946, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, 25.024, 3] + [ ecalVeto ] 0 : Hit 5: [12.0397, 29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 14805.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2231 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 45.8773, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5284.14; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2232 Brem photon produced 43 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5766.14; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2233 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 38 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2493.61; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2234 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [97.7897, -60.9395, 26] + [ ecalVeto ] 0 : Hit 1: [95.3817, -56.7688, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, -41.7066, 19] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -45.8773, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -25.024, 15] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -20.8533, 14] + [ ecalVeto ] 0 : Hit 2: [-48.1586, -16.6826, 13] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-69.83, -20.8533, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -16.6826, 14] + [ ecalVeto ] 0 : Hit 2: [-69.83, -12.512, 13] + [ ecalVeto ] 0 : Hit 3: [-67.4221, -8.34132, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [26.4873, -4.17066, 14] + [ ecalVeto ] 0 : Hit 1: [24.0793, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 2: [26.4873, 4.17066, 12] + [ ecalVeto ] 0 : Hit 3: [24.0793, 8.34132, 11] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6147.33; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2235 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [112.237, 110.987, 14] + [ ecalVeto ] 0 : Hit 1: [109.829, 106.817, 13] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4521.84; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2236 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-141.132, 152.694, 33] + [ ecalVeto ] 0 : Hit 1: [-138.725, 148.523, 32] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-133.909, 140.182, 31] + [ ecalVeto ] 0 : Hit 1: [-131.501, 136.011, 30] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [76.1183, -81.7928, 28] + [ ecalVeto ] 0 : Hit 1: [73.7103, -85.9634, 27] + [ ecalVeto ] 0 : Hit 2: [76.1183, -90.1341, 26] + [ ecalVeto ] 0 : Hit 3: [73.7103, -94.3048, 25] + [ ecalVeto ] 0 : Hit 4: [76.1183, -90.1341, 24] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-112.237, 119.329, 27] + [ ecalVeto ] 0 : Hit 1: [-109.829, 115.158, 26] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 2] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3524.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2237 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-126.685, -161.035, 23] + [ ecalVeto ] 0 : Hit 1: [-124.277, -156.865, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -98.4754, 17] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -94.3048, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -77.6221, 15] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -73.4515, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -41.7066, 11] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -37.5359, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4501.05; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2238 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 2] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 1] + [ ecalVeto ] 0 : Hit 3: [4.81586, 33.3653, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3215.28; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2239 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -2.66454e-15, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 25.024, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 29.1946, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -58.3892, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -54.2186, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -54.2186, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -50.0479, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5112.13; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2240 Brem photon produced 51 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-166.684, 25.024, 24] + [ ecalVeto ] 0 : Hit 1: [-169.092, 29.1946, 23] + [ ecalVeto ] 0 : Hit 2: [-166.684, 25.024, 22] + [ ecalVeto ] 0 : Hit 3: [-166.684, 25.024, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-154.644, 29.1946, 19] + [ ecalVeto ] 0 : Hit 1: [-152.237, 25.024, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-140.197, 20.8533, 17] + [ ecalVeto ] 0 : Hit 1: [-137.789, 16.6826, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-104.078, 8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-101.67, 4.17066, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 4.17066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4861.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2241 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Hit 8: [-2.40793, -20.8533, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [69.83, 20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [69.83, 20.8533, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -37.5359, 8] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -33.3653, 7] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -29.1946, 6] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -29.1946, 7] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -25.024, 6] + [ ecalVeto ] 0 : Hit 6: [-12.0397, -20.8533, 5] + [ ecalVeto ] 0 : Hit 7: [-9.63173, -25.024, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -12.512, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -16.6826, 4] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 112 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5495.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2242 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-154.644, -45.8773, 21] + [ ecalVeto ] 0 : Hit 1: [-152.237, -41.7066, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-132.973, -41.7066, 19] + [ ecalVeto ] 0 : Hit 1: [-130.565, -37.5359, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 29.1946, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, 66.7306, 9] + [ ecalVeto ] 0 : Hit 1: [9.63173, 66.7306, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 93 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3011.59; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2243 Brem photon produced 46 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -25.024, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 44 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4456.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2244 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 54.2186, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 50.0479, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 45.8773, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 41.7066, 6] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 37.5359, 5] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 41.7066, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [-40.9348, -12.512, 5] + [ ecalVeto ] 0 : Hit 3: [-38.5269, -8.34132, 4] + [ ecalVeto ] 0 : Hit 4: [-31.3031, -4.17066, 6] + [ ecalVeto ] 0 : Hit 5: [-31.3031, -4.17066, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -2.66454e-15, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 8.34132, 4] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 12.512, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4381.19; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2245 Brem photon produced 85 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 119.329, 27] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 115.158, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -29.1946, 25] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -25.024, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 85.9634, 21] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 90.1341, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, 66.7306, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 62.5599, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-33.711, 50.0479, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 54.2186, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 54.2186, 6] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 50.0479, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4141.55; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2246 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [83.3421, -52.5982, 28] + [ ecalVeto ] 0 : Hit 1: [81.8697, -50.0479, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 37.5359, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, 29.1946, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 4: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 5: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 6: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 7: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3703.1; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2247 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, -4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [24.0793, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 2: [26.4873, -4.17066, 8] + [ ecalVeto ] 0 : Hit 3: [24.0793, -8.34132, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -50.0479, 8] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -45.8773, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [16.8555, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [19.2635, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 2: [16.8555, -4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [19.2635, -8.34132, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 113 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5179.23; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2248 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [169.092, -87.5839, 28] + [ ecalVeto ] 0 : Hit 1: [166.684, -83.4132, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [147.421, -58.3892, 24] + [ ecalVeto ] 0 : Hit 1: [145.013, -54.2186, 23] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [140.197, -45.8773, 22] + [ ecalVeto ] 0 : Hit 1: [137.789, -41.7066, 21] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-105.013, 90.1341, 21] + [ ecalVeto ] 0 : Hit 1: [-102.606, 85.9634, 20] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [132.973, -33.3653, 20] + [ ecalVeto ] 0 : Hit 1: [130.565, -29.1946, 19] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 85.9634, 19] + [ ecalVeto ] 0 : Hit 1: [-83.3421, 85.9634, 17] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-61.6707, 81.7928, 17] + [ ecalVeto ] 0 : Hit 1: [-59.2627, 77.6221, 16] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-73.7103, 85.9634, 12] + [ ecalVeto ] 0 : Hit 1: [-76.1183, 90.1341, 11] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4140.34; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2249 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-37.5914, -173.547, 16] + [ ecalVeto ] 0 : Hit 1: [-39.9993, -169.377, 15] + [ ecalVeto ] 0 : Hit 2: [-37.5914, -173.547, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [19.2635, -8.34132, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 100 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5974.78; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2250 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-118.525, 58.3892, 25] + [ ecalVeto ] 0 : Hit 1: [-116.118, 54.2186, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-104.078, 50.0479, 23] + [ ecalVeto ] 0 : Hit 1: [-101.67, 45.8773, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -41.7066, 10] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -37.5359, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 29.1946, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 5: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5614.07; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2251 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-3.88031, -115.158, 17] + [ ecalVeto ] 0 : Hit 1: [-1.47238, -110.987, 16] + [ ecalVeto ] 0 : Hit 2: [-3.88031, -106.817, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-32.7755, -90.1341, 17] + [ ecalVeto ] 0 : Hit 1: [-30.3676, -94.3048, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-39.9993, 144.353, 7] + [ ecalVeto ] 0 : Hit 1: [-37.5914, 148.523, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3793.07; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2252 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 18] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 16] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 15] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 14] + [ ecalVeto ] 0 : Hit 4: [2.40793, 29.1946, 13] + [ ecalVeto ] 0 : Hit 5: [4.81586, 33.3653, 12] + [ ecalVeto ] 0 : Hit 6: [2.40793, 29.1946, 11] + [ ecalVeto ] 0 : Hit 7: [4.81586, 33.3653, 10] + [ ecalVeto ] 0 : Hit 8: [2.40793, 29.1946, 9] + [ ecalVeto ] 0 : Hit 9: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 10: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 11: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 12: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 13: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 14: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Hit 15: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Hit 16: [2.40793, 29.1946, 1] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 16] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 14] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 13] + [ ecalVeto ] 0 : Hit 3: [12.0397, 12.512, 12] + [ ecalVeto ] 0 : Hit 4: [9.63173, 16.6826, 11] + [ ecalVeto ] 0 : Hit 5: [12.0397, 20.8533, 10] + [ ecalVeto ] 0 : Hit 6: [9.63173, 25.024, 9] + [ ecalVeto ] 0 : Hit 7: [12.0397, 29.1946, 8] + [ ecalVeto ] 0 : Hit 8: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 15] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 14] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 13] + [ ecalVeto ] 0 : Hit 3: [12.0397, 20.8533, 12] + [ ecalVeto ] 0 : Hit 4: [9.63173, 25.024, 11] + [ ecalVeto ] 0 : Hit 5: [12.0397, 29.1946, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 14] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 13] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 12] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 11] + [ ecalVeto ] 0 : Hit 4: [4.81586, 25.024, 10] + [ ecalVeto ] 0 : Hit 5: [2.40793, 20.8533, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 5: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7276.13; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2253 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-141.132, -127.67, 29] + [ ecalVeto ] 0 : Hit 1: [-138.725, -131.841, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-119.461, -131.841, 25] + [ ecalVeto ] 0 : Hit 1: [-117.053, -136.011, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-73.7103, -152.694, 24] + [ ecalVeto ] 0 : Hit 1: [-76.1183, -148.523, 23] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, -16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, -20.8533, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, -16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [16.8555, -12.512, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3906.14; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2254 Brem photon produced 47 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [8.69618, -106.817, 25] + [ ecalVeto ] 0 : Hit 1: [11.1041, -102.646, 24] + [ ecalVeto ] 0 : Hit 2: [8.69618, -98.4754, 23] + [ ecalVeto ] 0 : Hit 3: [11.1041, -94.3048, 22] + [ ecalVeto ] 0 : Hit 4: [9.63173, -91.7545, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -91.7545, 20] + [ ecalVeto ] 0 : Hit 1: [2.40793, -87.5839, 19] + [ ecalVeto ] 0 : Hit 2: [4.81586, -83.4132, 18] + [ ecalVeto ] 0 : Hit 3: [2.40793, -79.2426, 17] + [ ecalVeto ] 0 : Hit 4: [4.81586, -75.0719, 16] + [ ecalVeto ] 0 : Hit 5: [2.40793, -70.9012, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -70.9012, 14] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -66.7306, 13] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -62.5599, 12] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -58.3892, 11] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -62.5599, 10] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -58.3892, 9] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -54.2186, 8] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -58.3892, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -41.7066, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -45.8773, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -41.7066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5190.38; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2255 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -50.0479, 17] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -45.8773, 16] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -41.7066, 15] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -37.5359, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -206.913, 13] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -202.742, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -161.035, 9] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -156.865, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5939.96; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2256 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -8.34132, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3843.99; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2257 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 75.0719, 20] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 70.9012, 19] + [ ecalVeto ] 0 : Hit 2: [-24.0793, 75.0719, 18] + [ ecalVeto ] 0 : Hit 3: [-26.4873, 70.9012, 17] + [ ecalVeto ] 0 : Hit 4: [-24.0793, 66.7306, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 69.2808, 7] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 65.1101, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 103 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5653.76; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2258 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-104.078, -2.36672e-14, 7] + [ ecalVeto ] 0 : Hit 1: [-101.67, -4.17066, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -4.17066, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 4.17066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5659.48; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2259 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 69.2808, 27] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 73.4515, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 73.4515, 25] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 77.6221, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-39.9993, 85.9634, 19] + [ ecalVeto ] 0 : Hit 1: [-37.5914, 90.1341, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -81.7928, 15] + [ ecalVeto ] 0 : Hit 1: [-59.2627, -77.6221, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [-33.711, -25.024, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4780.13; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2260 Brem photon produced 62 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 43 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4295.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2261 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [68.8945, -94.3048, 18] + [ ecalVeto ] 0 : Hit 1: [66.4865, -90.1341, 17] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3679.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2262 Brem photon produced 36 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [76.1183, -115.158, 30] + [ ecalVeto ] 0 : Hit 1: [76.1183, -115.158, 28] + [ ecalVeto ] 0 : Hit 2: [73.7103, -110.987, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -50.0479, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -45.8773, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -41.7066, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -37.5359, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 39 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 826.442; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2263 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [88.1579, 244.449, 27] + [ ecalVeto ] 0 : Hit 1: [90.5659, 240.278, 26] + [ ecalVeto ] 0 : Hit 2: [88.1579, 244.449, 25] + [ ecalVeto ] 0 : Hit 3: [90.5659, 240.278, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [80.9341, 240.278, 23] + [ ecalVeto ] 0 : Hit 1: [83.3421, 236.107, 22] + [ ecalVeto ] 0 : Hit 2: [80.9341, 231.937, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 4.17066, 2] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -2.66454e-15, 1] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 4.17066, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 122 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5984.96; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2264 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [119.461, -115.158, 28] + [ ecalVeto ] 0 : Hit 1: [117.053, -110.987, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [112.237, -110.987, 26] + [ ecalVeto ] 0 : Hit 1: [109.829, -106.817, 25] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [112.237, -94.3048, 24] + [ ecalVeto ] 0 : Hit 1: [109.829, -90.1341, 23] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-140.197, 79.2426, 17] + [ ecalVeto ] 0 : Hit 1: [-138.725, 81.7928, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-102.606, 94.3048, 14] + [ ecalVeto ] 0 : Hit 1: [-105.013, 90.1341, 13] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4885.03; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2265 Brem photon produced 31 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-67.4221, 33.3653, 26] + [ ecalVeto ] 0 : Hit 1: [-69.83, 29.1946, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-60.1983, 29.1946, 24] + [ ecalVeto ] 0 : Hit 1: [-62.6062, 25.024, 23] + [ ecalVeto ] 0 : Hit 2: [-60.1983, 20.8533, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 4.17066, 17] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 8.34132, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -4.17066, 11] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -12.512, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 39 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5609.18; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2266 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 17 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3972.29; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2267 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [76.1183, 56.7688, 12] + [ ecalVeto ] 0 : Hit 1: [74.6459, 54.2186, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 45.8773, 7] + [ ecalVeto ] 0 : Hit 2: [-24.0793, 41.7066, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, 41.7066, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 37.5359, 3] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 33.3653, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6989.53; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2268 Brem photon produced 77 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5179.48; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2269 Brem photon produced 54 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 20] + [ ecalVeto ] 0 : Hit 1: [12.0397, -12.512, 18] + [ ecalVeto ] 0 : Hit 2: [9.63173, -8.34132, 17] + [ ecalVeto ] 0 : Hit 3: [12.0397, -4.17066, 16] + [ ecalVeto ] 0 : Hit 4: [9.63173, -8.34132, 15] + [ ecalVeto ] 0 : Hit 5: [12.0397, -4.17066, 14] + [ ecalVeto ] 0 : Hit 6: [9.63173, -8.34132, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 4: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 5: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 97 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 2 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4853.63; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2270 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-11.1041, 94.3048, 15] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 91.7545, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-32.7755, -106.817, 15] + [ ecalVeto ] 0 : Hit 1: [-30.3676, -102.646, 14] + [ ecalVeto ] 0 : Hit 2: [-32.7755, -98.4754, 13] + [ ecalVeto ] 0 : Hit 3: [-30.3676, -102.646, 12] + [ ecalVeto ] 0 : Hit 4: [-32.7755, -98.4754, 11] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3408.13; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2271 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [90.5659, 165.206, 32] + [ ecalVeto ] 0 : Hit 1: [88.1579, 161.035, 31] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [31.3031, 79.2426, 13] + [ ecalVeto ] 0 : Hit 1: [33.711, 75.0719, 12] + [ ecalVeto ] 0 : Hit 2: [31.3031, 70.9012, 11] + [ ecalVeto ] 0 : Hit 3: [33.711, 66.7306, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Hit 2: [4.81586, 33.3653, 2] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3942.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2272 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, -29.1946, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -16.6826, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6857.54; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2273 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -62.5599, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -58.3892, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -54.2186, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -50.0479, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4913.59; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2274 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 69.2808, 27] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 73.4515, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-54.4469, 69.2808, 23] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 66.7306, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 58.3892, 21] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 54.2186, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, 41.7066, 17] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 37.5359, 16] + [ ecalVeto ] 0 : Hit 2: [-33.711, 33.3653, 15] + [ ecalVeto ] 0 : Hit 3: [-31.3031, 29.1946, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 8.34132, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-33.711, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 12.512, 8] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-69.83, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 8.34132, 8] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3992.2; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2275 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [26.4873, 4.17066, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5002.82; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2276 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2771.25; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2277 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [15.92, -144.353, 23] + [ ecalVeto ] 0 : Hit 1: [18.3279, -140.182, 22] + [ ecalVeto ] 0 : Hit 2: [15.92, -136.011, 21] + [ ecalVeto ] 0 : Hit 3: [18.3279, -131.841, 20] + [ ecalVeto ] 0 : Hit 4: [15.92, -127.67, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [11.1041, -102.646, 16] + [ ecalVeto ] 0 : Hit 1: [8.69618, -98.4754, 15] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6056.31; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2278 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-47.2231, -106.817, 15] + [ ecalVeto ] 0 : Hit 1: [-44.8152, -102.646, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-39.9993, -94.3048, 13] + [ ecalVeto ] 0 : Hit 1: [-37.5914, -90.1341, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -41.7066, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, -37.5359, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, -54.2186, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -50.0479, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -45.8773, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -41.7066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3568.93; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2279 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 29 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2919.09; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2280 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 9] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 4: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Hit 6: [12.0397, -12.512, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 6: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Hit 7: [2.40793, -12.512, 1] + [ ecalVeto ] 0 : Hit 8: [4.81586, -16.6826, 0] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4040.96; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2281 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, -50.0479, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -54.2186, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3790.55; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2282 Brem photon produced 89 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-39.9993, 127.67, 21] + [ ecalVeto ] 0 : Hit 1: [-37.5914, 131.841, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 70.9012, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 66.7306, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 62.5599, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 58.3892, 4] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 62.5599, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3864.13; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2283 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 20.8533, 9] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 25.024, 8] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 20.8533, 7] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 16.6826, 6] + [ ecalVeto ] 0 : Hit 5: [-12.0397, 12.512, 5] + [ ecalVeto ] 0 : Hit 6: [-9.63173, 16.6826, 4] + [ ecalVeto ] 0 : Hit 7: [-12.0397, 12.512, 3] + [ ecalVeto ] 0 : Hit 8: [-9.63173, 16.6826, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 25.024, 5] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 20.8533, 4] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 25.024, 6] + [ ecalVeto ] 0 : Hit 5: [-12.0397, 20.8533, 5] + [ ecalVeto ] 0 : Hit 6: [-9.63173, 25.024, 4] + [ ecalVeto ] 0 : Hit 7: [-12.0397, 20.8533, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-39.9993, 110.987, 3] + [ ecalVeto ] 0 : Hit 1: [-37.5914, 115.158, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 31 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3437.98; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2284 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-61.6707, 81.7928, 29] + [ ecalVeto ] 0 : Hit 1: [-59.2627, 85.9634, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 58.3892, 24] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 54.2186, 23] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -62.5599, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -66.7306, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [40.9348, -37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [38.5269, -41.7066, 5] + [ ecalVeto ] 0 : Hit 2: [40.9348, -37.5359, 4] + [ ecalVeto ] 0 : Hit 3: [38.5269, -33.3653, 3] + [ ecalVeto ] 0 : Hit 4: [33.711, -33.3653, 4] + [ ecalVeto ] 0 : Hit 5: [33.711, -33.3653, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5451.23; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2285 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -50.0479, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -54.2186, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -50.0479, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -45.8773, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -45.8773, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -41.7066, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -41.7066, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, -37.5359, 3] + [ ecalVeto ] 0 : Hit 5: [4.81586, -33.3653, 2] + [ ecalVeto ] 0 : Hit 6: [4.81586, -33.3653, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2964.25; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2286 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [32.7755, -123.499, 18] + [ ecalVeto ] 0 : Hit 1: [30.3676, -119.329, 17] + [ ecalVeto ] 0 : Hit 2: [32.7755, -115.158, 16] + [ ecalVeto ] 0 : Hit 3: [30.3676, -110.987, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, -70.9012, 9] + [ ecalVeto ] 0 : Hit 1: [19.2635, -66.7306, 8] + [ ecalVeto ] 0 : Hit 2: [16.8555, -62.5599, 7] + [ ecalVeto ] 0 : Hit 3: [19.2635, -58.3892, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [37.5914, -198.571, 1] + [ ecalVeto ] 0 : Hit 1: [39.9993, -202.742, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2941.78; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2287 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-190.763, -8.34132, 23] + [ ecalVeto ] 0 : Hit 1: [-188.356, -4.17066, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-169.092, -4.17066, 21] + [ ecalVeto ] 0 : Hit 1: [-166.684, -2.36672e-14, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-147.421, -2.36672e-14, 19] + [ ecalVeto ] 0 : Hit 1: [-145.013, 4.17066, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-125.749, 4.17066, 17] + [ ecalVeto ] 0 : Hit 1: [-123.341, 8.34132, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 4.17066, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 44 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4119.75; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2288 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-131.501, -127.67, 6] + [ ecalVeto ] 0 : Hit 1: [-133.909, -123.499, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -25.024, 6] + [ ecalVeto ] 0 : Hit 1: [16.8555, -29.1946, 5] + [ ecalVeto ] 0 : Hit 2: [19.2635, -33.3653, 4] + [ ecalVeto ] 0 : Hit 3: [16.8555, -37.5359, 3] + [ ecalVeto ] 0 : Hit 4: [19.2635, -41.7066, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, -25.024, 1] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -20.8533, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6015.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2289 Brem photon produced 47 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 54.2186, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 50.0479, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 93 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5051.59; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2290 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4790.93; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2291 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [31.3031, 45.8773, 15] + [ ecalVeto ] 0 : Hit 1: [33.711, 50.0479, 14] + [ ecalVeto ] 0 : Hit 2: [31.3031, 54.2186, 13] + [ ecalVeto ] 0 : Hit 3: [33.711, 58.3892, 12] + [ ecalVeto ] 0 : Hit 4: [31.3031, 62.5599, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, 58.3892, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, 62.5599, 11] + [ ecalVeto ] 0 : Hit 2: [19.2635, 58.3892, 10] + [ ecalVeto ] 0 : Hit 3: [16.8555, 54.2186, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Hit 6: [4.81586, 33.3653, 2] + [ ecalVeto ] 0 : Hit 7: [2.40793, 29.1946, 1] + [ ecalVeto ] 0 : Hit 8: [4.81586, 33.3653, 0] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, 45.8773, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 41.7066, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 37.5359, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 20.8533, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [4.81586, 41.7066, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 2: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Hit 3: [2.40793, 37.5359, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 108 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6218.35; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2292 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-140.197, 79.2426, 31] + [ ecalVeto ] 0 : Hit 1: [-137.789, 75.0719, 30] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [133.909, -156.865, 26] + [ ecalVeto ] 0 : Hit 1: [131.501, -152.694, 25] + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1946.7; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2293 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-80.9341, -56.7688, 12] + [ ecalVeto ] 0 : Hit 1: [-83.3421, -52.5982, 11] + [ ecalVeto ] 0 : Hit 2: [-81.8697, -50.0479, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -41.7066, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 11] + [ ecalVeto ] 0 : Hit 2: [2.40793, -37.5359, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, -33.3653, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [9.63173, -33.3653, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, -33.3653, 7] + [ ecalVeto ] 0 : Hit 4: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Hit 5: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Hit 6: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 7: [9.63173, -33.3653, 3] + [ ecalVeto ] 0 : Hit 8: [12.0397, -37.5359, 2] + [ ecalVeto ] 0 : Hit 9: [9.63173, -33.3653, 1] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-69.83, -45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -41.7066, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 2: [4.81586, -33.3653, 2] + [ ecalVeto ] 0 : Hit 3: [4.81586, -33.3653, 0] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, -37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [12.0397, -37.5359, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, -41.7066, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, -45.8773, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4415.4; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2294 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [40.9348, 62.5599, 24] + [ ecalVeto ] 0 : Hit 1: [38.5269, 58.3892, 23] + [ ecalVeto ] 0 : Hit 2: [40.9348, 54.2186, 22] + [ ecalVeto ] 0 : Hit 3: [38.5269, 58.3892, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [33.711, 50.0479, 20] + [ ecalVeto ] 0 : Hit 1: [33.711, 50.0479, 18] + [ ecalVeto ] 0 : Hit 2: [31.3031, 45.8773, 17] + [ ecalVeto ] 0 : Hit 3: [33.711, 41.7066, 16] + [ ecalVeto ] 0 : Hit 4: [31.3031, 37.5359, 15] + [ ecalVeto ] 0 : Hit 5: [33.711, 33.3653, 14] + [ ecalVeto ] 0 : Hit 6: [31.3031, 29.1946, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 54.2186, 19] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 50.0479, 18] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 45.8773, 17] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 41.7066, 16] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 37.5359, 15] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 33.3653, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [16.8555, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [19.2635, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 2: [16.8555, -4.17066, 9] + [ ecalVeto ] 0 : Hit 3: [19.2635, -8.34132, 8] + [ ecalVeto ] 0 : Hit 4: [16.8555, -4.17066, 7] + [ ecalVeto ] 0 : Hit 5: [19.2635, -8.34132, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [19.2635, 16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, 12.512, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, 8.34132, 8] + [ ecalVeto ] 0 : Hit 3: [19.2635, 8.34132, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3925.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2295 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 8.34132, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6821.44; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2296 Brem photon produced 31 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -85.9634, 29] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -90.1341, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -169.377, 21] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -165.206, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -54.2186, 21] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -50.0479, 20] + [ ecalVeto ] 0 : Hit 2: [-55.3824, -45.8773, 19] + [ ecalVeto ] 0 : Hit 3: [-52.9745, -41.7066, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, -25.024, 15] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -20.8533, 14] + [ ecalVeto ] 0 : Hit 2: [-33.711, -16.6826, 13] + [ ecalVeto ] 0 : Hit 3: [-31.3031, -12.512, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 12.512, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4218.54; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2297 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, 50.0479, 21] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 45.8773, 20] + [ ecalVeto ] 0 : Hit 2: [-33.711, 41.7066, 19] + [ ecalVeto ] 0 : Hit 3: [-31.3031, 45.8773, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 25.024, 13] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 20.8533, 12] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 16.6826, 11] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 12.512, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 8.34132, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 4.17066, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -2.66454e-15, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -12.512, 2] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -16.6826, 1] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 4: [2.40793, -12.512, 1] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [31.3031, -12.512, 3] + [ ecalVeto ] 0 : Hit 1: [33.711, -16.6826, 2] + [ ecalVeto ] 0 : Hit 2: [31.3031, -12.512, 1] + [ ecalVeto ] 0 : Hit 3: [33.711, -16.6826, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3909.45; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2298 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-104.078, -16.6826, 27] + [ ecalVeto ] 0 : Hit 1: [-101.67, -12.512, 26] + [ ecalVeto ] 0 : Hit 2: [-104.078, -16.6826, 25] + [ ecalVeto ] 0 : Hit 3: [-101.67, -12.512, 24] + [ ecalVeto ] 0 : Finding linreg tracks from 43 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3894.39; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2299 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 26 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2181.21; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2300 Brem photon produced 59 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-126.685, -110.987, 21] + [ ecalVeto ] 0 : Hit 1: [-124.277, -106.817, 20] + [ ecalVeto ] 0 : Hit 2: [-126.685, -102.646, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -50.0479, 19] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -45.8773, 18] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3656.45; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2301 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3084.2; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2302 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, -70.9012, 14] + [ ecalVeto ] 0 : Hit 1: [24.0793, -66.7306, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 12.512, 9] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 12.512, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 16.6826, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -2.66454e-15, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -2.66454e-15, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6220.42; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2303 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 94.3048, 15] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 90.1341, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 85.9634, 13] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 81.7928, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 12] + [ ecalVeto ] 0 : Hit 1: [12.0397, 4.17066, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 77.6221, 11] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 73.4515, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [16.8555, 20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [19.2635, 25.024, 10] + [ ecalVeto ] 0 : Hit 2: [16.8555, 29.1946, 9] + [ ecalVeto ] 0 : Hit 3: [19.2635, 25.024, 8] + [ ecalVeto ] 0 : Hit 4: [12.0397, 29.1946, 10] + [ ecalVeto ] 0 : Hit 5: [9.63173, 25.024, 9] + [ ecalVeto ] 0 : Hit 6: [12.0397, 20.8533, 8] + [ ecalVeto ] 0 : Hit 7: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 8: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 9: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 92 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 9654.4; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2304 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [40.9348, 20.8533, 20] + [ ecalVeto ] 0 : Hit 1: [38.5269, 16.6826, 19] + [ ecalVeto ] 0 : Hit 2: [38.5269, 16.6826, 17] + [ ecalVeto ] 0 : Hit 3: [40.9348, 12.512, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [52.9745, 16.6826, 19] + [ ecalVeto ] 0 : Hit 1: [52.9745, 16.6826, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 7: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 3: [9.63173, -33.3653, 7] + [ ecalVeto ] 0 : Hit 4: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Hit 5: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 6: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 123 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4307.87; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2305 Brem photon produced 43 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, 20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [24.0793, 16.6826, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 3: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [16.8555, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [19.2635, -25.024, 6] + [ ecalVeto ] 0 : Hit 2: [16.8555, -20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 5: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8307.85; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2306 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 18] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 17] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -12.512, 16] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -8.34132, 15] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -12.512, 14] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -8.34132, 13] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -12.512, 12] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -8.34132, 11] + [ ecalVeto ] 0 : Hit 8: [-2.40793, -4.17066, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -8.34132, 16] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -8.34132, 14] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -4.17066, 13] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -8.34132, 12] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -12.512, 11] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -8.34132, 10] + [ ecalVeto ] 0 : Hit 6: [-12.0397, -12.512, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -16.6826, 14] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -12.512, 13] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -16.6826, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 58.3892, 13] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 54.2186, 12] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 50.0479, 11] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 45.8773, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 2] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -8.34132, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6518.66; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2307 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 4.17066, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [12.0397, 37.5359, 4] + [ ecalVeto ] 0 : Hit 3: [12.0397, 37.5359, 2] + [ ecalVeto ] 0 : Hit 4: [12.0397, 29.1946, 4] + [ ecalVeto ] 0 : Hit 5: [12.0397, 29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5563.65; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2308 Brem photon produced 4 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 8.34132, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 36 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2651.85; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2309 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [69.83, 54.2186, 8] + [ ecalVeto ] 0 : Hit 1: [67.4221, 50.0479, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, -70.9012, 8] + [ ecalVeto ] 0 : Hit 1: [24.0793, -66.7306, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, -37.5359, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, -33.3653, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6190.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2310 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 25] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 70.9012, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, 66.7306, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 93 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 2 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6372.66; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2311 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-18.3279, -198.571, 29] + [ ecalVeto ] 0 : Hit 1: [-15.92, -202.742, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -94.3048, 21] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -90.1341, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -85.9634, 19] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -81.7928, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3705.49; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2312 Brem photon produced 59 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -54.2186, 10] + [ ecalVeto ] 0 : Hit 1: [-33.711, -50.0479, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 2 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5916.9; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2313 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-73.7103, 77.6221, 20] + [ ecalVeto ] 0 : Hit 1: [-76.1183, 73.4515, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 39 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3667.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2314 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, 37.5359, 28] + [ ecalVeto ] 0 : Hit 1: [24.0793, 41.7066, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, 37.5359, 27] + [ ecalVeto ] 0 : Hit 1: [19.2635, 41.7066, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-25.5517, -102.646, 11] + [ ecalVeto ] 0 : Hit 1: [-23.1438, -98.4754, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -83.4132, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -79.2426, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -37.5359, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2370.27; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2315 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 26] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 25] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 24] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 23] + [ ecalVeto ] 0 : Hit 4: [4.81586, 8.34132, 22] + [ ecalVeto ] 0 : Hit 5: [2.40793, 4.17066, 21] + [ ecalVeto ] 0 : Hit 6: [4.81586, 8.34132, 20] + [ ecalVeto ] 0 : Hit 7: [2.40793, 4.17066, 19] + [ ecalVeto ] 0 : Hit 8: [4.81586, -2.66454e-15, 18] + [ ecalVeto ] 0 : Hit 9: [2.40793, -4.17066, 17] + [ ecalVeto ] 0 : Hit 10: [4.81586, -2.66454e-15, 16] + [ ecalVeto ] 0 : Hit 11: [2.40793, -4.17066, 15] + [ ecalVeto ] 0 : Hit 12: [4.81586, -8.34132, 14] + [ ecalVeto ] 0 : Hit 13: [2.40793, -12.512, 13] + [ ecalVeto ] 0 : Hit 14: [4.81586, -8.34132, 12] + [ ecalVeto ] 0 : Hit 15: [2.40793, -12.512, 11] + [ ecalVeto ] 0 : Hit 16: [4.81586, -16.6826, 10] + [ ecalVeto ] 0 : Hit 17: [2.40793, -20.8533, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -66.7306, 20] + [ ecalVeto ] 0 : Hit 1: [4.81586, -66.7306, 18] + [ ecalVeto ] 0 : Hit 2: [2.40793, -62.5599, 17] + [ ecalVeto ] 0 : Hit 3: [4.81586, -66.7306, 16] + [ ecalVeto ] 0 : Hit 4: [2.40793, -62.5599, 15] + [ ecalVeto ] 0 : Hit 5: [4.81586, -58.3892, 14] + [ ecalVeto ] 0 : Hit 6: [2.40793, -54.2186, 13] + [ ecalVeto ] 0 : Hit 7: [2.40793, -54.2186, 11] + [ ecalVeto ] 0 : Hit 8: [-2.40793, -54.2186, 12] + [ ecalVeto ] 0 : Hit 9: [-2.40793, -54.2186, 10] + [ ecalVeto ] 0 : Hit 10: [-4.81586, -50.0479, 9] + [ ecalVeto ] 0 : Hit 11: [-2.40793, -45.8773, 8] + [ ecalVeto ] 0 : Hit 12: [-4.81586, -50.0479, 7] + [ ecalVeto ] 0 : Hit 13: [-2.40793, -45.8773, 6] + [ ecalVeto ] 0 : Hit 14: [-4.81586, -41.7066, 5] + [ ecalVeto ] 0 : Hit 15: [-2.40793, -37.5359, 4] + [ ecalVeto ] 0 : Hit 16: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Hit 17: [-2.40793, -37.5359, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -37.5359, 18] + [ ecalVeto ] 0 : Hit 1: [9.63173, -41.7066, 17] + [ ecalVeto ] 0 : Hit 2: [12.0397, -45.8773, 16] + [ ecalVeto ] 0 : Hit 3: [9.63173, -41.7066, 15] + [ ecalVeto ] 0 : Hit 4: [9.63173, -41.7066, 13] + [ ecalVeto ] 0 : Hit 5: [12.0397, -45.8773, 12] + [ ecalVeto ] 0 : Hit 6: [4.81586, -41.7066, 14] + [ ecalVeto ] 0 : Hit 7: [4.81586, -41.7066, 12] + [ ecalVeto ] 0 : Hit 8: [2.40793, -37.5359, 11] + [ ecalVeto ] 0 : Hit 9: [4.81586, -41.7066, 10] + [ ecalVeto ] 0 : Hit 10: [2.40793, -37.5359, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -70.9012, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -66.7306, 10] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -62.5599, 9] + [ ecalVeto ] 0 : Hit 3: [-24.0793, -58.3892, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 93 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2914.24; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2316 Brem photon produced 73 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5125.95; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2317 Brem photon produced 63 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-132.973, 66.7306, 15] + [ ecalVeto ] 0 : Hit 1: [-130.565, 62.5599, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -33.3653, 15] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -29.1946, 14] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -25.024, 13] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -20.8533, 12] + [ ecalVeto ] 0 : Hit 4: [-19.2635, -16.6826, 11] + [ ecalVeto ] 0 : Hit 5: [-16.8555, -12.512, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -8.34132, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -4.17066, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 4.17066, 5] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 8.34132, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5102.26; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2318 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [169.092, 29.1946, 32] + [ ecalVeto ] 0 : Hit 1: [166.684, 25.024, 31] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [154.644, 20.8533, 30] + [ ecalVeto ] 0 : Hit 1: [152.237, 16.6826, 29] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-11.1041, -152.694, 29] + [ ecalVeto ] 0 : Hit 1: [-8.69618, -148.523, 28] + [ ecalVeto ] 0 : Hit 2: [-11.1041, -144.353, 27] + [ ecalVeto ] 0 : Hit 3: [-8.69618, -140.182, 26] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-11.1041, -127.67, 25] + [ ecalVeto ] 0 : Hit 1: [-8.69618, -123.499, 24] + [ ecalVeto ] 0 : Hit 2: [-11.1041, -119.329, 23] + [ ecalVeto ] 0 : Hit 3: [-8.69618, -115.158, 22] + [ ecalVeto ] 0 : Hit 4: [-11.1041, -110.987, 21] + [ ecalVeto ] 0 : Hit 5: [-8.69618, -106.817, 20] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -50.0479, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -45.8773, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -41.7066, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2696.95; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2319 Brem photon produced 79 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-119.461, -90.1341, 15] + [ ecalVeto ] 0 : Hit 1: [-117.053, -94.3048, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -65.1101, 11] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -60.9395, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 41.7066, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 45.8773, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 41.7066, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 45.8773, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 41.7066, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 1] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5395.39; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2320 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-105.013, 115.158, 23] + [ ecalVeto ] 0 : Hit 1: [-102.606, 110.987, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-140.197, -79.2426, 21] + [ ecalVeto ] 0 : Hit 1: [-137.789, -75.0719, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-111.302, -62.5599, 17] + [ ecalVeto ] 0 : Hit 1: [-108.894, -58.3892, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -41.7066, 13] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -37.5359, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-45.7507, -29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -25.024, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4661.68; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2321 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 66.7306, 22] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 62.5599, 21] + [ ecalVeto ] 0 : Hit 2: [-24.0793, 58.3892, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 4: [9.63173, -2.66454e-15, 1] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, -8.34132, 4] + [ ecalVeto ] 0 : Hit 1: [19.2635, -8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5622.5; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2322 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2322 Brem photon produced 79 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 50.0479, 8] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 45.8773, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 37.5359, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-37.5914, -90.1341, 4] + [ ecalVeto ] 0 : Hit 1: [-39.9993, -85.9634, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7182.73; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2323 Brem photon produced 42 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5202.12; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2324 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [90.5659, 73.4515, 14] + [ ecalVeto ] 0 : Hit 1: [88.1579, 69.2808, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-88.1579, -60.9395, 12] + [ ecalVeto ] 0 : Hit 1: [-90.5659, -56.7688, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -41.7066, 11] + [ ecalVeto ] 0 : Hit 1: [-87.2224, -45.8773, 10] + [ ecalVeto ] 0 : Hit 2: [-82.4065, -45.8773, 11] + [ ecalVeto ] 0 : Hit 3: [-81.8697, -50.0479, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -33.3653, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-74.6459, -45.8773, 10] + [ ecalVeto ] 0 : Hit 1: [-77.0538, -41.7066, 9] + [ ecalVeto ] 0 : Hit 2: [-74.6459, -37.5359, 8] + [ ecalVeto ] 0 : Hit 3: [-69.83, -37.5359, 9] + [ ecalVeto ] 0 : Hit 4: [-67.4221, -33.3653, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-69.83, -45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -41.7066, 8] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -25.024, 6] + [ ecalVeto ] 0 : Hit 2: [-55.3824, -20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [-52.9745, -16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 97 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5957.08; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2325 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4891.19; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2326 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -75.0719, 18] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -70.9012, 17] + [ ecalVeto ] 0 : Finding linreg tracks from 29 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2948.66; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2327 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 14 + [ ecalVeto ] 0 : Beginning track merging using 14 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 13 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-105.013, -131.841, 29] + [ ecalVeto ] 0 : Hit 1: [-102.606, -127.67, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-105.013, -115.158, 27] + [ ecalVeto ] 0 : Hit 1: [-102.606, -110.987, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -81.7928, 23] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -77.6221, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -65.1101, 21] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -60.9395, 20] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -52.5982, 19] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -50.0479, 18] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -41.7066, 17] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -37.5359, 16] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-69.83, -29.1946, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -25.024, 14] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -25.024, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -29.1946, 12] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -25.024, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -29.1946, 10] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-33.711, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -20.8533, 8] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [19.2635, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [19.2635, -8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [16.8555, -4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [19.2635, -8.34132, 4] + [ ecalVeto ] 0 : Hit 4: [16.8555, -12.512, 3] + [ ecalVeto ] 0 : Hit 5: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 6: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Hit 7: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -70.9012, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -75.0719, 6] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -25.024, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 13 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5204.19; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2328 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 20.8533, 17] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 16.6826, 16] + [ ecalVeto ] 0 : Hit 2: [-24.0793, 16.6826, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-37.5914, -81.7928, 16] + [ ecalVeto ] 0 : Hit 1: [-39.9993, -77.6221, 15] + [ ecalVeto ] 0 : Hit 2: [-37.5914, -81.7928, 14] + [ ecalVeto ] 0 : Hit 3: [-39.9993, -77.6221, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, -66.7306, 15] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -70.9012, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 16.6826, 14] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 12.512, 13] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7423.73; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2329 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [73.7103, 119.329, 29] + [ ecalVeto ] 0 : Hit 1: [76.1183, 115.158, 28] + [ ecalVeto ] 0 : Hit 2: [73.7103, 110.987, 27] + [ ecalVeto ] 0 : Hit 3: [76.1183, 106.817, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-161.868, 25.024, 19] + [ ecalVeto ] 0 : Hit 1: [-159.46, 20.8533, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-140.197, 20.8533, 17] + [ ecalVeto ] 0 : Hit 1: [-137.789, 25.024, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-118.525, 25.024, 15] + [ ecalVeto ] 0 : Hit 1: [-116.118, 20.8533, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -65.1101, 9] + [ ecalVeto ] 0 : Hit 1: [-76.1183, -65.1101, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2821.75; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2330 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [52.9745, -2.66454e-15, 19] + [ ecalVeto ] 0 : Hit 1: [55.3824, 4.17066, 18] + [ ecalVeto ] 0 : Hit 2: [52.9745, -2.66454e-15, 17] + [ ecalVeto ] 0 : Hit 3: [55.3824, -4.17066, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, 12.512, 7] + [ ecalVeto ] 0 : Hit 2: [19.2635, 16.6826, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 90 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4815.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2331 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -227.766, 27] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -223.595, 26] + [ ecalVeto ] 0 : Finding linreg tracks from 87 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1538.07; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2332 Brem photon produced 42 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 58.3892, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 62.5599, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 45.8773, 6] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 45.8773, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6513.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2333 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4319.71; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2334 Brem photon produced 57 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, 12.512, 18] + [ ecalVeto ] 0 : Hit 1: [24.0793, 8.34132, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -2.66454e-15, 16] + [ ecalVeto ] 0 : Hit 1: [16.8555, -4.17066, 15] + [ ecalVeto ] 0 : Hit 2: [19.2635, -8.34132, 14] + [ ecalVeto ] 0 : Hit 3: [16.8555, -12.512, 13] + [ ecalVeto ] 0 : Hit 4: [19.2635, -16.6826, 12] + [ ecalVeto ] 0 : Hit 5: [16.8555, -20.8533, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, -33.3653, 7] + [ ecalVeto ] 0 : Hit 4: [12.0397, -37.5359, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -45.8773, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -41.7066, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -45.8773, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -41.7066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6257.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2335 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-248.554, -2.36672e-14, 17] + [ ecalVeto ] 0 : Hit 1: [-246.146, 4.17066, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-241.33, 12.512, 15] + [ ecalVeto ] 0 : Hit 1: [-238.922, 8.34132, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4308.12; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2336 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4331.92; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2337 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, -33.3653, 24] + [ ecalVeto ] 0 : Hit 1: [31.3031, -37.5359, 23] + [ ecalVeto ] 0 : Hit 2: [33.711, -33.3653, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [24.0793, -33.3653, 21] + [ ecalVeto ] 0 : Hit 1: [26.4873, -29.1946, 20] + [ ecalVeto ] 0 : Hit 2: [24.0793, -33.3653, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, -33.3653, 18] + [ ecalVeto ] 0 : Hit 1: [16.8555, -29.1946, 17] + [ ecalVeto ] 0 : Hit 2: [19.2635, -25.024, 16] + [ ecalVeto ] 0 : Hit 3: [16.8555, -29.1946, 15] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-81.8697, -2.66454e-15, 16] + [ ecalVeto ] 0 : Hit 1: [-82.4065, 4.17066, 15] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-101.67, -45.8773, 14] + [ ecalVeto ] 0 : Hit 1: [-104.078, -41.7066, 13] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [40.9348, 70.9012, 12] + [ ecalVeto ] 0 : Hit 1: [38.5269, 66.7306, 11] + [ ecalVeto ] 0 : Hit 2: [40.9348, 70.9012, 10] + [ ecalVeto ] 0 : Hit 3: [38.5269, 66.7306, 9] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 8.34132, 10] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-45.7507, -4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [-48.1586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 3: [-40.9348, 4.17066, 9] + [ ecalVeto ] 0 : Hit 4: [-38.5269, 8.34132, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4821.39; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2338 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 24 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2895.45; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2339 Brem photon produced 40 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 4: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 6: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 99 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4542.78; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2340 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 37.5359, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4104.75; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2341 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -29.1946, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4301.93; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2342 Brem photon produced 31 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [40.9348, 4.17066, 26] + [ ecalVeto ] 0 : Hit 1: [38.5269, -2.66454e-15, 25] + [ ecalVeto ] 0 : Hit 2: [38.5269, -2.66454e-15, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [38.5269, 25.024, 25] + [ ecalVeto ] 0 : Hit 1: [40.9348, 20.8533, 24] + [ ecalVeto ] 0 : Hit 2: [38.5269, 16.6826, 23] + [ ecalVeto ] 0 : Hit 3: [40.9348, 12.512, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, -8.34132, 18] + [ ecalVeto ] 0 : Hit 1: [16.8555, -12.512, 17] + [ ecalVeto ] 0 : Hit 2: [19.2635, -8.34132, 16] + [ ecalVeto ] 0 : Hit 3: [16.8555, -12.512, 15] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3246.16; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2343 Brem photon produced 49 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -25.024, 10] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -20.8533, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -8.34132, 1] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2978.44; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2344 Brem photon produced 47 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 3] + [ ecalVeto ] 0 : Hit 2: [4.81586, -33.3653, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -54.2186, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -50.0479, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4767.26; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2345 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -70.9012, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -75.0719, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -79.2426, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -75.0719, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5806.45; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2346 Brem photon produced 57 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6379.96; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2347 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -33.3653, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6110.95; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2348 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -20.8533, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -25.024, 1] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -20.8533, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6201.54; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2349 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 25.024, 11] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 20.8533, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 50.0479, 11] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 45.8773, 10] + [ ecalVeto ] 0 : Hit 2: [-62.6062, 41.7066, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, 37.5359, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, 41.7066, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 12.512, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 45.8773, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 12.512, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [26.4873, 79.2426, 4] + [ ecalVeto ] 0 : Hit 1: [24.0793, 75.0719, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4647.52; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2350 Brem photon produced 79 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-69.83, 4.17066, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -2.66454e-15, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -2.66454e-15, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-45.7507, 29.1946, 12] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 29.1946, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 4.17066, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [45.7507, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [45.7507, -29.1946, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -12.512, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -8.34132, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5133.39; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2351 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4902.28; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2352 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 50.0479, 17] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 54.2186, 16] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2914.24; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2353 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [30.3676, -85.9634, 19] + [ ecalVeto ] 0 : Hit 1: [32.7755, -90.1341, 18] + [ ecalVeto ] 0 : Hit 2: [30.3676, -85.9634, 17] + [ ecalVeto ] 0 : Hit 3: [32.7755, -90.1341, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [32.7755, -81.7928, 16] + [ ecalVeto ] 0 : Hit 1: [31.3031, -79.2426, 15] + [ ecalVeto ] 0 : Hit 2: [33.711, -75.0719, 14] + [ ecalVeto ] 0 : Hit 3: [31.3031, -79.2426, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [26.4873, -70.9012, 16] + [ ecalVeto ] 0 : Hit 1: [24.0793, -75.0719, 15] + [ ecalVeto ] 0 : Hit 2: [26.4873, -70.9012, 14] + [ ecalVeto ] 0 : Hit 3: [24.0793, -66.7306, 13] + [ ecalVeto ] 0 : Hit 4: [26.4873, -70.9012, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2699.17; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2354 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -25.024, 7] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -20.8533, 6] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -20.8533, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -25.024, 6] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -20.8533, 5] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -16.6826, 4] + [ ecalVeto ] 0 : Hit 5: [-12.0397, -12.512, 3] + [ ecalVeto ] 0 : Hit 6: [-9.63173, -16.6826, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 26 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1942.61; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2355 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2355 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 24 + [ ecalVeto ] 0 : Beginning track merging using 24 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 22 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [66.4865, 73.4515, 25] + [ ecalVeto ] 0 : Hit 1: [68.8945, 69.2808, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, -37.5359, 18] + [ ecalVeto ] 0 : Hit 1: [24.0793, -41.7066, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, -41.7066, 16] + [ ecalVeto ] 0 : Hit 1: [16.8555, -37.5359, 15] + [ ecalVeto ] 0 : Hit 2: [19.2635, -41.7066, 14] + [ ecalVeto ] 0 : Hit 3: [16.8555, -37.5359, 13] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 58.3892, 15] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 62.5599, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-60.1983, 45.8773, 14] + [ ecalVeto ] 0 : Hit 1: [-62.6062, 50.0479, 13] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 45.8773, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 41.7066, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 50.0479, 13] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 45.8773, 12] + [ ecalVeto ] 0 : Hit 2: [-48.1586, 41.7066, 11] + [ ecalVeto ] 0 : Hit 3: [-45.7507, 37.5359, 10] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [12.0397, -37.5359, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, -33.3653, 11] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 29.1946, 12] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 33.3653, 11] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 33.3653, 9] + [ ecalVeto ] 0 : Hit 3: [-26.4873, 37.5359, 11] + [ ecalVeto ] 0 : Hit 4: [-24.0793, 41.7066, 10] + [ ecalVeto ] 0 : Hit 5: [-26.4873, 37.5359, 9] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-52.9745, 50.0479, 12] + [ ecalVeto ] 0 : Hit 1: [-55.3824, 54.2186, 11] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-33.711, 41.7066, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 45.8773, 10] + [ ecalVeto ] 0 : Hit 2: [-33.711, 41.7066, 9] + [ ecalVeto ] 0 : Hit 3: [-31.3031, 45.8773, 8] + [ ecalVeto ] 0 : Hit 4: [-31.3031, 37.5359, 10] + [ ecalVeto ] 0 : Hit 5: [-33.711, 33.3653, 9] + [ ecalVeto ] 0 : Hit 6: [-31.3031, 29.1946, 8] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-33.711, 8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [-33.711, 8.34132, 9] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 37.5359, 9] + [ ecalVeto ] 0 : Hit 2: [-38.5269, 33.3653, 8] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 29.1946, 9] + [ ecalVeto ] 0 : Hit 2: [-24.0793, 25.024, 8] + [ ecalVeto ] 0 : Hit 3: [-26.4873, 20.8533, 7] + [ ecalVeto ] 0 : Track 14: + [ ecalVeto ] 0 : Hit 0: [4.81586, -33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 9] + [ ecalVeto ] 0 : Track 15: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 12.512, 5] + [ ecalVeto ] 0 : Track 16: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -25.024, 8] + [ ecalVeto ] 0 : Track 17: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Track 18: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Track 19: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 20.8533, 6] + [ ecalVeto ] 0 : Track 20: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Track 21: + [ ecalVeto ] 0 : Hit 0: [-69.83, -45.8773, 1] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -41.7066, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 22 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4059.95; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2356 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-61.6707, 148.523, 13] + [ ecalVeto ] 0 : Hit 1: [-59.2627, 144.353, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -4.17066, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [16.8555, -37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [19.2635, -33.3653, 6] + [ ecalVeto ] 0 : Hit 2: [16.8555, -29.1946, 5] + [ ecalVeto ] 0 : Hit 3: [19.2635, -25.024, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, -33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Hit 5: [12.0397, -29.1946, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, -37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Hit 5: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Hit 6: [2.40793, -29.1946, 1] + [ ecalVeto ] 0 : Hit 7: [4.81586, -33.3653, 0] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -41.7066, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -37.5359, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -29.1946, 2] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -25.024, 1] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4057.7; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2357 Brem photon produced 80 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [19.2635, -16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [16.8555, -12.512, 7] + [ ecalVeto ] 0 : Hit 3: [19.2635, -8.34132, 6] + [ ecalVeto ] 0 : Hit 4: [16.8555, -12.512, 5] + [ ecalVeto ] 0 : Hit 5: [19.2635, -8.34132, 4] + [ ecalVeto ] 0 : Hit 6: [16.8555, -12.512, 3] + [ ecalVeto ] 0 : Hit 7: [19.2635, -16.6826, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-67.4221, 58.3892, 4] + [ ecalVeto ] 0 : Hit 1: [-69.83, 54.2186, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 102 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6318.87; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2358 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 45.8773, 20] + [ ecalVeto ] 0 : Hit 1: [9.63173, 41.7066, 19] + [ ecalVeto ] 0 : Hit 2: [12.0397, 37.5359, 20] + [ ecalVeto ] 0 : Hit 3: [9.63173, 33.3653, 19] + [ ecalVeto ] 0 : Hit 4: [12.0397, 29.1946, 18] + [ ecalVeto ] 0 : Hit 5: [9.63173, 25.024, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4485.69; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2359 Brem photon produced 36 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 41.7066, 14] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 37.5359, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 12.512, 13] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 16.6826, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 37.5359, 12] + [ ecalVeto ] 0 : Hit 1: [-33.711, 33.3653, 11] + [ ecalVeto ] 0 : Hit 2: [-31.3031, 29.1946, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 12.512, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 29.1946, 9] + [ ecalVeto ] 0 : Hit 2: [-24.0793, 33.3653, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 20.8533, 8] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-33.711, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 12.512, 6] + [ ecalVeto ] 0 : Hit 2: [-33.711, 8.34132, 5] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, 29.1946, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, 20.8533, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7242.53; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2360 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-37.5914, -123.499, 32] + [ ecalVeto ] 0 : Hit 1: [-39.9993, -119.329, 31] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-32.7755, 90.1341, 31] + [ ecalVeto ] 0 : Hit 1: [-32.7755, 90.1341, 29] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 37.5359, 2] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 41.7066, 1] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 33.3653, 4] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 37.5359, 3] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 41.7066, 2] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 37.5359, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 17 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2940.62; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2361 Brem photon produced 45 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 8.34132, 15] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 4.17066, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -2.66454e-15, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -58.3892, 11] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -58.3892, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 35 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4527.01; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2362 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 69.2808, 23] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 73.4515, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 73.4515, 21] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 69.2808, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 69.2808, 19] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 65.1101, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-61.6707, 65.1101, 17] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 62.5599, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -69.2808, 15] + [ ecalVeto ] 0 : Hit 1: [-54.4469, -69.2808, 13] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 62.5599, 15] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 58.3892, 14] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 58.3892, 13] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 54.2186, 12] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-33.711, -33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -37.5359, 10] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [38.5269, 16.6826, 3] + [ ecalVeto ] 0 : Hit 1: [40.9348, 12.512, 2] + [ ecalVeto ] 0 : Hit 2: [38.5269, 16.6826, 1] + [ ecalVeto ] 0 : Hit 3: [40.9348, 20.8533, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4028.07; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2363 Brem photon produced 43 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -4.17066, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 8.34132, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, 37.5359, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, 33.3653, 3] + [ ecalVeto ] 0 : Hit 4: [9.63173, 33.3653, 1] + [ ecalVeto ] 0 : Hit 5: [12.0397, 29.1946, 0] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 2] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 1] + [ ecalVeto ] 0 : Hit 3: [4.81586, 33.3653, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 95 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5285.64; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2364 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-45.7507, -29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -25.024, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, -33.3653, 3] + [ ecalVeto ] 0 : Hit 5: [9.63173, -33.3653, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3841.4; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2365 Brem photon produced 39 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2365 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-162.804, -115.158, 21] + [ ecalVeto ] 0 : Hit 1: [-160.396, -119.329, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [69.83, 54.2186, 10] + [ ecalVeto ] 0 : Hit 1: [67.4221, 50.0479, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -41.7066, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7111.41; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2366 Brem photon produced 46 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-44.8152, 119.329, 18] + [ ecalVeto ] 0 : Hit 1: [-47.2231, 115.158, 17] + [ ecalVeto ] 0 : Hit 2: [-44.8152, 110.987, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5371.29; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2367 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 19] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 17] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 16] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 15] + [ ecalVeto ] 0 : Hit 4: [4.81586, -8.34132, 14] + [ ecalVeto ] 0 : Hit 5: [2.40793, -12.512, 13] + [ ecalVeto ] 0 : Hit 6: [4.81586, -16.6826, 12] + [ ecalVeto ] 0 : Hit 7: [2.40793, -12.512, 11] + [ ecalVeto ] 0 : Hit 8: [4.81586, -16.6826, 10] + [ ecalVeto ] 0 : Hit 9: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 10: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 11: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 12: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 13: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 14: [4.81586, -8.34132, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 25.024, 14] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 20.8533, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [33.711, -41.7066, 10] + [ ecalVeto ] 0 : Hit 1: [31.3031, -37.5359, 9] + [ ecalVeto ] 0 : Hit 2: [33.711, -33.3653, 8] + [ ecalVeto ] 0 : Hit 3: [31.3031, -29.1946, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Hit 6: [12.0397, -20.8533, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3467.18; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2368 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-112.237, -85.9634, 23] + [ ecalVeto ] 0 : Hit 1: [-109.829, -81.7928, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -69.2808, 17] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -66.7306, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -50.0479, 13] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -45.8773, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5939.87; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2369 Brem photon produced 79 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, -29.1946, 2] + [ ecalVeto ] 0 : Hit 1: [12.0397, -29.1946, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6867.94; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2370 Brem photon produced 44 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 10] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 50.0479, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 45.8773, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -45.8773, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -41.7066, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 12.512, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [26.4873, -12.512, 4] + [ ecalVeto ] 0 : Hit 1: [24.0793, -16.6826, 3] + [ ecalVeto ] 0 : Hit 2: [26.4873, -12.512, 2] + [ ecalVeto ] 0 : Hit 3: [24.0793, -16.6826, 1] + [ ecalVeto ] 0 : Hit 4: [24.0793, -8.34132, 3] + [ ecalVeto ] 0 : Hit 5: [24.0793, -8.34132, 1] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [24.0793, -50.0479, 1] + [ ecalVeto ] 0 : Hit 1: [26.4873, -54.2186, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 106 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5916.44; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2371 Brem photon produced 61 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-8.69618, -123.499, 24] + [ ecalVeto ] 0 : Hit 1: [-11.1041, -119.329, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-15.92, -119.329, 22] + [ ecalVeto ] 0 : Hit 1: [-18.3279, -115.158, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-23.1438, -115.158, 20] + [ ecalVeto ] 0 : Hit 1: [-25.5517, -110.987, 19] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [26.4873, -45.8773, 6] + [ ecalVeto ] 0 : Hit 1: [24.0793, -41.7066, 5] + [ ecalVeto ] 0 : Hit 2: [26.4873, -45.8773, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3990.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2372 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [52.9745, -41.7066, 17] + [ ecalVeto ] 0 : Hit 1: [55.3824, -37.5359, 16] + [ ecalVeto ] 0 : Hit 2: [52.9745, -33.3653, 15] + [ ecalVeto ] 0 : Hit 3: [52.9745, -33.3653, 13] + [ ecalVeto ] 0 : Hit 4: [55.3824, -37.5359, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [40.9348, -45.8773, 16] + [ ecalVeto ] 0 : Hit 1: [38.5269, -41.7066, 15] + [ ecalVeto ] 0 : Hit 2: [40.9348, -37.5359, 14] + [ ecalVeto ] 0 : Hit 3: [38.5269, -33.3653, 13] + [ ecalVeto ] 0 : Hit 4: [40.9348, -29.1946, 12] + [ ecalVeto ] 0 : Hit 5: [38.5269, -25.024, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [48.1586, -41.7066, 16] + [ ecalVeto ] 0 : Hit 1: [45.7507, -45.8773, 15] + [ ecalVeto ] 0 : Hit 2: [48.1586, -41.7066, 14] + [ ecalVeto ] 0 : Hit 3: [45.7507, -37.5359, 13] + [ ecalVeto ] 0 : Hit 4: [48.1586, -33.3653, 12] + [ ecalVeto ] 0 : Hit 5: [45.7507, -29.1946, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [48.1586, -50.0479, 16] + [ ecalVeto ] 0 : Hit 1: [48.1586, -50.0479, 14] + [ ecalVeto ] 0 : Hit 2: [45.7507, -45.8773, 13] + [ ecalVeto ] 0 : Hit 3: [48.1586, -50.0479, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [55.3824, -45.8773, 16] + [ ecalVeto ] 0 : Hit 1: [52.9745, -41.7066, 15] + [ ecalVeto ] 0 : Hit 2: [55.3824, -45.8773, 14] + [ ecalVeto ] 0 : Hit 3: [52.9745, -41.7066, 13] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [55.3824, -62.5599, 16] + [ ecalVeto ] 0 : Hit 1: [52.9745, -58.3892, 15] + [ ecalVeto ] 0 : Hit 2: [55.3824, -54.2186, 14] + [ ecalVeto ] 0 : Hit 3: [52.9745, -50.0479, 13] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6417.78; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2373 Brem photon produced 75 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 45.8773, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4929.22; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2374 Brem photon produced 73 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-176.316, -2.36672e-14, 7] + [ ecalVeto ] 0 : Hit 1: [-173.908, -4.17066, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-190.763, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-188.356, -12.512, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 3] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -2.66454e-15, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5166.95; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2375 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-123.341, -25.024, 24] + [ ecalVeto ] 0 : Hit 1: [-123.341, -25.024, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-104.078, -25.024, 23] + [ ecalVeto ] 0 : Hit 1: [-101.67, -20.8533, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -20.8533, 21] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -16.6826, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -12.512, 19] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -8.34132, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-69.83, 4.17066, 17] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -2.66454e-15, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -8.34132, 17] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -4.17066, 16] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [16.8555, 20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [19.2635, 25.024, 10] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -2.66454e-15, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 44 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5658.64; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2376 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 18] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 17] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -12.512, 16] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -8.34132, 15] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -4.17066, 14] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -2.66454e-15, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 8.34132, 12] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 12.512, 11] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 16.6826, 10] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 20.8533, 9] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 20.8533, 7] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 25.024, 6] + [ ecalVeto ] 0 : Hit 6: [-12.0397, 29.1946, 5] + [ ecalVeto ] 0 : Hit 7: [-9.63173, 25.024, 4] + [ ecalVeto ] 0 : Hit 8: [-12.0397, 29.1946, 3] + [ ecalVeto ] 0 : Hit 9: [-9.63173, 33.3653, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 25.024, 11] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 20.8533, 10] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 16.6826, 9] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 20.8533, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 33.3653, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4874.61; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2377 Brem photon produced 46 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2377 Brem photon produced 57 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-111.302, -20.8533, 17] + [ ecalVeto ] 0 : Hit 1: [-108.894, -25.024, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -20.8533, 15] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -25.024, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -16.6826, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -50.0479, 13] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -45.8773, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5795.9; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2378 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-8.69618, 156.865, 20] + [ ecalVeto ] 0 : Hit 1: [-11.1041, 152.694, 19] + [ ecalVeto ] 0 : Hit 2: [-8.69618, 148.523, 18] + [ ecalVeto ] 0 : Hit 3: [-11.1041, 144.353, 17] + [ ecalVeto ] 0 : Hit 4: [-8.69618, 140.182, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-23.1438, 140.182, 14] + [ ecalVeto ] 0 : Hit 1: [-25.5517, 136.011, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 13] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 12] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 11] + [ ecalVeto ] 0 : Hit 3: [12.0397, -12.512, 10] + [ ecalVeto ] 0 : Hit 4: [12.0397, -4.17066, 12] + [ ecalVeto ] 0 : Hit 5: [9.63173, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 6: [12.0397, 4.17066, 10] + [ ecalVeto ] 0 : Hit 7: [9.63173, 8.34132, 9] + [ ecalVeto ] 0 : Hit 8: [12.0397, 4.17066, 8] + [ ecalVeto ] 0 : Hit 9: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 95 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4971.92; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2379 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-118.525, 25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-116.118, 29.1946, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3227.55; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2380 Brem photon produced 50 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 41.7066, 21] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 37.5359, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 29.1946, 19] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 33.3653, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, 25.024, 17] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 20.8533, 16] + [ ecalVeto ] 0 : Hit 2: [-33.711, 16.6826, 15] + [ ecalVeto ] 0 : Hit 3: [-31.3031, 12.512, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 8.34132, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -4.17066, 7] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, -41.7066, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6648.72; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2381 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 66.7306, 21] + [ ecalVeto ] 0 : Hit 1: [12.0397, 62.5599, 20] + [ ecalVeto ] 0 : Hit 2: [9.63173, 58.3892, 19] + [ ecalVeto ] 0 : Hit 3: [12.0397, 54.2186, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, 41.7066, 20] + [ ecalVeto ] 0 : Hit 1: [16.8555, 37.5359, 19] + [ ecalVeto ] 0 : Hit 2: [19.2635, 33.3653, 18] + [ ecalVeto ] 0 : Hit 3: [16.8555, 29.1946, 17] + [ ecalVeto ] 0 : Hit 4: [19.2635, 25.024, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 41.7066, 17] + [ ecalVeto ] 0 : Hit 1: [12.0397, 37.5359, 16] + [ ecalVeto ] 0 : Hit 2: [9.63173, 33.3653, 15] + [ ecalVeto ] 0 : Hit 3: [12.0397, 29.1946, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 13] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 12] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 4: [12.0397, -4.17066, 10] + [ ecalVeto ] 0 : Hit 5: [9.63173, -2.66454e-15, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 12] + [ ecalVeto ] 0 : Hit 2: [9.63173, 8.34132, 11] + [ ecalVeto ] 0 : Hit 3: [12.0397, 4.17066, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5681.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2382 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 34 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1480.9; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2383 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 231.937, 33] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 227.766, 32] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [44.8152, -94.3048, 13] + [ ecalVeto ] 0 : Hit 1: [44.8152, -94.3048, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [24.0793, -75.0719, 11] + [ ecalVeto ] 0 : Hit 1: [26.4873, -70.9012, 10] + [ ecalVeto ] 0 : Hit 2: [24.0793, -75.0719, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, -58.3892, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, -62.5599, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, -58.3892, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, -45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -41.7066, 8] + [ ecalVeto ] 0 : Hit 2: [4.81586, -41.7066, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [9.63173, -41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [9.63173, -41.7066, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -37.5359, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [9.63173, -50.0479, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -54.2186, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -50.0479, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, -45.8773, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6522.98; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2384 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -37.5359, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -50.0479, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -45.8773, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -41.7066, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -41.7066, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -37.5359, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -33.3653, 6] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -33.3653, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4008.65; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2385 Brem photon produced 33 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -41.7066, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, -45.8773, 11] + [ ecalVeto ] 0 : Hit 2: [19.2635, -41.7066, 10] + [ ecalVeto ] 0 : Hit 3: [16.8555, -37.5359, 9] + [ ecalVeto ] 0 : Hit 4: [19.2635, -33.3653, 8] + [ ecalVeto ] 0 : Hit 5: [16.8555, -37.5359, 7] + [ ecalVeto ] 0 : Hit 6: [19.2635, -33.3653, 6] + [ ecalVeto ] 0 : Hit 7: [16.8555, -29.1946, 5] + [ ecalVeto ] 0 : Hit 8: [19.2635, -33.3653, 4] + [ ecalVeto ] 0 : Hit 9: [16.8555, -37.5359, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [24.0793, -41.7066, 11] + [ ecalVeto ] 0 : Hit 1: [26.4873, -37.5359, 10] + [ ecalVeto ] 0 : Hit 2: [24.0793, -41.7066, 9] + [ ecalVeto ] 0 : Hit 3: [24.0793, -41.7066, 7] + [ ecalVeto ] 0 : Hit 4: [24.0793, -41.7066, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, -58.3892, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, -62.5599, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, -58.3892, 8] + [ ecalVeto ] 0 : Hit 3: [16.8555, -54.2186, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-112.237, -102.646, 5] + [ ecalVeto ] 0 : Hit 1: [-109.829, -98.4754, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-105.013, -90.1341, 5] + [ ecalVeto ] 0 : Hit 1: [-102.606, -94.3048, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Hit 3: [2.40793, -29.1946, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 122 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6862.62; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2386 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [31.3031, -45.8773, 7] + [ ecalVeto ] 0 : Hit 1: [33.711, -50.0479, 6] + [ ecalVeto ] 0 : Hit 2: [31.3031, -54.2186, 5] + [ ecalVeto ] 0 : Hit 3: [33.711, -50.0479, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -20.8533, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 44 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1934.06; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2387 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-25.5517, -186.059, 25] + [ ecalVeto ] 0 : Hit 1: [-23.1438, -181.889, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 101 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5043.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2388 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 19 + [ ecalVeto ] 0 : Beginning track merging using 19 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 16 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -148.523, 33] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -144.353, 32] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -136.011, 31] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -131.841, 30] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -123.499, 29] + [ ecalVeto ] 0 : Hit 1: [-59.2627, -119.329, 28] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -119.329, 27] + [ ecalVeto ] 0 : Hit 1: [-52.039, -115.158, 26] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-47.2231, -106.817, 25] + [ ecalVeto ] 0 : Hit 1: [-44.8152, -102.646, 24] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-39.9993, -94.3048, 23] + [ ecalVeto ] 0 : Hit 1: [-37.5914, -98.4754, 22] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-32.7755, -90.1341, 21] + [ ecalVeto ] 0 : Hit 1: [-30.3676, -85.9634, 20] + [ ecalVeto ] 0 : Hit 2: [-32.7755, -81.7928, 19] + [ ecalVeto ] 0 : Hit 3: [-31.3031, -79.2426, 18] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -66.7306, 15] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -62.5599, 14] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -62.5599, 13] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -58.3892, 12] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 11] + [ ecalVeto ] 0 : Hit 1: [12.0397, -29.1946, 10] + [ ecalVeto ] 0 : Hit 2: [9.63173, -33.3653, 9] + [ ecalVeto ] 0 : Hit 3: [12.0397, -37.5359, 8] + [ ecalVeto ] 0 : Hit 4: [9.63173, -33.3653, 7] + [ ecalVeto ] 0 : Hit 5: [12.0397, -37.5359, 6] + [ ecalVeto ] 0 : Hit 6: [9.63173, -41.7066, 5] + [ ecalVeto ] 0 : Hit 7: [16.8555, -37.5359, 7] + [ ecalVeto ] 0 : Hit 8: [16.8555, -37.5359, 5] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [31.3031, -4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [33.711, -8.34132, 10] + [ ecalVeto ] 0 : Hit 2: [31.3031, -12.512, 9] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 10] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -50.0479, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -54.2186, 10] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 9] + [ ecalVeto ] 0 : Track 14: + [ ecalVeto ] 0 : Hit 0: [4.81586, -33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [4.81586, -33.3653, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -37.5359, 7] + [ ecalVeto ] 0 : Hit 3: [2.40793, -45.8773, 9] + [ ecalVeto ] 0 : Hit 4: [4.81586, -41.7066, 8] + [ ecalVeto ] 0 : Track 15: + [ ecalVeto ] 0 : Hit 0: [19.2635, -25.024, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, -29.1946, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, -25.024, 8] + [ ecalVeto ] 0 : Hit 3: [16.8555, -20.8533, 7] + [ ecalVeto ] 0 : Hit 4: [9.63173, -25.024, 9] + [ ecalVeto ] 0 : Hit 5: [12.0397, -29.1946, 8] + [ ecalVeto ] 0 : Hit 6: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Hit 7: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Hit 8: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Hit 9: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 10: [12.0397, -29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 43 hits + [ ecalVeto ] 0 : MIP tracking completed; found 16 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4273.57; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2389 Brem photon produced 53 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-154.644, -79.2426, 25] + [ ecalVeto ] 0 : Hit 1: [-152.237, -75.0719, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-104.078, -58.3892, 19] + [ ecalVeto ] 0 : Hit 1: [-101.67, -54.2186, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -37.5359, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -33.3653, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 7: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 8: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Hit 9: [4.81586, -2.66454e-15, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-33.711, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -12.512, 8] + [ ecalVeto ] 0 : Hit 2: [-33.711, -8.34132, 7] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [-33.711, -16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [-31.3031, -20.8533, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -54.2186, 8] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -50.0479, 7] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4572.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2390 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -215.254, 33] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -211.083, 32] + [ ecalVeto ] 0 : Hit 2: [-90.5659, -206.913, 31] + [ ecalVeto ] 0 : Hit 3: [-88.1579, -202.742, 30] + [ ecalVeto ] 0 : Hit 4: [-90.5659, -198.571, 29] + [ ecalVeto ] 0 : Hit 5: [-88.1579, -194.401, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -177.718, 25] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -173.547, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [66.4865, 181.889, 5] + [ ecalVeto ] 0 : Hit 1: [68.8945, 177.718, 4] + [ ecalVeto ] 0 : Hit 2: [66.4865, 181.889, 3] + [ ecalVeto ] 0 : Hit 3: [68.8945, 177.718, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4185.74; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2391 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-95.3817, -106.817, 14] + [ ecalVeto ] 0 : Hit 1: [-97.7897, -110.987, 13] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 9233.55; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2392 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2799.47; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2393 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -37.5359, 17] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -41.7066, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, -33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -37.5359, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -33.3653, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-67.4221, -8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [-69.83, -4.17066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 91 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5393.69; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2394 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 6: [2.40793, 12.512, 1] + [ ecalVeto ] 0 : Hit 7: [4.81586, 16.6826, 0] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Hit 8: [-4.81586, 8.34132, 1] + [ ecalVeto ] 0 : Hit 9: [-2.40793, 12.512, 0] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 4.17066, 4] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 8.34132, 3] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 12.512, 2] + [ ecalVeto ] 0 : Hit 4: [-19.2635, 8.34132, 1] + [ ecalVeto ] 0 : Hit 5: [-16.8555, 12.512, 0] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 8.34132, 4] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 12.512, 3] + [ ecalVeto ] 0 : Hit 2: [-24.0793, 8.34132, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 8.34132, 1] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 91 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6739.62; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2395 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [67.4221, 58.3892, 15] + [ ecalVeto ] 0 : Hit 1: [67.4221, 58.3892, 13] + [ ecalVeto ] 0 : Hit 2: [69.83, 54.2186, 12] + [ ecalVeto ] 0 : Hit 3: [67.4221, 50.0479, 11] + [ ecalVeto ] 0 : Hit 4: [69.83, 45.8773, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 38 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2790.05; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2396 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [81.8697, 8.34132, 31] + [ ecalVeto ] 0 : Hit 1: [84.2776, 12.512, 30] + [ ecalVeto ] 0 : Hit 2: [81.8697, 8.34132, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [62.6062, -2.66454e-15, 24] + [ ecalVeto ] 0 : Hit 1: [60.1983, -4.17066, 23] + [ ecalVeto ] 0 : Hit 2: [62.6062, -8.34132, 22] + [ ecalVeto ] 0 : Hit 3: [60.1983, -4.17066, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [55.3824, -4.17066, 20] + [ ecalVeto ] 0 : Hit 1: [52.9745, -8.34132, 19] + [ ecalVeto ] 0 : Hit 2: [55.3824, -12.512, 18] + [ ecalVeto ] 0 : Hit 3: [52.9745, -8.34132, 17] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 17] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 16] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 15] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 20.8533, 14] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 16.6826, 13] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 12.512, 12] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 8.34132, 11] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3713.45; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2397 Brem photon produced 31 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5387.34; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2398 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -16.6826, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -12.512, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -41.7066, 6] + [ ecalVeto ] 0 : Hit 2: [-33.711, -41.7066, 7] + [ ecalVeto ] 0 : Hit 3: [-31.3031, -45.8773, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, -29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -37.5359, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -54.2186, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -50.0479, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -41.7066, 6] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -37.5359, 5] + [ ecalVeto ] 0 : Hit 2: [-24.0793, -33.3653, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -41.7066, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -37.5359, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6111.12; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2399 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-32.7755, 181.889, 13] + [ ecalVeto ] 0 : Hit 1: [-30.3676, 177.718, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-60.1983, 29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [-62.6062, 25.024, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 20.8533, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 12.512, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4315.42; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2400 Brem photon produced 42 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-131.501, -186.059, 16] + [ ecalVeto ] 0 : Hit 1: [-133.909, -181.889, 15] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4391.41; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2401 Brem photon produced 45 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [3.88031, -148.523, 18] + [ ecalVeto ] 0 : Hit 1: [3.34348, -144.353, 17] + [ ecalVeto ] 0 : Hit 2: [3.88031, -140.182, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -91.7545, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -87.5839, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5272.72; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2402 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Hit 6: [4.81586, 33.3653, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Hit 3: [9.63173, 33.3653, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2693.63; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2403 Brem photon produced 58 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [47.2231, -81.7928, 18] + [ ecalVeto ] 0 : Hit 1: [47.2231, -81.7928, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -37.5359, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4151.23; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2404 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3468.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2405 Brem photon produced 44 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 50.0479, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 45.8773, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5781.57; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2406 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-161.868, -50.0479, 25] + [ ecalVeto ] 0 : Hit 1: [-159.46, -45.8773, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -41.7066, 15] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -37.5359, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [16.8555, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [19.2635, 8.34132, 8] + [ ecalVeto ] 0 : Hit 2: [16.8555, 12.512, 7] + [ ecalVeto ] 0 : Hit 3: [19.2635, 16.6826, 6] + [ ecalVeto ] 0 : Hit 4: [12.0397, 20.8533, 8] + [ ecalVeto ] 0 : Hit 5: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 6: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 7: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 8: [12.0397, 29.1946, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [24.0793, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [26.4873, 12.512, 8] + [ ecalVeto ] 0 : Hit 2: [24.0793, 16.6826, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [24.0793, 50.0479, 5] + [ ecalVeto ] 0 : Hit 1: [26.4873, 45.8773, 4] + [ ecalVeto ] 0 : Hit 2: [26.4873, 45.8773, 2] + [ ecalVeto ] 0 : Hit 3: [24.0793, 41.7066, 1] + [ ecalVeto ] 0 : Hit 4: [26.4873, 37.5359, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 104 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6737.15; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2407 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [105.013, -65.1101, 28] + [ ecalVeto ] 0 : Hit 1: [102.606, -60.9395, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-176.316, 66.7306, 15] + [ ecalVeto ] 0 : Hit 1: [-176.316, 66.7306, 13] + [ ecalVeto ] 0 : Hit 2: [-173.908, 70.9012, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-132.973, 58.3892, 11] + [ ecalVeto ] 0 : Hit 1: [-132.973, 58.3892, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2597.07; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2408 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7512.4; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2409 Brem photon produced 43 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-111.302, -62.5599, 23] + [ ecalVeto ] 0 : Hit 1: [-108.894, -58.3892, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -41.7066, 17] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -45.8773, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -41.7066, 15] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -37.5359, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -8.34132, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5013.38; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2410 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 29.1946, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5696.21; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2411 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [44.8152, 110.987, 29] + [ ecalVeto ] 0 : Hit 1: [44.8152, 110.987, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [39.9993, 110.987, 26] + [ ecalVeto ] 0 : Hit 1: [37.5914, 106.817, 25] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [32.7755, 90.1341, 24] + [ ecalVeto ] 0 : Hit 1: [30.3676, 94.3048, 23] + [ ecalVeto ] 0 : Hit 2: [32.7755, 90.1341, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [25.5517, 85.9634, 22] + [ ecalVeto ] 0 : Hit 1: [23.1438, 90.1341, 21] + [ ecalVeto ] 0 : Hit 2: [25.5517, 85.9634, 20] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [16.8555, 79.2426, 19] + [ ecalVeto ] 0 : Hit 1: [19.2635, 75.0719, 18] + [ ecalVeto ] 0 : Hit 2: [16.8555, 70.9012, 17] + [ ecalVeto ] 0 : Hit 3: [19.2635, 66.7306, 16] + [ ecalVeto ] 0 : Hit 4: [16.8555, 62.5599, 15] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, 54.2186, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, 50.0479, 13] + [ ecalVeto ] 0 : Hit 2: [12.0397, 45.8773, 12] + [ ecalVeto ] 0 : Hit 3: [9.63173, 41.7066, 11] + [ ecalVeto ] 0 : Hit 4: [12.0397, 37.5359, 10] + [ ecalVeto ] 0 : Hit 5: [9.63173, 33.3653, 9] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 5: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6567.13; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2412 Brem photon produced 60 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 7: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Hit 8: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 45.8773, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 41.7066, 4] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 37.5359, 3] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 33.3653, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4179.33; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2413 Brem photon produced 78 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 25.024, 8] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 20.8533, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4781.06; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2414 Brem photon produced 55 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [31.3031, -70.9012, 9] + [ ecalVeto ] 0 : Hit 1: [31.3031, -70.9012, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -12.512, 5] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -8.34132, 4] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -4.17066, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -8.34132, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 87 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5796.06; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2415 Brem photon produced 44 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -77.6221, 21] + [ ecalVeto ] 0 : Hit 1: [-52.039, -81.7928, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -66.7306, 13] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -70.9012, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -66.7306, 10] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -62.5599, 9] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -58.3892, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [-33.711, 16.6826, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5130.43; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2416 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [47.2231, -90.1341, 18] + [ ecalVeto ] 0 : Hit 1: [47.2231, -90.1341, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, -29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [24.0793, -25.024, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4039.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2417 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 16.6826, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 12.512, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3103.25; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2418 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2538.46; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2419 Brem photon produced 99 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-126.685, -85.9634, 19] + [ ecalVeto ] 0 : Hit 1: [-124.277, -81.7928, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, 58.3892, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, 54.2186, 11] + [ ecalVeto ] 0 : Hit 2: [19.2635, 50.0479, 10] + [ ecalVeto ] 0 : Hit 3: [16.8555, 45.8773, 9] + [ ecalVeto ] 0 : Hit 4: [19.2635, 41.7066, 8] + [ ecalVeto ] 0 : Hit 5: [16.8555, 37.5359, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, 33.3653, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8967.29; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2420 Brem photon produced 40 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [32.7755, 140.182, 28] + [ ecalVeto ] 0 : Hit 1: [30.3676, 136.011, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [15.92, 110.987, 23] + [ ecalVeto ] 0 : Hit 1: [18.3279, 115.158, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [11.1041, 94.3048, 18] + [ ecalVeto ] 0 : Hit 1: [9.63173, 91.7545, 17] + [ ecalVeto ] 0 : Hit 2: [12.0397, 87.5839, 16] + [ ecalVeto ] 0 : Hit 3: [9.63173, 83.4132, 15] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [2.40793, 45.8773, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 41.7066, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 33.3653, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4409.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2421 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-37.5914, -131.841, 30] + [ ecalVeto ] 0 : Hit 1: [-39.9993, -127.67, 29] + [ ecalVeto ] 0 : Hit 2: [-37.5914, -123.499, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-119.461, 140.182, 27] + [ ecalVeto ] 0 : Hit 1: [-117.053, 136.011, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-32.7755, -115.158, 27] + [ ecalVeto ] 0 : Hit 1: [-30.3676, -110.987, 26] + [ ecalVeto ] 0 : Hit 2: [-32.7755, -106.817, 25] + [ ecalVeto ] 0 : Hit 3: [-30.3676, -102.646, 24] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-30.3676, -85.9634, 22] + [ ecalVeto ] 0 : Hit 1: [-32.7755, -81.7928, 21] + [ ecalVeto ] 0 : Hit 2: [-31.3031, -79.2426, 20] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -62.5599, 17] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -58.3892, 16] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -54.2186, 15] + [ ecalVeto ] 0 : Hit 3: [-24.0793, -50.0479, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -29.1946, 10] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -25.024, 9] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -20.8533, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4319.9; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2422 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-45.7507, 54.2186, 10] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 54.2186, 8] + [ ecalVeto ] 0 : Hit 2: [-48.1586, 50.0479, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 50.0479, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 45.8773, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6647.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2423 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-23.1438, 165.206, 28] + [ ecalVeto ] 0 : Hit 1: [-25.5517, 169.377, 27] + [ ecalVeto ] 0 : Hit 2: [-23.1438, 165.206, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-15.92, 136.011, 24] + [ ecalVeto ] 0 : Hit 1: [-18.3279, 131.841, 23] + [ ecalVeto ] 0 : Hit 2: [-15.92, 127.67, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 87.5839, 13] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 83.4132, 12] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 79.2426, 11] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 75.0719, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 50.0479, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 45.8773, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4411.14; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2424 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 33.3653, 14] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 29.1946, 13] + [ ecalVeto ] 0 : Hit 2: [-24.0793, 25.024, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-67.4221, 8.34132, 4] + [ ecalVeto ] 0 : Hit 1: [-69.83, 4.17066, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-125.749, 4.17066, 1] + [ ecalVeto ] 0 : Hit 1: [-123.341, -2.36672e-14, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7534.73; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2425 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 25.024, 10] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 20.8533, 9] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 25.024, 8] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 20.8533, 7] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 25.024, 6] + [ ecalVeto ] 0 : Hit 5: [-12.0397, 20.8533, 5] + [ ecalVeto ] 0 : Hit 6: [-9.63173, 16.6826, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-119.461, -81.7928, 5] + [ ecalVeto ] 0 : Hit 1: [-117.053, -85.9634, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 31 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1538.76; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2426 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-37.5914, 98.4754, 26] + [ ecalVeto ] 0 : Hit 1: [-39.9993, 94.3048, 25] + [ ecalVeto ] 0 : Hit 2: [-37.5914, 90.1341, 24] + [ ecalVeto ] 0 : Hit 3: [-39.9993, 85.9634, 23] + [ ecalVeto ] 0 : Hit 4: [-37.5914, 81.7928, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-32.7755, 81.7928, 21] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 79.2426, 20] + [ ecalVeto ] 0 : Hit 2: [-33.711, 75.0719, 19] + [ ecalVeto ] 0 : Hit 3: [-31.3031, 70.9012, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 62.5599, 17] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 66.7306, 16] + [ ecalVeto ] 0 : Hit 2: [-26.4873, 62.5599, 15] + [ ecalVeto ] 0 : Hit 3: [-24.0793, 58.3892, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 41.7066, 11] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 45.8773, 10] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 41.7066, 9] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 37.5359, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 28 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2866.88; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2427 Brem photon produced 51 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -41.7066, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -45.8773, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -41.7066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6671.25; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2428 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-81.8697, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 1: [-82.4065, 4.17066, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-47.2231, -98.4754, 7] + [ ecalVeto ] 0 : Hit 1: [-44.8152, -94.3048, 6] + [ ecalVeto ] 0 : Hit 2: [-47.2231, -90.1341, 5] + [ ecalVeto ] 0 : Hit 3: [-44.8152, -94.3048, 4] + [ ecalVeto ] 0 : Hit 4: [-47.2231, -90.1341, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 37 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2622.86; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2429 Brem photon produced 48 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -69.2808, 15] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -65.1101, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -58.3892, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -54.2186, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-33.711, -2.66454e-15, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -41.7066, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 93 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6366.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2430 Brem photon produced 82 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 14] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 4.17066, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3583.69; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2431 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 39 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2280.18; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2432 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 30 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1933.8; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2433 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Hit 5: [2.40793, 20.8533, 1] + [ ecalVeto ] 0 : Hit 6: [4.81586, 25.024, 0] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3542.14; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2434 Brem photon produced 59 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2434 Brem photon produced 51 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 50.0479, 13] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 45.8773, 12] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 50.0479, 11] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 45.8773, 10] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 41.7066, 9] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 37.5359, 8] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 8: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 41.7066, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 16.6826, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8103.23; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2435 Brem photon produced 62 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, 12.512, 13] + [ ecalVeto ] 0 : Hit 1: [19.2635, 16.6826, 12] + [ ecalVeto ] 0 : Hit 2: [16.8555, 20.8533, 11] + [ ecalVeto ] 0 : Hit 3: [19.2635, 25.024, 10] + [ ecalVeto ] 0 : Hit 4: [16.8555, 20.8533, 9] + [ ecalVeto ] 0 : Hit 5: [19.2635, 25.024, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -45.8773, 12] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -41.7066, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 29.1946, 4] + [ ecalVeto ] 0 : Hit 4: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 5: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5453.96; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2436 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [54.4469, -102.646, 28] + [ ecalVeto ] 0 : Hit 1: [52.039, -98.4754, 27] + [ ecalVeto ] 0 : Hit 2: [54.4469, -102.646, 26] + [ ecalVeto ] 0 : Hit 3: [52.039, -98.4754, 25] + [ ecalVeto ] 0 : Hit 4: [54.4469, -94.3048, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 87.5839, 24] + [ ecalVeto ] 0 : Hit 1: [9.63173, 83.4132, 23] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [44.8152, -94.3048, 23] + [ ecalVeto ] 0 : Hit 1: [47.2231, -90.1341, 22] + [ ecalVeto ] 0 : Hit 2: [44.8152, -94.3048, 21] + [ ecalVeto ] 0 : Hit 3: [47.2231, -90.1341, 20] + [ ecalVeto ] 0 : Hit 4: [44.8152, -85.9634, 19] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [39.9993, -85.9634, 18] + [ ecalVeto ] 0 : Hit 1: [37.5914, -81.7928, 17] + [ ecalVeto ] 0 : Hit 2: [39.9993, -77.6221, 16] + [ ecalVeto ] 0 : Hit 3: [38.5269, -75.0719, 15] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [16.8555, -4.17066, 15] + [ ecalVeto ] 0 : Hit 1: [19.2635, -2.66454e-15, 14] + [ ecalVeto ] 0 : Hit 2: [16.8555, -4.17066, 13] + [ ecalVeto ] 0 : Hit 3: [19.2635, -8.34132, 12] + [ ecalVeto ] 0 : Hit 4: [16.8555, -12.512, 11] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [26.4873, -62.5599, 12] + [ ecalVeto ] 0 : Hit 1: [24.0793, -58.3892, 11] + [ ecalVeto ] 0 : Hit 2: [26.4873, -54.2186, 10] + [ ecalVeto ] 0 : Hit 3: [24.0793, -50.0479, 9] + [ ecalVeto ] 0 : Hit 4: [26.4873, -45.8773, 8] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [12.0397, -12.512, 10] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 9] + [ ecalVeto ] 0 : Hit 3: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 4: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 5: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 6: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 7: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 8: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 9: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 10: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 11: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [2.40793, -54.2186, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, -50.0479, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, -45.8773, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, -41.7066, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, -37.5359, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Hit 7: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 8: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Hit 9: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3158.89; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2437 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [38.5269, -58.3892, 13] + [ ecalVeto ] 0 : Hit 1: [40.9348, -62.5599, 12] + [ ecalVeto ] 0 : Hit 2: [38.5269, -58.3892, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-125.749, -29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [-123.341, -25.024, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4279.1; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2438 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-69.83, 4.17066, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -2.66454e-15, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4309.82; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2439 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 15] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 14] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 13] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 12] + [ ecalVeto ] 0 : Hit 4: [2.40793, -20.8533, 11] + [ ecalVeto ] 0 : Hit 5: [4.81586, -16.6826, 10] + [ ecalVeto ] 0 : Hit 6: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Hit 6: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 7: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 8: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 9: [4.81586, -8.34132, 2] + [ ecalVeto ] 0 : Hit 10: [2.40793, -12.512, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 2 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5457.91; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2440 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [125.749, -45.8773, 22] + [ ecalVeto ] 0 : Hit 1: [123.341, -41.7066, 21] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4674.61; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2441 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, -37.5359, 3] + [ ecalVeto ] 0 : Hit 6: [4.81586, -33.3653, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -54.2186, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -50.0479, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -45.8773, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -41.7066, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -54.2186, 6] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -54.2186, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5395.92; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2442 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 91.7545, 26] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 87.5839, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 50.0479, 20] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 45.8773, 19] + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4613.38; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2443 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4163.06; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2444 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 41.7066, 13] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 12] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 33.3653, 11] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 29.1946, 10] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 25.024, 9] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 8: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 9: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 12.512, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, 8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, 12.512, 7] + [ ecalVeto ] 0 : Hit 2: [16.8555, 12.512, 5] + [ ecalVeto ] 0 : Hit 3: [19.2635, 16.6826, 4] + [ ecalVeto ] 0 : Hit 4: [16.8555, 12.512, 3] + [ ecalVeto ] 0 : Hit 5: [19.2635, 8.34132, 2] + [ ecalVeto ] 0 : Hit 6: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 7: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Hit 8: [12.0397, 12.512, 2] + [ ecalVeto ] 0 : Hit 9: [9.63173, 8.34132, 1] + [ ecalVeto ] 0 : Hit 10: [12.0397, 12.512, 0] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [16.8555, 4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [19.2635, 8.34132, 4] + [ ecalVeto ] 0 : Hit 2: [16.8555, 4.17066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3575.62; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2445 Brem photon produced 40 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7410.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2446 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -37.5359, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5265.74; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2447 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 1: [12.0397, 4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5017.59; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2448 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-109.829, -73.4515, 24] + [ ecalVeto ] 0 : Hit 1: [-112.237, -69.2808, 23] + [ ecalVeto ] 0 : Hit 2: [-109.829, -65.1101, 22] + [ ecalVeto ] 0 : Hit 3: [-111.302, -62.5599, 21] + [ ecalVeto ] 0 : Hit 4: [-108.894, -58.3892, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -41.7066, 17] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -37.5359, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -25.024, 17] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -29.1946, 16] + [ ecalVeto ] 0 : Finding linreg tracks from 27 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1849.15; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2449 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-166.684, -66.7306, 14] + [ ecalVeto ] 0 : Hit 1: [-166.684, -66.7306, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-117.053, -77.6221, 12] + [ ecalVeto ] 0 : Hit 1: [-119.461, -73.4515, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-112.237, -77.6221, 11] + [ ecalVeto ] 0 : Hit 1: [-109.829, -73.4515, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-112.237, -85.9634, 11] + [ ecalVeto ] 0 : Hit 1: [-109.829, -81.7928, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-125.749, -54.2186, 11] + [ ecalVeto ] 0 : Hit 1: [-125.749, -54.2186, 9] + [ ecalVeto ] 0 : Hit 2: [-123.341, -58.3892, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-118.525, -50.0479, 11] + [ ecalVeto ] 0 : Hit 1: [-116.118, -45.8773, 10] + [ ecalVeto ] 0 : Hit 2: [-118.525, -50.0479, 9] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 2] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 1] + [ ecalVeto ] 0 : Hit 3: [12.0397, 12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 115 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8119.57; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2450 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5044.74; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2451 Brem photon produced 69 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 62.5599, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, 58.3892, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, 62.5599, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6723.13; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2452 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-161.868, 58.3892, 17] + [ ecalVeto ] 0 : Hit 1: [-159.46, 54.2186, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 20.8533, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 25.024, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, -58.3892, 6] + [ ecalVeto ] 0 : Hit 1: [16.8555, -54.2186, 5] + [ ecalVeto ] 0 : Hit 2: [19.2635, -50.0479, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 87 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6029.55; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2453 Brem photon produced 33 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, -33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -37.5359, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5376.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2454 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-133.909, -173.547, 19] + [ ecalVeto ] 0 : Hit 1: [-131.501, -169.377, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 41.7066, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 16.6826, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3638.05; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2455 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [48.1586, -66.7306, 16] + [ ecalVeto ] 0 : Hit 1: [45.7507, -62.5599, 15] + [ ecalVeto ] 0 : Hit 2: [48.1586, -58.3892, 14] + [ ecalVeto ] 0 : Hit 3: [45.7507, -54.2186, 13] + [ ecalVeto ] 0 : Hit 4: [48.1586, -50.0479, 12] + [ ecalVeto ] 0 : Hit 5: [48.1586, -50.0479, 10] + [ ecalVeto ] 0 : Hit 6: [45.7507, -45.8773, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 92 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4089.23; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2456 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [74.6459, -20.8533, 23] + [ ecalVeto ] 0 : Hit 1: [77.0538, -16.6826, 22] + [ ecalVeto ] 0 : Hit 2: [74.6459, -20.8533, 21] + [ ecalVeto ] 0 : Hit 3: [77.0538, -16.6826, 20] + [ ecalVeto ] 0 : Hit 4: [77.0538, -16.6826, 18] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5283.75; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2457 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, -66.7306, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -70.9012, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4331.47; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2458 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 83.4132, 29] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 83.4132, 27] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 79.2426, 26] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 75.0719, 25] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 70.9012, 24] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 66.7306, 23] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 62.5599, 22] + [ ecalVeto ] 0 : Hit 7: [-4.81586, 58.3892, 21] + [ ecalVeto ] 0 : Hit 8: [-2.40793, 54.2186, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 54.2186, 19] + [ ecalVeto ] 0 : Hit 1: [4.81586, 50.0479, 18] + [ ecalVeto ] 0 : Hit 2: [2.40793, 45.8773, 17] + [ ecalVeto ] 0 : Hit 3: [4.81586, 41.7066, 16] + [ ecalVeto ] 0 : Hit 4: [2.40793, 37.5359, 15] + [ ecalVeto ] 0 : Hit 5: [4.81586, 33.3653, 14] + [ ecalVeto ] 0 : Hit 6: [2.40793, 29.1946, 13] + [ ecalVeto ] 0 : Hit 7: [4.81586, 25.024, 12] + [ ecalVeto ] 0 : Hit 8: [2.40793, 20.8533, 11] + [ ecalVeto ] 0 : Hit 9: [4.81586, 16.6826, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 11] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 10] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 9] + [ ecalVeto ] 0 : Hit 4: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 5: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 6: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 7: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 8: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Hit 9: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Hit 10: [12.0397, -12.512, 2] + [ ecalVeto ] 0 : Hit 11: [9.63173, -16.6826, 1] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 7: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 6: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 7: [4.81586, -8.34132, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 5: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [19.2635, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [19.2635, -8.34132, 6] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -70.9012, 3] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -75.0719, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 3 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6715.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2459 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 20.8533, 12] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 16.6826, 11] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4521.76; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2460 Brem photon produced 37 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2460 Brem photon produced 52 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [125.749, -45.8773, 26] + [ ecalVeto ] 0 : Hit 1: [123.341, -41.7066, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [111.302, -37.5359, 24] + [ ecalVeto ] 0 : Hit 1: [108.894, -33.3653, 23] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 12] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 11] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -4.17066, 10] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [33.711, 8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [31.3031, 4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [33.711, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 3: [31.3031, 4.17066, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 2] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 105 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6028.06; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2461 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -56.7688, 23] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -60.9395, 22] + [ ecalVeto ] 0 : Hit 2: [-90.5659, -65.1101, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-95.3817, -65.1101, 20] + [ ecalVeto ] 0 : Hit 1: [-97.7897, -60.9395, 19] + [ ecalVeto ] 0 : Hit 2: [-95.3817, -65.1101, 18] + [ ecalVeto ] 0 : Hit 3: [-97.7897, -60.9395, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-101.67, -54.2186, 14] + [ ecalVeto ] 0 : Hit 1: [-104.078, -50.0479, 13] + [ ecalVeto ] 0 : Hit 2: [-101.67, -45.8773, 12] + [ ecalVeto ] 0 : Hit 3: [-104.078, -41.7066, 11] + [ ecalVeto ] 0 : Hit 4: [-101.67, -45.8773, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-69.83, -29.1946, 13] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -33.3653, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-74.6459, -29.1946, 12] + [ ecalVeto ] 0 : Hit 1: [-77.0538, -33.3653, 11] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4477.48; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2462 Brem photon produced 69 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -70.9012, 16] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -66.7306, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [48.1586, 16.6826, 12] + [ ecalVeto ] 0 : Hit 1: [45.7507, 20.8533, 11] + [ ecalVeto ] 0 : Hit 2: [48.1586, 16.6826, 10] + [ ecalVeto ] 0 : Hit 3: [45.7507, 20.8533, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -29.1946, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 5: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 6: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Hit 7: [2.40793, -29.1946, 1] + [ ecalVeto ] 0 : Hit 8: [4.81586, -33.3653, 0] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5542.06; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2463 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [167.62, -123.499, 27] + [ ecalVeto ] 0 : Hit 1: [167.62, -123.499, 25] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4298.04; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2464 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5264.22; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2465 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [54.4469, -144.353, 28] + [ ecalVeto ] 0 : Hit 1: [52.039, -140.182, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [47.2231, -123.499, 24] + [ ecalVeto ] 0 : Hit 1: [44.8152, -119.329, 23] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [32.7755, -98.4754, 18] + [ ecalVeto ] 0 : Hit 1: [30.3676, -94.3048, 17] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [25.5517, -94.3048, 16] + [ ecalVeto ] 0 : Hit 1: [23.1438, -90.1341, 15] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [19.2635, -75.0719, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, -70.9012, 11] + [ ecalVeto ] 0 : Hit 2: [19.2635, -66.7306, 10] + [ ecalVeto ] 0 : Hit 3: [16.8555, -62.5599, 9] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -54.2186, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -50.0479, 8] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -41.7066, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, -37.5359, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3539.94; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2466 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 41.7066, 12] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 45.8773, 11] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 50.0479, 10] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 45.8773, 9] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 41.7066, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 8.34132, 1] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 12.512, 0] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 20.8533, 2] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 16.6826, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4763.92; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2467 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -58.3892, 6] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -58.3892, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2297.98; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2468 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4004.45; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2469 Brem photon produced 55 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -45.8773, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -41.7066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4420.7; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2470 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [38.5269, -8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [40.9348, -4.17066, 12] + [ ecalVeto ] 0 : Hit 2: [38.5269, -8.34132, 11] + [ ecalVeto ] 0 : Hit 3: [40.9348, -4.17066, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, -20.8533, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5503.21; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2471 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -12.512, 9] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -12.512, 7] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -12.512, 5] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -8.34132, 4] + [ ecalVeto ] 0 : Hit 5: [-12.0397, -12.512, 3] + [ ecalVeto ] 0 : Hit 6: [-9.63173, -16.6826, 2] + [ ecalVeto ] 0 : Hit 7: [-12.0397, -12.512, 1] + [ ecalVeto ] 0 : Hit 8: [-9.63173, -16.6826, 0] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, -20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [19.2635, -16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [16.8555, -12.512, 7] + [ ecalVeto ] 0 : Hit 3: [19.2635, -16.6826, 6] + [ ecalVeto ] 0 : Hit 4: [16.8555, -12.512, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-52.9745, 41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [-55.3824, 37.5359, 7] + [ ecalVeto ] 0 : Hit 2: [-52.9745, 33.3653, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -12.512, 8] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -12.512, 6] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -12.512, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 2] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3820.91; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2472 Brem photon produced 40 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3903.56; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2473 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 16] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 12] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 10] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 11] + [ ecalVeto ] 0 : Hit 3: [9.63173, 16.6826, 9] + [ ecalVeto ] 0 : Hit 4: [12.0397, 12.512, 8] + [ ecalVeto ] 0 : Hit 5: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 6: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 7: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3808.72; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2474 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 25.024, 15] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 20.8533, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, 16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 20.8533, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4989.98; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2475 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 20.8533, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 33.3653, 4] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 33.3653, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 39 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4270.82; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2476 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3920.52; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2477 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [15.92, 152.694, 21] + [ ecalVeto ] 0 : Hit 1: [18.3279, 148.523, 20] + [ ecalVeto ] 0 : Hit 2: [15.92, 144.353, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 62.5599, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, 58.3892, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [16.8555, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [19.2635, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 2: [16.8555, 4.17066, 7] + [ ecalVeto ] 0 : Hit 3: [19.2635, -2.66454e-15, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 115 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6246.26; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2478 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 12] + [ ecalVeto ] 0 : Hit 1: [12.0397, -4.17066, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -12.512, 8] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -12.512, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 98 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7335.76; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2479 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 16.6826, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 22 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1636.17; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2480 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3102.05; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2481 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 37.5359, 17] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 33.3653, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-69.83, 37.5359, 17] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 41.7066, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 25.024, 17] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 29.1946, 16] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3539.14; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2482 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -4.17066, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8068.25; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2483 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 44 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7907.37; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2484 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-162.804, -106.817, 33] + [ ecalVeto ] 0 : Hit 1: [-160.396, -110.987, 32] + [ ecalVeto ] 0 : Hit 2: [-162.804, -115.158, 31] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-141.132, -110.987, 29] + [ ecalVeto ] 0 : Hit 1: [-138.725, -106.817, 28] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-126.685, -102.646, 27] + [ ecalVeto ] 0 : Hit 1: [-124.277, -98.4754, 26] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-112.237, -94.3048, 25] + [ ecalVeto ] 0 : Hit 1: [-109.829, -90.1341, 24] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-116.118, 20.8533, 24] + [ ecalVeto ] 0 : Hit 1: [-118.525, 16.6826, 23] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -85.9634, 23] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -81.7928, 22] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -77.6221, 21] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -73.4515, 20] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -65.1101, 17] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -62.5599, 16] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -45.8773, 13] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -50.0479, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6363.49; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2485 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 16 + [ ecalVeto ] 0 : Beginning track merging using 16 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 15 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-119.461, -215.254, 29] + [ ecalVeto ] 0 : Hit 1: [-117.053, -211.083, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-102.606, -94.3048, 28] + [ ecalVeto ] 0 : Hit 1: [-105.013, -90.1341, 27] + [ ecalVeto ] 0 : Hit 2: [-102.606, -85.9634, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-105.013, -206.913, 27] + [ ecalVeto ] 0 : Hit 1: [-102.606, -202.742, 26] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -198.571, 25] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -194.401, 24] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -177.718, 21] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -173.547, 20] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-47.2231, -148.523, 17] + [ ecalVeto ] 0 : Hit 1: [-44.8152, -144.353, 16] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-25.5517, -127.67, 13] + [ ecalVeto ] 0 : Hit 1: [-23.1438, -123.499, 12] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [12.0397, -37.5359, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, -41.7066, 11] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [9.63173, -33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [9.63173, -33.3653, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 8] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -29.1946, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -33.3653, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -29.1946, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Hit 6: [-9.63173, -41.7066, 8] + [ ecalVeto ] 0 : Hit 7: [-9.63173, -41.7066, 6] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [16.8555, -20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [19.2635, -25.024, 8] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 6: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -29.1946, 2] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Track 14: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 15 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3818.14; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2486 Brem photon produced 42 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-116.118, 20.8533, 4] + [ ecalVeto ] 0 : Hit 1: [-118.525, 16.6826, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 12.512, 1] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 16.6826, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4329.72; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2487 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-69.83, -4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -8.34132, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4647.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2488 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -50.0479, 6] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -45.8773, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3644.85; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2489 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [68.8945, 69.2808, 16] + [ ecalVeto ] 0 : Hit 1: [66.4865, 65.1101, 15] + [ ecalVeto ] 0 : Hit 2: [66.4865, 65.1101, 13] + [ ecalVeto ] 0 : Hit 3: [68.8945, 69.2808, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -8.34132, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 1: [19.2635, -2.66454e-15, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 12046.7; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2490 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 28 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2133.73; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2491 Brem photon produced 45 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, 58.3892, 18] + [ ecalVeto ] 0 : Hit 1: [31.3031, 54.2186, 17] + [ ecalVeto ] 0 : Hit 2: [33.711, 50.0479, 16] + [ ecalVeto ] 0 : Hit 3: [31.3031, 45.8773, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -41.7066, 11] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -37.5359, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -2.66454e-15, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6455.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2492 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 11] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 10] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 9] + [ ecalVeto ] 0 : Hit 3: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 4: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Hit 5: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 6: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 7: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 5: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5793.14; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2493 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 66.7306, 17] + [ ecalVeto ] 0 : Hit 1: [12.0397, 62.5599, 16] + [ ecalVeto ] 0 : Hit 2: [12.0397, 62.5599, 14] + [ ecalVeto ] 0 : Hit 3: [9.63173, 58.3892, 13] + [ ecalVeto ] 0 : Hit 4: [12.0397, 54.2186, 12] + [ ecalVeto ] 0 : Hit 5: [9.63173, 50.0479, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, 45.8773, 3] + [ ecalVeto ] 0 : Hit 2: [4.81586, 41.7066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3389.08; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2494 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 75.0719, 22] + [ ecalVeto ] 0 : Hit 1: [2.40793, 70.9012, 21] + [ ecalVeto ] 0 : Hit 2: [4.81586, 66.7306, 20] + [ ecalVeto ] 0 : Hit 3: [2.40793, 70.9012, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 66.7306, 17] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 62.5599, 16] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 58.3892, 15] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 54.2186, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -12.512, 1] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -8.34132, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3226.95; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2495 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [66.4865, 190.23, 29] + [ ecalVeto ] 0 : Hit 1: [68.8945, 186.059, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -58.3892, 28] + [ ecalVeto ] 0 : Hit 1: [16.8555, -54.2186, 27] + [ ecalVeto ] 0 : Hit 2: [19.2635, -58.3892, 26] + [ ecalVeto ] 0 : Hit 3: [16.8555, -54.2186, 25] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [47.2231, 140.182, 22] + [ ecalVeto ] 0 : Hit 1: [44.8152, 136.011, 21] + [ ecalVeto ] 0 : Hit 2: [47.2231, 131.841, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Hit 6: [12.0397, -4.17066, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4318.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2496 Brem photon produced 74 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 37.5359, 16] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 33.3653, 15] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 29.1946, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 16.6826, 12] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 12.512, 11] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 8.34132, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-15.92, -127.67, 12] + [ ecalVeto ] 0 : Hit 1: [-18.3279, -123.499, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 41 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4674.22; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2497 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 50.0479, 25] + [ ecalVeto ] 0 : Hit 1: [12.0397, 45.8773, 24] + [ ecalVeto ] 0 : Hit 2: [9.63173, 50.0479, 23] + [ ecalVeto ] 0 : Hit 3: [12.0397, 45.8773, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 25] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 23] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 22] + [ ecalVeto ] 0 : Hit 3: [9.63173, 8.34132, 21] + [ ecalVeto ] 0 : Hit 4: [12.0397, 12.512, 20] + [ ecalVeto ] 0 : Hit 5: [9.63173, 8.34132, 19] + [ ecalVeto ] 0 : Hit 6: [12.0397, 4.17066, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 50.0479, 22] + [ ecalVeto ] 0 : Hit 1: [2.40793, 45.8773, 21] + [ ecalVeto ] 0 : Hit 2: [4.81586, 41.7066, 20] + [ ecalVeto ] 0 : Hit 3: [2.40793, 37.5359, 19] + [ ecalVeto ] 0 : Hit 4: [4.81586, 41.7066, 18] + [ ecalVeto ] 0 : Hit 5: [2.40793, 37.5359, 17] + [ ecalVeto ] 0 : Hit 6: [4.81586, 33.3653, 16] + [ ecalVeto ] 0 : Hit 7: [2.40793, 29.1946, 15] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 14] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 13] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 20.8533, 12] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 16.6826, 11] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 20.8533, 10] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 7: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 8: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 12] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 11] + [ ecalVeto ] 0 : Finding linreg tracks from 93 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4302.02; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2498 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, -4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [19.2635, -8.34132, 4] + [ ecalVeto ] 0 : Hit 2: [16.8555, -12.512, 3] + [ ecalVeto ] 0 : Hit 3: [19.2635, -16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4428.38; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2499 Brem photon produced 39 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 45.8773, 18] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 41.7066, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Hit 4: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 5: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 6: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -20.8533, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 92 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8937.73; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2500 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-141.132, 169.377, 33] + [ ecalVeto ] 0 : Hit 1: [-138.725, 165.206, 32] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-133.909, 165.206, 31] + [ ecalVeto ] 0 : Hit 1: [-131.501, 161.035, 30] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-112.237, 144.353, 27] + [ ecalVeto ] 0 : Hit 1: [-109.829, 140.182, 26] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 136.011, 25] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 131.841, 24] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 102.646, 19] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 106.817, 18] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-39.9993, 77.6221, 13] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 75.0719, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [2.40793, 45.8773, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, 50.0479, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, 45.8773, 9] + [ ecalVeto ] 0 : Hit 3: [2.40793, 45.8773, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, 41.7066, 6] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4301.4; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2501 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 16] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 15] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 14] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 13] + [ ecalVeto ] 0 : Hit 4: [12.0397, -20.8533, 12] + [ ecalVeto ] 0 : Hit 5: [9.63173, -16.6826, 11] + [ ecalVeto ] 0 : Hit 6: [12.0397, -20.8533, 10] + [ ecalVeto ] 0 : Hit 7: [9.63173, -16.6826, 9] + [ ecalVeto ] 0 : Hit 8: [12.0397, -20.8533, 8] + [ ecalVeto ] 0 : Hit 9: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -37.5359, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, -33.3653, 13] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 12] + [ ecalVeto ] 0 : Hit 3: [9.63173, -33.3653, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -33.3653, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 7: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Hit 8: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Hit 9: [2.40793, -29.1946, 1] + [ ecalVeto ] 0 : Hit 10: [4.81586, -25.024, 0] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 2: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, -20.8533, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5056.49; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2502 Brem photon produced 78 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 110.987, 3] + [ ecalVeto ] 0 : Hit 1: [-83.3421, 110.987, 1] + [ ecalVeto ] 0 : Hit 2: [-80.9341, 115.158, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4148.69; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2503 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 26 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3049.81; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2504 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5360.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2505 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -41.7066, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -37.5359, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -41.7066, 8] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -37.5359, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 38 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2735.16; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2506 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [155.58, -102.646, 30] + [ ecalVeto ] 0 : Hit 1: [153.172, -98.4754, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-138.725, 98.4754, 14] + [ ecalVeto ] 0 : Hit 1: [-141.132, 94.3048, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [16.8555, -54.2186, 13] + [ ecalVeto ] 0 : Hit 1: [16.8555, -54.2186, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-118.525, -16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [-116.118, -20.8533, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 29.1946, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -12.512, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 105 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3285.72; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2507 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [97.7897, 69.2808, 26] + [ ecalVeto ] 0 : Hit 1: [95.3817, 65.1101, 25] + [ ecalVeto ] 0 : Hit 2: [97.7897, 69.2808, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [90.5659, 56.7688, 24] + [ ecalVeto ] 0 : Hit 1: [90.5659, 56.7688, 22] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2947.68; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2508 Brem photon produced 46 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -69.2808, 15] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -65.1101, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -50.0479, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -45.8773, 10] + [ ecalVeto ] 0 : Hit 2: [-48.1586, -41.7066, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -33.3653, 8] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -37.5359, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6040.46; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2509 Brem photon produced 5 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -54.2186, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, -50.0479, 13] + [ ecalVeto ] 0 : Hit 2: [12.0397, -54.2186, 12] + [ ecalVeto ] 0 : Hit 3: [9.63173, -50.0479, 11] + [ ecalVeto ] 0 : Hit 4: [12.0397, -45.8773, 10] + [ ecalVeto ] 0 : Hit 5: [9.63173, -41.7066, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 101 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6155.13; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2510 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -25.024, 8] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -29.1946, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -20.8533, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -58.3892, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -54.2186, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -50.0479, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -33.3653, 5] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -37.5359, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -37.5359, 3] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -41.7066, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-33.711, -41.7066, 1] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -37.5359, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 11294.8; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2511 Brem photon produced 65 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -37.5359, 15] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -41.7066, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 40 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2383.59; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2512 Brem photon produced 51 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -33.3653, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, -33.3653, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -62.5599, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -58.3892, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -54.2186, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -50.0479, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -37.5359, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, -33.3653, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4598.66; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2513 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 25.024, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4489.92; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2514 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 37.5359, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-108.894, -58.3892, 8] + [ ecalVeto ] 0 : Hit 1: [-111.302, -62.5599, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -4.17066, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5434.78; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2515 Brem photon produced 83 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 44 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4998.33; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2516 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -33.3653, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -29.1946, 8] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5615.9; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2517 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 2] + [ ecalVeto ] 0 : Hit 1: [12.0397, -4.17066, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3978.23; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2518 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 11 + [ ecalVeto ] 0 : Beginning track merging using 11 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 11 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-147.421, 83.4132, 33] + [ ecalVeto ] 0 : Hit 1: [-145.013, 79.2426, 32] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-132.973, 75.0719, 31] + [ ecalVeto ] 0 : Hit 1: [-130.565, 70.9012, 30] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-111.302, 62.5599, 27] + [ ecalVeto ] 0 : Hit 1: [-108.894, 58.3892, 26] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-104.078, 50.0479, 25] + [ ecalVeto ] 0 : Hit 1: [-101.67, 45.8773, 24] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 45.8773, 23] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 41.7066, 22] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 37.5359, 21] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 33.3653, 20] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 33.3653, 19] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 29.1946, 18] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 20.8533, 15] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 16.6826, 14] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 12.512, 12] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -2.66454e-15, 10] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -12.512, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 11 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3796.23; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2519 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-73.7103, -69.2808, 22] + [ ecalVeto ] 0 : Hit 1: [-76.1183, -73.4515, 21] + [ ecalVeto ] 0 : Hit 2: [-73.7103, -77.6221, 20] + [ ecalVeto ] 0 : Hit 3: [-76.1183, -73.4515, 19] + [ ecalVeto ] 0 : Hit 4: [-73.7103, -77.6221, 18] + [ ecalVeto ] 0 : Hit 5: [-76.1183, -73.4515, 17] + [ ecalVeto ] 0 : Hit 6: [-73.7103, -77.6221, 16] + [ ecalVeto ] 0 : Hit 7: [-76.1183, -73.4515, 15] + [ ecalVeto ] 0 : Hit 8: [-73.7103, -77.6221, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, -37.5359, 12] + [ ecalVeto ] 0 : Hit 1: [24.0793, -33.3653, 11] + [ ecalVeto ] 0 : Hit 2: [26.4873, -37.5359, 10] + [ ecalVeto ] 0 : Hit 3: [24.0793, -33.3653, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -62.5599, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -58.3892, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5029.41; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2520 Brem photon produced 43 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-87.2224, -4.17066, 14] + [ ecalVeto ] 0 : Hit 1: [-89.6303, -8.34132, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [16.8555, -20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [19.2635, -16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [16.8555, -12.512, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5806.78; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2521 Brem photon produced 60 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -41.7066, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -37.5359, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -41.7066, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -41.7066, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -37.5359, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [69.83, -29.1946, 2] + [ ecalVeto ] 0 : Hit 1: [67.4221, -33.3653, 1] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -33.3653, 1] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -29.1946, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3443.2; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2522 Brem photon produced 49 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-3.88031, 98.4754, 25] + [ ecalVeto ] 0 : Hit 1: [-1.47238, 102.646, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-45.7507, -12.512, 10] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -8.34132, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5299.73; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2523 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -79.2426, 28] + [ ecalVeto ] 0 : Hit 1: [9.63173, -75.0719, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-69.83, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 8.34132, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 4: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Hit 5: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Hit 6: [2.40793, 12.512, 1] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 8.34132, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1278.59; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2524 Brem photon produced 5 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [-33.711, -16.6826, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 27 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2513.43; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2525 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 12.512, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 16.6826, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -4.17066, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4492.19; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2526 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-18.3279, 90.1341, 17] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 87.5839, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [210.027, -41.7066, 5] + [ ecalVeto ] 0 : Hit 1: [210.027, -41.7066, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 99 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4817.9; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2527 Brem photon produced 49 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4234.43; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2528 Brem photon produced 98 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-15.92, -102.646, 18] + [ ecalVeto ] 0 : Hit 1: [-18.3279, -98.4754, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 10] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6164.98; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2529 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-52.039, 165.206, 28] + [ ecalVeto ] 0 : Hit 1: [-54.4469, 161.035, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-52.039, 148.523, 26] + [ ecalVeto ] 0 : Hit 1: [-54.4469, 144.353, 25] + [ ecalVeto ] 0 : Hit 2: [-52.039, 140.182, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-154.644, -79.2426, 23] + [ ecalVeto ] 0 : Hit 1: [-152.237, -75.0719, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-118.525, -58.3892, 19] + [ ecalVeto ] 0 : Hit 1: [-116.118, -54.2186, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -37.5359, 15] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -33.3653, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, 50.0479, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 45.8773, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, 41.7066, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, 41.7066, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2075.1; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2530 Brem photon produced 63 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 41.7066, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, 33.3653, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 45.8773, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 50.0479, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 50.0479, 5] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 45.8773, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2932.88; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2531 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-37.5914, -140.182, 30] + [ ecalVeto ] 0 : Hit 1: [-39.9993, -136.011, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -41.7066, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [-38.5269, -25.024, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -37.5359, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 20.8533, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -12.512, 5] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-33.711, 16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5071.64; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2532 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-47.2231, 73.4515, 9] + [ ecalVeto ] 0 : Hit 1: [-44.8152, 77.6221, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-45.7507, 62.5599, 8] + [ ecalVeto ] 0 : Hit 1: [-48.1586, 58.3892, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 29.1946, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 33.3653, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-33.711, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [-33.711, 25.024, 7] + [ ecalVeto ] 0 : Hit 3: [-31.3031, 29.1946, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 98 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6655.11; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2533 Brem photon produced 38 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 70.9012, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, 66.7306, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, 62.5599, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, 58.3892, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, 54.2186, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, 50.0479, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, 45.8773, 5] + [ ecalVeto ] 0 : Hit 7: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Hit 8: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Hit 9: [4.81586, 33.3653, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 41.7066, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 9] + [ ecalVeto ] 0 : Hit 2: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, 37.5359, 8] + [ ecalVeto ] 0 : Hit 2: [12.0397, 37.5359, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Hit 4: [9.63173, 33.3653, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-126.685, 119.329, 9] + [ ecalVeto ] 0 : Hit 1: [-124.277, 123.499, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-112.237, 110.987, 5] + [ ecalVeto ] 0 : Hit 1: [-109.829, 115.158, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 95 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7447.36; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2534 Brem photon produced 46 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -45.8773, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -41.7066, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [66.4865, -190.23, 7] + [ ecalVeto ] 0 : Hit 1: [68.8945, -186.059, 6] + [ ecalVeto ] 0 : Hit 2: [68.8945, -186.059, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -54.2186, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -50.0479, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3938.01; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2535 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7375.08; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2536 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 20.8533, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 95 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7613.71; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2537 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 211.083, 33] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 206.913, 32] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -4.17066, 5] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -2.66454e-15, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5966.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2538 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [39.9993, 94.3048, 24] + [ ecalVeto ] 0 : Hit 1: [37.5914, 98.4754, 23] + [ ecalVeto ] 0 : Hit 2: [39.9993, 102.646, 22] + [ ecalVeto ] 0 : Hit 3: [37.5914, 98.4754, 21] + [ ecalVeto ] 0 : Hit 4: [37.5914, 98.4754, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [101.67, -4.17066, 15] + [ ecalVeto ] 0 : Hit 1: [104.078, -2.66454e-15, 14] + [ ecalVeto ] 0 : Hit 2: [101.67, -4.17066, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [48.1586, -33.3653, 14] + [ ecalVeto ] 0 : Hit 1: [45.7507, -29.1946, 13] + [ ecalVeto ] 0 : Hit 2: [48.1586, -33.3653, 12] + [ ecalVeto ] 0 : Hit 3: [45.7507, -29.1946, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 29.1946, 13] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 33.3653, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 13] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 12] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [24.0793, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [26.4873, -20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [24.0793, -25.024, 5] + [ ecalVeto ] 0 : Hit 3: [24.0793, -25.024, 3] + [ ecalVeto ] 0 : Hit 4: [26.4873, -20.8533, 2] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [16.8555, -20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [19.2635, -25.024, 4] + [ ecalVeto ] 0 : Hit 2: [16.8555, -20.8533, 3] + [ ecalVeto ] 0 : Hit 3: [19.2635, -25.024, 2] + [ ecalVeto ] 0 : Hit 4: [16.8555, -20.8533, 1] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-11.1041, 110.987, 5] + [ ecalVeto ] 0 : Hit 1: [-8.69618, 106.817, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 101 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5762.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2539 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, -2.66454e-15, 14] + [ ecalVeto ] 0 : Hit 1: [31.3031, 4.17066, 13] + [ ecalVeto ] 0 : Hit 2: [33.711, -2.66454e-15, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-111.302, 29.1946, 1] + [ ecalVeto ] 0 : Hit 1: [-108.894, 33.3653, 0] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-147.421, 50.0479, 1] + [ ecalVeto ] 0 : Hit 1: [-145.013, 54.2186, 0] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-140.197, 37.5359, 1] + [ ecalVeto ] 0 : Hit 1: [-137.789, 41.7066, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8462.59; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2540 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2540 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-69.83, 45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 41.7066, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [-48.1586, 41.7066, 5] + [ ecalVeto ] 0 : Hit 3: [-48.1586, 41.7066, 7] + [ ecalVeto ] 0 : Hit 4: [-45.7507, 45.8773, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5553.86; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2541 Brem photon produced 76 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5386.13; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2542 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-119.461, -81.7928, 13] + [ ecalVeto ] 0 : Hit 1: [-117.053, -77.6221, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5646.57; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2543 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 16.6826, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5352.38; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2544 Brem photon produced 57 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-105.013, -156.865, 29] + [ ecalVeto ] 0 : Hit 1: [-102.606, -152.694, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -81.7928, 21] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -77.6221, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -69.2808, 19] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -65.1101, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -54.2186, 17] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -50.0479, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -41.7066, 15] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -37.5359, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -29.1946, 13] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -25.024, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-33.711, -16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -12.512, 10] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 12.512, 6] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5071.01; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2545 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [66.4865, 148.523, 29] + [ ecalVeto ] 0 : Hit 1: [66.4865, 148.523, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [97.7897, 169.377, 26] + [ ecalVeto ] 0 : Hit 1: [95.3817, 165.206, 25] + [ ecalVeto ] 0 : Hit 2: [97.7897, 161.035, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [73.7103, 202.742, 25] + [ ecalVeto ] 0 : Hit 1: [76.1183, 198.571, 24] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [88.1579, 161.035, 25] + [ ecalVeto ] 0 : Hit 1: [90.5659, 156.865, 24] + [ ecalVeto ] 0 : Hit 2: [88.1579, 152.694, 23] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [73.7103, 136.011, 21] + [ ecalVeto ] 0 : Hit 1: [76.1183, 131.841, 20] + [ ecalVeto ] 0 : Hit 2: [73.7103, 127.67, 19] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -33.3653, 8] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 4: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 5: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 6: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 7: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 8: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, -4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3405.59; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2546 Brem photon produced 57 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [148.356, 90.1341, 22] + [ ecalVeto ] 0 : Hit 1: [145.948, 85.9634, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-133.909, -123.499, 21] + [ ecalVeto ] 0 : Hit 1: [-131.501, -119.329, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 44 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6268.48; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2547 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -37.5359, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -33.3653, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [24.0793, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 2: [26.4873, 4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 43 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2617.81; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2548 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-161.868, 66.7306, 31] + [ ecalVeto ] 0 : Hit 1: [-159.46, 62.5599, 30] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-125.749, 37.5359, 27] + [ ecalVeto ] 0 : Hit 1: [-123.341, 33.3653, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-111.302, 29.1946, 25] + [ ecalVeto ] 0 : Hit 1: [-108.894, 25.024, 24] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 20.8533, 23] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 16.6826, 22] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 8.34132, 17] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 12.512, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 4.17066, 15] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 8.34132, 14] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -2.66454e-15, 12] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-33.711, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -4.17066, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3929.28; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2549 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 4: [2.40793, 20.8533, 9] + [ ecalVeto ] 0 : Hit 5: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 6: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 7: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3954.51; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2550 Brem photon produced 50 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3019.41; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2551 Brem photon produced 45 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 25.024, 15] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 29.1946, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 20.8533, 12] + [ ecalVeto ] 0 : Hit 1: [-33.711, 16.6826, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 8.34132, 8] + [ ecalVeto ] 0 : Hit 2: [-24.0793, 8.34132, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 37.5359, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -16.6826, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -8.34132, 1] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -4.17066, 0] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -33.3653, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5578.41; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2552 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-80.9341, 73.4515, 18] + [ ecalVeto ] 0 : Hit 1: [-83.3421, 69.2808, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 14] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 13] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 12] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 11] + [ ecalVeto ] 0 : Hit 4: [4.81586, -16.6826, 10] + [ ecalVeto ] 0 : Hit 5: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 6: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 7: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 8: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1453.84; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2553 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -73.4515, 23] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -69.2808, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -41.7066, 21] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -45.8773, 20] + [ ecalVeto ] 0 : Hit 2: [-55.3824, -45.8773, 21] + [ ecalVeto ] 0 : Hit 3: [-55.3824, -45.8773, 19] + [ ecalVeto ] 0 : Hit 4: [-52.9745, -41.7066, 18] + [ ecalVeto ] 0 : Hit 5: [-55.3824, -45.8773, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -41.7066, 19] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -37.5359, 18] + [ ecalVeto ] 0 : Hit 2: [-48.1586, -41.7066, 17] + [ ecalVeto ] 0 : Hit 3: [-45.7507, -45.8773, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -37.5359, 15] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -33.3653, 14] + [ ecalVeto ] 0 : Hit 2: [-40.9348, -29.1946, 13] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-33.711, -25.024, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -20.8533, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2997.77; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2554 Brem photon produced 52 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, 66.7306, 19] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 62.5599, 18] + [ ecalVeto ] 0 : Hit 2: [-33.711, 58.3892, 17] + [ ecalVeto ] 0 : Hit 3: [-31.3031, 54.2186, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 45.8773, 15] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 41.7066, 14] + [ ecalVeto ] 0 : Hit 2: [-26.4873, 37.5359, 13] + [ ecalVeto ] 0 : Hit 3: [-24.0793, 33.3653, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 12.512, 8] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 8.34132, 7] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 4.17066, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -8.34132, 4] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -12.512, 3] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -16.6826, 2] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -12.512, 1] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -8.34132, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 40 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2145.37; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2555 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -58.3892, 17] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -62.5599, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 1: [16.8555, -4.17066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5328.73; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2556 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -83.4132, 23] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -79.2426, 22] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -75.0719, 21] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -70.9012, 20] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -66.7306, 19] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -62.5599, 18] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -58.3892, 17] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -54.2186, 16] + [ ecalVeto ] 0 : Hit 8: [-4.81586, -50.0479, 15] + [ ecalVeto ] 0 : Hit 9: [-2.40793, -45.8773, 14] + [ ecalVeto ] 0 : Hit 10: [-4.81586, -41.7066, 13] + [ ecalVeto ] 0 : Hit 11: [-2.40793, -37.5359, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6591.93; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2557 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 77.6221, 15] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 81.7928, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-61.6707, 90.1341, 13] + [ ecalVeto ] 0 : Hit 1: [-59.2627, 85.9634, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-54.4469, 85.9634, 11] + [ ecalVeto ] 0 : Hit 1: [-52.039, 90.1341, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Hit 4: [12.0397, -12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3448.85; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2558 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-44.8152, -127.67, 30] + [ ecalVeto ] 0 : Hit 1: [-47.2231, -123.499, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -58.3892, 15] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -54.2186, 14] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -50.0479, 13] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -45.8773, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -33.3653, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -29.1946, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -25.024, 8] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -25.024, 6] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -25.024, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 10881.8; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2559 Brem photon produced 65 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-111.302, -37.5359, 17] + [ ecalVeto ] 0 : Hit 1: [-108.894, -33.3653, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-69.83, -4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -2.66454e-15, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4061.52; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2560 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 32 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4179.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2561 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-8.69618, 165.206, 16] + [ ecalVeto ] 0 : Hit 1: [-11.1041, 161.035, 15] + [ ecalVeto ] 0 : Hit 2: [-8.69618, 156.865, 14] + [ ecalVeto ] 0 : Hit 3: [-8.69618, 156.865, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -25.024, 7] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -20.8533, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -12.512, 7] + [ ecalVeto ] 0 : Hit 3: [-24.0793, -16.6826, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 93 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6094.06; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2562 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -77.6221, 25] + [ ecalVeto ] 0 : Hit 1: [-52.039, -73.4515, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 10] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 9] + [ ecalVeto ] 0 : Hit 3: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 4: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 5: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 6: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4818.05; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2563 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 103 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4890.48; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2564 Brem photon produced 39 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-54.4469, 136.011, 25] + [ ecalVeto ] 0 : Hit 1: [-52.039, 140.182, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-30.3676, 110.987, 18] + [ ecalVeto ] 0 : Hit 1: [-32.7755, 106.817, 17] + [ ecalVeto ] 0 : Hit 2: [-30.3676, 102.646, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-23.1438, 90.1341, 14] + [ ecalVeto ] 0 : Hit 1: [-25.5517, 85.9634, 13] + [ ecalVeto ] 0 : Hit 2: [-24.0793, 83.4132, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -12.512, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -16.6826, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 75.0719, 11] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 70.9012, 10] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 66.7306, 9] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 62.5599, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 8.34132, 7] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 12.512, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [-24.0793, 16.6826, 6] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 12.512, 5] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-11.1041, 94.3048, 1] + [ ecalVeto ] 0 : Hit 1: [-8.69618, 98.4754, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5963.51; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2565 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-190.763, 83.4132, 17] + [ ecalVeto ] 0 : Hit 1: [-188.356, 79.2426, 16] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3845.36; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2566 Brem photon produced 37 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 18 + [ ecalVeto ] 0 : Beginning track merging using 18 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 17 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-59.2627, 136.011, 28] + [ ecalVeto ] 0 : Hit 1: [-61.6707, 131.841, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-66.4865, 131.841, 26] + [ ecalVeto ] 0 : Hit 1: [-68.8945, 127.67, 25] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 131.841, 25] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 127.67, 24] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-126.685, -94.3048, 25] + [ ecalVeto ] 0 : Hit 1: [-124.277, -90.1341, 24] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 119.329, 23] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 115.158, 22] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-119.461, -81.7928, 23] + [ ecalVeto ] 0 : Hit 1: [-117.053, -77.6221, 22] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-61.6707, 106.817, 21] + [ ecalVeto ] 0 : Hit 1: [-59.2627, 102.646, 20] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-112.237, -69.2808, 21] + [ ecalVeto ] 0 : Hit 1: [-109.829, -65.1101, 20] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-54.4469, 94.3048, 19] + [ ecalVeto ] 0 : Hit 1: [-52.039, 90.1341, 18] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -45.8773, 17] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -41.7066, 16] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [38.5269, 8.34132, 15] + [ ecalVeto ] 0 : Hit 1: [40.9348, 12.512, 14] + [ ecalVeto ] 0 : Hit 2: [38.5269, 8.34132, 13] + [ ecalVeto ] 0 : Hit 3: [40.9348, 12.512, 12] + [ ecalVeto ] 0 : Hit 4: [38.5269, 16.6826, 11] + [ ecalVeto ] 0 : Hit 5: [38.5269, 16.6826, 9] + [ ecalVeto ] 0 : Hit 6: [33.711, 16.6826, 10] + [ ecalVeto ] 0 : Hit 7: [33.711, 16.6826, 8] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-69.83, -37.5359, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -33.3653, 14] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [48.1586, -66.7306, 12] + [ ecalVeto ] 0 : Hit 1: [45.7507, -62.5599, 11] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 54.2186, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 58.3892, 10] + [ ecalVeto ] 0 : Track 14: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -25.024, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -20.8533, 10] + [ ecalVeto ] 0 : Hit 2: [-48.1586, -25.024, 9] + [ ecalVeto ] 0 : Track 15: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Track 16: + [ ecalVeto ] 0 : Hit 0: [16.8555, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [16.8555, 20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [19.2635, 16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [16.8555, 12.512, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 17 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5056.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2567 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, 41.7066, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, 37.5359, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 5: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 39 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5138.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2568 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Hit 4: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 5: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 6: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 7: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 8: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Hit 9: [2.40793, 12.512, 1] + [ ecalVeto ] 0 : Hit 10: [4.81586, 8.34132, 0] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -25.024, 8] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -20.8533, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 20.8533, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5532.12; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2569 Brem photon produced 62 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-8.69618, -131.841, 26] + [ ecalVeto ] 0 : Hit 1: [-11.1041, -127.67, 25] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4691.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2570 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 12 + [ ecalVeto ] 0 : Beginning track merging using 12 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 12 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-69.83, 37.5359, 23] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 41.7066, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-102.606, 69.2808, 22] + [ ecalVeto ] 0 : Hit 1: [-105.013, 73.4515, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 69.2808, 21] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 65.1101, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 60.9395, 19] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 56.7688, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 56.7688, 17] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 54.2186, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 29.1946, 15] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 33.3653, 14] + [ ecalVeto ] 0 : Hit 2: [-40.9348, 29.1946, 13] + [ ecalVeto ] 0 : Hit 3: [-38.5269, 25.024, 12] + [ ecalVeto ] 0 : Hit 4: [-40.9348, 29.1946, 11] + [ ecalVeto ] 0 : Hit 5: [-38.5269, 25.024, 10] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-69.83, 45.8773, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 41.7066, 14] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [38.5269, -33.3653, 13] + [ ecalVeto ] 0 : Hit 1: [40.9348, -29.1946, 12] + [ ecalVeto ] 0 : Hit 2: [38.5269, -25.024, 11] + [ ecalVeto ] 0 : Hit 3: [40.9348, -20.8533, 10] + [ ecalVeto ] 0 : Hit 4: [38.5269, -16.6826, 9] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 37.5359, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 33.3653, 12] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [112.237, 85.9634, 10] + [ ecalVeto ] 0 : Hit 1: [109.829, 81.7928, 9] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [133.909, 98.4754, 10] + [ ecalVeto ] 0 : Hit 1: [133.909, 98.4754, 8] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [40.9348, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [38.5269, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 2: [40.9348, 4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [38.5269, 8.34132, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 12 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4949.05; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2571 Brem photon produced 55 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5754.14; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2572 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6124.47; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2573 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [11.1041, -169.377, 26] + [ ecalVeto ] 0 : Hit 1: [8.69618, -165.206, 25] + [ ecalVeto ] 0 : Hit 2: [11.1041, -161.035, 24] + [ ecalVeto ] 0 : Hit 3: [8.69618, -156.865, 23] + [ ecalVeto ] 0 : Hit 4: [11.1041, -152.694, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [8.69618, -140.182, 21] + [ ecalVeto ] 0 : Hit 1: [11.1041, -136.011, 20] + [ ecalVeto ] 0 : Hit 2: [8.69618, -131.841, 19] + [ ecalVeto ] 0 : Hit 3: [11.1041, -127.67, 18] + [ ecalVeto ] 0 : Hit 4: [8.69618, -123.499, 17] + [ ecalVeto ] 0 : Hit 5: [11.1041, -119.329, 16] + [ ecalVeto ] 0 : Hit 6: [8.69618, -115.158, 15] + [ ecalVeto ] 0 : Hit 7: [11.1041, -110.987, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -66.7306, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -62.5599, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -58.3892, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, -54.2186, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, -50.0479, 3] + [ ecalVeto ] 0 : Hit 5: [12.0397, -45.8773, 2] + [ ecalVeto ] 0 : Hit 6: [9.63173, -41.7066, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2109.35; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2574 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, -8.34132, 3] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -4.17066, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 12.512, 3] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5564.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2575 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -81.7928, 19] + [ ecalVeto ] 0 : Hit 1: [-59.2627, -85.9634, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -54.2186, 15] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -50.0479, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, -50.0479, 13] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -45.8773, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -41.7066, 10] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -37.5359, 9] + [ ecalVeto ] 0 : Hit 3: [-24.0793, -33.3653, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -25.024, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5332.22; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2576 Brem photon produced 2 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Hit 8: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Hit 9: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Hit 10: [2.40793, -4.17066, 1] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [33.711, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 1: [31.3031, -4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [31.3031, -4.17066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 29 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2389.73; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2577 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -37.5359, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7284.44; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2578 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 25.024, 10] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 25.024, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-3.88031, -106.817, 3] + [ ecalVeto ] 0 : Hit 1: [-1.47238, -110.987, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4723.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2579 Brem photon produced 72 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 38 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5222.52; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2580 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-54.4469, 186.059, 27] + [ ecalVeto ] 0 : Hit 1: [-52.039, 181.889, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-37.5914, -98.4754, 26] + [ ecalVeto ] 0 : Hit 1: [-39.9993, -94.3048, 25] + [ ecalVeto ] 0 : Hit 2: [-37.5914, -90.1341, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 16.6826, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6139.66; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2581 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 50.0479, 8] + [ ecalVeto ] 0 : Hit 2: [-26.4873, 54.2186, 9] + [ ecalVeto ] 0 : Hit 3: [-24.0793, 58.3892, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6620.16; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2582 Brem photon produced 83 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 45.8773, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, 50.0479, 11] + [ ecalVeto ] 0 : Hit 2: [12.0397, 45.8773, 10] + [ ecalVeto ] 0 : Hit 3: [9.63173, 41.7066, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-11.1041, -161.035, 7] + [ ecalVeto ] 0 : Hit 1: [-8.69618, -165.206, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -29.1946, 1] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -25.024, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5503.37; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2583 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -50.0479, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, -45.8773, 7] + [ ecalVeto ] 0 : Hit 2: [19.2635, -50.0479, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [33.711, -41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [31.3031, -37.5359, 7] + [ ecalVeto ] 0 : Hit 2: [33.711, -41.7066, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [24.0793, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [26.4873, -20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [24.0793, -25.024, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [19.2635, -16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [16.8555, -12.512, 5] + [ ecalVeto ] 0 : Hit 2: [19.2635, -16.6826, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [19.2635, -33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [16.8555, -29.1946, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 95 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5405.54; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2584 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-147.421, 50.0479, 15] + [ ecalVeto ] 0 : Hit 1: [-145.013, 54.2186, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, 4.17066, 12] + [ ecalVeto ] 0 : Hit 1: [24.0793, 8.34132, 11] + [ ecalVeto ] 0 : Hit 2: [26.4873, 12.512, 10] + [ ecalVeto ] 0 : Hit 3: [24.0793, 16.6826, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, 20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [19.2635, 25.024, 6] + [ ecalVeto ] 0 : Hit 3: [16.8555, 29.1946, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, 29.1946, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 3] + [ ecalVeto ] 0 : Hit 2: [12.0397, 37.5359, 2] + [ ecalVeto ] 0 : Hit 3: [9.63173, 33.3653, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 125 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5972.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2585 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, 66.7306, 9] + [ ecalVeto ] 0 : Hit 1: [26.4873, 62.5599, 8] + [ ecalVeto ] 0 : Hit 2: [24.0793, 58.3892, 7] + [ ecalVeto ] 0 : Hit 3: [26.4873, 54.2186, 6] + [ ecalVeto ] 0 : Hit 4: [24.0793, 50.0479, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 10117.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2586 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [37.5914, -156.865, 27] + [ ecalVeto ] 0 : Hit 1: [39.9993, -152.694, 26] + [ ecalVeto ] 0 : Hit 2: [37.5914, -148.523, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [18.3279, -123.499, 20] + [ ecalVeto ] 0 : Hit 1: [15.92, -119.329, 19] + [ ecalVeto ] 0 : Hit 2: [18.3279, -115.158, 18] + [ ecalVeto ] 0 : Hit 3: [15.92, -110.987, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, 41.7066, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, 37.5359, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -50.0479, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -45.8773, 8] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -41.7066, 7] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -37.5359, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 101 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6536.43; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2587 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-32.7755, 148.523, 23] + [ ecalVeto ] 0 : Hit 1: [-30.3676, 152.694, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -66.7306, 13] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -62.5599, 12] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -58.3892, 11] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -54.2186, 10] + [ ecalVeto ] 0 : Hit 4: [-19.2635, -50.0479, 9] + [ ecalVeto ] 0 : Hit 5: [-16.8555, -45.8773, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -58.3892, 12] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -58.3892, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -54.2186, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -58.3892, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -66.7306, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -70.9012, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -62.5599, 10] + [ ecalVeto ] 0 : Hit 1: [-33.711, -58.3892, 9] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -33.3653, 7] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 91 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5724.43; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2588 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [55.3824, -37.5359, 22] + [ ecalVeto ] 0 : Hit 1: [52.9745, -33.3653, 21] + [ ecalVeto ] 0 : Hit 2: [55.3824, -37.5359, 20] + [ ecalVeto ] 0 : Hit 3: [52.9745, -33.3653, 19] + [ ecalVeto ] 0 : Hit 4: [55.3824, -29.1946, 18] + [ ecalVeto ] 0 : Hit 5: [52.9745, -25.024, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [40.9348, -20.8533, 14] + [ ecalVeto ] 0 : Hit 1: [38.5269, -16.6826, 13] + [ ecalVeto ] 0 : Hit 2: [40.9348, -12.512, 12] + [ ecalVeto ] 0 : Hit 3: [38.5269, -8.34132, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [52.9745, 25.024, 11] + [ ecalVeto ] 0 : Hit 1: [55.3824, 29.1946, 10] + [ ecalVeto ] 0 : Hit 2: [52.9745, 33.3653, 9] + [ ecalVeto ] 0 : Hit 3: [55.3824, 37.5359, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5546.55; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2589 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 33.3653, 13] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 37.5359, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-69.83, 29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 33.3653, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 25.024, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 25.024, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5532.49; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2590 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1831.15; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2591 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-125.749, 4.17066, 21] + [ ecalVeto ] 0 : Hit 1: [-123.341, -2.36672e-14, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-111.302, 4.17066, 19] + [ ecalVeto ] 0 : Hit 1: [-108.894, -2.36672e-14, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -79.2426, 13] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -75.0719, 12] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -70.9012, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -70.9012, 13] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -75.0719, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -4.17066, 12] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -4.17066, 10] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -4.17066, 8] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-33.711, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -12.512, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6038.82; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2592 Brem photon produced 85 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Hit 5: [4.81586, -33.3653, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5653.06; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2593 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 10 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2131.37; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2594 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [148.356, 131.841, 32] + [ ecalVeto ] 0 : Hit 1: [145.948, 127.67, 31] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [141.132, 127.67, 30] + [ ecalVeto ] 0 : Hit 1: [138.725, 123.499, 29] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [8.69618, 115.158, 25] + [ ecalVeto ] 0 : Hit 1: [11.1041, 119.329, 24] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [15.92, 110.987, 23] + [ ecalVeto ] 0 : Hit 1: [18.3279, 115.158, 22] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [19.2635, 75.0719, 16] + [ ecalVeto ] 0 : Hit 1: [16.8555, 70.9012, 15] + [ ecalVeto ] 0 : Hit 2: [19.2635, 66.7306, 14] + [ ecalVeto ] 0 : Hit 3: [16.8555, 62.5599, 13] + [ ecalVeto ] 0 : Hit 4: [19.2635, 58.3892, 12] + [ ecalVeto ] 0 : Hit 5: [16.8555, 54.2186, 11] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 20.8533, 15] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 25.024, 14] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 101 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4374.24; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2595 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 12 + [ ecalVeto ] 0 : Beginning track merging using 12 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 12 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-66.4865, 115.158, 26] + [ ecalVeto ] 0 : Hit 1: [-68.8945, 110.987, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 106.817, 21] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 102.646, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 8.34132, 21] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 12.512, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-61.6707, 73.4515, 19] + [ ecalVeto ] 0 : Hit 1: [-59.2627, 69.2808, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-69.83, 20.8533, 19] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 16.6826, 18] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 25.024, 17] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 29.1946, 16] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 37.5359, 15] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 41.7066, 14] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 54.2186, 15] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 50.0479, 14] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Hit 2: [4.81586, 33.3653, 2] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 1] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [9.63173, -50.0479, 3] + [ ecalVeto ] 0 : Hit 1: [12.0397, -54.2186, 2] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 1] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 91 hits + [ ecalVeto ] 0 : MIP tracking completed; found 12 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5571.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2596 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [3.34348, 186.059, 17] + [ ecalVeto ] 0 : Hit 1: [3.88031, 181.889, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -54.2186, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -58.3892, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -54.2186, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -50.0479, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -29.1946, 1] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -33.3653, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4911.95; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2597 Brem photon produced 55 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 95 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7258.56; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2598 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4378.23; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2599 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-54.4469, 85.9634, 13] + [ ecalVeto ] 0 : Hit 1: [-52.039, 81.7928, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-54.4469, 94.3048, 13] + [ ecalVeto ] 0 : Hit 1: [-52.039, 98.4754, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5058.24; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2600 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 39 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4107.51; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2601 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, 33.3653, 22] + [ ecalVeto ] 0 : Hit 1: [31.3031, 37.5359, 21] + [ ecalVeto ] 0 : Hit 2: [33.711, 33.3653, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-30.3676, 119.329, 22] + [ ecalVeto ] 0 : Hit 1: [-32.7755, 115.158, 21] + [ ecalVeto ] 0 : Finding linreg tracks from 96 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1673.61; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2602 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [76.1183, -56.7688, 26] + [ ecalVeto ] 0 : Hit 1: [74.6459, -54.2186, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [62.6062, -41.7066, 22] + [ ecalVeto ] 0 : Hit 1: [60.1983, -37.5359, 21] + [ ecalVeto ] 0 : Hit 2: [62.6062, -33.3653, 20] + [ ecalVeto ] 0 : Hit 3: [60.1983, -37.5359, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 7: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 8: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Hit 9: [2.40793, -12.512, 1] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1608.25; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2603 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -37.5359, 8] + [ ecalVeto ] 0 : Hit 2: [-33.711, -33.3653, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -25.024, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 113 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5473.69; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2604 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 14 + [ ecalVeto ] 0 : Beginning track merging using 14 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 13 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-109.829, 98.4754, 20] + [ ecalVeto ] 0 : Hit 1: [-112.237, 94.3048, 19] + [ ecalVeto ] 0 : Hit 2: [-109.829, 90.1341, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 77.6221, 17] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 73.4515, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -75.0719, 16] + [ ecalVeto ] 0 : Hit 1: [2.40793, -70.9012, 15] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 65.1101, 15] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 60.9395, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 56.7688, 13] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 54.2186, 12] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-69.83, 4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -2.66454e-15, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-60.1983, 4.17066, 12] + [ ecalVeto ] 0 : Hit 1: [-62.6062, 8.34132, 11] + [ ecalVeto ] 0 : Hit 2: [-60.1983, 12.512, 10] + [ ecalVeto ] 0 : Hit 3: [-62.6062, 16.6826, 11] + [ ecalVeto ] 0 : Hit 4: [-60.1983, 20.8533, 10] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 41.7066, 11] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 37.5359, 10] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 29.1946, 8] + [ ecalVeto ] 0 : Hit 2: [-48.1586, 33.3653, 7] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [4.81586, 41.7066, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 54.2186, 5] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 50.0479, 4] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-104.078, 50.0479, 5] + [ ecalVeto ] 0 : Hit 1: [-101.67, 45.8773, 4] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [-69.83, 45.8773, 1] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 41.7066, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 13 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6323.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2605 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -66.7306, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, -62.5599, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -54.2186, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -50.0479, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 38 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4848.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2606 Brem photon produced 74 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 75.0719, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 70.9012, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 105 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3924.92; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2607 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-132.973, -2.36672e-14, 3] + [ ecalVeto ] 0 : Hit 1: [-130.565, 4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4775.25; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2608 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -16.6826, 19] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -20.8533, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-69.83, -20.8533, 17] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -16.6826, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -16.6826, 15] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -20.8533, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -16.6826, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Hit 5: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3313.48; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2609 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 24 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3533.45; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2610 Brem photon produced 33 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-169.092, -70.9012, 23] + [ ecalVeto ] 0 : Hit 1: [-166.684, -66.7306, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-147.421, -58.3892, 21] + [ ecalVeto ] 0 : Hit 1: [-145.013, -54.2186, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-111.302, -45.8773, 17] + [ ecalVeto ] 0 : Hit 1: [-108.894, -41.7066, 16] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7194.53; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2611 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 39 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1748.38; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2612 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [39.9993, 77.6221, 24] + [ ecalVeto ] 0 : Hit 1: [38.5269, 75.0719, 23] + [ ecalVeto ] 0 : Hit 2: [40.9348, 70.9012, 22] + [ ecalVeto ] 0 : Hit 3: [38.5269, 75.0719, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 66.7306, 23] + [ ecalVeto ] 0 : Hit 1: [12.0397, 70.9012, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [33.711, 66.7306, 22] + [ ecalVeto ] 0 : Hit 1: [31.3031, 62.5599, 21] + [ ecalVeto ] 0 : Hit 2: [33.711, 58.3892, 20] + [ ecalVeto ] 0 : Hit 3: [31.3031, 54.2186, 19] + [ ecalVeto ] 0 : Hit 4: [33.711, 50.0479, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [47.2231, 81.7928, 22] + [ ecalVeto ] 0 : Hit 1: [44.8152, 77.6221, 21] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [45.7507, 62.5599, 21] + [ ecalVeto ] 0 : Hit 1: [48.1586, 58.3892, 20] + [ ecalVeto ] 0 : Hit 2: [45.7507, 62.5599, 19] + [ ecalVeto ] 0 : Hit 3: [45.7507, 62.5599, 17] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [16.8555, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [19.2635, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 2: [16.8555, -4.17066, 7] + [ ecalVeto ] 0 : Hit 3: [19.2635, -8.34132, 6] + [ ecalVeto ] 0 : Hit 4: [16.8555, -12.512, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 90 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2942.9; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2613 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-105.013, -81.7928, 21] + [ ecalVeto ] 0 : Hit 1: [-102.606, -77.6221, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-95.3817, -73.4515, 20] + [ ecalVeto ] 0 : Hit 1: [-97.7897, -77.6221, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -73.4515, 17] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -69.2808, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -65.1101, 15] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -62.5599, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 10423.7; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2614 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-47.2231, -73.4515, 19] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -70.9012, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, 54.2186, 10] + [ ecalVeto ] 0 : Hit 1: [24.0793, 58.3892, 9] + [ ecalVeto ] 0 : Hit 2: [26.4873, 54.2186, 8] + [ ecalVeto ] 0 : Hit 3: [24.0793, 58.3892, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 50.0479, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 45.8773, 6] + [ ecalVeto ] 0 : Hit 2: [12.0397, 45.8773, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, 41.7066, 3] + [ ecalVeto ] 0 : Hit 4: [12.0397, 37.5359, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, 33.3653, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4084.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2615 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [45.7507, 45.8773, 13] + [ ecalVeto ] 0 : Hit 1: [48.1586, 41.7066, 12] + [ ecalVeto ] 0 : Hit 2: [45.7507, 45.8773, 11] + [ ecalVeto ] 0 : Hit 3: [45.7507, 45.8773, 9] + [ ecalVeto ] 0 : Hit 4: [38.5269, 41.7066, 11] + [ ecalVeto ] 0 : Hit 5: [40.9348, 45.8773, 10] + [ ecalVeto ] 0 : Hit 6: [38.5269, 41.7066, 9] + [ ecalVeto ] 0 : Hit 7: [40.9348, 45.8773, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [33.711, 33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [31.3031, 29.1946, 9] + [ ecalVeto ] 0 : Hit 2: [33.711, 33.3653, 8] + [ ecalVeto ] 0 : Hit 3: [31.3031, 37.5359, 7] + [ ecalVeto ] 0 : Hit 4: [33.711, 33.3653, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [24.0793, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [26.4873, 29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [24.0793, 33.3653, 5] + [ ecalVeto ] 0 : Hit 3: [26.4873, 29.1946, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-52.9745, -8.34132, 2] + [ ecalVeto ] 0 : Hit 1: [-55.3824, -4.17066, 1] + [ ecalVeto ] 0 : Hit 2: [-52.9745, -2.66454e-15, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6081.08; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2616 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [148.356, -148.523, 30] + [ ecalVeto ] 0 : Hit 1: [145.948, -144.353, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [133.909, -140.182, 28] + [ ecalVeto ] 0 : Hit 1: [131.501, -136.011, 27] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [55.3824, -62.5599, 14] + [ ecalVeto ] 0 : Hit 1: [52.9745, -66.7306, 13] + [ ecalVeto ] 0 : Hit 2: [55.3824, -62.5599, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [40.9348, -54.2186, 12] + [ ecalVeto ] 0 : Hit 1: [38.5269, -50.0479, 11] + [ ecalVeto ] 0 : Hit 2: [40.9348, -54.2186, 10] + [ ecalVeto ] 0 : Hit 3: [38.5269, -50.0479, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 25.024, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6695.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2617 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -8.34132, 12] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -12.512, 11] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -16.6826, 10] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -20.8533, 9] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -16.6826, 8] + [ ecalVeto ] 0 : Hit 6: [-12.0397, -20.8533, 7] + [ ecalVeto ] 0 : Hit 7: [-9.63173, -25.024, 6] + [ ecalVeto ] 0 : Hit 8: [-12.0397, -29.1946, 5] + [ ecalVeto ] 0 : Hit 9: [-9.63173, -33.3653, 4] + [ ecalVeto ] 0 : Hit 10: [-12.0397, -37.5359, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -37.5359, 12] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -37.5359, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -37.5359, 9] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -41.7066, 8] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -37.5359, 7] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -33.3653, 6] + [ ecalVeto ] 0 : Hit 5: [-12.0397, -37.5359, 5] + [ ecalVeto ] 0 : Hit 6: [-9.63173, -41.7066, 4] + [ ecalVeto ] 0 : Hit 7: [-16.8555, -37.5359, 6] + [ ecalVeto ] 0 : Hit 8: [-19.2635, -41.7066, 5] + [ ecalVeto ] 0 : Hit 9: [-16.8555, -37.5359, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 20 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2399.35; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2618 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 45.8773, 17] + [ ecalVeto ] 0 : Hit 1: [4.81586, 41.7066, 16] + [ ecalVeto ] 0 : Hit 2: [2.40793, 37.5359, 15] + [ ecalVeto ] 0 : Hit 3: [4.81586, 33.3653, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 13] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 12] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 10] + [ ecalVeto ] 0 : Hit 4: [2.40793, 20.8533, 9] + [ ecalVeto ] 0 : Hit 5: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 6: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 7: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 8: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 9: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 10: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [16.8555, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [19.2635, 8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [16.8555, 4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [19.2635, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 4: [16.8555, -4.17066, 3] + [ ecalVeto ] 0 : Hit 5: [19.2635, -8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2785.65; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2619 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4625.04; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2620 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 11 + [ ecalVeto ] 0 : Beginning track merging using 11 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 11 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-147.421, -50.0479, 29] + [ ecalVeto ] 0 : Hit 1: [-145.013, -54.2186, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-109.829, -115.158, 28] + [ ecalVeto ] 0 : Hit 1: [-112.237, -110.987, 27] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [47.2231, -140.182, 28] + [ ecalVeto ] 0 : Hit 1: [44.8152, -136.011, 27] + [ ecalVeto ] 0 : Hit 2: [47.2231, -131.841, 26] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-140.197, -62.5599, 27] + [ ecalVeto ] 0 : Hit 1: [-137.789, -66.7306, 26] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-123.341, -66.7306, 26] + [ ecalVeto ] 0 : Hit 1: [-125.749, -70.9012, 25] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-117.053, -102.646, 26] + [ ecalVeto ] 0 : Hit 1: [-119.461, -98.4754, 25] + [ ecalVeto ] 0 : Hit 2: [-119.461, -98.4754, 23] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-132.973, -75.0719, 25] + [ ecalVeto ] 0 : Hit 1: [-131.501, -77.6221, 24] + [ ecalVeto ] 0 : Hit 2: [-131.501, -77.6221, 22] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [44.8152, -119.329, 25] + [ ecalVeto ] 0 : Hit 1: [47.2231, -115.158, 24] + [ ecalVeto ] 0 : Hit 2: [44.8152, -110.987, 23] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-137.789, -75.0719, 20] + [ ecalVeto ] 0 : Hit 1: [-140.197, -79.2426, 19] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [19.2635, -41.7066, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, -37.5359, 11] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 44 hits + [ ecalVeto ] 0 : MIP tracking completed; found 11 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1951.3; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2621 Brem photon produced 84 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -33.3653, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4992.18; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2622 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-52.039, -90.1341, 14] + [ ecalVeto ] 0 : Hit 1: [-54.4469, -85.9634, 13] + [ ecalVeto ] 0 : Hit 2: [-52.039, -81.7928, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [116.118, -20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [116.118, -20.8533, 11] + [ ecalVeto ] 0 : Hit 2: [118.525, -25.024, 10] + [ ecalVeto ] 0 : Hit 3: [116.118, -20.8533, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-32.7755, -81.7928, 13] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -79.2426, 12] + [ ecalVeto ] 0 : Hit 2: [-33.711, -75.0719, 11] + [ ecalVeto ] 0 : Hit 3: [-31.3031, -70.9012, 10] + [ ecalVeto ] 0 : Hit 4: [-31.3031, -70.9012, 12] + [ ecalVeto ] 0 : Hit 5: [-33.711, -66.7306, 11] + [ ecalVeto ] 0 : Hit 6: [-31.3031, -62.5599, 10] + [ ecalVeto ] 0 : Hit 7: [-33.711, -58.3892, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-47.2231, -73.4515, 13] + [ ecalVeto ] 0 : Hit 1: [-44.8152, -77.6221, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -75.0719, 11] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -70.9012, 10] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -75.0719, 9] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -62.5599, 10] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -66.7306, 9] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -62.5599, 8] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -58.3892, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -62.5599, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -58.3892, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 90 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6754; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2623 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 33 + [ ecalVeto ] 0 : Beginning track merging using 33 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 27 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -2.66454e-15, 21] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 4.17066, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -2.66454e-15, 19] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 4.17066, 18] + [ ecalVeto ] 0 : Hit 2: [-62.6062, -2.66454e-15, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-52.9745, -2.66454e-15, 16] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -2.66454e-15, 14] + [ ecalVeto ] 0 : Hit 2: [-48.1586, -2.66454e-15, 15] + [ ecalVeto ] 0 : Hit 3: [-48.1586, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 4: [-45.7507, 4.17066, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [38.5269, -25.024, 11] + [ ecalVeto ] 0 : Hit 1: [40.9348, -20.8533, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 2: [-38.5269, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 3: [-40.9348, 4.17066, 7] + [ ecalVeto ] 0 : Hit 4: [-40.9348, 4.17066, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [33.711, 25.024, 10] + [ ecalVeto ] 0 : Hit 1: [33.711, 25.024, 8] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -4.17066, 8] + [ ecalVeto ] 0 : Hit 3: [-19.2635, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 4: [-19.2635, -2.66454e-15, 5] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [-33.711, 33.3653, 9] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [40.9348, -12.512, 10] + [ ecalVeto ] 0 : Hit 1: [38.5269, -8.34132, 9] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [31.3031, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [33.711, -8.34132, 8] + [ ecalVeto ] 0 : Hit 2: [31.3031, -4.17066, 7] + [ ecalVeto ] 0 : Hit 3: [26.4873, -4.17066, 8] + [ ecalVeto ] 0 : Hit 4: [24.0793, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 5: [26.4873, 4.17066, 6] + [ ecalVeto ] 0 : Hit 6: [24.0793, -2.66454e-15, 5] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [31.3031, 37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [33.711, 33.3653, 8] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -8.34132, 8] + [ ecalVeto ] 0 : Hit 2: [-24.0793, -8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [-24.0793, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 4: [-26.4873, 4.17066, 7] + [ ecalVeto ] 0 : Hit 5: [-24.0793, -2.66454e-15, 6] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [-33.711, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -4.17066, 8] + [ ecalVeto ] 0 : Track 14: + [ ecalVeto ] 0 : Hit 0: [45.7507, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [48.1586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [52.9745, 16.6826, 9] + [ ecalVeto ] 0 : Hit 3: [52.9745, 16.6826, 7] + [ ecalVeto ] 0 : Track 15: + [ ecalVeto ] 0 : Hit 0: [52.9745, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [55.3824, 4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [52.9745, -2.66454e-15, 7] + [ ecalVeto ] 0 : Track 16: + [ ecalVeto ] 0 : Hit 0: [52.9745, 33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [55.3824, 37.5359, 8] + [ ecalVeto ] 0 : Track 17: + [ ecalVeto ] 0 : Hit 0: [26.4873, 29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [24.0793, 25.024, 7] + [ ecalVeto ] 0 : Track 18: + [ ecalVeto ] 0 : Hit 0: [40.9348, 20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [38.5269, 16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [40.9348, 12.512, 8] + [ ecalVeto ] 0 : Hit 3: [38.5269, 8.34132, 7] + [ ecalVeto ] 0 : Track 19: + [ ecalVeto ] 0 : Hit 0: [31.3031, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [31.3031, 4.17066, 5] + [ ecalVeto ] 0 : Track 20: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Track 21: + [ ecalVeto ] 0 : Hit 0: [-54.4469, 69.2808, 7] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 66.7306, 6] + [ ecalVeto ] 0 : Track 22: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Track 23: + [ ecalVeto ] 0 : Hit 0: [19.2635, 8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [16.8555, 12.512, 5] + [ ecalVeto ] 0 : Hit 2: [19.2635, 16.6826, 4] + [ ecalVeto ] 0 : Track 24: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 8.34132, 4] + [ ecalVeto ] 0 : Track 25: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 12.512, 2] + [ ecalVeto ] 0 : Hit 1: [-33.711, 16.6826, 1] + [ ecalVeto ] 0 : Track 26: + [ ecalVeto ] 0 : Hit 0: [-33.711, 25.024, 1] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 29.1946, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 93 hits + [ ecalVeto ] 0 : MIP tracking completed; found 27 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6580.65; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2624 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 12.512, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 12.512, 5] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 8.34132, 4] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 7: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Hit 8: [-2.40793, 4.17066, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 8.34132, 8] + [ ecalVeto ] 0 : Hit 2: [-89.6303, 8.34132, 9] + [ ecalVeto ] 0 : Hit 3: [-87.2224, 12.512, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-67.4221, -8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [-69.83, -4.17066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3982.63; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2625 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, -50.0479, 17] + [ ecalVeto ] 0 : Hit 1: [-33.711, -50.0479, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -29.1946, 14] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -29.1946, 12] + [ ecalVeto ] 0 : Hit 2: [-33.711, -33.3653, 11] + [ ecalVeto ] 0 : Hit 3: [-26.4873, -29.1946, 13] + [ ecalVeto ] 0 : Hit 4: [-24.0793, -25.024, 12] + [ ecalVeto ] 0 : Hit 5: [-26.4873, -29.1946, 11] + [ ecalVeto ] 0 : Hit 6: [-24.0793, -33.3653, 10] + [ ecalVeto ] 0 : Hit 7: [-26.4873, -37.5359, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -37.5359, 14] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -37.5359, 12] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -41.7066, 11] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -37.5359, 10] + [ ecalVeto ] 0 : Hit 4: [-19.2635, -33.3653, 9] + [ ecalVeto ] 0 : Hit 5: [-16.8555, -29.1946, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -45.8773, 12] + [ ecalVeto ] 0 : Hit 1: [-33.711, -41.7066, 11] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -29.1946, 12] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -33.3653, 11] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -29.1946, 10] + [ ecalVeto ] 0 : Hit 3: [-19.2635, -25.024, 9] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -29.1946, 11] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -25.024, 10] + [ ecalVeto ] 0 : Hit 6: [-12.0397, -29.1946, 9] + [ ecalVeto ] 0 : Hit 7: [-9.63173, -25.024, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -41.7066, 10] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -37.5359, 9] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -33.3653, 8] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -37.5359, 7] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -33.3653, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -37.5359, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 105 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6958.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2626 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 58.3892, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 54.2186, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 50.0479, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 33 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3197.28; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2627 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6779.5; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2628 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6357.46; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2629 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 13 + [ ecalVeto ] 0 : Beginning track merging using 13 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 13 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-81.8697, 33.3653, 14] + [ ecalVeto ] 0 : Hit 1: [-82.4065, 29.1946, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [40.9348, 20.8533, 14] + [ ecalVeto ] 0 : Hit 1: [40.9348, 20.8533, 12] + [ ecalVeto ] 0 : Hit 2: [38.5269, 16.6826, 11] + [ ecalVeto ] 0 : Hit 3: [40.9348, 12.512, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 12.512, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [45.7507, 12.512, 13] + [ ecalVeto ] 0 : Hit 1: [48.1586, 8.34132, 12] + [ ecalVeto ] 0 : Hit 2: [45.7507, 12.512, 11] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-67.4221, 25.024, 12] + [ ecalVeto ] 0 : Hit 1: [-69.83, 29.1946, 11] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [26.4873, 20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [24.0793, 25.024, 9] + [ ecalVeto ] 0 : Hit 2: [26.4873, 29.1946, 8] + [ ecalVeto ] 0 : Hit 3: [24.0793, 33.3653, 7] + [ ecalVeto ] 0 : Hit 4: [24.0793, 33.3653, 5] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 25.024, 8] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-33.711, 25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 20.8533, 8] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 29.1946, 7] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [-24.0793, 25.024, 6] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 25.024, 5] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [19.2635, 25.024, 6] + [ ecalVeto ] 0 : Hit 1: [16.8555, 29.1946, 5] + [ ecalVeto ] 0 : Hit 2: [19.2635, 25.024, 4] + [ ecalVeto ] 0 : Hit 3: [16.8555, 29.1946, 3] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 37.5359, 4] + [ ecalVeto ] 0 : Hit 1: [-33.711, 41.7066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 13 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7873.19; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2630 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [25.5517, -127.67, 26] + [ ecalVeto ] 0 : Hit 1: [23.1438, -123.499, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [18.3279, -115.158, 24] + [ ecalVeto ] 0 : Hit 1: [15.92, -110.987, 23] + [ ecalVeto ] 0 : Hit 2: [18.3279, -106.817, 22] + [ ecalVeto ] 0 : Hit 3: [15.92, -102.646, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -102.646, 17] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -98.4754, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -50.0479, 11] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -45.8773, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -54.2186, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -50.0479, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -45.8773, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -41.7066, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6705.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2631 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-111.302, 20.8533, 25] + [ ecalVeto ] 0 : Hit 1: [-108.894, 25.024, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 29.1946, 23] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 25.024, 22] + [ ecalVeto ] 0 : Hit 2: [-96.8541, 29.1946, 21] + [ ecalVeto ] 0 : Hit 3: [-94.4462, 33.3653, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 33.3653, 17] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 29.1946, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-69.83, 37.5359, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 33.3653, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, 37.5359, 12] + [ ecalVeto ] 0 : Hit 1: [12.0397, 37.5359, 10] + [ ecalVeto ] 0 : Hit 2: [9.63173, 41.7066, 9] + [ ecalVeto ] 0 : Hit 3: [12.0397, 37.5359, 8] + [ ecalVeto ] 0 : Hit 4: [4.81586, 41.7066, 10] + [ ecalVeto ] 0 : Hit 5: [2.40793, 37.5359, 9] + [ ecalVeto ] 0 : Hit 6: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 7: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 8: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 11] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 10] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 9] + [ ecalVeto ] 0 : Hit 3: [12.0397, 29.1946, 8] + [ ecalVeto ] 0 : Hit 4: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5571.45; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2632 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 37 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4501.86; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2633 Brem photon produced 73 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [12.0397, 4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 54.2186, 3] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 54.2186, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5965.53; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2634 Brem photon produced 77 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 15 + [ ecalVeto ] 0 : Beginning track merging using 15 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 12.512, 15] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 16.6826, 14] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 12.512, 13] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 16.6826, 12] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 16.6826, 10] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 16.6826, 8] + [ ecalVeto ] 0 : Hit 6: [-9.63173, 25.024, 10] + [ ecalVeto ] 0 : Hit 7: [-12.0397, 29.1946, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 20.8533, 2] + [ ecalVeto ] 0 : Hit 8: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 9: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 37.5359, 10] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 41.7066, 9] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 45.8773, 8] + [ ecalVeto ] 0 : Hit 3: [-19.2635, 41.7066, 7] + [ ecalVeto ] 0 : Hit 4: [-16.8555, 37.5359, 6] + [ ecalVeto ] 0 : Hit 5: [-19.2635, 33.3653, 7] + [ ecalVeto ] 0 : Hit 6: [-16.8555, 29.1946, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 37.5359, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 33.3653, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [33.711, 50.0479, 8] + [ ecalVeto ] 0 : Hit 1: [31.3031, 45.8773, 7] + [ ecalVeto ] 0 : Hit 2: [33.711, 41.7066, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [9.63173, 41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 29.1946, 4] + [ ecalVeto ] 0 : Hit 4: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 5: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [16.8555, 37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [19.2635, 41.7066, 6] + [ ecalVeto ] 0 : Hit 2: [16.8555, 45.8773, 5] + [ ecalVeto ] 0 : Hit 3: [19.2635, 41.7066, 4] + [ ecalVeto ] 0 : Hit 4: [26.4873, 45.8773, 6] + [ ecalVeto ] 0 : Hit 5: [24.0793, 41.7066, 5] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [45.7507, 45.8773, 7] + [ ecalVeto ] 0 : Hit 1: [48.1586, 41.7066, 6] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [26.4873, 37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [24.0793, 33.3653, 5] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 2] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4932.14; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2635 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, -70.9012, 14] + [ ecalVeto ] 0 : Hit 1: [24.0793, -66.7306, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [33.711, -50.0479, 14] + [ ecalVeto ] 0 : Hit 1: [33.711, -50.0479, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [26.4873, -37.5359, 10] + [ ecalVeto ] 0 : Hit 1: [26.4873, -37.5359, 8] + [ ecalVeto ] 0 : Hit 2: [19.2635, -41.7066, 10] + [ ecalVeto ] 0 : Hit 3: [16.8555, -37.5359, 9] + [ ecalVeto ] 0 : Hit 4: [19.2635, -33.3653, 8] + [ ecalVeto ] 0 : Hit 5: [16.8555, -37.5359, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, -29.1946, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 1] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 115 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8579.99; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2636 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4332.75; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2637 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 33.3653, 15] + [ ecalVeto ] 0 : Hit 1: [12.0397, 37.5359, 14] + [ ecalVeto ] 0 : Hit 2: [9.63173, 33.3653, 13] + [ ecalVeto ] 0 : Hit 3: [12.0397, 29.1946, 12] + [ ecalVeto ] 0 : Hit 4: [9.63173, 33.3653, 11] + [ ecalVeto ] 0 : Hit 5: [12.0397, 29.1946, 10] + [ ecalVeto ] 0 : Hit 6: [9.63173, 25.024, 9] + [ ecalVeto ] 0 : Hit 7: [12.0397, 20.8533, 8] + [ ecalVeto ] 0 : Hit 8: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 9: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 10: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6147.23; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2638 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -25.024, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4434.28; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2639 Brem photon produced 68 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -50.0479, 15] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -45.8773, 14] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -41.7066, 13] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -37.5359, 12] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -33.3653, 11] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -29.1946, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 2] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 111 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7612.33; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2640 Brem photon produced 33 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [38.5269, -16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [40.9348, -20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [38.5269, -25.024, 3] + [ ecalVeto ] 0 : Hit 3: [40.9348, -20.8533, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5596.92; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2641 Brem photon produced 36 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 16.6826, 26] + [ ecalVeto ] 0 : Hit 1: [19.2635, 16.6826, 24] + [ ecalVeto ] 0 : Hit 2: [19.2635, 16.6826, 22] + [ ecalVeto ] 0 : Hit 3: [19.2635, 16.6826, 20] + [ ecalVeto ] 0 : Hit 4: [16.8555, 20.8533, 19] + [ ecalVeto ] 0 : Hit 5: [19.2635, 16.6826, 18] + [ ecalVeto ] 0 : Hit 6: [16.8555, 20.8533, 17] + [ ecalVeto ] 0 : Hit 7: [16.8555, 20.8533, 15] + [ ecalVeto ] 0 : Hit 8: [12.0397, 20.8533, 16] + [ ecalVeto ] 0 : Hit 9: [12.0397, 20.8533, 14] + [ ecalVeto ] 0 : Hit 10: [9.63173, 16.6826, 13] + [ ecalVeto ] 0 : Hit 11: [12.0397, 12.512, 12] + [ ecalVeto ] 0 : Hit 12: [9.63173, 16.6826, 11] + [ ecalVeto ] 0 : Hit 13: [12.0397, 12.512, 10] + [ ecalVeto ] 0 : Hit 14: [9.63173, 16.6826, 9] + [ ecalVeto ] 0 : Hit 15: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 16: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 15] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 14] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 13] + [ ecalVeto ] 0 : Hit 3: [4.81586, 33.3653, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 11] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 9] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 4: [12.0397, 29.1946, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5735.68; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2642 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [26.4873, 12.512, 6] + [ ecalVeto ] 0 : Hit 2: [24.0793, 8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [26.4873, 4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3751.99; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2643 Brem photon produced 72 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 1] + [ ecalVeto ] 0 : Hit 1: [12.0397, -4.17066, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3754.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2644 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 25] + [ ecalVeto ] 0 : Hit 1: [12.0397, -29.1946, 24] + [ ecalVeto ] 0 : Hit 2: [9.63173, -25.024, 23] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 21] + [ ecalVeto ] 0 : Hit 4: [4.81586, -25.024, 22] + [ ecalVeto ] 0 : Hit 5: [4.81586, -25.024, 20] + [ ecalVeto ] 0 : Hit 6: [2.40793, -29.1946, 19] + [ ecalVeto ] 0 : Hit 7: [4.81586, -25.024, 18] + [ ecalVeto ] 0 : Hit 8: [2.40793, -29.1946, 17] + [ ecalVeto ] 0 : Hit 9: [2.40793, -29.1946, 15] + [ ecalVeto ] 0 : Hit 10: [2.40793, -29.1946, 13] + [ ecalVeto ] 0 : Hit 11: [2.40793, -29.1946, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 16] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -29.1946, 14] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -29.1946, 12] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -29.1946, 10] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -25.024, 9] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -29.1946, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 21 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2019.19; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2645 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [39.9993, -136.011, 26] + [ ecalVeto ] 0 : Hit 1: [37.5914, -131.841, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [25.5517, -110.987, 22] + [ ecalVeto ] 0 : Hit 1: [23.1438, -106.817, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [48.1586, -41.7066, 22] + [ ecalVeto ] 0 : Hit 1: [45.7507, -45.8773, 21] + [ ecalVeto ] 0 : Hit 2: [48.1586, -41.7066, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [38.5269, -41.7066, 19] + [ ecalVeto ] 0 : Hit 1: [40.9348, -37.5359, 18] + [ ecalVeto ] 0 : Hit 2: [38.5269, -41.7066, 17] + [ ecalVeto ] 0 : Hit 3: [40.9348, -37.5359, 16] + [ ecalVeto ] 0 : Hit 4: [38.5269, -33.3653, 15] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, -87.5839, 18] + [ ecalVeto ] 0 : Hit 1: [9.63173, -83.4132, 17] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, -75.0719, 16] + [ ecalVeto ] 0 : Hit 1: [2.40793, -70.9012, 15] + [ ecalVeto ] 0 : Hit 2: [4.81586, -66.7306, 14] + [ ecalVeto ] 0 : Hit 3: [2.40793, -62.5599, 13] + [ ecalVeto ] 0 : Hit 4: [4.81586, -58.3892, 12] + [ ecalVeto ] 0 : Hit 5: [2.40793, -54.2186, 11] + [ ecalVeto ] 0 : Hit 6: [4.81586, -50.0479, 10] + [ ecalVeto ] 0 : Hit 7: [2.40793, -45.8773, 9] + [ ecalVeto ] 0 : Hit 8: [4.81586, -41.7066, 8] + [ ecalVeto ] 0 : Hit 9: [2.40793, -37.5359, 7] + [ ecalVeto ] 0 : Hit 10: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [33.711, -33.3653, 14] + [ ecalVeto ] 0 : Hit 1: [31.3031, -29.1946, 13] + [ ecalVeto ] 0 : Hit 2: [33.711, -33.3653, 12] + [ ecalVeto ] 0 : Hit 3: [31.3031, -29.1946, 11] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-69.83, 37.5359, 13] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 33.3653, 12] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3368.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2646 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [45.7507, -45.8773, 23] + [ ecalVeto ] 0 : Hit 1: [45.7507, -45.8773, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [40.9348, -45.8773, 20] + [ ecalVeto ] 0 : Hit 1: [38.5269, -41.7066, 19] + [ ecalVeto ] 0 : Hit 2: [40.9348, -45.8773, 18] + [ ecalVeto ] 0 : Hit 3: [38.5269, -41.7066, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [33.711, -41.7066, 16] + [ ecalVeto ] 0 : Hit 1: [31.3031, -45.8773, 15] + [ ecalVeto ] 0 : Hit 2: [33.711, -41.7066, 14] + [ ecalVeto ] 0 : Hit 3: [31.3031, -45.8773, 13] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -16.6826, 15] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -20.8533, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -25.024, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [16.8555, -37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [19.2635, -33.3653, 8] + [ ecalVeto ] 0 : Hit 2: [16.8555, -37.5359, 7] + [ ecalVeto ] 0 : Hit 3: [16.8555, -37.5359, 5] + [ ecalVeto ] 0 : Hit 4: [19.2635, -33.3653, 4] + [ ecalVeto ] 0 : Hit 5: [12.0397, -37.5359, 6] + [ ecalVeto ] 0 : Hit 6: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Hit 7: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 8: [9.63173, -33.3653, 3] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [-33.711, -25.024, 7] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [33.711, -25.024, 8] + [ ecalVeto ] 0 : Hit 1: [31.3031, -20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [33.711, -16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [31.3031, -12.512, 5] + [ ecalVeto ] 0 : Hit 4: [26.4873, -12.512, 6] + [ ecalVeto ] 0 : Hit 5: [24.0793, -16.6826, 5] + [ ecalVeto ] 0 : Hit 6: [26.4873, -12.512, 4] + [ ecalVeto ] 0 : Hit 7: [24.0793, -8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 104 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5416.2; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2647 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-80.9341, -81.7928, 20] + [ ecalVeto ] 0 : Hit 1: [-83.3421, -77.6221, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -90.1341, 19] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -85.9634, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -56.7688, 17] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -60.9395, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -69.2808, 15] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -73.4515, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4313.81; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2648 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-45.7507, 20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [-48.1586, 16.6826, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 16.6826, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 20.8533, 4] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4909.85; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2649 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [141.132, 127.67, 30] + [ ecalVeto ] 0 : Hit 1: [138.725, 123.499, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 73.4515, 19] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 69.2808, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 60.9395, 17] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 56.7688, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-69.83, 45.8773, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 41.7066, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 37.5359, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 33.3653, 12] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 8.34132, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3975.65; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2650 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [39.9993, -110.987, 24] + [ ecalVeto ] 0 : Hit 1: [37.5914, -106.817, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [32.7755, -98.4754, 22] + [ ecalVeto ] 0 : Hit 1: [30.3676, -94.3048, 21] + [ ecalVeto ] 0 : Hit 2: [32.7755, -98.4754, 20] + [ ecalVeto ] 0 : Hit 3: [30.3676, -94.3048, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [25.5517, -85.9634, 18] + [ ecalVeto ] 0 : Hit 1: [24.0793, -83.4132, 17] + [ ecalVeto ] 0 : Hit 2: [26.4873, -79.2426, 16] + [ ecalVeto ] 0 : Hit 3: [24.0793, -75.0719, 15] + [ ecalVeto ] 0 : Hit 4: [26.4873, -70.9012, 14] + [ ecalVeto ] 0 : Hit 5: [24.0793, -66.7306, 13] + [ ecalVeto ] 0 : Hit 6: [26.4873, -62.5599, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, -66.7306, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, -62.5599, 11] + [ ecalVeto ] 0 : Hit 2: [19.2635, -58.3892, 10] + [ ecalVeto ] 0 : Hit 3: [16.8555, -54.2186, 9] + [ ecalVeto ] 0 : Hit 4: [19.2635, -58.3892, 8] + [ ecalVeto ] 0 : Hit 5: [16.8555, -54.2186, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -2.66454e-15, 1] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 4.17066, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 87 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4435.53; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2651 Brem photon produced 37 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [40.9348, -29.1946, 26] + [ ecalVeto ] 0 : Hit 1: [38.5269, -25.024, 25] + [ ecalVeto ] 0 : Hit 2: [40.9348, -29.1946, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, -20.8533, 20] + [ ecalVeto ] 0 : Hit 1: [24.0793, -25.024, 19] + [ ecalVeto ] 0 : Hit 2: [26.4873, -20.8533, 18] + [ ecalVeto ] 0 : Hit 3: [24.0793, -16.6826, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [12.0397, -12.512, 12] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 11] + [ ecalVeto ] 0 : Hit 3: [12.0397, -12.512, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 11] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 4: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 6: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Hit 7: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -12.512, 2] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -8.34132, 1] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5228.38; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2652 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -115.158, 23] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -110.987, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -94.3048, 19] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -90.1341, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -81.7928, 17] + [ ecalVeto ] 0 : Hit 1: [-59.2627, -77.6221, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -25.024, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -20.8533, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4794.42; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2653 Brem photon produced 43 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5356.57; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2654 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 90 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7033.61; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2655 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 11 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2275.54; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2656 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3250.59; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2657 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 16 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3425.25; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2658 Brem photon produced 60 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 12.512, 6] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 8.34132, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5030.43; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2659 Brem photon produced 2 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5700.76; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2660 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-118.525, 50.0479, 11] + [ ecalVeto ] 0 : Hit 1: [-116.118, 45.8773, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-60.1983, -29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [-62.6062, -25.024, 9] + [ ecalVeto ] 0 : Hit 2: [-60.1983, -20.8533, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, -8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -4.17066, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 8.34132, 3] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4290.12; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2661 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-167.62, 156.865, 30] + [ ecalVeto ] 0 : Hit 1: [-167.62, 156.865, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-148.356, 131.841, 23] + [ ecalVeto ] 0 : Hit 1: [-145.948, 127.67, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-141.132, 110.987, 21] + [ ecalVeto ] 0 : Hit 1: [-138.725, 106.817, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-126.685, 94.3048, 19] + [ ecalVeto ] 0 : Hit 1: [-124.277, 90.1341, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -45.8773, 19] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -41.7066, 18] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -4.17066, 17] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -8.34132, 16] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-112.237, 77.6221, 17] + [ ecalVeto ] 0 : Hit 1: [-109.829, 73.4515, 16] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -4.17066, 15] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -8.34132, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5028.24; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2662 Brem photon produced 62 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [31.3031, -29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [33.711, -25.024, 8] + [ ecalVeto ] 0 : Hit 2: [31.3031, -29.1946, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6754.49; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2663 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5840.21; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2664 Brem photon produced 46 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 20.8533, 19] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 16.6826, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 12.512, 17] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 8.34132, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-69.83, 4.17066, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -2.66454e-15, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -12.512, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-33.711, -16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -12.512, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -54.2186, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -50.0479, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6406.25; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2665 Brem photon produced 41 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 21] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 19] + [ ecalVeto ] 0 : Hit 2: [9.63173, -8.34132, 17] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 20] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 18] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 16] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 14] + [ ecalVeto ] 0 : Hit 4: [2.40793, -4.17066, 13] + [ ecalVeto ] 0 : Hit 5: [4.81586, -8.34132, 12] + [ ecalVeto ] 0 : Hit 6: [2.40793, -4.17066, 11] + [ ecalVeto ] 0 : Hit 7: [4.81586, -8.34132, 10] + [ ecalVeto ] 0 : Hit 8: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 9: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 10: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 11: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 12: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 13: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 14: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Hit 15: [4.81586, -8.34132, 2] + [ ecalVeto ] 0 : Hit 16: [2.40793, -12.512, 1] + [ ecalVeto ] 0 : Hit 17: [4.81586, -8.34132, 0] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Hit 6: [12.0397, -12.512, 2] + [ ecalVeto ] 0 : Hit 7: [9.63173, -8.34132, 1] + [ ecalVeto ] 0 : Hit 8: [12.0397, -4.17066, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4201.37; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2666 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-73.7103, -60.9395, 18] + [ ecalVeto ] 0 : Hit 1: [-76.1183, -65.1101, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -54.2186, 15] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -58.3892, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -45.8773, 15] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -41.7066, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -54.2186, 8] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -50.0479, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -8.34132, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6816.97; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2667 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -50.0479, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -41.7066, 8] + [ ecalVeto ] 0 : Hit 2: [-89.6303, -41.7066, 9] + [ ecalVeto ] 0 : Hit 3: [-87.2224, -37.5359, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 45.8773, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 41.7066, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 37.5359, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 33.3653, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -12.512, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7031.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2668 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-39.9993, -102.646, 25] + [ ecalVeto ] 0 : Hit 1: [-37.5914, -98.4754, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -79.2426, 18] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -75.0719, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -70.9012, 15] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -75.0719, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 33 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4693.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2669 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 25.024, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 33.3653, 6] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 37.5359, 5] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 33.3653, 4] + [ ecalVeto ] 0 : Hit 5: [-12.0397, 29.1946, 3] + [ ecalVeto ] 0 : Hit 6: [-9.63173, 33.3653, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 8.34132, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 98 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5784.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2670 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -37.5359, 17] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -33.3653, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 16] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 14] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 13] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -25.024, 13] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -29.1946, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -37.5359, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -41.7066, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -41.7066, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -37.5359, 4] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -41.7066, 3] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -37.5359, 2] + [ ecalVeto ] 0 : Hit 8: [-4.81586, -33.3653, 1] + [ ecalVeto ] 0 : Hit 9: [-2.40793, -37.5359, 0] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5331.31; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2671 Brem photon produced 61 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 4.17066, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 8.34132, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5887.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2672 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3690.54; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2673 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 10 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 253.255; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2674 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -58.3892, 10] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -54.2186, 9] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -50.0479, 8] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -45.8773, 7] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -41.7066, 6] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -41.7066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3376.73; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2675 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 20.8533, 23] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 16.6826, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 8.34132, 19] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 12.512, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-69.83, 4.17066, 17] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 8.34132, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 4.17066, 15] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -2.66454e-15, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -4.17066, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3095.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2676 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [68.8945, 77.6221, 14] + [ ecalVeto ] 0 : Hit 1: [66.4865, 73.4515, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 4.17066, 3] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -2.66454e-15, 2] + [ ecalVeto ] 0 : Hit 6: [-12.0397, 4.17066, 1] + [ ecalVeto ] 0 : Hit 7: [-9.63173, -2.66454e-15, 0] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [104.078, -16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [101.67, -12.512, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 4.17066, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-69.83, 20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 165 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 2 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 9335.01; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2677 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -20.8533, 19] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -16.6826, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -8.34132, 17] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -12.512, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 65.1101, 17] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 60.9395, 16] + [ ecalVeto ] 0 : Hit 2: [-76.1183, 56.7688, 15] + [ ecalVeto ] 0 : Hit 3: [-73.7103, 60.9395, 14] + [ ecalVeto ] 0 : Hit 4: [-76.1183, 56.7688, 13] + [ ecalVeto ] 0 : Hit 5: [-74.6459, 54.2186, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -8.34132, 15] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -4.17066, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -2.66454e-15, 12] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 4: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 7: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 8: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 9: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3621.35; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2678 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [31.3031, 12.512, 11] + [ ecalVeto ] 0 : Hit 1: [31.3031, 12.512, 9] + [ ecalVeto ] 0 : Hit 2: [33.711, 16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [33.711, 16.6826, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, 20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [24.0793, 25.024, 9] + [ ecalVeto ] 0 : Hit 2: [26.4873, 29.1946, 8] + [ ecalVeto ] 0 : Hit 3: [24.0793, 33.3653, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [16.8555, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [19.2635, 25.024, 8] + [ ecalVeto ] 0 : Hit 2: [16.8555, 29.1946, 7] + [ ecalVeto ] 0 : Hit 3: [19.2635, 25.024, 6] + [ ecalVeto ] 0 : Hit 4: [16.8555, 29.1946, 5] + [ ecalVeto ] 0 : Hit 5: [16.8555, 29.1946, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [24.0793, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [26.4873, 20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [24.0793, 25.024, 7] + [ ecalVeto ] 0 : Hit 3: [26.4873, 20.8533, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, 37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, 29.1946, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, 25.024, 3] + [ ecalVeto ] 0 : Hit 6: [12.0397, 29.1946, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, 29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 3: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 4: [12.0397, 20.8533, 2] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [16.8555, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [19.2635, 16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [16.8555, 20.8533, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4976.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2679 Brem photon produced 40 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [31.3031, -12.512, 11] + [ ecalVeto ] 0 : Hit 1: [33.711, -16.6826, 10] + [ ecalVeto ] 0 : Hit 2: [31.3031, -12.512, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -29.1946, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -33.3653, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [16.8555, -20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [19.2635, -25.024, 8] + [ ecalVeto ] 0 : Hit 2: [16.8555, -29.1946, 7] + [ ecalVeto ] 0 : Hit 3: [19.2635, -33.3653, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -62.5599, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -58.3892, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5473.16; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2680 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 66.7306, 28] + [ ecalVeto ] 0 : Hit 1: [2.40793, 62.5599, 27] + [ ecalVeto ] 0 : Hit 2: [4.81586, 58.3892, 26] + [ ecalVeto ] 0 : Hit 3: [2.40793, 54.2186, 25] + [ ecalVeto ] 0 : Hit 4: [4.81586, 50.0479, 24] + [ ecalVeto ] 0 : Hit 5: [2.40793, 45.8773, 23] + [ ecalVeto ] 0 : Hit 6: [4.81586, 41.7066, 22] + [ ecalVeto ] 0 : Hit 7: [2.40793, 37.5359, 21] + [ ecalVeto ] 0 : Hit 8: [4.81586, 33.3653, 20] + [ ecalVeto ] 0 : Hit 9: [2.40793, 29.1946, 19] + [ ecalVeto ] 0 : Hit 10: [4.81586, 25.024, 18] + [ ecalVeto ] 0 : Hit 11: [2.40793, 20.8533, 17] + [ ecalVeto ] 0 : Hit 12: [4.81586, 16.6826, 16] + [ ecalVeto ] 0 : Hit 13: [2.40793, 12.512, 15] + [ ecalVeto ] 0 : Hit 14: [4.81586, 8.34132, 14] + [ ecalVeto ] 0 : Hit 15: [2.40793, 4.17066, 13] + [ ecalVeto ] 0 : Hit 16: [4.81586, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 17: [2.40793, -4.17066, 11] + [ ecalVeto ] 0 : Hit 18: [4.81586, -8.34132, 10] + [ ecalVeto ] 0 : Hit 19: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 20: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 21: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 22: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 23: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 24: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [197.987, -70.9012, 22] + [ ecalVeto ] 0 : Hit 1: [195.579, -66.7306, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [169.092, -62.5599, 18] + [ ecalVeto ] 0 : Hit 1: [166.684, -58.3892, 17] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4387.92; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2681 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 39 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2375.34; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2682 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [145.013, -4.17066, 27] + [ ecalVeto ] 0 : Hit 1: [145.013, -4.17066, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 33.3653, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 29.1946, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3770.69; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2683 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-153.172, -190.23, 14] + [ ecalVeto ] 0 : Hit 1: [-155.58, -186.059, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, -37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [19.2635, -33.3653, 10] + [ ecalVeto ] 0 : Hit 2: [16.8555, -29.1946, 9] + [ ecalVeto ] 0 : Hit 3: [19.2635, -25.024, 8] + [ ecalVeto ] 0 : Hit 4: [16.8555, -20.8533, 7] + [ ecalVeto ] 0 : Hit 5: [16.8555, -20.8533, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [12.0397, -37.5359, 10] + [ ecalVeto ] 0 : Hit 2: [9.63173, -33.3653, 9] + [ ecalVeto ] 0 : Hit 3: [12.0397, -29.1946, 8] + [ ecalVeto ] 0 : Hit 4: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Hit 5: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Hit 6: [4.81586, -33.3653, 8] + [ ecalVeto ] 0 : Hit 7: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 8: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 9: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 10: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 4.17066, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-118.525, -58.3892, 5] + [ ecalVeto ] 0 : Hit 1: [-116.118, -62.5599, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 106 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7611.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2684 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, 75.0719, 14] + [ ecalVeto ] 0 : Hit 1: [31.3031, 70.9012, 13] + [ ecalVeto ] 0 : Hit 2: [33.711, 66.7306, 12] + [ ecalVeto ] 0 : Hit 3: [31.3031, 62.5599, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, 29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4800.11; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2685 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -12.512, 18] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -8.34132, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 4.17066, 12] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 8.34132, 11] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 12.512, 10] + [ ecalVeto ] 0 : Hit 4: [-19.2635, 8.34132, 9] + [ ecalVeto ] 0 : Hit 5: [-16.8555, 12.512, 8] + [ ecalVeto ] 0 : Hit 6: [-19.2635, 16.6826, 7] + [ ecalVeto ] 0 : Hit 7: [-16.8555, 12.512, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 54.2186, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 50.0479, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5436.92; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2686 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 8.34132, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [38.5269, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [40.9348, -20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [38.5269, -25.024, 7] + [ ecalVeto ] 0 : Hit 3: [38.5269, -25.024, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [45.7507, -20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [48.1586, -25.024, 8] + [ ecalVeto ] 0 : Hit 2: [45.7507, -20.8533, 7] + [ ecalVeto ] 0 : Hit 3: [48.1586, -25.024, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -45.8773, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -41.7066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 104 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5970.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2687 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -70.9012, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -75.0719, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4107.38; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2688 Brem photon produced 72 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [141.132, -169.377, 30] + [ ecalVeto ] 0 : Hit 1: [138.725, -165.206, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [76.1183, -115.158, 18] + [ ecalVeto ] 0 : Hit 1: [73.7103, -110.987, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -41.7066, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -41.7066, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -37.5359, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -29.1946, 2] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -25.024, 1] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -37.5359, 5] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -41.7066, 4] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -37.5359, 3] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -33.3653, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -37.5359, 2] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -37.5359, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5377.41; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2689 Brem photon produced 37 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 69.2808, 9] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 65.1101, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 20.8533, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 1] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8610.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2690 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 33.3653, 15] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 29.1946, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 8.34132, 12] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 8.34132, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 33.3653, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 20.8533, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-52.039, 123.499, 4] + [ ecalVeto ] 0 : Hit 1: [-54.4469, 119.329, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5897.55; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2691 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 54.2186, 18] + [ ecalVeto ] 0 : Hit 1: [-33.711, 50.0479, 17] + [ ecalVeto ] 0 : Hit 2: [-31.3031, 45.8773, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 41.7066, 17] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 37.5359, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 25.024, 15] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 29.1946, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 60.9395, 3] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 56.7688, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-47.2231, 98.4754, 1] + [ ecalVeto ] 0 : Hit 1: [-44.8152, 102.646, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 23 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4202.21; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2692 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-39.9993, -77.6221, 11] + [ ecalVeto ] 0 : Hit 1: [-37.5914, -81.7928, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 4.17066, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -12.512, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -8.34132, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -12.512, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-33.711, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -20.8533, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -58.3892, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -54.2186, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -50.0479, 6] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -54.2186, 5] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -50.0479, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 91 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7225.38; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2693 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [59.2627, -227.766, 27] + [ ecalVeto ] 0 : Hit 1: [61.6707, -223.595, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3367.89; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2694 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, -41.7066, 15] + [ ecalVeto ] 0 : Hit 1: [24.0793, -41.7066, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 12.512, 6] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 20.8533, 4] + [ ecalVeto ] 0 : Hit 4: [-19.2635, 16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6979.98; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2695 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -81.7928, 21] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -77.6221, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -77.6221, 19] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -73.4515, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -69.2808, 17] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -65.1101, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -58.3892, 15] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -54.2186, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -54.2186, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -50.0479, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3102.45; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2696 Brem photon produced 49 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3293.51; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2697 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -50.0479, 9] + [ ecalVeto ] 0 : Hit 1: [9.63173, -50.0479, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -45.8773, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -50.0479, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -41.7066, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -41.7066, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -41.7066, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 20.8533, 1] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 16.6826, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8353.86; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2698 Brem photon produced 37 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-67.4221, 50.0479, 10] + [ ecalVeto ] 0 : Hit 1: [-69.83, 54.2186, 9] + [ ecalVeto ] 0 : Hit 2: [-67.4221, 50.0479, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [-33.711, 25.024, 5] + [ ecalVeto ] 0 : Hit 2: [-31.3031, 20.8533, 4] + [ ecalVeto ] 0 : Hit 3: [-26.4873, 20.8533, 5] + [ ecalVeto ] 0 : Hit 4: [-24.0793, 25.024, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 29.1946, 4] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 29.1946, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 12.512, 3] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 90 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6092.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2699 Brem photon produced 43 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 29.1946, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 41 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4287.91; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2700 Brem photon produced 61 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Hit 4: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 5: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 6: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 7: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 8: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6985.53; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2701 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 4: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 5: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 31 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6439.05; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2702 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [39.9993, 102.646, 22] + [ ecalVeto ] 0 : Hit 1: [37.5914, 98.4754, 21] + [ ecalVeto ] 0 : Hit 2: [39.9993, 94.3048, 20] + [ ecalVeto ] 0 : Hit 3: [37.5914, 90.1341, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, 70.9012, 14] + [ ecalVeto ] 0 : Hit 1: [24.0793, 66.7306, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, 58.3892, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, 54.2186, 11] + [ ecalVeto ] 0 : Hit 2: [19.2635, 50.0479, 10] + [ ecalVeto ] 0 : Hit 3: [16.8555, 45.8773, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 66.7306, 4] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 66.7306, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2668.15; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2703 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-118.525, -25.024, 13] + [ ecalVeto ] 0 : Hit 1: [-116.118, -29.1946, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -33.3653, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 26 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3807.14; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2704 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4621.78; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2705 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, -75.0719, 15] + [ ecalVeto ] 0 : Hit 1: [26.4873, -70.9012, 14] + [ ecalVeto ] 0 : Hit 2: [24.0793, -66.7306, 13] + [ ecalVeto ] 0 : Hit 3: [26.4873, -62.5599, 12] + [ ecalVeto ] 0 : Hit 4: [24.0793, -58.3892, 11] + [ ecalVeto ] 0 : Hit 5: [24.0793, -58.3892, 9] + [ ecalVeto ] 0 : Hit 6: [26.4873, -54.2186, 8] + [ ecalVeto ] 0 : Hit 7: [24.0793, -50.0479, 7] + [ ecalVeto ] 0 : Hit 8: [26.4873, -45.8773, 6] + [ ecalVeto ] 0 : Hit 9: [19.2635, -50.0479, 8] + [ ecalVeto ] 0 : Hit 10: [16.8555, -45.8773, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -41.7066, 3] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -37.5359, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 94 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7439.5; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2706 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 15] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 13] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 11] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 12] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -16.6826, 11] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -20.8533, 10] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -25.024, 9] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Hit 8: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 9: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 10: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 11: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 12: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Hit 13: [-2.40793, -29.1946, 2] + [ ecalVeto ] 0 : Hit 14: [-4.81586, -25.024, 1] + [ ecalVeto ] 0 : Hit 15: [-2.40793, -29.1946, 0] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-176.316, -8.34132, 15] + [ ecalVeto ] 0 : Hit 1: [-173.908, -12.512, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-190.763, -41.7066, 11] + [ ecalVeto ] 0 : Hit 1: [-188.356, -45.8773, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-140.197, -20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-137.789, -25.024, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5880.22; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2707 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 73.4515, 11] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 69.2808, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3932.61; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2708 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-25.5517, 136.011, 21] + [ ecalVeto ] 0 : Hit 1: [-23.1438, 131.841, 20] + [ ecalVeto ] 0 : Hit 2: [-25.5517, 127.67, 19] + [ ecalVeto ] 0 : Hit 3: [-23.1438, 123.499, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 58.3892, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 54.2186, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 50.0479, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 45.8773, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1964.48; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2709 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-148.356, 90.1341, 25] + [ ecalVeto ] 0 : Hit 1: [-145.948, 85.9634, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-133.909, 81.7928, 23] + [ ecalVeto ] 0 : Hit 1: [-131.501, 85.9634, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [126.685, 110.987, 22] + [ ecalVeto ] 0 : Hit 1: [124.277, 106.817, 21] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [8.69618, -123.499, 21] + [ ecalVeto ] 0 : Hit 1: [11.1041, -127.67, 20] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [117.053, 102.646, 19] + [ ecalVeto ] 0 : Hit 1: [119.461, 98.4754, 18] + [ ecalVeto ] 0 : Hit 2: [117.053, 94.3048, 17] + [ ecalVeto ] 0 : Hit 3: [119.461, 90.1341, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, -75.0719, 16] + [ ecalVeto ] 0 : Hit 1: [2.40793, -70.9012, 15] + [ ecalVeto ] 0 : Hit 2: [4.81586, -66.7306, 14] + [ ecalVeto ] 0 : Hit 3: [2.40793, -70.9012, 13] + [ ecalVeto ] 0 : Hit 4: [4.81586, -66.7306, 12] + [ ecalVeto ] 0 : Hit 5: [2.40793, -62.5599, 11] + [ ecalVeto ] 0 : Hit 6: [4.81586, -58.3892, 10] + [ ecalVeto ] 0 : Hit 7: [2.40793, -54.2186, 9] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 45.8773, 15] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 41.7066, 14] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 33.3653, 13] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 29.1946, 12] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -41.7066, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -37.5359, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -41.7066, 3] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -37.5359, 2] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -33.3653, 1] + [ ecalVeto ] 0 : Hit 8: [-2.40793, -37.5359, 0] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -45.8773, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -50.0479, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -45.8773, 6] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -45.8773, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2875.28; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2710 Brem photon produced 55 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-69.83, 45.8773, 11] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 41.7066, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 25.024, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-18.3279, -90.1341, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -87.5839, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [-33.711, 33.3653, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 8.34132, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6848.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2711 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 40 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4305.26; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2712 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -50.0479, 14] + [ ecalVeto ] 0 : Hit 1: [19.2635, -50.0479, 12] + [ ecalVeto ] 0 : Hit 2: [16.8555, -54.2186, 11] + [ ecalVeto ] 0 : Hit 3: [19.2635, -58.3892, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -58.3892, 11] + [ ecalVeto ] 0 : Hit 1: [12.0397, -54.2186, 10] + [ ecalVeto ] 0 : Hit 2: [9.63173, -50.0479, 9] + [ ecalVeto ] 0 : Hit 3: [12.0397, -45.8773, 8] + [ ecalVeto ] 0 : Hit 4: [9.63173, -41.7066, 7] + [ ecalVeto ] 0 : Hit 5: [12.0397, -37.5359, 6] + [ ecalVeto ] 0 : Hit 6: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Hit 7: [12.0397, -37.5359, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7336.82; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2713 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, -20.8533, 14] + [ ecalVeto ] 0 : Hit 1: [24.0793, -25.024, 13] + [ ecalVeto ] 0 : Hit 2: [26.4873, -20.8533, 12] + [ ecalVeto ] 0 : Hit 3: [26.4873, -20.8533, 10] + [ ecalVeto ] 0 : Hit 4: [24.0793, -25.024, 9] + [ ecalVeto ] 0 : Hit 5: [16.8555, -20.8533, 11] + [ ecalVeto ] 0 : Hit 6: [19.2635, -25.024, 10] + [ ecalVeto ] 0 : Hit 7: [16.8555, -20.8533, 9] + [ ecalVeto ] 0 : Hit 8: [19.2635, -25.024, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -12.512, 2] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 8: [-2.40793, -20.8533, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 90 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4061.36; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2714 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 7: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 8: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Hit 9: [4.81586, 16.6826, 0] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [24.0793, 66.7306, 7] + [ ecalVeto ] 0 : Hit 1: [26.4873, 62.5599, 6] + [ ecalVeto ] 0 : Hit 2: [24.0793, 58.3892, 5] + [ ecalVeto ] 0 : Hit 3: [26.4873, 54.2186, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6109.13; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2715 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -50.0479, 8] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -50.0479, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 95 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8040.04; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2716 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 12 + [ ecalVeto ] 0 : Beginning track merging using 12 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 12 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-94.4462, 25.024, 24] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 25.024, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-89.6303, 25.024, 21] + [ ecalVeto ] 0 : Hit 1: [-87.2224, 20.8533, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 20.8533, 19] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 16.6826, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 16.6826, 17] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 12.512, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-69.83, 12.512, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 16.6826, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 12.512, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [40.9348, -20.8533, 12] + [ ecalVeto ] 0 : Hit 1: [38.5269, -16.6826, 11] + [ ecalVeto ] 0 : Hit 2: [40.9348, -12.512, 10] + [ ecalVeto ] 0 : Hit 3: [38.5269, -16.6826, 9] + [ ecalVeto ] 0 : Hit 4: [40.9348, -12.512, 8] + [ ecalVeto ] 0 : Hit 5: [38.5269, -8.34132, 7] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 12.512, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 8.34132, 10] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [52.9745, -25.024, 11] + [ ecalVeto ] 0 : Hit 1: [55.3824, -20.8533, 10] + [ ecalVeto ] 0 : Hit 2: [52.9745, -16.6826, 9] + [ ecalVeto ] 0 : Hit 3: [55.3824, -12.512, 8] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [26.4873, -20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [24.0793, -16.6826, 9] + [ ecalVeto ] 0 : Hit 2: [26.4873, -12.512, 8] + [ ecalVeto ] 0 : Hit 3: [24.0793, -8.34132, 7] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 4.17066, 8] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 12.512, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 8.34132, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 12 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8364.41; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2717 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [124.277, 156.865, 23] + [ ecalVeto ] 0 : Hit 1: [126.685, 152.694, 22] + [ ecalVeto ] 0 : Hit 2: [124.277, 148.523, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [124.277, 90.1341, 21] + [ ecalVeto ] 0 : Hit 1: [124.277, 90.1341, 19] + [ ecalVeto ] 0 : Hit 2: [119.461, 90.1341, 20] + [ ecalVeto ] 0 : Hit 3: [119.461, 90.1341, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, -2.66454e-15, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Hit 6: [4.81586, -2.66454e-15, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2677.8; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2718 Brem photon produced 31 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Hit 1: [4.81586, 41.7066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 94 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5698.64; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2719 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [11.1041, 127.67, 18] + [ ecalVeto ] 0 : Hit 1: [8.69618, 123.499, 17] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6513.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2720 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-32.7755, 90.1341, 11] + [ ecalVeto ] 0 : Hit 1: [-30.3676, 85.9634, 10] + [ ecalVeto ] 0 : Hit 2: [-32.7755, 81.7928, 9] + [ ecalVeto ] 0 : Hit 3: [-31.3031, 79.2426, 8] + [ ecalVeto ] 0 : Hit 4: [-32.7755, 81.7928, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 75.0719, 10] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 79.2426, 9] + [ ecalVeto ] 0 : Hit 2: [-24.0793, 75.0719, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 12.512, 6] + [ ecalVeto ] 0 : Hit 2: [-33.711, 16.6826, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 62.5599, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 58.3892, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 54.2186, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 50.0479, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 12.512, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 16.6826, 4] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 20.8533, 3] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 118 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6258.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2721 Brem photon produced 47 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -90.1341, 15] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -94.3048, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 12] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 11] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 9] + [ ecalVeto ] 0 : Hit 4: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 5: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -33.3653, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Hit 4: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 5: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 6: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 7: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 92 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5428.72; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2722 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 17 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2671.23; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2723 Brem photon produced 41 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 81.7928, 19] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 77.6221, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-3.88031, 98.4754, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 95.9252, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 20.8533, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -58.3892, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -62.5599, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 2: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [16.8555, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [16.8555, 20.8533, 5] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -58.3892, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -54.2186, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 112 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6414.9; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2724 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-119.461, 98.4754, 25] + [ ecalVeto ] 0 : Hit 1: [-117.053, 102.646, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-112.237, 94.3048, 23] + [ ecalVeto ] 0 : Hit 1: [-109.829, 90.1341, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-105.013, 90.1341, 21] + [ ecalVeto ] 0 : Hit 1: [-102.606, 85.9634, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [31.3031, 37.5359, 13] + [ ecalVeto ] 0 : Hit 1: [33.711, 41.7066, 12] + [ ecalVeto ] 0 : Hit 2: [31.3031, 37.5359, 11] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 98 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2471.97; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2725 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 12 + [ ecalVeto ] 0 : Beginning track merging using 12 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 12 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-183.54, -12.512, 29] + [ ecalVeto ] 0 : Hit 1: [-181.132, -8.34132, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-169.092, -4.17066, 27] + [ ecalVeto ] 0 : Hit 1: [-166.684, -8.34132, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-15.92, 136.011, 24] + [ ecalVeto ] 0 : Hit 1: [-18.3279, 131.841, 23] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-23.1438, 131.841, 22] + [ ecalVeto ] 0 : Hit 1: [-25.5517, 127.67, 21] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 20.8533, 15] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 25.024, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 73.4515, 15] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 69.2808, 14] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [125.749, 54.2186, 14] + [ ecalVeto ] 0 : Hit 1: [123.341, 50.0479, 13] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 65.1101, 13] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 69.2808, 12] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 54.2186, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 50.0479, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 45.8773, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 41.7066, 6] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 37.5359, 5] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 33.3653, 4] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 97 hits + [ ecalVeto ] 0 : MIP tracking completed; found 12 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5126.89; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2726 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [90.5659, 123.499, 22] + [ ecalVeto ] 0 : Hit 1: [88.1579, 119.329, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 4.17066, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 12.512, 8] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 12.512, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5980.02; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2727 Brem photon produced 33 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-133.909, -98.4754, 25] + [ ecalVeto ] 0 : Hit 1: [-131.501, -94.3048, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-119.461, -81.7928, 23] + [ ecalVeto ] 0 : Hit 1: [-117.053, -77.6221, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-105.013, -73.4515, 21] + [ ecalVeto ] 0 : Hit 1: [-102.606, -69.2808, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -69.2808, 19] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -65.1101, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -41.7066, 19] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -37.5359, 18] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -33.3653, 17] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -29.1946, 16] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -25.024, 15] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -20.8533, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 127.67, 15] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 123.499, 14] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -25.024, 10] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 58.3892, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 62.5599, 6] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 33.3653, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4245.65; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2728 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 41.7066, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 66.7306, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 62.5599, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 58.3892, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 54.2186, 2] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 50.0479, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2947.73; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2729 Brem photon produced 53 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-132.973, 16.6826, 23] + [ ecalVeto ] 0 : Hit 1: [-130.565, 12.512, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-125.749, -4.17066, 21] + [ ecalVeto ] 0 : Hit 1: [-123.341, -8.34132, 20] + [ ecalVeto ] 0 : Hit 2: [-125.749, -12.512, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 73.4515, 19] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 69.2808, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 69.2808, 17] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 65.1101, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 65.1101, 17] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 60.9395, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-60.1983, 62.5599, 16] + [ ecalVeto ] 0 : Hit 1: [-62.6062, 58.3892, 15] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 62.5599, 15] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 66.7306, 14] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -20.8533, 15] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -16.6826, 14] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [16.8555, 29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [19.2635, 33.3653, 10] + [ ecalVeto ] 0 : Hit 2: [16.8555, 37.5359, 9] + [ ecalVeto ] 0 : Hit 3: [19.2635, 33.3653, 8] + [ ecalVeto ] 0 : Hit 4: [12.0397, 29.1946, 10] + [ ecalVeto ] 0 : Hit 5: [9.63173, 25.024, 9] + [ ecalVeto ] 0 : Hit 6: [12.0397, 20.8533, 8] + [ ecalVeto ] 0 : Hit 7: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 8: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 9: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 100 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6874.72; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2730 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-81.8697, 50.0479, 22] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 50.0479, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-74.6459, 54.2186, 20] + [ ecalVeto ] 0 : Hit 1: [-76.1183, 56.7688, 19] + [ ecalVeto ] 0 : Hit 2: [-74.6459, 54.2186, 18] + [ ecalVeto ] 0 : Hit 3: [-69.83, 54.2186, 19] + [ ecalVeto ] 0 : Hit 4: [-67.4221, 58.3892, 18] + [ ecalVeto ] 0 : Hit 5: [-69.83, 54.2186, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 94.3048, 19] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 98.4754, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 77.6221, 17] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 73.4515, 16] + [ ecalVeto ] 0 : Hit 2: [-68.8945, 69.2808, 15] + [ ecalVeto ] 0 : Hit 3: [-66.4865, 65.1101, 14] + [ ecalVeto ] 0 : Hit 4: [-61.6707, 65.1101, 15] + [ ecalVeto ] 0 : Hit 5: [-60.1983, 62.5599, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 81.7928, 17] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 77.6221, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 85.9634, 17] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 81.7928, 16] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-132.973, -2.36672e-14, 13] + [ ecalVeto ] 0 : Hit 1: [-130.565, 4.17066, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6085.41; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2731 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -8.34132, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -4.17066, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -8.34132, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 4.17066, 5] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -2.66454e-15, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4661.29; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2732 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-18.3279, -106.817, 19] + [ ecalVeto ] 0 : Hit 1: [-15.92, -110.987, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -33.3653, 10] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -33.3653, 8] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -37.5359, 7] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -33.3653, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -37.5359, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -37.5359, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -37.5359, 4] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3645.31; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2733 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-111.302, 29.1946, 25] + [ ecalVeto ] 0 : Hit 1: [-108.894, 25.024, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-104.078, 25.024, 23] + [ ecalVeto ] 0 : Hit 1: [-101.67, 20.8533, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 12.512, 21] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 16.6826, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 8.34132, 17] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 12.512, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-69.83, 12.512, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 16.6826, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 12.512, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 16.6826, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 12.512, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 41 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7054.94; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2734 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [45.7507, 12.512, 21] + [ ecalVeto ] 0 : Hit 1: [48.1586, 16.6826, 20] + [ ecalVeto ] 0 : Hit 2: [45.7507, 12.512, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [33.711, 16.6826, 16] + [ ecalVeto ] 0 : Hit 1: [31.3031, 20.8533, 15] + [ ecalVeto ] 0 : Hit 2: [33.711, 16.6826, 14] + [ ecalVeto ] 0 : Hit 3: [31.3031, 20.8533, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 56.7688, 13] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 54.2186, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3125.46; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2735 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [68.8945, -127.67, 32] + [ ecalVeto ] 0 : Hit 1: [66.4865, -123.499, 31] + [ ecalVeto ] 0 : Finding linreg tracks from 43 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1798.69; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2736 Brem photon produced 39 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-1.47238, -102.646, 22] + [ ecalVeto ] 0 : Hit 1: [-3.88031, -98.4754, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -83.4132, 16] + [ ecalVeto ] 0 : Hit 1: [2.40793, -79.2426, 15] + [ ecalVeto ] 0 : Hit 2: [4.81586, -75.0719, 14] + [ ecalVeto ] 0 : Hit 3: [2.40793, -70.9012, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, -20.8533, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -62.5599, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -58.3892, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -54.2186, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -50.0479, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -54.2186, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5142.52; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2737 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [67.4221, -8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [67.4221, -8.34132, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -65.1101, 11] + [ ecalVeto ] 0 : Hit 1: [-59.2627, -69.2808, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [24.0793, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [26.4873, -12.512, 8] + [ ecalVeto ] 0 : Hit 2: [24.0793, -16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [26.4873, -20.8533, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -50.0479, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -45.8773, 8] + [ ecalVeto ] 0 : Hit 1: [-33.711, -41.7066, 7] + [ ecalVeto ] 0 : Hit 2: [-33.711, -41.7066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8112.49; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2738 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [96.8541, -37.5359, 2] + [ ecalVeto ] 0 : Hit 1: [96.8541, -37.5359, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 99 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5801.97; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2739 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [11.1041, -119.329, 28] + [ ecalVeto ] 0 : Hit 1: [8.69618, -115.158, 27] + [ ecalVeto ] 0 : Hit 2: [11.1041, -119.329, 26] + [ ecalVeto ] 0 : Hit 3: [8.69618, -123.499, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-25.5517, 110.987, 27] + [ ecalVeto ] 0 : Hit 1: [-23.1438, 115.158, 26] + [ ecalVeto ] 0 : Hit 2: [-25.5517, 110.987, 25] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -83.4132, 24] + [ ecalVeto ] 0 : Hit 1: [2.40793, -87.5839, 23] + [ ecalVeto ] 0 : Hit 2: [4.81586, -83.4132, 22] + [ ecalVeto ] 0 : Hit 3: [2.40793, -79.2426, 21] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-30.3676, 110.987, 24] + [ ecalVeto ] 0 : Hit 1: [-32.7755, 106.817, 23] + [ ecalVeto ] 0 : Hit 2: [-32.7755, 106.817, 21] + [ ecalVeto ] 0 : Hit 3: [-30.3676, 102.646, 20] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -75.0719, 21] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -79.2426, 20] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -75.0719, 19] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -70.9012, 18] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -70.9012, 21] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -75.0719, 20] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -70.9012, 19] + [ ecalVeto ] 0 : Hit 3: [-24.0793, -66.7306, 18] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 1] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 0] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 8.34132, 1] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3266.95; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2740 Brem photon produced 50 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-105.013, 98.4754, 29] + [ ecalVeto ] 0 : Hit 1: [-102.606, 94.3048, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 85.9634, 27] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 81.7928, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 77.6221, 25] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 73.4515, 24] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 65.1101, 23] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 60.9395, 22] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 60.9395, 21] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 58.3892, 20] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 50.0479, 19] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 45.8773, 18] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 33.3653, 14] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 29.1946, 13] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 12.512, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5511.1; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2741 Brem photon produced 66 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5046.18; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2742 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, -58.3892, 7] + [ ecalVeto ] 0 : Hit 1: [24.0793, -58.3892, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-61.6707, 115.158, 3] + [ ecalVeto ] 0 : Hit 1: [-59.2627, 119.329, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5481.55; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2743 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -50.0479, 11] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -52.5982, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -37.5359, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -33.3653, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 39 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4599.91; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2744 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-89.6303, 8.34132, 15] + [ ecalVeto ] 0 : Hit 1: [-87.2224, 12.512, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6712.39; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2745 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-105.013, 131.841, 25] + [ ecalVeto ] 0 : Hit 1: [-102.606, 127.67, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 110.987, 23] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 106.817, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 45.8773, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4696.37; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2746 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [18.3279, -90.1341, 24] + [ ecalVeto ] 0 : Hit 1: [16.8555, -87.5839, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -20.8533, 2] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -25.024, 1] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [69.83, 20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [67.4221, 16.6826, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [62.6062, 16.6826, 4] + [ ecalVeto ] 0 : Hit 1: [60.1983, 12.512, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 42 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3379.61; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2747 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -123.499, 21] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -119.329, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [8.69618, -98.4754, 21] + [ ecalVeto ] 0 : Hit 1: [11.1041, -94.3048, 20] + [ ecalVeto ] 0 : Hit 2: [9.63173, -91.7545, 19] + [ ecalVeto ] 0 : Hit 3: [12.0397, -87.5839, 18] + [ ecalVeto ] 0 : Hit 4: [12.0397, -87.5839, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -115.158, 19] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -119.329, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -110.987, 15] + [ ecalVeto ] 0 : Hit 1: [-52.039, -106.817, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 25.024, 10] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 20.8533, 9] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 16.6826, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, -62.5599, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -58.3892, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -54.2186, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -58.3892, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, -62.5599, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, -58.3892, 4] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -54.2186, 6] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -50.0479, 5] + [ ecalVeto ] 0 : Hit 8: [-2.40793, -45.8773, 4] + [ ecalVeto ] 0 : Hit 9: [-4.81586, -41.7066, 3] + [ ecalVeto ] 0 : Hit 10: [-2.40793, -45.8773, 2] + [ ecalVeto ] 0 : Hit 11: [-2.40793, -45.8773, 0] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4648.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2748 Brem photon produced 59 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-141.132, 144.353, 21] + [ ecalVeto ] 0 : Hit 1: [-138.725, 140.182, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-119.461, 131.841, 19] + [ ecalVeto ] 0 : Hit 1: [-117.053, 127.67, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 69.2808, 13] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 65.1101, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, -33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -37.5359, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4833.04; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2749 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, 54.2186, 14] + [ ecalVeto ] 0 : Hit 1: [24.0793, 50.0479, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -37.5359, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -41.7066, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, -37.5359, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, -33.3653, 7] + [ ecalVeto ] 0 : Hit 4: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4472.51; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2750 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, -2.66454e-15, 20] + [ ecalVeto ] 0 : Hit 1: [31.3031, -4.17066, 19] + [ ecalVeto ] 0 : Hit 2: [33.711, -2.66454e-15, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-190.763, -8.34132, 17] + [ ecalVeto ] 0 : Hit 1: [-188.356, -4.17066, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -12.512, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -16.6826, 4] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3267.13; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2751 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -50.0479, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -45.8773, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -41.7066, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, -37.5359, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, -33.3653, 3] + [ ecalVeto ] 0 : Hit 5: [12.0397, -29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4497.93; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2752 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -41.7066, 14] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 13] + [ ecalVeto ] 0 : Hit 2: [4.81586, -33.3653, 12] + [ ecalVeto ] 0 : Hit 3: [2.40793, -29.1946, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4529.53; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2753 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 75.0719, 24] + [ ecalVeto ] 0 : Hit 1: [2.40793, 70.9012, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 62.5599, 22] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 58.3892, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 54.2186, 19] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 50.0479, 18] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 45.8773, 17] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 33.3653, 15] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 37.5359, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [33.711, -50.0479, 14] + [ ecalVeto ] 0 : Hit 1: [33.711, -50.0479, 12] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 12.512, 10] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 8.34132, 9] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 4.17066, 8] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [4.81586, -33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5399.35; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2754 Brem photon produced 53 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 83.4132, 25] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 79.2426, 24] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 75.0719, 23] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 70.9012, 22] + [ ecalVeto ] 0 : Hit 4: [-19.2635, 66.7306, 21] + [ ecalVeto ] 0 : Hit 5: [-16.8555, 62.5599, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 62.5599, 19] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 58.3892, 18] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 54.2186, 17] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 50.0479, 16] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 45.8773, 15] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 41.7066, 14] + [ ecalVeto ] 0 : Hit 6: [-12.0397, 37.5359, 13] + [ ecalVeto ] 0 : Hit 7: [-9.63173, 33.3653, 12] + [ ecalVeto ] 0 : Hit 8: [-12.0397, 29.1946, 11] + [ ecalVeto ] 0 : Hit 9: [-9.63173, 25.024, 10] + [ ecalVeto ] 0 : Hit 10: [-12.0397, 20.8533, 9] + [ ecalVeto ] 0 : Hit 11: [-9.63173, 16.6826, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -12.512, 8] + [ ecalVeto ] 0 : Hit 2: [-48.1586, -16.6826, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 4.17066, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 1] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5355.09; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2755 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-117.053, 69.2808, 22] + [ ecalVeto ] 0 : Hit 1: [-118.525, 66.7306, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-112.237, 144.353, 21] + [ ecalVeto ] 0 : Hit 1: [-109.829, 140.182, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-104.078, 58.3892, 19] + [ ecalVeto ] 0 : Hit 1: [-102.606, 60.9395, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -98.4754, 19] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -102.646, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 106.817, 17] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 102.646, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 12.512, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 16.6826, 10] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 25.024, 8] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 33.3653, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 29.1946, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 25.024, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 95 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7331.2; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2756 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-162.804, 165.206, 33] + [ ecalVeto ] 0 : Hit 1: [-160.396, 161.035, 32] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-148.356, 148.523, 31] + [ ecalVeto ] 0 : Hit 1: [-145.948, 144.353, 30] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-133.909, 140.182, 29] + [ ecalVeto ] 0 : Hit 1: [-131.501, 136.011, 28] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-119.461, 123.499, 27] + [ ecalVeto ] 0 : Hit 1: [-117.053, 119.329, 26] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 85.9634, 21] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 81.7928, 20] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 81.7928, 19] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 77.6221, 18] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 69.2808, 17] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 65.1101, 16] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -37.5359, 12] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -33.3653, 11] + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3951.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2757 Brem photon produced 47 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 58.3892, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, 54.2186, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 45.8773, 3] + [ ecalVeto ] 0 : Hit 1: [4.81586, 41.7066, 2] + [ ecalVeto ] 0 : Hit 2: [2.40793, 37.5359, 1] + [ ecalVeto ] 0 : Hit 3: [4.81586, 33.3653, 0] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 45.8773, 2] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 41.7066, 1] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 2] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 118 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6443.62; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2758 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-190.763, 33.3653, 29] + [ ecalVeto ] 0 : Hit 1: [-188.356, 37.5359, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-176.316, 41.7066, 27] + [ ecalVeto ] 0 : Hit 1: [-173.908, 37.5359, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-161.868, 33.3653, 25] + [ ecalVeto ] 0 : Hit 1: [-159.46, 29.1946, 24] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-147.421, 25.024, 23] + [ ecalVeto ] 0 : Hit 1: [-145.013, 29.1946, 22] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-132.973, 25.024, 21] + [ ecalVeto ] 0 : Hit 1: [-130.565, 20.8533, 20] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 8.34132, 8] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 8.34132, 6] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -2.66454e-15, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5111.05; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2759 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, 58.3892, 21] + [ ecalVeto ] 0 : Hit 1: [26.4873, 62.5599, 20] + [ ecalVeto ] 0 : Hit 2: [24.0793, 58.3892, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [66.4865, 81.7928, 19] + [ ecalVeto ] 0 : Hit 1: [68.8945, 77.6221, 18] + [ ecalVeto ] 0 : Hit 2: [66.4865, 81.7928, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-89.6303, 41.7066, 15] + [ ecalVeto ] 0 : Hit 1: [-87.2224, 37.5359, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 20.8533, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6299.37; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2760 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [76.1183, -123.499, 26] + [ ecalVeto ] 0 : Hit 1: [73.7103, -119.329, 25] + [ ecalVeto ] 0 : Hit 2: [76.1183, -115.158, 24] + [ ecalVeto ] 0 : Hit 3: [73.7103, -110.987, 23] + [ ecalVeto ] 0 : Hit 4: [76.1183, -106.817, 22] + [ ecalVeto ] 0 : Hit 5: [73.7103, -102.646, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 37.5359, 19] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 33.3653, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 29.1946, 16] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 29.1946, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-52.9745, -41.7066, 6] + [ ecalVeto ] 0 : Hit 1: [-55.3824, -37.5359, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -25.024, 3] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -20.8533, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5396.11; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2761 Brem photon produced 45 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-141.132, -119.329, 23] + [ ecalVeto ] 0 : Hit 1: [-138.725, -115.158, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-126.685, -102.646, 21] + [ ecalVeto ] 0 : Hit 1: [-124.277, -98.4754, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-105.013, -73.4515, 17] + [ ecalVeto ] 0 : Hit 1: [-102.606, -69.2808, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 60.9395, 17] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 58.3892, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 58.3892, 13] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 54.2186, 12] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [19.2635, 33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [16.8555, 37.5359, 5] + [ ecalVeto ] 0 : Hit 2: [19.2635, 33.3653, 4] + [ ecalVeto ] 0 : Hit 3: [16.8555, 29.1946, 3] + [ ecalVeto ] 0 : Hit 4: [16.8555, 29.1946, 1] + [ ecalVeto ] 0 : Hit 5: [19.2635, 25.024, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 94 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8868.46; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2762 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 14] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 12] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -20.8533, 14] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -16.6826, 13] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -12.512, 12] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -8.34132, 11] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -12.512, 10] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -16.6826, 9] + [ ecalVeto ] 0 : Hit 8: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 9: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 10: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 11: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 12: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 13: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5472.23; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2763 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [30.3676, -194.401, 11] + [ ecalVeto ] 0 : Hit 1: [32.7755, -198.571, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [37.5914, -198.571, 9] + [ ecalVeto ] 0 : Hit 1: [39.9993, -202.742, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [40.9348, -4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [40.9348, -4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5504.91; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2764 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -58.3892, 4] + [ ecalVeto ] 0 : Hit 1: [16.8555, -54.2186, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7222.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2765 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-8.69618, 123.499, 26] + [ ecalVeto ] 0 : Hit 1: [-11.1041, 119.329, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-15.92, 119.329, 24] + [ ecalVeto ] 0 : Hit 1: [-18.3279, 115.158, 23] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-18.3279, 90.1341, 19] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 87.5839, 18] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 83.4132, 17] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 79.2426, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 58.3892, 13] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 54.2186, 12] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 50.0479, 11] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 45.8773, 10] + [ ecalVeto ] 0 : Hit 4: [2.40793, 45.8773, 11] + [ ecalVeto ] 0 : Hit 5: [4.81586, 41.7066, 10] + [ ecalVeto ] 0 : Hit 6: [2.40793, 37.5359, 9] + [ ecalVeto ] 0 : Hit 7: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 8: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 9: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 10: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 83.4132, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 79.2426, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 75.0719, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 20.8533, 2] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 25.024, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4764.08; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2766 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-125.749, 29.1946, 25] + [ ecalVeto ] 0 : Hit 1: [-123.341, 25.024, 24] + [ ecalVeto ] 0 : Hit 2: [-123.341, 25.024, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-125.749, 37.5359, 19] + [ ecalVeto ] 0 : Hit 1: [-123.341, 33.3653, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-101.67, 20.8533, 18] + [ ecalVeto ] 0 : Hit 1: [-104.078, 16.6826, 17] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 13] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [16.8555, 12.512, 11] + [ ecalVeto ] 0 : Hit 1: [19.2635, 16.6826, 10] + [ ecalVeto ] 0 : Hit 2: [16.8555, 12.512, 9] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [26.4873, 12.512, 8] + [ ecalVeto ] 0 : Hit 1: [24.0793, 8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [26.4873, 12.512, 6] + [ ecalVeto ] 0 : Hit 3: [24.0793, 8.34132, 5] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4493.44; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2767 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [11.1041, -127.67, 22] + [ ecalVeto ] 0 : Hit 1: [8.69618, -123.499, 21] + [ ecalVeto ] 0 : Hit 2: [11.1041, -119.329, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 5: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 6: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Hit 7: [12.0397, 20.8533, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 91 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3703.51; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2768 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [38.5269, 33.3653, 19] + [ ecalVeto ] 0 : Hit 1: [40.9348, 37.5359, 18] + [ ecalVeto ] 0 : Hit 2: [38.5269, 41.7066, 17] + [ ecalVeto ] 0 : Hit 3: [40.9348, 37.5359, 16] + [ ecalVeto ] 0 : Hit 4: [38.5269, 33.3653, 15] + [ ecalVeto ] 0 : Hit 5: [40.9348, 29.1946, 14] + [ ecalVeto ] 0 : Hit 6: [38.5269, 33.3653, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [19.2635, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 2: [16.8555, 4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [16.8555, 4.17066, 3] + [ ecalVeto ] 0 : Hit 4: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 5: [12.0397, 4.17066, 2] + [ ecalVeto ] 0 : Hit 6: [9.63173, 8.34132, 1] + [ ecalVeto ] 0 : Hit 7: [12.0397, 12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 102 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4394.16; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2769 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [119.461, 165.206, 22] + [ ecalVeto ] 0 : Hit 1: [117.053, 161.035, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [45.7507, -62.5599, 19] + [ ecalVeto ] 0 : Hit 1: [48.1586, -58.3892, 18] + [ ecalVeto ] 0 : Hit 2: [45.7507, -54.2186, 17] + [ ecalVeto ] 0 : Hit 3: [48.1586, -50.0479, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [40.9348, -37.5359, 14] + [ ecalVeto ] 0 : Hit 1: [38.5269, -33.3653, 13] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [68.8945, 94.3048, 12] + [ ecalVeto ] 0 : Hit 1: [66.4865, 90.1341, 11] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [33.711, -25.024, 12] + [ ecalVeto ] 0 : Hit 1: [31.3031, -20.8533, 11] + [ ecalVeto ] 0 : Hit 2: [33.711, -16.6826, 10] + [ ecalVeto ] 0 : Hit 3: [31.3031, -12.512, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 97 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4403.03; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2770 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 4.17066, 12] + [ ecalVeto ] 0 : Hit 1: [-33.711, 8.34132, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 16.6826, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 45.8773, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 41.7066, 3] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 37.5359, 2] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 41.7066, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 98 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 2 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6199.02; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2771 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-140.197, 29.1946, 27] + [ ecalVeto ] 0 : Hit 1: [-137.789, 25.024, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [77.0538, -8.34132, 24] + [ ecalVeto ] 0 : Hit 1: [74.6459, -12.512, 23] + [ ecalVeto ] 0 : Hit 2: [77.0538, -8.34132, 22] + [ ecalVeto ] 0 : Hit 3: [74.6459, -12.512, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-118.525, 16.6826, 23] + [ ecalVeto ] 0 : Hit 1: [-116.118, 12.512, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 12.512, 19] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 8.34132, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 4.17066, 17] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 8.34132, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -4.17066, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -8.34132, 8] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [16.8555, -12.512, 5] + [ ecalVeto ] 0 : Hit 1: [19.2635, -8.34132, 4] + [ ecalVeto ] 0 : Hit 2: [16.8555, -12.512, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1901.91; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2772 Brem photon produced 57 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -2.66454e-15, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5692.21; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2773 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 13 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2625.84; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2774 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5433.91; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2775 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [23.1438, 98.4754, 27] + [ ecalVeto ] 0 : Hit 1: [25.5517, 94.3048, 26] + [ ecalVeto ] 0 : Hit 2: [23.1438, 90.1341, 25] + [ ecalVeto ] 0 : Hit 3: [25.5517, 94.3048, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, 87.5839, 21] + [ ecalVeto ] 0 : Hit 1: [19.2635, 83.4132, 20] + [ ecalVeto ] 0 : Hit 2: [16.8555, 79.2426, 19] + [ ecalVeto ] 0 : Hit 3: [19.2635, 75.0719, 18] + [ ecalVeto ] 0 : Hit 4: [16.8555, 70.9012, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 70.9012, 16] + [ ecalVeto ] 0 : Hit 1: [9.63173, 66.7306, 15] + [ ecalVeto ] 0 : Hit 2: [12.0397, 62.5599, 14] + [ ecalVeto ] 0 : Hit 3: [9.63173, 58.3892, 13] + [ ecalVeto ] 0 : Hit 4: [12.0397, 54.2186, 12] + [ ecalVeto ] 0 : Hit 5: [9.63173, 50.0479, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -69.2808, 15] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -65.1101, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -25.024, 14] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -20.8533, 13] + [ ecalVeto ] 0 : Hit 2: [-38.5269, -25.024, 12] + [ ecalVeto ] 0 : Hit 3: [-40.9348, -20.8533, 11] + [ ecalVeto ] 0 : Hit 4: [-38.5269, -16.6826, 10] + [ ecalVeto ] 0 : Hit 5: [-40.9348, -12.512, 9] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -16.6826, 12] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -12.512, 11] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [4.81586, 50.0479, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 45.8773, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, 41.7066, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 7: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4310.42; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2776 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -62.5599, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -58.3892, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -54.2186, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -45.8773, 8] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -45.8773, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4219.38; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2777 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 45.8773, 16] + [ ecalVeto ] 0 : Hit 1: [12.0397, 45.8773, 14] + [ ecalVeto ] 0 : Hit 2: [9.63173, 41.7066, 13] + [ ecalVeto ] 0 : Hit 3: [12.0397, 37.5359, 12] + [ ecalVeto ] 0 : Hit 4: [9.63173, 33.3653, 11] + [ ecalVeto ] 0 : Hit 5: [12.0397, 37.5359, 10] + [ ecalVeto ] 0 : Hit 6: [9.63173, 33.3653, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 9] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, 29.1946, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, 25.024, 3] + [ ecalVeto ] 0 : Hit 6: [12.0397, 20.8533, 2] + [ ecalVeto ] 0 : Hit 7: [9.63173, 16.6826, 1] + [ ecalVeto ] 0 : Hit 8: [12.0397, 20.8533, 0] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 6: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3797.78; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2778 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -8.34132, 12] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -8.34132, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4365.99; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2779 Brem photon produced 36 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 1] + [ ecalVeto ] 0 : Hit 4: [12.0397, -4.17066, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 106 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7119.07; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2780 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, 25.024, 13] + [ ecalVeto ] 0 : Hit 1: [26.4873, 20.8533, 12] + [ ecalVeto ] 0 : Hit 2: [24.0793, 25.024, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -12.512, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -16.6826, 4] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -12.512, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -25.024, 5] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -20.8533, 4] + [ ecalVeto ] 0 : Hit 3: [-19.2635, -25.024, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -12.512, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -54.2186, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -50.0479, 6] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -45.8773, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-45.7507, 4.17066, 4] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-94.4462, 25.024, 4] + [ ecalVeto ] 0 : Hit 1: [-96.8541, 20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5100; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2781 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3385.01; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2782 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 11 + [ ecalVeto ] 0 : Beginning track merging using 11 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 11 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-132.973, 8.34132, 25] + [ ecalVeto ] 0 : Hit 1: [-130.565, 4.17066, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 85.9634, 23] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 81.7928, 22] + [ ecalVeto ] 0 : Hit 2: [-68.8945, 77.6221, 21] + [ ecalVeto ] 0 : Hit 3: [-66.4865, 73.4515, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-125.749, -4.17066, 23] + [ ecalVeto ] 0 : Hit 1: [-123.341, -8.34132, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-111.302, -12.512, 21] + [ ecalVeto ] 0 : Hit 1: [-108.894, -16.6826, 20] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -20.8533, 19] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -16.6826, 18] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [104.078, -33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [101.67, -29.1946, 9] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 16.6826, 8] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [69.83, -29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [67.4221, -25.024, 7] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 12.512, 6] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 25.024, 4] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 8.34132, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 112 hits + [ ecalVeto ] 0 : MIP tracking completed; found 11 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6092.11; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2783 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 16] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 15] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -12.512, 14] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -16.6826, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 37.5359, 13] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 41.7066, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -25.024, 12] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -25.024, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -29.1946, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -33.3653, 8] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -37.5359, 7] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -33.3653, 6] + [ ecalVeto ] 0 : Hit 6: [-12.0397, -37.5359, 5] + [ ecalVeto ] 0 : Hit 7: [-9.63173, -33.3653, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 12] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 4.17066, 10] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 8: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 9: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Hit 10: [-4.81586, -2.66454e-15, 1] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 12] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 11] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -4.17066, 10] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -12.512, 11] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -12.512, 9] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -8.34132, 8] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -4.17066, 7] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -8.34132, 6] + [ ecalVeto ] 0 : Hit 5: [-12.0397, -4.17066, 5] + [ ecalVeto ] 0 : Hit 6: [-9.63173, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 7: [-9.63173, -2.66454e-15, 2] + [ ecalVeto ] 0 : Hit 8: [-12.0397, -4.17066, 1] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 8.34132, 8] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 4.17066, 7] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -2.66454e-15, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 2 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4026.07; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2784 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [31.3031, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [33.711, -16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [31.3031, -20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [33.711, -16.6826, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [38.5269, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [40.9348, -20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [38.5269, -16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [40.9348, -20.8533, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [38.5269, 8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [38.5269, 8.34132, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -16.6826, 2] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -20.8533, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 119 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7425.23; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2785 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [54.4469, -85.9634, 26] + [ ecalVeto ] 0 : Hit 1: [52.039, -81.7928, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [40.9348, -62.5599, 22] + [ ecalVeto ] 0 : Hit 1: [38.5269, -58.3892, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [24.0793, -58.3892, 21] + [ ecalVeto ] 0 : Hit 1: [26.4873, -54.2186, 20] + [ ecalVeto ] 0 : Hit 2: [24.0793, -50.0479, 19] + [ ecalVeto ] 0 : Hit 3: [26.4873, -45.8773, 18] + [ ecalVeto ] 0 : Hit 4: [24.0793, -41.7066, 17] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 6: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 7: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 87 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3453.7; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2786 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 25.024, 17] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 20.8533, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 4: [12.0397, 4.17066, 2] + [ ecalVeto ] 0 : Hit 5: [12.0397, 4.17066, 0] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4453.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2787 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 4.17066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3578.23; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2788 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 33.3653, 23] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 37.5359, 22] + [ ecalVeto ] 0 : Hit 2: [-77.0538, 33.3653, 21] + [ ecalVeto ] 0 : Hit 3: [-74.6459, 29.1946, 20] + [ ecalVeto ] 0 : Hit 4: [-77.0538, 33.3653, 19] + [ ecalVeto ] 0 : Hit 5: [-74.6459, 29.1946, 18] + [ ecalVeto ] 0 : Hit 6: [-77.0538, 25.024, 17] + [ ecalVeto ] 0 : Hit 7: [-74.6459, 20.8533, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [24.0793, -16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [24.0793, -16.6826, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, -8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, -12.512, 9] + [ ecalVeto ] 0 : Hit 2: [16.8555, -12.512, 7] + [ ecalVeto ] 0 : Hit 3: [16.8555, -12.512, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 5: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 6: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 7: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 8: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 5: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 6: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 7: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 8: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6143.47; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2789 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 6: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3456.86; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2790 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-119.461, -181.889, 33] + [ ecalVeto ] 0 : Hit 1: [-117.053, -177.718, 32] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-112.237, -169.377, 31] + [ ecalVeto ] 0 : Hit 1: [-109.829, -165.206, 30] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-105.013, -156.865, 29] + [ ecalVeto ] 0 : Hit 1: [-102.606, -152.694, 28] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -127.67, 25] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -123.499, 24] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -115.158, 23] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -110.987, 22] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -106.817, 21] + [ ecalVeto ] 0 : Hit 1: [-59.2627, -102.646, 20] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -94.3048, 19] + [ ecalVeto ] 0 : Hit 1: [-52.039, -90.1341, 18] + [ ecalVeto ] 0 : Hit 2: [-54.4469, -85.9634, 17] + [ ecalVeto ] 0 : Hit 3: [-52.039, -81.7928, 16] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -54.2186, 13] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -58.3892, 12] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -62.5599, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -58.3892, 10] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -54.2186, 9] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -45.8773, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7745.68; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2791 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [68.8945, 77.6221, 26] + [ ecalVeto ] 0 : Hit 1: [66.4865, 73.4515, 25] + [ ecalVeto ] 0 : Hit 2: [68.8945, 77.6221, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [88.1579, 85.9634, 19] + [ ecalVeto ] 0 : Hit 1: [90.5659, 81.7928, 18] + [ ecalVeto ] 0 : Hit 2: [88.1579, 77.6221, 17] + [ ecalVeto ] 0 : Hit 3: [90.5659, 73.4515, 16] + [ ecalVeto ] 0 : Hit 4: [88.1579, 69.2808, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -33.3653, 13] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -29.1946, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [16.8555, 37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [19.2635, 33.3653, 8] + [ ecalVeto ] 0 : Hit 2: [16.8555, 37.5359, 7] + [ ecalVeto ] 0 : Hit 3: [19.2635, 33.3653, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [40.9348, 37.5359, 2] + [ ecalVeto ] 0 : Hit 1: [40.9348, 37.5359, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6104.93; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2792 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, 50.0479, 13] + [ ecalVeto ] 0 : Hit 1: [26.4873, 54.2186, 12] + [ ecalVeto ] 0 : Hit 2: [24.0793, 58.3892, 11] + [ ecalVeto ] 0 : Hit 3: [26.4873, 62.5599, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6513.08; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2793 Brem photon produced 45 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [61.6707, -81.7928, 22] + [ ecalVeto ] 0 : Hit 1: [59.2627, -77.6221, 21] + [ ecalVeto ] 0 : Hit 2: [61.6707, -81.7928, 20] + [ ecalVeto ] 0 : Hit 3: [59.2627, -77.6221, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, -45.8773, 7] + [ ecalVeto ] 0 : Hit 2: [19.2635, -41.7066, 6] + [ ecalVeto ] 0 : Hit 3: [19.2635, -41.7066, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -54.2186, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, -50.0479, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5729.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2794 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 119.329, 29] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 115.158, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 90.1341, 25] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 85.9634, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 77.6221, 23] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 73.4515, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 54.2186, 17] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 58.3892, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-33.711, 50.0479, 15] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 54.2186, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 42 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3697.64; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2795 Brem photon produced 65 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 40 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2762.5; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2796 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 18] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 17] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -29.1946, 16] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -25.024, 15] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -29.1946, 14] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -25.024, 13] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -25.024, 11] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -20.8533, 10] + [ ecalVeto ] 0 : Hit 8: [-4.81586, -16.6826, 9] + [ ecalVeto ] 0 : Hit 9: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 10: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 11: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 12: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 13: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 14: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 15: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2507.91; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2797 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 97 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5837.54; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2798 Brem photon produced 61 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [176.316, 33.3653, 4] + [ ecalVeto ] 0 : Hit 1: [173.908, 29.1946, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5045.42; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2799 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-69.83, 54.2186, 17] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 50.0479, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 50.0479, 15] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 45.8773, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5112.45; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2800 Brem photon produced 50 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -37.5359, 27] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -41.7066, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-67.4221, -33.3653, 24] + [ ecalVeto ] 0 : Hit 1: [-69.83, -29.1946, 23] + [ ecalVeto ] 0 : Hit 2: [-67.4221, -25.024, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -25.024, 21] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -20.8533, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -4.17066, 14] + [ ecalVeto ] 0 : Hit 1: [-33.711, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 2: [-31.3031, 4.17066, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4809.92; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2801 Brem photon produced 66 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [59.2627, -161.035, 29] + [ ecalVeto ] 0 : Hit 1: [61.6707, -156.865, 28] + [ ecalVeto ] 0 : Hit 2: [59.2627, -152.694, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [47.2231, -106.817, 22] + [ ecalVeto ] 0 : Hit 1: [44.8152, -102.646, 21] + [ ecalVeto ] 0 : Hit 2: [47.2231, -98.4754, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 8] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, 29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, 29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 3] + [ ecalVeto ] 0 : Hit 4: [12.0397, 29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3811.96; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2802 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [25.5517, 169.377, 32] + [ ecalVeto ] 0 : Hit 1: [23.1438, 165.206, 31] + [ ecalVeto ] 0 : Hit 2: [25.5517, 161.035, 30] + [ ecalVeto ] 0 : Hit 3: [23.1438, 156.865, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [25.5517, 144.353, 28] + [ ecalVeto ] 0 : Hit 1: [23.1438, 140.182, 27] + [ ecalVeto ] 0 : Hit 2: [25.5517, 136.011, 26] + [ ecalVeto ] 0 : Hit 3: [23.1438, 131.841, 25] + [ ecalVeto ] 0 : Hit 4: [25.5517, 127.67, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, 83.4132, 16] + [ ecalVeto ] 0 : Hit 1: [16.8555, 79.2426, 15] + [ ecalVeto ] 0 : Hit 2: [19.2635, 75.0719, 14] + [ ecalVeto ] 0 : Hit 3: [16.8555, 70.9012, 13] + [ ecalVeto ] 0 : Hit 4: [19.2635, 66.7306, 12] + [ ecalVeto ] 0 : Hit 5: [16.8555, 62.5599, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, 50.0479, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, 45.8773, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, 41.7066, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, 37.5359, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 38 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4410.04; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2803 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 12 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1246.4; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2804 Brem photon produced 36 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-181.132, -66.7306, 32] + [ ecalVeto ] 0 : Hit 1: [-183.54, -62.5599, 31] + [ ecalVeto ] 0 : Hit 2: [-181.132, -58.3892, 30] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, -2.66454e-15, 1] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -4.17066, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6113.35; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2805 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Hit 5: [2.40793, -12.512, 1] + [ ecalVeto ] 0 : Hit 6: [4.81586, -8.34132, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5274.75; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2806 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 1] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 42 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1502.36; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2807 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5474.86; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2808 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, -25.024, 12] + [ ecalVeto ] 0 : Hit 1: [31.3031, -20.8533, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, -12.512, 10] + [ ecalVeto ] 0 : Hit 1: [24.0793, -8.34132, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 34 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3986.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2809 Brem photon produced 43 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-59.2627, 102.646, 8] + [ ecalVeto ] 0 : Hit 1: [-61.6707, 98.4754, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 54.2186, 5] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 58.3892, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 45.8773, 5] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 50.0479, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -12.512, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -8.34132, 4] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -4.17066, 3] + [ ecalVeto ] 0 : Hit 3: [-24.0793, -2.66454e-15, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -4.17066, 4] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 95 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6265.42; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2810 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5775.29; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2811 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 45.8773, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 26 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4994.87; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2812 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-183.54, 79.2426, 21] + [ ecalVeto ] 0 : Hit 1: [-181.132, 75.0719, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-202.803, 70.9012, 20] + [ ecalVeto ] 0 : Hit 1: [-205.211, 66.7306, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-161.868, 75.0719, 19] + [ ecalVeto ] 0 : Hit 1: [-159.46, 79.2426, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 77.6221, 13] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 81.7928, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 77.6221, 11] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 73.4515, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 77.6221, 9] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 73.4515, 8] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [9.63173, 33.3653, 3] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-33.711, 58.3892, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 62.5599, 4] + [ ecalVeto ] 0 : Hit 2: [-26.4873, 62.5599, 5] + [ ecalVeto ] 0 : Hit 3: [-24.0793, 58.3892, 4] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 101 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7131.5; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2813 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 33.3653, 8] + [ ecalVeto ] 0 : Hit 2: [-24.0793, 33.3653, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 8.34132, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Hit 7: [-4.81586, 16.6826, 1] + [ ecalVeto ] 0 : Hit 8: [-2.40793, 20.8533, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3538.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2814 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -54.2186, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -50.0479, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 20 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3091.03; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2815 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 45.8773, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 41.7066, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8399.1; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2816 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-47.2231, 206.913, 21] + [ ecalVeto ] 0 : Hit 1: [-44.8152, 202.742, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, 12.512, 14] + [ ecalVeto ] 0 : Hit 1: [24.0793, 8.34132, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 8.34132, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -2.66454e-15, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -4.17066, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -16.6826, 6] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -77.6221, 5] + [ ecalVeto ] 0 : Hit 1: [-52.039, -73.4515, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 96 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5363.26; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2817 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3677.11; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2818 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [62.6062, 8.34132, 14] + [ ecalVeto ] 0 : Hit 1: [60.1983, 12.512, 13] + [ ecalVeto ] 0 : Hit 2: [62.6062, 8.34132, 12] + [ ecalVeto ] 0 : Hit 3: [60.1983, 4.17066, 11] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5946.49; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2819 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-105.013, -115.158, 27] + [ ecalVeto ] 0 : Hit 1: [-102.606, -119.329, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-88.1579, -119.329, 26] + [ ecalVeto ] 0 : Hit 1: [-90.5659, -115.158, 25] + [ ecalVeto ] 0 : Finding linreg tracks from 33 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2346.93; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2820 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [31.3031, 29.1946, 21] + [ ecalVeto ] 0 : Hit 1: [33.711, 25.024, 20] + [ ecalVeto ] 0 : Hit 2: [31.3031, 29.1946, 19] + [ ecalVeto ] 0 : Hit 3: [33.711, 25.024, 18] + [ ecalVeto ] 0 : Hit 4: [31.3031, 20.8533, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 41.7066, 17] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 45.8773, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 37.5359, 17] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 41.7066, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5448.08; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2821 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-197.987, 4.17066, 29] + [ ecalVeto ] 0 : Hit 1: [-195.579, -2.36672e-14, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-140.197, -12.512, 23] + [ ecalVeto ] 0 : Hit 1: [-137.789, -16.6826, 22] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3060.13; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2822 Brem photon produced 36 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 25 + [ ecalVeto ] 0 : Beginning track merging using 25 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 24 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-73.7103, -127.67, 24] + [ ecalVeto ] 0 : Hit 1: [-76.1183, -123.499, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -115.158, 21] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -110.987, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -110.987, 19] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -106.817, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [44.8152, -161.035, 19] + [ ecalVeto ] 0 : Hit 1: [47.2231, -156.865, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -98.4754, 17] + [ ecalVeto ] 0 : Hit 1: [-59.2627, -94.3048, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [37.5914, -140.182, 17] + [ ecalVeto ] 0 : Hit 1: [39.9993, -136.011, 16] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -85.9634, 15] + [ ecalVeto ] 0 : Hit 1: [-52.039, -81.7928, 14] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [32.7755, -115.158, 14] + [ ecalVeto ] 0 : Hit 1: [30.3676, -110.987, 13] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -62.5599, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -58.3892, 10] + [ ecalVeto ] 0 : Hit 2: [-40.9348, -54.2186, 9] + [ ecalVeto ] 0 : Hit 3: [-38.5269, -50.0479, 8] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 83.4132, 11] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 79.2426, 10] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 66.7306, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 62.5599, 6] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-33.711, -41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -37.5359, 6] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [12.0397, -45.8773, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -41.7066, 5] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [-81.8697, -8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [-82.4065, -4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [-81.8697, -2.66454e-15, 4] + [ ecalVeto ] 0 : Track 14: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -16.6826, 4] + [ ecalVeto ] 0 : Track 15: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -25.024, 4] + [ ecalVeto ] 0 : Track 16: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 4.17066, 2] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -2.66454e-15, 1] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 4.17066, 0] + [ ecalVeto ] 0 : Hit 5: [4.81586, -2.66454e-15, 2] + [ ecalVeto ] 0 : Hit 6: [2.40793, 4.17066, 1] + [ ecalVeto ] 0 : Track 17: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -16.6826, 3] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -12.512, 2] + [ ecalVeto ] 0 : Track 18: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 2] + [ ecalVeto ] 0 : Track 19: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 1] + [ ecalVeto ] 0 : Track 20: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 1] + [ ecalVeto ] 0 : Track 21: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 4.17066, 2] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -2.66454e-15, 1] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 4.17066, 0] + [ ecalVeto ] 0 : Track 22: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 1] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 0] + [ ecalVeto ] 0 : Track 23: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -4.17066, 1] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -2.66454e-15, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 24 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3339.87; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2823 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-102.606, -102.646, 28] + [ ecalVeto ] 0 : Hit 1: [-105.013, -98.4754, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-109.829, -98.4754, 26] + [ ecalVeto ] 0 : Hit 1: [-112.237, -102.646, 25] + [ ecalVeto ] 0 : Hit 2: [-109.829, -106.817, 24] + [ ecalVeto ] 0 : Hit 3: [-112.237, -110.987, 23] + [ ecalVeto ] 0 : Hit 4: [-109.829, -115.158, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 8.34132, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1806.59; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2824 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 33.3653, 14] + [ ecalVeto ] 0 : Hit 1: [16.8555, 29.1946, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-52.9745, -25.024, 6] + [ ecalVeto ] 0 : Hit 1: [-55.3824, -29.1946, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5327.11; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2825 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 12.512, 19] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 8.34132, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 8.34132, 17] + [ ecalVeto ] 0 : Hit 1: [-77.0538, 8.34132, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 4.17066, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -2.66454e-15, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 28 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4196.86; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2826 Brem photon produced 73 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, 37.5359, 15] + [ ecalVeto ] 0 : Hit 1: [19.2635, 33.3653, 14] + [ ecalVeto ] 0 : Hit 2: [16.8555, 37.5359, 13] + [ ecalVeto ] 0 : Hit 3: [12.0397, 37.5359, 14] + [ ecalVeto ] 0 : Hit 4: [9.63173, 33.3653, 13] + [ ecalVeto ] 0 : Hit 5: [12.0397, 37.5359, 12] + [ ecalVeto ] 0 : Hit 6: [9.63173, 41.7066, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, 37.5359, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-67.4221, 33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [-69.83, 37.5359, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4612.14; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2827 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-104.078, 33.3653, 21] + [ ecalVeto ] 0 : Hit 1: [-104.078, 33.3653, 19] + [ ecalVeto ] 0 : Hit 2: [-101.67, 37.5359, 18] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5605.65; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2828 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 206.913, 33] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 202.742, 32] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4135.38; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2829 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5131.19; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2830 Brem photon produced 54 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -12.512, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -16.6826, 10] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -20.8533, 7] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -16.6826, 6] + [ ecalVeto ] 0 : Hit 5: [-12.0397, -20.8533, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 10] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -25.024, 8] + [ ecalVeto ] 0 : Hit 6: [-9.63173, -25.024, 6] + [ ecalVeto ] 0 : Hit 7: [-12.0397, -29.1946, 5] + [ ecalVeto ] 0 : Hit 8: [-9.63173, -33.3653, 4] + [ ecalVeto ] 0 : Hit 9: [-12.0397, -37.5359, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5026.23; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2831 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 37 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1186.68; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2832 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 36 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4441.81; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2833 Brem photon produced 36 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [48.1586, 41.7066, 24] + [ ecalVeto ] 0 : Hit 1: [45.7507, 37.5359, 23] + [ ecalVeto ] 0 : Hit 2: [45.7507, 37.5359, 21] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4210.1; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2834 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -58.3892, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, -54.2186, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4249.55; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2835 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4246.36; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2836 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-69.83, 45.8773, 17] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 41.7066, 16] + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3168.37; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2837 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -85.9634, 25] + [ ecalVeto ] 0 : Hit 1: [-52.039, -81.7928, 24] + [ ecalVeto ] 0 : Hit 2: [-54.4469, -77.6221, 23] + [ ecalVeto ] 0 : Hit 3: [-52.039, -73.4515, 22] + [ ecalVeto ] 0 : Hit 4: [-54.4469, -69.2808, 21] + [ ecalVeto ] 0 : Hit 5: [-52.9745, -66.7306, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -58.3892, 19] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -54.2186, 18] + [ ecalVeto ] 0 : Hit 2: [-48.1586, -50.0479, 17] + [ ecalVeto ] 0 : Hit 3: [-45.7507, -45.8773, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [45.7507, 4.17066, 15] + [ ecalVeto ] 0 : Hit 1: [45.7507, 4.17066, 13] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -45.8773, 15] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -41.7066, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [38.5269, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 1: [40.9348, -4.17066, 12] + [ ecalVeto ] 0 : Hit 2: [38.5269, -8.34132, 11] + [ ecalVeto ] 0 : Hit 3: [40.9348, -12.512, 10] + [ ecalVeto ] 0 : Hit 4: [38.5269, -8.34132, 9] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-33.711, -33.3653, 13] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -29.1946, 12] + [ ecalVeto ] 0 : Hit 2: [-33.711, -25.024, 11] + [ ecalVeto ] 0 : Hit 3: [-31.3031, -20.8533, 10] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [33.711, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 1: [33.711, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 2: [31.3031, -4.17066, 9] + [ ecalVeto ] 0 : Hit 3: [33.711, -8.34132, 8] + [ ecalVeto ] 0 : Hit 4: [31.3031, -12.512, 7] + [ ecalVeto ] 0 : Hit 5: [24.0793, -8.34132, 9] + [ ecalVeto ] 0 : Hit 6: [26.4873, -4.17066, 8] + [ ecalVeto ] 0 : Hit 7: [24.0793, -8.34132, 7] + [ ecalVeto ] 0 : Hit 8: [26.4873, -12.512, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4972.18; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2838 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5244.98; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2839 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [190.763, -75.0719, 30] + [ ecalVeto ] 0 : Hit 1: [188.356, -70.9012, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -60.9395, 21] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -56.7688, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -50.0479, 19] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -45.8773, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [38.5269, 8.34132, 17] + [ ecalVeto ] 0 : Hit 1: [40.9348, 4.17066, 16] + [ ecalVeto ] 0 : Hit 2: [38.5269, -2.66454e-15, 15] + [ ecalVeto ] 0 : Hit 3: [40.9348, 4.17066, 14] + [ ecalVeto ] 0 : Hit 4: [38.5269, -2.66454e-15, 13] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -8.34132, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 97 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8554.69; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2840 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [176.316, -25.024, 32] + [ ecalVeto ] 0 : Hit 1: [173.908, -20.8533, 31] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 81.7928, 13] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 77.6221, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-61.6707, 73.4515, 11] + [ ecalVeto ] 0 : Hit 1: [-59.2627, 69.2808, 10] + [ ecalVeto ] 0 : Hit 2: [-61.6707, 65.1101, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 66.7306, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 62.5599, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 45.8773, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 50.0479, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2567.02; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2841 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-155.58, -102.646, 23] + [ ecalVeto ] 0 : Hit 1: [-153.172, -98.4754, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-148.356, -98.4754, 21] + [ ecalVeto ] 0 : Hit 1: [-145.948, -94.3048, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -69.2808, 15] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -65.1101, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -60.9395, 13] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -56.7688, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-69.83, -54.2186, 11] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -50.0479, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -41.7066, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3335.26; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2842 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 144.353, 27] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 140.182, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-111.302, 20.8533, 21] + [ ecalVeto ] 0 : Hit 1: [-108.894, 25.024, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 20.8533, 19] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 25.024, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 62.5599, 15] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 58.3892, 14] + [ ecalVeto ] 0 : Hit 2: [-40.9348, 54.2186, 13] + [ ecalVeto ] 0 : Hit 3: [-38.5269, 50.0479, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-69.83, 29.1946, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 25.024, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-25.5517, 169.377, 13] + [ ecalVeto ] 0 : Hit 1: [-23.1438, 173.547, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-25.5517, 152.694, 13] + [ ecalVeto ] 0 : Hit 1: [-23.1438, 148.523, 12] + [ ecalVeto ] 0 : Hit 2: [-25.5517, 144.353, 11] + [ ecalVeto ] 0 : Hit 3: [-23.1438, 140.182, 10] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 29.1946, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 25.024, 12] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-33.711, 41.7066, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 37.5359, 10] + [ ecalVeto ] 0 : Hit 2: [-33.711, 33.3653, 9] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [19.2635, -33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, -29.1946, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4700; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2843 Brem photon produced 39 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2843 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [45.7507, -70.9012, 23] + [ ecalVeto ] 0 : Hit 1: [48.1586, -66.7306, 22] + [ ecalVeto ] 0 : Hit 2: [45.7507, -62.5599, 21] + [ ecalVeto ] 0 : Hit 3: [45.7507, -62.5599, 19] + [ ecalVeto ] 0 : Hit 4: [40.9348, -62.5599, 20] + [ ecalVeto ] 0 : Hit 5: [40.9348, -62.5599, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [45.7507, -54.2186, 23] + [ ecalVeto ] 0 : Hit 1: [45.7507, -54.2186, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [24.0793, -66.7306, 19] + [ ecalVeto ] 0 : Hit 1: [24.0793, -66.7306, 17] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-111.302, 45.8773, 17] + [ ecalVeto ] 0 : Hit 1: [-108.894, 50.0479, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-197.987, 45.8773, 17] + [ ecalVeto ] 0 : Hit 1: [-195.579, 50.0479, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [19.2635, -50.0479, 14] + [ ecalVeto ] 0 : Hit 1: [19.2635, -50.0479, 12] + [ ecalVeto ] 0 : Hit 2: [16.8555, -45.8773, 11] + [ ecalVeto ] 0 : Hit 3: [16.8555, -45.8773, 9] + [ ecalVeto ] 0 : Hit 4: [12.0397, -45.8773, 10] + [ ecalVeto ] 0 : Hit 5: [12.0397, -45.8773, 8] + [ ecalVeto ] 0 : Hit 6: [9.63173, -41.7066, 7] + [ ecalVeto ] 0 : Hit 7: [12.0397, -37.5359, 6] + [ ecalVeto ] 0 : Hit 8: [9.63173, -41.7066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 113 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3577.47; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2844 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -81.7928, 21] + [ ecalVeto ] 0 : Hit 1: [-59.2627, -77.6221, 20] + [ ecalVeto ] 0 : Hit 2: [-61.6707, -81.7928, 19] + [ ecalVeto ] 0 : Hit 3: [-59.2627, -77.6221, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -77.6221, 21] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -73.4515, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [54.4469, 69.2808, 8] + [ ecalVeto ] 0 : Hit 1: [54.4469, 69.2808, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5669.89; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2845 Brem photon produced 36 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -79.2426, 18] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -75.0719, 17] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -70.9012, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 2: [-33.711, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 3: [-31.3031, 4.17066, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 95 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5537.57; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2846 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 12 + [ ecalVeto ] 0 : Beginning track merging using 12 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 11 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [38.5269, -16.6826, 23] + [ ecalVeto ] 0 : Hit 1: [40.9348, -20.8533, 22] + [ ecalVeto ] 0 : Hit 2: [38.5269, -16.6826, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [33.711, -16.6826, 20] + [ ecalVeto ] 0 : Hit 1: [31.3031, -12.512, 19] + [ ecalVeto ] 0 : Hit 2: [33.711, -8.34132, 18] + [ ecalVeto ] 0 : Hit 3: [31.3031, -4.17066, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [26.4873, -4.17066, 16] + [ ecalVeto ] 0 : Hit 1: [24.0793, -2.66454e-15, 15] + [ ecalVeto ] 0 : Hit 2: [26.4873, -4.17066, 14] + [ ecalVeto ] 0 : Hit 3: [24.0793, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 4: [24.0793, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 5: [19.2635, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 6: [16.8555, -4.17066, 11] + [ ecalVeto ] 0 : Hit 7: [19.2635, -2.66454e-15, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 33.3653, 15] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 29.1946, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-54.4469, 69.2808, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 66.7306, 12] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 58.3892, 13] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 54.2186, 12] + [ ecalVeto ] 0 : Hit 2: [-48.1586, 50.0479, 11] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-39.9993, 77.6221, 13] + [ ecalVeto ] 0 : Hit 1: [-37.5914, 81.7928, 12] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 66.7306, 12] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 62.5599, 11] + [ ecalVeto ] 0 : Hit 2: [-24.0793, 66.7306, 10] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-33.711, 66.7306, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 70.9012, 10] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 45.8773, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 50.0479, 10] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [4.81586, 58.3892, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 54.2186, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 11 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8188.29; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2847 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [30.3676, -102.646, 17] + [ ecalVeto ] 0 : Hit 1: [32.7755, -106.817, 16] + [ ecalVeto ] 0 : Hit 2: [30.3676, -102.646, 15] + [ ecalVeto ] 0 : Hit 3: [32.7755, -98.4754, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 45.8773, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, -37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -41.7066, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -37.5359, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -33.3653, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [19.2635, 25.024, 6] + [ ecalVeto ] 0 : Hit 1: [16.8555, 20.8533, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 95 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4803.33; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2848 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -33.3653, 32] + [ ecalVeto ] 0 : Hit 1: [16.8555, -29.1946, 31] + [ ecalVeto ] 0 : Hit 2: [19.2635, -25.024, 30] + [ ecalVeto ] 0 : Hit 3: [16.8555, -29.1946, 29] + [ ecalVeto ] 0 : Hit 4: [19.2635, -25.024, 28] + [ ecalVeto ] 0 : Hit 5: [16.8555, -20.8533, 27] + [ ecalVeto ] 0 : Hit 6: [19.2635, -25.024, 26] + [ ecalVeto ] 0 : Hit 7: [16.8555, -20.8533, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 18] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 16] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 15] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 14] + [ ecalVeto ] 0 : Hit 4: [2.40793, -12.512, 13] + [ ecalVeto ] 0 : Hit 5: [2.40793, -12.512, 11] + [ ecalVeto ] 0 : Hit 6: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 12] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Hit 8: [-9.63173, -8.34132, 4] + [ ecalVeto ] 0 : Hit 9: [-12.0397, -12.512, 3] + [ ecalVeto ] 0 : Hit 10: [-9.63173, -8.34132, 2] + [ ecalVeto ] 0 : Hit 11: [-12.0397, -4.17066, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 26 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2475.4; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2849 Brem photon produced 39 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4926.23; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2850 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 50.0479, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, 45.8773, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, 41.7066, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, 37.5359, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Hit 5: [12.0397, 29.1946, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 41.7066, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 20 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3225.22; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2851 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [8.69618, 140.182, 29] + [ ecalVeto ] 0 : Hit 1: [11.1041, 136.011, 28] + [ ecalVeto ] 0 : Hit 2: [8.69618, 131.841, 27] + [ ecalVeto ] 0 : Hit 3: [11.1041, 127.67, 26] + [ ecalVeto ] 0 : Hit 4: [8.69618, 123.499, 25] + [ ecalVeto ] 0 : Hit 5: [11.1041, 119.329, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 66.7306, 26] + [ ecalVeto ] 0 : Hit 1: [2.40793, 70.9012, 25] + [ ecalVeto ] 0 : Hit 2: [4.81586, 75.0719, 24] + [ ecalVeto ] 0 : Hit 3: [2.40793, 79.2426, 23] + [ ecalVeto ] 0 : Hit 4: [4.81586, 83.4132, 22] + [ ecalVeto ] 0 : Hit 5: [2.40793, 87.5839, 21] + [ ecalVeto ] 0 : Hit 6: [4.81586, 91.7545, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [8.69618, 106.817, 23] + [ ecalVeto ] 0 : Hit 1: [11.1041, 102.646, 22] + [ ecalVeto ] 0 : Hit 2: [8.69618, 106.817, 21] + [ ecalVeto ] 0 : Finding linreg tracks from 38 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1193.94; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2852 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [80.9341, -98.4754, 21] + [ ecalVeto ] 0 : Hit 1: [83.3421, -102.646, 20] + [ ecalVeto ] 0 : Hit 2: [80.9341, -98.4754, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -58.3892, 12] + [ ecalVeto ] 0 : Hit 1: [19.2635, -58.3892, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -33.3653, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, -41.7066, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, -37.5359, 9] + [ ecalVeto ] 0 : Hit 4: [2.40793, -37.5359, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [39.9993, -85.9634, 12] + [ ecalVeto ] 0 : Hit 1: [39.9993, -85.9634, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [26.4873, -54.2186, 10] + [ ecalVeto ] 0 : Hit 1: [24.0793, -50.0479, 9] + [ ecalVeto ] 0 : Hit 2: [26.4873, -54.2186, 8] + [ ecalVeto ] 0 : Hit 3: [19.2635, -50.0479, 10] + [ ecalVeto ] 0 : Hit 4: [16.8555, -45.8773, 9] + [ ecalVeto ] 0 : Hit 5: [19.2635, -41.7066, 8] + [ ecalVeto ] 0 : Hit 6: [16.8555, -37.5359, 7] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, -33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 9] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -29.1946, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5664.18; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2853 Brem photon produced 52 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6447.25; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2854 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, -20.8533, 28] + [ ecalVeto ] 0 : Hit 1: [24.0793, -16.6826, 27] + [ ecalVeto ] 0 : Hit 2: [26.4873, -12.512, 26] + [ ecalVeto ] 0 : Hit 3: [24.0793, -8.34132, 25] + [ ecalVeto ] 0 : Hit 4: [26.4873, -4.17066, 24] + [ ecalVeto ] 0 : Hit 5: [24.0793, -2.66454e-15, 23] + [ ecalVeto ] 0 : Hit 6: [26.4873, -4.17066, 22] + [ ecalVeto ] 0 : Hit 7: [24.0793, -2.66454e-15, 21] + [ ecalVeto ] 0 : Hit 8: [26.4873, 4.17066, 20] + [ ecalVeto ] 0 : Hit 9: [24.0793, -2.66454e-15, 19] + [ ecalVeto ] 0 : Hit 10: [26.4873, 4.17066, 18] + [ ecalVeto ] 0 : Hit 11: [24.0793, -2.66454e-15, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -2.66454e-15, 16] + [ ecalVeto ] 0 : Hit 1: [16.8555, 4.17066, 15] + [ ecalVeto ] 0 : Hit 2: [19.2635, 8.34132, 14] + [ ecalVeto ] 0 : Hit 3: [16.8555, 4.17066, 13] + [ ecalVeto ] 0 : Hit 4: [19.2635, 8.34132, 12] + [ ecalVeto ] 0 : Hit 5: [16.8555, 4.17066, 11] + [ ecalVeto ] 0 : Hit 6: [16.8555, 4.17066, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 13] + [ ecalVeto ] 0 : Hit 1: [12.0397, 29.1946, 12] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 11] + [ ecalVeto ] 0 : Hit 3: [12.0397, 20.8533, 10] + [ ecalVeto ] 0 : Hit 4: [9.63173, 16.6826, 9] + [ ecalVeto ] 0 : Hit 5: [12.0397, 12.512, 8] + [ ecalVeto ] 0 : Hit 6: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 7: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 8: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 7: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 45.8773, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 50.0479, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5228.04; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2855 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, 4.17066, 24] + [ ecalVeto ] 0 : Hit 1: [24.0793, 8.34132, 23] + [ ecalVeto ] 0 : Hit 2: [26.4873, 4.17066, 22] + [ ecalVeto ] 0 : Hit 3: [24.0793, 8.34132, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, -4.17066, 21] + [ ecalVeto ] 0 : Hit 1: [19.2635, -8.34132, 20] + [ ecalVeto ] 0 : Hit 2: [16.8555, -12.512, 19] + [ ecalVeto ] 0 : Hit 3: [19.2635, -8.34132, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, 8.34132, 20] + [ ecalVeto ] 0 : Hit 1: [16.8555, 12.512, 19] + [ ecalVeto ] 0 : Hit 2: [19.2635, 8.34132, 18] + [ ecalVeto ] 0 : Hit 3: [16.8555, 12.512, 17] + [ ecalVeto ] 0 : Hit 4: [16.8555, 12.512, 15] + [ ecalVeto ] 0 : Hit 5: [12.0397, 12.512, 16] + [ ecalVeto ] 0 : Hit 6: [12.0397, 12.512, 14] + [ ecalVeto ] 0 : Hit 7: [9.63173, 8.34132, 13] + [ ecalVeto ] 0 : Hit 8: [12.0397, 12.512, 12] + [ ecalVeto ] 0 : Hit 9: [9.63173, 16.6826, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3919.04; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2856 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [133.909, 140.182, 30] + [ ecalVeto ] 0 : Hit 1: [131.501, 136.011, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [119.461, 140.182, 28] + [ ecalVeto ] 0 : Hit 1: [117.053, 136.011, 27] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [105.013, 131.841, 26] + [ ecalVeto ] 0 : Hit 1: [102.606, 127.67, 25] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-1.47238, 194.401, 24] + [ ecalVeto ] 0 : Hit 1: [-3.88031, 190.23, 23] + [ ecalVeto ] 0 : Hit 2: [-1.47238, 186.059, 22] + [ ecalVeto ] 0 : Hit 3: [-3.88031, 181.889, 21] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [23.1438, -148.523, 23] + [ ecalVeto ] 0 : Hit 1: [23.1438, -148.523, 21] + [ ecalVeto ] 0 : Hit 2: [25.5517, -152.694, 20] + [ ecalVeto ] 0 : Hit 3: [23.1438, -156.865, 19] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-1.47238, 136.011, 14] + [ ecalVeto ] 0 : Hit 1: [-3.88031, 131.841, 13] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-1.47238, 119.329, 12] + [ ecalVeto ] 0 : Hit 1: [-3.88031, 115.158, 11] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [2.40793, 62.5599, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 58.3892, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 54.2186, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, 50.0479, 2] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 2] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4174.75; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2857 Brem photon produced 42 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3715.11; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2858 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -33.3653, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -8.34132, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 50.0479, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 45.8773, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6275.49; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2859 Brem photon produced 47 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -54.2186, 10] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -50.0479, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -37.5359, 10] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -41.7066, 9] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -37.5359, 8] + [ ecalVeto ] 0 : Hit 3: [-19.2635, -33.3653, 7] + [ ecalVeto ] 0 : Hit 4: [-16.8555, -29.1946, 6] + [ ecalVeto ] 0 : Hit 5: [-19.2635, -25.024, 7] + [ ecalVeto ] 0 : Hit 6: [-16.8555, -20.8533, 6] + [ ecalVeto ] 0 : Hit 7: [-19.2635, -16.6826, 5] + [ ecalVeto ] 0 : Hit 8: [-16.8555, -12.512, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 20.8533, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4198.95; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2860 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 16] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 15] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 14] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 13] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 12] + [ ecalVeto ] 0 : Hit 5: [2.40793, 12.512, 11] + [ ecalVeto ] 0 : Hit 6: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 7: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 7: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -25.024, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -29.1946, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -25.024, 8] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -20.8533, 7] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -16.6826, 6] + [ ecalVeto ] 0 : Hit 6: [-9.63173, -16.6826, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -8.34132, 1] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4040.63; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2861 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5243.53; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2862 Brem photon produced 36 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6794.52; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2863 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [48.1586, -41.7066, 22] + [ ecalVeto ] 0 : Hit 1: [45.7507, -37.5359, 21] + [ ecalVeto ] 0 : Hit 2: [48.1586, -33.3653, 20] + [ ecalVeto ] 0 : Hit 3: [45.7507, -29.1946, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [40.9348, -29.1946, 18] + [ ecalVeto ] 0 : Hit 1: [38.5269, -25.024, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [33.711, -16.6826, 16] + [ ecalVeto ] 0 : Hit 1: [31.3031, -12.512, 15] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [26.4873, 12.512, 12] + [ ecalVeto ] 0 : Hit 1: [24.0793, 16.6826, 11] + [ ecalVeto ] 0 : Hit 2: [26.4873, 12.512, 10] + [ ecalVeto ] 0 : Hit 3: [24.0793, 16.6826, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [26.4873, -4.17066, 12] + [ ecalVeto ] 0 : Hit 1: [24.0793, -2.66454e-15, 11] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [26.4873, 70.9012, 10] + [ ecalVeto ] 0 : Hit 1: [24.0793, 66.7306, 9] + [ ecalVeto ] 0 : Hit 2: [26.4873, 62.5599, 8] + [ ecalVeto ] 0 : Hit 3: [24.0793, 58.3892, 7] + [ ecalVeto ] 0 : Hit 4: [26.4873, 54.2186, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [19.2635, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, 4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, 8.34132, 8] + [ ecalVeto ] 0 : Hit 3: [16.8555, 12.512, 7] + [ ecalVeto ] 0 : Hit 4: [19.2635, 16.6826, 8] + [ ecalVeto ] 0 : Hit 5: [16.8555, 20.8533, 7] + [ ecalVeto ] 0 : Hit 6: [19.2635, 25.024, 6] + [ ecalVeto ] 0 : Hit 7: [16.8555, 29.1946, 5] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, 29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, 33.3653, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3397.63; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2864 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [32.7755, 115.158, 22] + [ ecalVeto ] 0 : Hit 1: [30.3676, 110.987, 21] + [ ecalVeto ] 0 : Hit 2: [32.7755, 106.817, 20] + [ ecalVeto ] 0 : Hit 3: [30.3676, 102.646, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, 12.512, 2] + [ ecalVeto ] 0 : Hit 4: [9.63173, 16.6826, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1797.79; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2865 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, 75.0719, 7] + [ ecalVeto ] 0 : Hit 1: [26.4873, 70.9012, 6] + [ ecalVeto ] 0 : Hit 2: [24.0793, 66.7306, 5] + [ ecalVeto ] 0 : Hit 3: [26.4873, 62.5599, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3036.7; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2866 Brem photon produced 31 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [105.013, -90.1341, 16] + [ ecalVeto ] 0 : Hit 1: [102.606, -85.9634, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -25.024, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, -20.8533, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, -16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [16.8555, -12.512, 7] + [ ecalVeto ] 0 : Hit 4: [19.2635, -16.6826, 6] + [ ecalVeto ] 0 : Hit 5: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 6: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 7: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 8: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 58.3892, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 54.2186, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [12.0397, 4.17066, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 33.3653, 3] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 37.5359, 2] + [ ecalVeto ] 0 : Hit 2: [-40.9348, 37.5359, 3] + [ ecalVeto ] 0 : Hit 3: [-38.5269, 41.7066, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 65.1101, 3] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 60.9395, 2] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 73.4515, 1] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 77.6221, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5828.49; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2867 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4818.62; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2868 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -95.9252, 17] + [ ecalVeto ] 0 : Hit 1: [4.81586, -91.7545, 16] + [ ecalVeto ] 0 : Hit 2: [2.40793, -87.5839, 15] + [ ecalVeto ] 0 : Hit 3: [4.81586, -91.7545, 14] + [ ecalVeto ] 0 : Hit 4: [2.40793, -87.5839, 13] + [ ecalVeto ] 0 : Hit 5: [4.81586, -83.4132, 12] + [ ecalVeto ] 0 : Hit 6: [2.40793, -79.2426, 11] + [ ecalVeto ] 0 : Hit 7: [4.81586, -83.4132, 10] + [ ecalVeto ] 0 : Hit 8: [2.40793, -79.2426, 9] + [ ecalVeto ] 0 : Hit 9: [4.81586, -75.0719, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [108.894, -41.7066, 15] + [ ecalVeto ] 0 : Hit 1: [108.894, -41.7066, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, -37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [12.0397, -37.5359, 4] + [ ecalVeto ] 0 : Hit 2: [12.0397, -37.5359, 2] + [ ecalVeto ] 0 : Hit 3: [12.0397, -37.5359, 0] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [52.9745, -25.024, 5] + [ ecalVeto ] 0 : Hit 1: [52.9745, -25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3197.86; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2869 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -33.3653, 27] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -37.5359, 26] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -33.3653, 25] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -33.3653, 23] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -29.1946, 22] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -25.024, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -45.8773, 26] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -45.8773, 24] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -41.7066, 23] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -37.5359, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -37.5359, 25] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -33.3653, 24] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -37.5359, 23] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -41.7066, 22] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -37.5359, 21] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -33.3653, 20] + [ ecalVeto ] 0 : Hit 6: [-12.0397, -29.1946, 19] + [ ecalVeto ] 0 : Hit 7: [-9.63173, -25.024, 18] + [ ecalVeto ] 0 : Hit 8: [-12.0397, -29.1946, 17] + [ ecalVeto ] 0 : Hit 9: [-9.63173, -25.024, 16] + [ ecalVeto ] 0 : Hit 10: [-12.0397, -20.8533, 15] + [ ecalVeto ] 0 : Hit 11: [-9.63173, -25.024, 14] + [ ecalVeto ] 0 : Hit 12: [-12.0397, -20.8533, 13] + [ ecalVeto ] 0 : Hit 13: [-9.63173, -16.6826, 12] + [ ecalVeto ] 0 : Hit 14: [-9.63173, -16.6826, 10] + [ ecalVeto ] 0 : Hit 15: [-12.0397, -12.512, 9] + [ ecalVeto ] 0 : Hit 16: [-9.63173, -8.34132, 8] + [ ecalVeto ] 0 : Hit 17: [-12.0397, -12.512, 7] + [ ecalVeto ] 0 : Hit 18: [-9.63173, -8.34132, 6] + [ ecalVeto ] 0 : Hit 19: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 20: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 21: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 22: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 148.523, 23] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 144.353, 22] + [ ecalVeto ] 0 : Hit 2: [-90.5659, 140.182, 21] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1272.4; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2870 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 98.4754, 19] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 94.3048, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 81.7928, 17] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 77.6221, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 73.4515, 15] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 69.2808, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-112.237, -77.6221, 11] + [ ecalVeto ] 0 : Hit 1: [-109.829, -73.4515, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 62.5599, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 58.3892, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 50.0479, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 45.8773, 8] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5042.07; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2871 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-123.341, -8.34132, 16] + [ ecalVeto ] 0 : Hit 1: [-125.749, -12.512, 15] + [ ecalVeto ] 0 : Finding linreg tracks from 31 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3241.44; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2872 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 75.0719, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, 70.9012, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 62.5599, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, 58.3892, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, 54.2186, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, 50.0479, 7] + [ ecalVeto ] 0 : Hit 4: [12.0397, 45.8773, 6] + [ ecalVeto ] 0 : Hit 5: [9.63173, 41.7066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 26 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3012.11; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2873 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -60.9395, 21] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -65.1101, 20] + [ ecalVeto ] 0 : Finding linreg tracks from 24 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3446.19; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2874 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [61.6707, 81.7928, 24] + [ ecalVeto ] 0 : Hit 1: [59.2627, 77.6221, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -50.0479, 10] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -45.8773, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Hit 4: [9.63173, -8.34132, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 91 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5479.8; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2875 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 70.9012, 26] + [ ecalVeto ] 0 : Hit 1: [9.63173, 66.7306, 25] + [ ecalVeto ] 0 : Hit 2: [12.0397, 62.5599, 24] + [ ecalVeto ] 0 : Hit 3: [9.63173, 58.3892, 23] + [ ecalVeto ] 0 : Hit 4: [12.0397, 62.5599, 22] + [ ecalVeto ] 0 : Hit 5: [9.63173, 58.3892, 21] + [ ecalVeto ] 0 : Hit 6: [12.0397, 54.2186, 20] + [ ecalVeto ] 0 : Hit 7: [9.63173, 50.0479, 19] + [ ecalVeto ] 0 : Hit 8: [9.63173, 50.0479, 17] + [ ecalVeto ] 0 : Hit 9: [4.81586, 50.0479, 18] + [ ecalVeto ] 0 : Hit 10: [4.81586, 50.0479, 16] + [ ecalVeto ] 0 : Hit 11: [2.40793, 45.8773, 15] + [ ecalVeto ] 0 : Hit 12: [4.81586, 41.7066, 14] + [ ecalVeto ] 0 : Hit 13: [2.40793, 37.5359, 13] + [ ecalVeto ] 0 : Hit 14: [4.81586, 41.7066, 12] + [ ecalVeto ] 0 : Hit 15: [2.40793, 37.5359, 11] + [ ecalVeto ] 0 : Hit 16: [4.81586, 33.3653, 10] + [ ecalVeto ] 0 : Hit 17: [2.40793, 29.1946, 9] + [ ecalVeto ] 0 : Hit 18: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 19: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 20: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 21: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 22: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 23: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -37.5359, 23] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -41.7066, 22] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -37.5359, 21] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -33.3653, 20] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -29.1946, 19] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -25.024, 18] + [ ecalVeto ] 0 : Hit 6: [-12.0397, -29.1946, 17] + [ ecalVeto ] 0 : Hit 7: [-9.63173, -25.024, 16] + [ ecalVeto ] 0 : Hit 8: [-12.0397, -20.8533, 15] + [ ecalVeto ] 0 : Hit 9: [-9.63173, -16.6826, 14] + [ ecalVeto ] 0 : Hit 10: [-9.63173, -16.6826, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 35 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1537.66; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2876 Brem photon produced 44 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 26 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4803.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2877 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-112.237, -102.646, 15] + [ ecalVeto ] 0 : Hit 1: [-109.829, -98.4754, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -50.0479, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -45.8773, 8] + [ ecalVeto ] 0 : Hit 2: [12.0397, -45.8773, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -41.7066, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, -37.5359, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, -33.3653, 3] + [ ecalVeto ] 0 : Hit 6: [12.0397, -37.5359, 2] + [ ecalVeto ] 0 : Hit 7: [9.63173, -33.3653, 1] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -69.2808, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -66.7306, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -12.512, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6816.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2878 Brem photon produced 38 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [32.7755, 123.499, 18] + [ ecalVeto ] 0 : Hit 1: [30.3676, 119.329, 17] + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7999.07; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2879 Brem photon produced 79 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 25.024, 7] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 29.1946, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 45.8773, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 41.7066, 6] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 41.7066, 4] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 37.5359, 3] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 41.7066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3087.26; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2880 Brem photon produced 55 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [12.0397, -29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6104.05; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2881 Brem photon produced 47 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 37.5359, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 29.1946, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 33.3653, 3] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5172.8; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2882 Brem photon produced 57 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [3.34348, -152.694, 23] + [ ecalVeto ] 0 : Hit 1: [3.88031, -148.523, 22] + [ ecalVeto ] 0 : Hit 2: [3.34348, -144.353, 21] + [ ecalVeto ] 0 : Hit 3: [3.88031, -140.182, 20] + [ ecalVeto ] 0 : Finding linreg tracks from 87 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3270.68; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2883 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [119.461, -81.7928, 26] + [ ecalVeto ] 0 : Hit 1: [117.053, -77.6221, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [97.7897, -77.6221, 22] + [ ecalVeto ] 0 : Hit 1: [95.3817, -81.7928, 21] + [ ecalVeto ] 0 : Hit 2: [97.7897, -77.6221, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [76.1183, -65.1101, 18] + [ ecalVeto ] 0 : Hit 1: [76.1183, -65.1101, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [67.4221, -58.3892, 17] + [ ecalVeto ] 0 : Hit 1: [67.4221, -58.3892, 15] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2589.15; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2884 Brem photon produced 38 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-132.973, 33.3653, 25] + [ ecalVeto ] 0 : Hit 1: [-130.565, 37.5359, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-118.525, 33.3653, 23] + [ ecalVeto ] 0 : Hit 1: [-116.118, 29.1946, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 29.1946, 19] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 33.3653, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 29.1946, 17] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 25.024, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-52.039, -98.4754, 12] + [ ecalVeto ] 0 : Hit 1: [-54.4469, -94.3048, 11] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -62.5599, 8] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -58.3892, 7] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -33.3653, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -29.1946, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -33.3653, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 119 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6063.46; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2885 Brem photon produced 47 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [48.1586, 58.3892, 8] + [ ecalVeto ] 0 : Hit 1: [45.7507, 54.2186, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5144.59; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2886 Brem photon produced 33 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 8.34132, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 5: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-67.4221, -41.7066, 6] + [ ecalVeto ] 0 : Hit 1: [-69.83, -37.5359, 5] + [ ecalVeto ] 0 : Hit 2: [-67.4221, -33.3653, 4] + [ ecalVeto ] 0 : Hit 3: [-69.83, -29.1946, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -25.024, 3] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -29.1946, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -29.1946, 1] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -25.024, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 96 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5525.23; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2887 Brem photon produced 46 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [39.9993, 127.67, 24] + [ ecalVeto ] 0 : Hit 1: [37.5914, 123.499, 23] + [ ecalVeto ] 0 : Hit 2: [39.9993, 119.329, 22] + [ ecalVeto ] 0 : Hit 3: [37.5914, 115.158, 21] + [ ecalVeto ] 0 : Hit 4: [39.9993, 110.987, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [30.3676, 102.646, 19] + [ ecalVeto ] 0 : Hit 1: [32.7755, 98.4754, 18] + [ ecalVeto ] 0 : Hit 2: [30.3676, 94.3048, 17] + [ ecalVeto ] 0 : Hit 3: [32.7755, 90.1341, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 3: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Hit 5: [4.81586, 41.7066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5569.28; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2888 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-105.013, -106.817, 17] + [ ecalVeto ] 0 : Hit 1: [-102.606, -110.987, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [33.711, -50.0479, 10] + [ ecalVeto ] 0 : Hit 1: [31.3031, -45.8773, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 97 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6238.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2889 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 40 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4127.66; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2890 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, 20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [19.2635, 16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [16.8555, 12.512, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3855.14; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2891 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 50.0479, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, 45.8773, 11] + [ ecalVeto ] 0 : Hit 2: [19.2635, 41.7066, 10] + [ ecalVeto ] 0 : Hit 3: [16.8555, 37.5359, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 50.0479, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [162.804, 106.817, 4] + [ ecalVeto ] 0 : Hit 1: [160.396, 102.646, 3] + [ ecalVeto ] 0 : Hit 2: [162.804, 98.4754, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6623.24; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2892 Brem photon produced 63 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 62.5599, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 58.3892, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 54.2186, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 50.0479, 6] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 50.0479, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 29.1946, 2] + [ ecalVeto ] 0 : Hit 5: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Hit 6: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Hit 7: [2.40793, 29.1946, 1] + [ ecalVeto ] 0 : Hit 8: [4.81586, 33.3653, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3623.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2893 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -8.34132, 12] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -4.17066, 11] + [ ecalVeto ] 0 : Hit 2: [-24.0793, -8.34132, 10] + [ ecalVeto ] 0 : Hit 3: [-24.0793, -8.34132, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -29.1946, 9] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -25.024, 8] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -20.8533, 7] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -25.024, 6] + [ ecalVeto ] 0 : Hit 5: [-12.0397, -20.8533, 5] + [ ecalVeto ] 0 : Hit 6: [-9.63173, -25.024, 4] + [ ecalVeto ] 0 : Hit 7: [-12.0397, -20.8533, 3] + [ ecalVeto ] 0 : Hit 8: [-9.63173, -25.024, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -12.512, 9] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -12.512, 7] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -16.6826, 6] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -16.6826, 4] + [ ecalVeto ] 0 : Hit 6: [-9.63173, -16.6826, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -16.6826, 9] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -12.512, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2236.28; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2894 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3650.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2895 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, -16.6826, 24] + [ ecalVeto ] 0 : Hit 1: [31.3031, -20.8533, 23] + [ ecalVeto ] 0 : Hit 2: [33.711, -16.6826, 22] + [ ecalVeto ] 0 : Hit 3: [31.3031, -20.8533, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-105.013, -98.4754, 13] + [ ecalVeto ] 0 : Hit 1: [-102.606, -94.3048, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 11] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 10] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [80.9341, 115.158, 11] + [ ecalVeto ] 0 : Hit 1: [83.3421, 110.987, 10] + [ ecalVeto ] 0 : Hit 2: [80.9341, 106.817, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [59.2627, 77.6221, 9] + [ ecalVeto ] 0 : Hit 1: [61.6707, 81.7928, 8] + [ ecalVeto ] 0 : Hit 2: [59.2627, 77.6221, 7] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 2] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -2.66454e-15, 1] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 4.17066, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3088.57; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2896 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [59.2627, 177.718, 23] + [ ecalVeto ] 0 : Hit 1: [61.6707, 173.547, 22] + [ ecalVeto ] 0 : Hit 2: [59.2627, 169.377, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -50.0479, 22] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -45.8773, 21] + [ ecalVeto ] 0 : Hit 2: [-38.5269, -41.7066, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, -33.3653, 19] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -37.5359, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -16.6826, 17] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -20.8533, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -33.3653, 17] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -29.1946, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -25.024, 16] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -20.8533, 15] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -16.6826, 15] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -20.8533, 14] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -16.6826, 13] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -12.512, 12] + [ ecalVeto ] 0 : Hit 4: [-19.2635, -8.34132, 11] + [ ecalVeto ] 0 : Hit 5: [-16.8555, -4.17066, 10] + [ ecalVeto ] 0 : Hit 6: [-19.2635, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 7: [-16.8555, 4.17066, 8] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -12.512, 15] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -16.6826, 14] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-33.711, -16.6826, 15] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -20.8533, 14] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 12.512, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5553.19; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2897 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, 33.3653, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6089.11; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2898 Brem photon produced 39 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -12.512, 13] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -16.6826, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -2.66454e-15, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 12.512, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 99 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6568.37; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2899 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-67.4221, -50.0479, 18] + [ ecalVeto ] 0 : Hit 1: [-69.83, -45.8773, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [31.3031, -12.512, 11] + [ ecalVeto ] 0 : Hit 1: [31.3031, -12.512, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 6: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Hit 7: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, 4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 5: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Hit 6: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 7: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6130.53; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2900 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2645.5; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2901 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -41.7066, 10] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -37.5359, 9] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -41.7066, 8] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -45.8773, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -66.7306, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -62.5599, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -58.3892, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -54.2186, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -50.0479, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -45.8773, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -41.7066, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -37.5359, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 103 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7368.15; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2902 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 19 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1620.42; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2903 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-23.1438, -115.158, 20] + [ ecalVeto ] 0 : Hit 1: [-25.5517, -110.987, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-15.92, -102.646, 18] + [ ecalVeto ] 0 : Hit 1: [-18.3279, -98.4754, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -58.3892, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -62.5599, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4152; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2904 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [25.5517, 194.401, 30] + [ ecalVeto ] 0 : Hit 1: [23.1438, 190.23, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, 4.17066, 14] + [ ecalVeto ] 0 : Hit 1: [24.0793, 8.34132, 13] + [ ecalVeto ] 0 : Hit 2: [26.4873, 12.512, 12] + [ ecalVeto ] 0 : Hit 3: [24.0793, 16.6826, 11] + [ ecalVeto ] 0 : Hit 4: [26.4873, 20.8533, 10] + [ ecalVeto ] 0 : Hit 5: [24.0793, 25.024, 9] + [ ecalVeto ] 0 : Hit 6: [26.4873, 29.1946, 8] + [ ecalVeto ] 0 : Hit 7: [24.0793, 33.3653, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [24.0793, 50.0479, 13] + [ ecalVeto ] 0 : Hit 1: [26.4873, 54.2186, 12] + [ ecalVeto ] 0 : Hit 2: [24.0793, 50.0479, 11] + [ ecalVeto ] 0 : Hit 3: [26.4873, 45.8773, 10] + [ ecalVeto ] 0 : Hit 4: [24.0793, 41.7066, 9] + [ ecalVeto ] 0 : Hit 5: [26.4873, 37.5359, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, 16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, 20.8533, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, 25.024, 8] + [ ecalVeto ] 0 : Hit 3: [16.8555, 29.1946, 7] + [ ecalVeto ] 0 : Hit 4: [19.2635, 33.3653, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, 29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, 29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, 33.3653, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2795.39; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2905 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4936.37; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2906 Brem photon produced 56 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 24 + [ ecalVeto ] 0 : Beginning track merging using 24 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 21 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-118.525, 8.34132, 29] + [ ecalVeto ] 0 : Hit 1: [-116.118, 4.17066, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [123.341, -8.34132, 29] + [ ecalVeto ] 0 : Hit 1: [125.749, -4.17066, 28] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [118.525, -8.34132, 28] + [ ecalVeto ] 0 : Hit 1: [116.118, -12.512, 27] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-111.302, 4.17066, 27] + [ ecalVeto ] 0 : Hit 1: [-108.894, -2.36672e-14, 26] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -4.17066, 25] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -2.36672e-14, 24] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-81.8697, -8.34132, 22] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -8.34132, 20] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-69.83, -12.512, 19] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -8.34132, 18] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -8.34132, 17] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -12.512, 16] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -12.512, 15] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -16.6826, 14] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [45.7507, -20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [48.1586, -25.024, 12] + [ ecalVeto ] 0 : Hit 2: [45.7507, -29.1946, 11] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -20.8533, 12] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -16.6826, 10] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 9] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -25.024, 8] + [ ecalVeto ] 0 : Track 14: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 6: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Hit 7: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Track 15: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 6: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Hit 7: [12.0397, -37.5359, 4] + [ ecalVeto ] 0 : Track 16: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -29.1946, 8] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 5: [19.2635, -25.024, 6] + [ ecalVeto ] 0 : Hit 6: [16.8555, -29.1946, 5] + [ ecalVeto ] 0 : Track 17: + [ ecalVeto ] 0 : Hit 0: [26.4873, -29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [24.0793, -25.024, 7] + [ ecalVeto ] 0 : Track 18: + [ ecalVeto ] 0 : Hit 0: [4.81586, -41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -29.1946, 8] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Track 19: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -41.7066, 4] + [ ecalVeto ] 0 : Track 20: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -50.0479, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -45.8773, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 21 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3858.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2907 Brem photon produced 37 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -37.5359, 10] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -33.3653, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4895.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2908 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2653.3; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2909 Brem photon produced 78 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -12.512, 10] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -8.34132, 9] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -4.17066, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 12.512, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 8.34132, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4367.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2910 Brem photon produced 44 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, -12.512, 12] + [ ecalVeto ] 0 : Hit 1: [24.0793, -8.34132, 11] + [ ecalVeto ] 0 : Hit 2: [26.4873, -4.17066, 10] + [ ecalVeto ] 0 : Hit 3: [24.0793, -8.34132, 9] + [ ecalVeto ] 0 : Hit 4: [24.0793, -8.34132, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -4.17066, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -2.66454e-15, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [16.8555, 4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [16.8555, 4.17066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 44 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4841.03; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2911 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 20.8533, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [15.92, 102.646, 1] + [ ecalVeto ] 0 : Hit 1: [18.3279, 106.817, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4633.68; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2912 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -29.1946, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [-38.5269, -2.66454e-15, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4737.42; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2913 Brem photon produced 41 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-183.54, 54.2186, 15] + [ ecalVeto ] 0 : Hit 1: [-181.132, 58.3892, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-161.868, 58.3892, 13] + [ ecalVeto ] 0 : Hit 1: [-159.46, 54.2186, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 29.1946, 2] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 25.024, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3538.87; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2914 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 13 + [ ecalVeto ] 0 : Beginning track merging using 13 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 13 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-140.197, -62.5599, 31] + [ ecalVeto ] 0 : Hit 1: [-137.789, -58.3892, 30] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-125.749, -54.2186, 29] + [ ecalVeto ] 0 : Hit 1: [-123.341, -50.0479, 28] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-118.525, -50.0479, 27] + [ ecalVeto ] 0 : Hit 1: [-116.118, -45.8773, 26] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-111.302, -45.8773, 25] + [ ecalVeto ] 0 : Hit 1: [-108.894, -41.7066, 24] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-104.078, -33.3653, 23] + [ ecalVeto ] 0 : Hit 1: [-101.67, -29.1946, 22] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -20.8533, 21] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -16.6826, 20] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-69.83, 4.17066, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 8.34132, 14] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 12.512, 12] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [59.2627, 77.6221, 11] + [ ecalVeto ] 0 : Hit 1: [59.2627, 77.6221, 9] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 25.024, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 29.1946, 10] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [59.2627, 85.9634, 9] + [ ecalVeto ] 0 : Hit 1: [59.2627, 85.9634, 7] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 33.3653, 8] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 13 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5892.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2915 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5684.45; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2916 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -58.3892, 14] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -58.3892, 12] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -54.2186, 11] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -50.0479, 10] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -45.8773, 9] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -41.7066, 8] + [ ecalVeto ] 0 : Hit 6: [-12.0397, -37.5359, 7] + [ ecalVeto ] 0 : Hit 7: [-9.63173, -33.3653, 6] + [ ecalVeto ] 0 : Hit 8: [-12.0397, -29.1946, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -4.17066, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5525.18; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2917 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, 29.1946, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Hit 4: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Hit 5: [12.0397, 29.1946, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 54.2186, 10] + [ ecalVeto ] 0 : Hit 1: [12.0397, 54.2186, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, 50.0479, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, 45.8773, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, 41.7066, 5] + [ ecalVeto ] 0 : Hit 5: [12.0397, 37.5359, 4] + [ ecalVeto ] 0 : Hit 6: [9.63173, 41.7066, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 45.8773, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 50.0479, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 45.8773, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 38 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1947.87; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2918 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 54.2186, 17] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 50.0479, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, 20.8533, 12] + [ ecalVeto ] 0 : Hit 1: [24.0793, 16.6826, 11] + [ ecalVeto ] 0 : Hit 2: [26.4873, 20.8533, 10] + [ ecalVeto ] 0 : Hit 3: [24.0793, 16.6826, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4087.66; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2919 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-47.2231, 73.4515, 19] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 70.9012, 18] + [ ecalVeto ] 0 : Hit 2: [-48.1586, 66.7306, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 62.5599, 17] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 66.7306, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 69.2808, 15] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 65.1101, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 62.5599, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 58.3892, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Hit 4: [12.0397, 12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5099.8; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2920 Brem photon produced 56 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -4.17066, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4941.52; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2921 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -94.3048, 21] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -90.1341, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -73.4515, 19] + [ ecalVeto ] 0 : Hit 1: [-59.2627, -69.2808, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -62.5599, 17] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -58.3892, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -45.8773, 15] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -41.7066, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 70.9012, 15] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 66.7306, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [24.0793, 66.7306, 15] + [ ecalVeto ] 0 : Hit 1: [26.4873, 62.5599, 14] + [ ecalVeto ] 0 : Hit 2: [24.0793, 58.3892, 13] + [ ecalVeto ] 0 : Hit 3: [26.4873, 54.2186, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-33.711, -33.3653, 13] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -29.1946, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4843.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2922 Brem photon produced 42 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8059.44; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2923 Brem photon produced 46 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-61.6707, 115.158, 21] + [ ecalVeto ] 0 : Hit 1: [-59.2627, 119.329, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 70.9012, 7] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 70.9012, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 58.3892, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 54.2186, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 50.0479, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 45.8773, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 41.7066, 3] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 37.5359, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 37.5359, 5] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 41.7066, 4] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 45.8773, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-69.83, 12.512, 5] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 8.34132, 4] + [ ecalVeto ] 0 : Hit 2: [-62.6062, 8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [-60.1983, 4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 93 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4803.68; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2924 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2924 Brem photon produced 50 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-60.1983, 29.1946, 20] + [ ecalVeto ] 0 : Hit 1: [-62.6062, 25.024, 19] + [ ecalVeto ] 0 : Hit 2: [-60.1983, 20.8533, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -41.7066, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -37.5359, 5] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -33.3653, 4] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -33.3653, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3242.62; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2925 Brem photon produced 41 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [45.7507, 12.512, 11] + [ ecalVeto ] 0 : Hit 1: [45.7507, 12.512, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [40.9348, 12.512, 8] + [ ecalVeto ] 0 : Hit 1: [40.9348, 12.512, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [26.4873, 12.512, 8] + [ ecalVeto ] 0 : Hit 1: [24.0793, 16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [26.4873, 20.8533, 6] + [ ecalVeto ] 0 : Hit 3: [24.0793, 16.6826, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6565.01; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2926 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3509.14; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2927 Brem photon produced 45 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2927 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3709.53; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2928 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [197.987, -12.512, 30] + [ ecalVeto ] 0 : Hit 1: [195.579, -8.34132, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [132.973, -41.7066, 30] + [ ecalVeto ] 0 : Hit 1: [130.565, -37.5359, 29] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 85.9634, 23] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 81.7928, 22] + [ ecalVeto ] 0 : Hit 2: [-68.8945, 77.6221, 21] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 13412.4; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2929 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 12] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 11] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -20.8533, 10] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -16.6826, 9] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -12.512, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -16.6826, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -20.8533, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -16.6826, 8] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -20.8533, 7] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -16.6826, 6] + [ ecalVeto ] 0 : Hit 6: [-12.0397, -12.512, 5] + [ ecalVeto ] 0 : Hit 7: [-9.63173, -16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 25 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2197.31; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2930 Brem photon produced 53 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-176.316, -83.4132, 21] + [ ecalVeto ] 0 : Hit 1: [-173.908, -87.5839, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-125.749, -70.9012, 15] + [ ecalVeto ] 0 : Hit 1: [-123.341, -66.7306, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5412.04; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2931 Brem photon produced 38 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 8.34132, 4] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 4.17066, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 90 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4834.48; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2932 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [95.3817, -123.499, 21] + [ ecalVeto ] 0 : Hit 1: [95.3817, -123.499, 19] + [ ecalVeto ] 0 : Hit 2: [97.7897, -119.329, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 5: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 50.0479, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 45.8773, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 41.7066, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 87 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5777.42; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2933 Brem photon produced 40 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, -37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [19.2635, -33.3653, 10] + [ ecalVeto ] 0 : Hit 2: [16.8555, -29.1946, 9] + [ ecalVeto ] 0 : Hit 3: [19.2635, -25.024, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [19.2635, -16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [19.2635, -16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [16.8555, -20.8533, 3] + [ ecalVeto ] 0 : Hit 4: [19.2635, -16.6826, 2] + [ ecalVeto ] 0 : Hit 5: [16.8555, -12.512, 1] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -37.5359, 3] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -33.3653, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7876.01; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2934 Brem photon produced 63 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [219.659, 25.024, 24] + [ ecalVeto ] 0 : Hit 1: [217.251, 20.8533, 23] + [ ecalVeto ] 0 : Finding linreg tracks from 92 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3861.02; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2935 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 32] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 31] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 20.8533, 30] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 25.024, 29] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 29.1946, 28] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 25.024, 27] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 29.1946, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 25] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 24] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 23] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 22] + [ ecalVeto ] 0 : Hit 4: [2.40793, 29.1946, 21] + [ ecalVeto ] 0 : Hit 5: [4.81586, 25.024, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 19] + [ ecalVeto ] 0 : Hit 1: [12.0397, 29.1946, 18] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 17] + [ ecalVeto ] 0 : Hit 3: [12.0397, 29.1946, 16] + [ ecalVeto ] 0 : Hit 4: [12.0397, 29.1946, 14] + [ ecalVeto ] 0 : Hit 5: [12.0397, 29.1946, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, 33.3653, 16] + [ ecalVeto ] 0 : Hit 1: [16.8555, 29.1946, 15] + [ ecalVeto ] 0 : Hit 2: [19.2635, 33.3653, 14] + [ ecalVeto ] 0 : Hit 3: [16.8555, 37.5359, 13] + [ ecalVeto ] 0 : Hit 4: [19.2635, 33.3653, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2473.63; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2936 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 41 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3439.7; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2937 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [61.6707, 106.817, 30] + [ ecalVeto ] 0 : Hit 1: [59.2627, 102.646, 29] + [ ecalVeto ] 0 : Hit 2: [61.6707, 98.4754, 28] + [ ecalVeto ] 0 : Hit 3: [59.2627, 94.3048, 27] + [ ecalVeto ] 0 : Hit 4: [61.6707, 90.1341, 26] + [ ecalVeto ] 0 : Hit 5: [59.2627, 85.9634, 25] + [ ecalVeto ] 0 : Hit 6: [61.6707, 81.7928, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-15.92, -102.646, 22] + [ ecalVeto ] 0 : Hit 1: [-18.3279, -98.4754, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 20.8533, 21] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 16.6826, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-111.302, 54.2186, 21] + [ ecalVeto ] 0 : Hit 1: [-108.894, 58.3892, 20] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [48.1586, 58.3892, 20] + [ ecalVeto ] 0 : Hit 1: [45.7507, 54.2186, 19] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-104.078, 58.3892, 19] + [ ecalVeto ] 0 : Hit 1: [-102.606, 60.9395, 18] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-69.83, 12.512, 19] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 8.34132, 18] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [33.711, 41.7066, 16] + [ ecalVeto ] 0 : Hit 1: [31.3031, 37.5359, 15] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [26.4873, 29.1946, 14] + [ ecalVeto ] 0 : Hit 1: [24.0793, 25.024, 13] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3464.39; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2938 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-81.8697, -25.024, 24] + [ ecalVeto ] 0 : Hit 1: [-82.4065, -29.1946, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 45.8773, 17] + [ ecalVeto ] 0 : Hit 1: [-82.4065, 45.8773, 15] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2788.56; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2939 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-15.92, 161.035, 32] + [ ecalVeto ] 0 : Hit 1: [-18.3279, 156.865, 31] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-11.1041, 102.646, 23] + [ ecalVeto ] 0 : Hit 1: [-8.69618, 98.4754, 22] + [ ecalVeto ] 0 : Hit 2: [-11.1041, 94.3048, 21] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 91.7545, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 79.2426, 19] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 75.0719, 18] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 70.9012, 17] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 66.7306, 16] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 62.5599, 15] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 58.3892, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [30.3676, -102.646, 13] + [ ecalVeto ] 0 : Hit 1: [32.7755, -106.817, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 41.7066, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 33.3653, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 29.1946, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5630.05; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2940 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3664.21; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2941 Brem photon produced 52 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, -33.3653, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 92 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6924.59; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2942 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [112.237, 136.011, 16] + [ ecalVeto ] 0 : Hit 1: [112.237, 136.011, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [97.7897, 127.67, 14] + [ ecalVeto ] 0 : Hit 1: [95.3817, 123.499, 13] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4079.24; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2943 Brem photon produced 77 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-202.803, 45.8773, 8] + [ ecalVeto ] 0 : Hit 1: [-205.211, 41.7066, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, -2.66454e-15, 1] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 4.17066, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5003.37; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2944 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [48.1586, 66.7306, 14] + [ ecalVeto ] 0 : Hit 1: [48.1586, 66.7306, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, 37.5359, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, 33.3653, 3] + [ ecalVeto ] 0 : Hit 4: [12.0397, 29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 97 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6895.01; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2945 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [11.1041, -152.694, 24] + [ ecalVeto ] 0 : Hit 1: [8.69618, -148.523, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 15] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 14] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 13] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 12] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -16.6826, 11] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -20.8533, 10] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -25.024, 9] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Hit 8: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 9: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -83.4132, 14] + [ ecalVeto ] 0 : Hit 1: [2.40793, -79.2426, 13] + [ ecalVeto ] 0 : Hit 2: [4.81586, -75.0719, 12] + [ ecalVeto ] 0 : Hit 3: [2.40793, -70.9012, 11] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5554.06; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2946 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [31.3031, 20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [31.3031, 20.8533, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -87.5839, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, -83.4132, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, -79.2426, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -79.2426, 10] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -75.0719, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 11167.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2947 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-67.4221, -2.66454e-15, 20] + [ ecalVeto ] 0 : Hit 1: [-69.83, 4.17066, 19] + [ ecalVeto ] 0 : Hit 2: [-67.4221, -2.66454e-15, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -8.34132, 17] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -12.512, 16] + [ ecalVeto ] 0 : Finding linreg tracks from 38 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5215.02; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2948 Brem photon produced 2 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, 54.2186, 13] + [ ecalVeto ] 0 : Hit 1: [19.2635, 50.0479, 12] + [ ecalVeto ] 0 : Hit 2: [16.8555, 45.8773, 11] + [ ecalVeto ] 0 : Hit 3: [16.8555, 45.8773, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 12.512, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4811.5; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2949 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-44.8152, -127.67, 22] + [ ecalVeto ] 0 : Hit 1: [-47.2231, -123.499, 21] + [ ecalVeto ] 0 : Hit 2: [-44.8152, -119.329, 20] + [ ecalVeto ] 0 : Finding linreg tracks from 92 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4197.18; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2950 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 54.2186, 15] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 50.0479, 14] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 45.8773, 13] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 41.7066, 12] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 37.5359, 11] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 33.3653, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-116.118, -12.512, 14] + [ ecalVeto ] 0 : Hit 1: [-118.525, -16.6826, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -20.8533, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4070.72; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2951 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-132.973, -25.024, 29] + [ ecalVeto ] 0 : Hit 1: [-130.565, -20.8533, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-118.525, -25.024, 27] + [ ecalVeto ] 0 : Hit 1: [-116.118, -20.8533, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -20.8533, 23] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -16.6826, 22] + [ ecalVeto ] 0 : Hit 2: [-94.4462, -16.6826, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-94.4462, 33.3653, 22] + [ ecalVeto ] 0 : Hit 1: [-96.8541, 29.1946, 21] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -20.8533, 21] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -16.6826, 20] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-52.9745, -41.7066, 16] + [ ecalVeto ] 0 : Hit 1: [-55.3824, -37.5359, 15] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4799.04; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2952 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [161.868, 75.0719, 28] + [ ecalVeto ] 0 : Hit 1: [161.868, 75.0719, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [154.644, 62.5599, 24] + [ ecalVeto ] 0 : Hit 1: [154.644, 62.5599, 22] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1843.48; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2953 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-183.54, 37.5359, 25] + [ ecalVeto ] 0 : Hit 1: [-181.132, 33.3653, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-118.525, 50.0479, 17] + [ ecalVeto ] 0 : Hit 1: [-116.118, 45.8773, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-104.078, 50.0479, 15] + [ ecalVeto ] 0 : Hit 1: [-101.67, 45.8773, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-69.83, 37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 33.3653, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 25.024, 8] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [31.3031, 54.2186, 5] + [ ecalVeto ] 0 : Hit 1: [31.3031, 54.2186, 3] + [ ecalVeto ] 0 : Hit 2: [33.711, 50.0479, 2] + [ ecalVeto ] 0 : Hit 3: [31.3031, 45.8773, 1] + [ ecalVeto ] 0 : Hit 4: [33.711, 41.7066, 0] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 2] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 1] + [ ecalVeto ] 0 : Hit 4: [12.0397, -12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 103 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4572.64; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2954 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 14] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 13] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -33.3653, 11] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -37.5359, 10] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -33.3653, 9] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -29.1946, 8] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Hit 8: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [169.092, -29.1946, 14] + [ ecalVeto ] 0 : Hit 1: [166.684, -33.3653, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -41.7066, 10] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -41.7066, 8] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -41.7066, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -33.3653, 8] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -33.3653, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, -37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4479.91; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2955 Brem photon produced 67 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [141.132, 144.353, 16] + [ ecalVeto ] 0 : Hit 1: [138.725, 140.182, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 85.9634, 13] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 81.7928, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -2.66454e-15, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 92 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5825.44; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2956 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-169.092, 20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [-166.684, 16.6826, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4714.25; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2957 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 16.6826, 19] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 12.512, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 4.17066, 17] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -2.66454e-15, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -12.512, 17] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -16.6826, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [67.4221, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [67.4221, -2.66454e-15, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [55.3824, -4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [52.9745, -8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [52.9745, -8.34132, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5392.12; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2958 Brem photon produced 81 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -62.5599, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -58.3892, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -54.2186, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -50.0479, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -45.8773, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, -37.5359, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, -41.7066, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -41.7066, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -37.5359, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -29.1946, 2] + [ ecalVeto ] 0 : Hit 6: [-9.63173, -33.3653, 4] + [ ecalVeto ] 0 : Hit 7: [-9.63173, -33.3653, 2] + [ ecalVeto ] 0 : Hit 8: [-12.0397, -29.1946, 1] + [ ecalVeto ] 0 : Hit 9: [-9.63173, -25.024, 0] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6738.45; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2959 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 8.34132, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -8.34132, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -25.024, 4] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -20.8533, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-145.948, -144.353, 4] + [ ecalVeto ] 0 : Hit 1: [-148.356, -148.523, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 103 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4866.15; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2960 Brem photon produced 49 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 37.5359, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 12.512, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-130.565, -29.1946, 2] + [ ecalVeto ] 0 : Hit 1: [-130.565, -29.1946, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5113.7; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2961 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 45.8773, 12] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 41.7066, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 8.34132, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3812.07; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2962 Brem photon produced 68 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4730.35; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2963 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 37 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4436.19; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2964 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 23 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4817.2; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2965 Brem photon produced 40 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -50.0479, 11] + [ ecalVeto ] 0 : Hit 1: [12.0397, -54.2186, 10] + [ ecalVeto ] 0 : Hit 2: [9.63173, -50.0479, 9] + [ ecalVeto ] 0 : Hit 3: [12.0397, -45.8773, 8] + [ ecalVeto ] 0 : Hit 4: [9.63173, -41.7066, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Hit 5: [12.0397, -12.512, 2] + [ ecalVeto ] 0 : Hit 6: [9.63173, -16.6826, 1] + [ ecalVeto ] 0 : Hit 7: [12.0397, -20.8533, 0] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Hit 1: [9.63173, -33.3653, 3] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 2] + [ ecalVeto ] 0 : Hit 3: [9.63173, -33.3653, 1] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Hit 2: [12.0397, -20.8533, 2] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3750.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2966 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 16.6826, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [69.83, 45.8773, 6] + [ ecalVeto ] 0 : Hit 1: [67.4221, 41.7066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 41 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4420.41; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2967 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [3.88031, -106.817, 18] + [ ecalVeto ] 0 : Hit 1: [3.34348, -102.646, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-1.47238, -102.646, 16] + [ ecalVeto ] 0 : Hit 1: [-3.88031, -98.4754, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -79.2426, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -75.0719, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -70.9012, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -66.7306, 8] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -66.7306, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 2] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -25.024, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 2 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4736.61; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2968 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [131.501, 85.9634, 29] + [ ecalVeto ] 0 : Hit 1: [133.909, 81.7928, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [105.013, 65.1101, 24] + [ ecalVeto ] 0 : Hit 1: [102.606, 60.9395, 23] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [77.0538, 50.0479, 18] + [ ecalVeto ] 0 : Hit 1: [74.6459, 45.8773, 17] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [132.973, -41.7066, 14] + [ ecalVeto ] 0 : Hit 1: [130.565, -37.5359, 13] + [ ecalVeto ] 0 : Hit 2: [132.973, -33.3653, 12] + [ ecalVeto ] 0 : Hit 3: [130.565, -37.5359, 11] + [ ecalVeto ] 0 : Hit 4: [132.973, -41.7066, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [19.2635, -8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [19.2635, -8.34132, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 2] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Hit 4: [9.63173, -8.34132, 1] + [ ecalVeto ] 0 : Hit 5: [12.0397, -12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4926.48; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2969 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [31.3031, 45.8773, 23] + [ ecalVeto ] 0 : Hit 1: [33.711, 50.0479, 22] + [ ecalVeto ] 0 : Hit 2: [31.3031, 45.8773, 21] + [ ecalVeto ] 0 : Hit 3: [33.711, 50.0479, 20] + [ ecalVeto ] 0 : Hit 4: [33.711, 50.0479, 18] + [ ecalVeto ] 0 : Hit 5: [38.5269, 50.0479, 19] + [ ecalVeto ] 0 : Hit 6: [38.5269, 50.0479, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [33.711, 41.7066, 16] + [ ecalVeto ] 0 : Hit 1: [31.3031, 45.8773, 15] + [ ecalVeto ] 0 : Hit 2: [33.711, 41.7066, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -45.8773, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -41.7066, 10] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -41.7066, 8] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -37.5359, 7] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -33.3653, 6] + [ ecalVeto ] 0 : Hit 5: [-12.0397, -29.1946, 5] + [ ecalVeto ] 0 : Hit 6: [-9.63173, -25.024, 4] + [ ecalVeto ] 0 : Hit 7: [-12.0397, -29.1946, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -29.1946, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -54.2186, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -50.0479, 5] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -41.7066, 4] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -41.7066, 2] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -45.8773, 1] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -50.0479, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 94 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 9541.45; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2970 Brem photon produced 53 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-140.197, 79.2426, 23] + [ ecalVeto ] 0 : Hit 1: [-137.789, 75.0719, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 45.8773, 17] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 41.7066, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 37.5359, 15] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 33.3653, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-69.83, 29.1946, 13] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 25.024, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 12.512, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 3: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, -33.3653, 2] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 12.512, 8] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -12.512, 4] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3338.91; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2971 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, 79.2426, 10] + [ ecalVeto ] 0 : Hit 1: [24.0793, 75.0719, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 20.8533, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 12.512, 5] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 16.6826, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 12.512, 4] + [ ecalVeto ] 0 : Hit 2: [-40.9348, 12.512, 5] + [ ecalVeto ] 0 : Hit 3: [-38.5269, 8.34132, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [74.6459, -29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [74.6459, -29.1946, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 12.512, 4] + [ ecalVeto ] 0 : Hit 1: [-33.711, 16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5423.72; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2972 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2972 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -45.8773, 21] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -41.7066, 20] + [ ecalVeto ] 0 : Hit 2: [-55.3824, -37.5359, 19] + [ ecalVeto ] 0 : Hit 3: [-52.9745, -41.7066, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 18] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 17] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 15] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 14] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 8.34132, 13] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 12.512, 12] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 12.512, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -33.3653, 17] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -37.5359, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Hit 6: [4.81586, 33.3653, 2] + [ ecalVeto ] 0 : Hit 7: [2.40793, 37.5359, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 39 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2289.09; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2973 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 45.8773, 7] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 50.0479, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -66.7306, 4] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -62.5599, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 37 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3685.05; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2974 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [47.2231, -115.158, 30] + [ ecalVeto ] 0 : Hit 1: [44.8152, -110.987, 29] + [ ecalVeto ] 0 : Hit 2: [47.2231, -106.817, 28] + [ ecalVeto ] 0 : Hit 3: [44.8152, -102.646, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [39.9993, -94.3048, 26] + [ ecalVeto ] 0 : Hit 1: [37.5914, -90.1341, 25] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [26.4873, -79.2426, 22] + [ ecalVeto ] 0 : Hit 1: [24.0793, -75.0719, 21] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, -66.7306, 20] + [ ecalVeto ] 0 : Hit 1: [16.8555, -62.5599, 19] + [ ecalVeto ] 0 : Hit 2: [19.2635, -58.3892, 18] + [ ecalVeto ] 0 : Hit 3: [16.8555, -54.2186, 17] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -41.7066, 14] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 13] + [ ecalVeto ] 0 : Hit 2: [4.81586, -33.3653, 12] + [ ecalVeto ] 0 : Hit 3: [2.40793, -29.1946, 11] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 20.8533, 3] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2857.04; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2975 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [25.5517, -136.011, 18] + [ ecalVeto ] 0 : Hit 1: [23.1438, -131.841, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -54.2186, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -50.0479, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, -45.8773, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, -41.7066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1377.71; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2976 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [76.1183, 81.7928, 24] + [ ecalVeto ] 0 : Hit 1: [73.7103, 77.6221, 23] + [ ecalVeto ] 0 : Hit 2: [76.1183, 81.7928, 22] + [ ecalVeto ] 0 : Hit 3: [73.7103, 77.6221, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [66.4865, 73.4515, 21] + [ ecalVeto ] 0 : Hit 1: [68.8945, 77.6221, 20] + [ ecalVeto ] 0 : Hit 2: [66.4865, 73.4515, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [54.4469, 69.2808, 16] + [ ecalVeto ] 0 : Hit 1: [54.4469, 69.2808, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [45.7507, 70.9012, 13] + [ ecalVeto ] 0 : Hit 1: [45.7507, 70.9012, 11] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [40.9348, -20.8533, 12] + [ ecalVeto ] 0 : Hit 1: [38.5269, -16.6826, 11] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [33.711, -16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [31.3031, -12.512, 9] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [26.4873, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [24.0793, -2.66454e-15, 7] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [2.40793, 87.5839, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 91.7545, 6] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [19.2635, 16.6826, 4] + [ ecalVeto ] 0 : Hit 1: [16.8555, 20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5741.06; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2977 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7116.03; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2978 Brem photon produced 96 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 33.3653, 22] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 29.1946, 21] + [ ecalVeto ] 0 : Hit 2: [-38.5269, 33.3653, 20] + [ ecalVeto ] 0 : Hit 3: [-40.9348, 29.1946, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -41.7066, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, -37.5359, 3] + [ ecalVeto ] 0 : Hit 6: [4.81586, -33.3653, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3536.68; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2979 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 22 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2713.14; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2980 Brem photon produced 38 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 70.9012, 21] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 66.7306, 20] + [ ecalVeto ] 0 : Hit 2: [-26.4873, 62.5599, 19] + [ ecalVeto ] 0 : Hit 3: [-24.0793, 58.3892, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -4.17066, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -8.34132, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7804.53; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2981 Brem photon produced 67 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-52.9745, 25.024, 12] + [ ecalVeto ] 0 : Hit 1: [-55.3824, 20.8533, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4387.93; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2982 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-8.69618, 115.158, 24] + [ ecalVeto ] 0 : Hit 1: [-11.1041, 110.987, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [59.2627, 110.987, 17] + [ ecalVeto ] 0 : Hit 1: [61.6707, 115.158, 16] + [ ecalVeto ] 0 : Hit 2: [59.2627, 110.987, 15] + [ ecalVeto ] 0 : Hit 3: [61.6707, 106.817, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 25.024, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6909.48; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2983 Brem photon produced 5 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 13] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 12] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 11] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 10] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -25.024, 9] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 8: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 9: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 10: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 9] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -25.024, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -20.8533, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -16.6826, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4693.54; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2984 Brem photon produced 60 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-94.4462, -16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [-96.8541, -12.512, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 4.17066, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6016.18; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2985 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 60.9395, 27] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 65.1101, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 65.1101, 25] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 60.9395, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 60.9395, 23] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 56.7688, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-67.4221, 50.0479, 20] + [ ecalVeto ] 0 : Hit 1: [-69.83, 45.8773, 19] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-32.7755, 165.206, 19] + [ ecalVeto ] 0 : Hit 1: [-30.3676, 161.035, 18] + [ ecalVeto ] 0 : Hit 2: [-32.7755, 165.206, 17] + [ ecalVeto ] 0 : Hit 3: [-30.3676, 169.377, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-33.711, 16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 20.8533, 10] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 8.34132, 8] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 4.17066, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5377.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2986 Brem photon produced 31 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-125.749, -20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-123.341, -16.6826, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-101.67, -20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [-101.67, -20.8533, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-52.9745, -16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [-55.3824, -20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [-52.9745, -25.024, 4] + [ ecalVeto ] 0 : Hit 3: [-55.3824, -29.1946, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-52.9745, -25.024, 6] + [ ecalVeto ] 0 : Hit 1: [-55.3824, -29.1946, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -29.1946, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [16.8555, 20.8533, 1] + [ ecalVeto ] 0 : Hit 1: [19.2635, 25.024, 0] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-111.302, -54.2186, 1] + [ ecalVeto ] 0 : Hit 1: [-108.894, -58.3892, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6102.12; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2987 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-18.3279, -106.817, 23] + [ ecalVeto ] 0 : Hit 1: [-15.92, -110.987, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Hit 5: [12.0397, 12.512, 2] + [ ecalVeto ] 0 : Hit 6: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 7: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 8: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2758.99; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2988 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 54.2186, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, 50.0479, 13] + [ ecalVeto ] 0 : Hit 2: [12.0397, 45.8773, 12] + [ ecalVeto ] 0 : Hit 3: [9.63173, 41.7066, 11] + [ ecalVeto ] 0 : Hit 4: [9.63173, 41.7066, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 10] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 20.8533, 2] + [ ecalVeto ] 0 : Hit 8: [-4.81586, 16.6826, 1] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 25.024, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 20.8533, 5] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 16.6826, 4] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4936.85; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2989 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 79.2426, 13] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 75.0719, 12] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 70.9012, 11] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 66.7306, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 1] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 102 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3252.37; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2990 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [55.3824, 4.17066, 20] + [ ecalVeto ] 0 : Hit 1: [55.3824, 4.17066, 18] + [ ecalVeto ] 0 : Hit 2: [52.9745, -2.66454e-15, 17] + [ ecalVeto ] 0 : Hit 3: [55.3824, 4.17066, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [19.2635, 16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [16.8555, 20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [19.2635, 25.024, 4] + [ ecalVeto ] 0 : Hit 4: [16.8555, 20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4076.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2991 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-73.7103, 69.2808, 14] + [ ecalVeto ] 0 : Hit 1: [-76.1183, 73.4515, 13] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6220.92; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2992 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-148.356, 156.865, 27] + [ ecalVeto ] 0 : Hit 1: [-145.948, 152.694, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-126.685, 127.67, 23] + [ ecalVeto ] 0 : Hit 1: [-124.277, 123.499, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-112.237, 119.329, 21] + [ ecalVeto ] 0 : Hit 1: [-109.829, 115.158, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 98.4754, 17] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 94.3048, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 85.9634, 15] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 81.7928, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 77.6221, 13] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 73.4515, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-61.6707, 65.1101, 11] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 62.5599, 10] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 33.3653, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 31 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4213.16; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2993 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [54.4469, 110.987, 16] + [ ecalVeto ] 0 : Hit 1: [52.039, 106.817, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [48.1586, -50.0479, 16] + [ ecalVeto ] 0 : Hit 1: [45.7507, -45.8773, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [47.2231, 98.4754, 14] + [ ecalVeto ] 0 : Hit 1: [44.8152, 94.3048, 13] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [40.9348, -45.8773, 14] + [ ecalVeto ] 0 : Hit 1: [38.5269, -41.7066, 13] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2815.6; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2994 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [48.1586, 16.6826, 14] + [ ecalVeto ] 0 : Hit 1: [45.7507, 12.512, 13] + [ ecalVeto ] 0 : Hit 2: [48.1586, 16.6826, 12] + [ ecalVeto ] 0 : Hit 3: [45.7507, 12.512, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [48.1586, -8.34132, 14] + [ ecalVeto ] 0 : Hit 1: [45.7507, -4.17066, 13] + [ ecalVeto ] 0 : Hit 2: [48.1586, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 3: [45.7507, 4.17066, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 20.8533, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6454.51; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2995 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -79.2426, 8] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -79.2426, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4533.36; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2996 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -50.0479, 8] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -45.8773, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7047.42; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2997 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, -12.512, 7] + [ ecalVeto ] 0 : Hit 2: [19.2635, -8.34132, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5451.45; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2998 Brem photon produced 46 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 11 + [ ecalVeto ] 0 : Beginning track merging using 11 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 11 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -33.3653, 25] + [ ecalVeto ] 0 : Hit 1: [-87.2224, -29.1946, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -25.024, 23] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -20.8533, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-69.83, -20.8533, 21] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -16.6826, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -16.6826, 19] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -12.512, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [45.7507, -12.512, 17] + [ ecalVeto ] 0 : Hit 1: [48.1586, -8.34132, 16] + [ ecalVeto ] 0 : Hit 2: [45.7507, -12.512, 15] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -12.512, 17] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -8.34132, 16] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -8.34132, 15] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -12.512, 14] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [40.9348, -4.17066, 14] + [ ecalVeto ] 0 : Hit 1: [38.5269, -8.34132, 13] + [ ecalVeto ] 0 : Hit 2: [40.9348, -4.17066, 12] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -8.34132, 12] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [16.8555, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [19.2635, 8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [16.8555, 12.512, 5] + [ ecalVeto ] 0 : Hit 3: [19.2635, 16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 11 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4852.9; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 2999 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [111.302, -37.5359, 24] + [ ecalVeto ] 0 : Hit 1: [108.894, -33.3653, 23] + [ ecalVeto ] 0 : Hit 2: [111.302, -29.1946, 22] + [ ecalVeto ] 0 : Hit 3: [108.894, -25.024, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [81.8697, -33.3653, 23] + [ ecalVeto ] 0 : Hit 1: [84.2776, -37.5359, 22] + [ ecalVeto ] 0 : Hit 2: [81.8697, -41.7066, 21] + [ ecalVeto ] 0 : Hit 3: [84.2776, -37.5359, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-59.2627, 69.2808, 12] + [ ecalVeto ] 0 : Hit 1: [-61.6707, 65.1101, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 58.3892, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 54.2186, 8] + [ ecalVeto ] 0 : Hit 2: [-48.1586, 50.0479, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 50.0479, 7] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 50.0479, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -8.34132, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 99 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3302.15; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3000 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [59.2627, 177.718, 33] + [ ecalVeto ] 0 : Hit 1: [61.6707, 173.547, 32] + [ ecalVeto ] 0 : Hit 2: [59.2627, 169.377, 31] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [47.2231, 140.182, 26] + [ ecalVeto ] 0 : Hit 1: [44.8152, 136.011, 25] + [ ecalVeto ] 0 : Hit 2: [47.2231, 131.841, 24] + [ ecalVeto ] 0 : Hit 3: [44.8152, 127.67, 23] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [39.9993, 119.329, 22] + [ ecalVeto ] 0 : Hit 1: [37.5914, 115.158, 21] + [ ecalVeto ] 0 : Hit 2: [39.9993, 110.987, 20] + [ ecalVeto ] 0 : Hit 3: [37.5914, 106.817, 19] + [ ecalVeto ] 0 : Hit 4: [39.9993, 102.646, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-39.9993, -211.083, 21] + [ ecalVeto ] 0 : Hit 1: [-37.5914, -206.913, 20] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [32.7755, 90.1341, 16] + [ ecalVeto ] 0 : Hit 1: [30.3676, 85.9634, 15] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [26.4873, -29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [26.4873, -29.1946, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3649.62; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3001 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-59.2627, -69.2808, 24] + [ ecalVeto ] 0 : Hit 1: [-61.6707, -65.1101, 23] + [ ecalVeto ] 0 : Hit 2: [-59.2627, -69.2808, 22] + [ ecalVeto ] 0 : Hit 3: [-61.6707, -65.1101, 21] + [ ecalVeto ] 0 : Hit 4: [-60.1983, -62.5599, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -54.2186, 17] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -50.0479, 16] + [ ecalVeto ] 0 : Hit 2: [-55.3824, -45.8773, 15] + [ ecalVeto ] 0 : Hit 3: [-52.9745, -41.7066, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -33.3653, 13] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -37.5359, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -16.6826, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6635.55; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3002 Brem photon produced 36 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -110.987, 21] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -106.817, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [119.461, -73.4515, 20] + [ ecalVeto ] 0 : Hit 1: [117.053, -77.6221, 19] + [ ecalVeto ] 0 : Hit 2: [119.461, -73.4515, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [112.237, -77.6221, 18] + [ ecalVeto ] 0 : Hit 1: [109.829, -73.4515, 17] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -81.7928, 17] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -77.6221, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 45.8773, 16] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 41.7066, 15] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, 41.7066, 16] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 15] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -65.1101, 15] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -62.5599, 14] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -54.2186, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -50.0479, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6807.87; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3003 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4414.23; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3004 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 25 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3202.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3005 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -33.3653, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -37.5359, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -37.5359, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -25.024, 8] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -20.8533, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [45.7507, -70.9012, 5] + [ ecalVeto ] 0 : Hit 1: [45.7507, -70.9012, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 94 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5965.81; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3006 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [111.302, 54.2186, 14] + [ ecalVeto ] 0 : Hit 1: [108.894, 50.0479, 13] + [ ecalVeto ] 0 : Hit 2: [111.302, 45.8773, 12] + [ ecalVeto ] 0 : Hit 3: [108.894, 41.7066, 11] + [ ecalVeto ] 0 : Hit 4: [111.302, 37.5359, 10] + [ ecalVeto ] 0 : Hit 5: [108.894, 33.3653, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3705.65; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3007 Brem photon produced 41 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 33.3653, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 37.5359, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 41.7066, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4203.28; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3008 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -37.5359, 21] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -33.3653, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-69.83, -29.1946, 19] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -25.024, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 54.2186, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 50.0479, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 37.5359, 8] + [ ecalVeto ] 0 : Hit 2: [-62.6062, 41.7066, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-60.1983, 12.512, 8] + [ ecalVeto ] 0 : Hit 1: [-62.6062, 16.6826, 7] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 29.1946, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6486.03; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3009 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 21 + [ ecalVeto ] 0 : Beginning track merging using 21 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 21 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-47.2231, 148.523, 31] + [ ecalVeto ] 0 : Hit 1: [-47.2231, 148.523, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-25.5517, 161.035, 29] + [ ecalVeto ] 0 : Hit 1: [-23.1438, 156.865, 28] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 70.9012, 16] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 66.7306, 15] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 62.5599, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 20.8533, 15] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 16.6826, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 50.0479, 13] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 45.8773, 12] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 41.7066, 11] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 37.5359, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 12.512, 12] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 8.34132, 11] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 4.17066, 10] + [ ecalVeto ] 0 : Hit 4: [-19.2635, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 5: [-16.8555, -4.17066, 8] + [ ecalVeto ] 0 : Hit 6: [-16.8555, -4.17066, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 4.17066, 8] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [33.711, -75.0719, 8] + [ ecalVeto ] 0 : Hit 1: [31.3031, -70.9012, 7] + [ ecalVeto ] 0 : Hit 2: [33.711, -75.0719, 6] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-33.711, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -4.17066, 6] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [26.4873, -62.5599, 6] + [ ecalVeto ] 0 : Hit 1: [24.0793, -66.7306, 5] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -8.34132, 4] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -41.7066, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -37.5359, 4] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -2.66454e-15, 4] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -12.512, 5] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -12.512, 3] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -16.6826, 2] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -12.512, 1] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -16.6826, 0] + [ ecalVeto ] 0 : Track 14: + [ ecalVeto ] 0 : Hit 0: [16.8555, -54.2186, 5] + [ ecalVeto ] 0 : Hit 1: [19.2635, -58.3892, 4] + [ ecalVeto ] 0 : Track 15: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -12.512, 4] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -8.34132, 3] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -12.512, 2] + [ ecalVeto ] 0 : Hit 3: [-19.2635, -8.34132, 1] + [ ecalVeto ] 0 : Hit 4: [-16.8555, -12.512, 0] + [ ecalVeto ] 0 : Track 16: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -29.1946, 2] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -25.024, 1] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -20.8533, 0] + [ ecalVeto ] 0 : Track 17: + [ ecalVeto ] 0 : Hit 0: [12.0397, -45.8773, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, -50.0479, 3] + [ ecalVeto ] 0 : Track 18: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -29.1946, 3] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -25.024, 2] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -20.8533, 1] + [ ecalVeto ] 0 : Track 19: + [ ecalVeto ] 0 : Hit 0: [-33.711, 8.34132, 3] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 4.17066, 2] + [ ecalVeto ] 0 : Track 20: + [ ecalVeto ] 0 : Hit 0: [4.81586, -33.3653, 2] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 21 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6108.63; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3010 Brem photon produced 78 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [55.3824, -54.2186, 12] + [ ecalVeto ] 0 : Hit 1: [52.9745, -50.0479, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, 41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 45.8773, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 41.7066, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 37.5359, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7355.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3011 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 15] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 14] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 13] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 4: [2.40793, 4.17066, 11] + [ ecalVeto ] 0 : Hit 5: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 12] + [ ecalVeto ] 0 : Hit 3: [9.63173, 8.34132, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 106 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4068.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3012 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [11.1041, 102.646, 20] + [ ecalVeto ] 0 : Hit 1: [8.69618, 98.4754, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 12.512, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 8.34132, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 2: [-45.7507, -4.17066, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -33.3653, 1] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -29.1946, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6586.99; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3013 Brem photon produced 51 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 8.34132, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4788.2; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3014 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -87.5839, 23] + [ ecalVeto ] 0 : Hit 1: [4.81586, -83.4132, 22] + [ ecalVeto ] 0 : Hit 2: [2.40793, -87.5839, 21] + [ ecalVeto ] 0 : Hit 3: [4.81586, -91.7545, 20] + [ ecalVeto ] 0 : Hit 4: [2.40793, -95.9252, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-94.4462, 33.3653, 22] + [ ecalVeto ] 0 : Hit 1: [-96.8541, 29.1946, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-102.606, 69.2808, 18] + [ ecalVeto ] 0 : Hit 1: [-105.013, 73.4515, 17] + [ ecalVeto ] 0 : Finding linreg tracks from 32 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2152.93; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3015 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [66.4865, 90.1341, 25] + [ ecalVeto ] 0 : Hit 1: [68.8945, 94.3048, 24] + [ ecalVeto ] 0 : Hit 2: [66.4865, 98.4754, 23] + [ ecalVeto ] 0 : Hit 3: [68.8945, 102.646, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 15] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 14] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 13] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [12.0397, -4.17066, 10] + [ ecalVeto ] 0 : Hit 2: [9.63173, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 3: [12.0397, 4.17066, 8] + [ ecalVeto ] 0 : Hit 4: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Hit 5: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, 50.0479, 10] + [ ecalVeto ] 0 : Hit 1: [19.2635, 50.0479, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5208.47; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3016 Brem photon produced 73 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-3.88031, 106.817, 19] + [ ecalVeto ] 0 : Hit 1: [-1.47238, 102.646, 18] + [ ecalVeto ] 0 : Hit 2: [-3.88031, 98.4754, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 9] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -16.6826, 9] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -12.512, 8] + [ ecalVeto ] 0 : Hit 3: [-19.2635, -8.34132, 7] + [ ecalVeto ] 0 : Hit 4: [-16.8555, -12.512, 6] + [ ecalVeto ] 0 : Hit 5: [-19.2635, -8.34132, 5] + [ ecalVeto ] 0 : Hit 6: [-12.0397, -12.512, 7] + [ ecalVeto ] 0 : Hit 7: [-9.63173, -8.34132, 6] + [ ecalVeto ] 0 : Hit 8: [-12.0397, -12.512, 5] + [ ecalVeto ] 0 : Hit 9: [-9.63173, -16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 97 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 3 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5393.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3017 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 36 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3861.56; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3018 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -81.7928, 21] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -77.6221, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [83.3421, 52.5982, 18] + [ ecalVeto ] 0 : Hit 1: [81.8697, 50.0479, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -37.5359, 15] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -33.3653, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 54.2186, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 50.0479, 7] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 25.024, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 20.8533, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5368.75; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3019 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3019 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 16 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2342.53; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3020 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6697.74; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3021 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 62.5599, 19] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 66.7306, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -2.66454e-15, 15] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -4.17066, 14] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 4.17066, 12] + [ ecalVeto ] 0 : Hit 4: [-19.2635, 8.34132, 11] + [ ecalVeto ] 0 : Hit 5: [-16.8555, 4.17066, 10] + [ ecalVeto ] 0 : Hit 6: [-19.2635, 8.34132, 9] + [ ecalVeto ] 0 : Hit 7: [-16.8555, 12.512, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -12.512, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -16.6826, 10] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -16.6826, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5130.31; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3022 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 54.2186, 17] + [ ecalVeto ] 0 : Hit 1: [4.81586, 50.0479, 16] + [ ecalVeto ] 0 : Hit 2: [2.40793, 45.8773, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-74.6459, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 4.17066, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-67.4221, 16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [-69.83, 12.512, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-116.118, 12.512, 6] + [ ecalVeto ] 0 : Hit 1: [-118.525, 8.34132, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-94.4462, -2.36672e-14, 6] + [ ecalVeto ] 0 : Hit 1: [-96.8541, 4.17066, 5] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -8.34132, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4867.78; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3023 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [68.8945, -77.6221, 14] + [ ecalVeto ] 0 : Hit 1: [68.8945, -77.6221, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, -70.9012, 10] + [ ecalVeto ] 0 : Hit 1: [24.0793, -66.7306, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 8.34132, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3568.29; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3024 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 15] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 14] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 13] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 12] + [ ecalVeto ] 0 : Hit 4: [2.40793, -12.512, 11] + [ ecalVeto ] 0 : Hit 5: [4.81586, -8.34132, 10] + [ ecalVeto ] 0 : Hit 6: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 7: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 8: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 9: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-45.7507, 70.9012, 4] + [ ecalVeto ] 0 : Hit 1: [-48.1586, 66.7306, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 66.7306, 4] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 62.5599, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5524.82; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3025 Brem photon produced 41 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -56.7688, 17] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -52.5982, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-39.9993, 85.9634, 15] + [ ecalVeto ] 0 : Hit 1: [-37.5914, 81.7928, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -41.7066, 15] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -37.5359, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, 75.0719, 13] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 70.9012, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 45.8773, 1] + [ ecalVeto ] 0 : Hit 1: [4.81586, 50.0479, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6002.99; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3026 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [117.053, 102.646, 27] + [ ecalVeto ] 0 : Hit 1: [119.461, 106.817, 26] + [ ecalVeto ] 0 : Hit 2: [117.053, 102.646, 25] + [ ecalVeto ] 0 : Hit 3: [119.461, 98.4754, 24] + [ ecalVeto ] 0 : Hit 4: [119.461, 98.4754, 22] + [ ecalVeto ] 0 : Hit 5: [126.685, 102.646, 24] + [ ecalVeto ] 0 : Hit 6: [124.277, 98.4754, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [105.013, 90.1341, 20] + [ ecalVeto ] 0 : Hit 1: [102.606, 85.9634, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Hit 6: [12.0397, 20.8533, 2] + [ ecalVeto ] 0 : Hit 7: [12.0397, 20.8533, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4893.2; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3027 Brem photon produced 47 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 12.512, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -8.34132, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-33.711, -8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [-31.3031, -12.512, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -2.66454e-15, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7317.91; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3028 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [112.237, 69.2808, 16] + [ ecalVeto ] 0 : Hit 1: [109.829, 65.1101, 15] + [ ecalVeto ] 0 : Hit 2: [111.302, 62.5599, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [97.7897, 69.2808, 14] + [ ecalVeto ] 0 : Hit 1: [95.3817, 65.1101, 13] + [ ecalVeto ] 0 : Finding linreg tracks from 24 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2254.61; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3029 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-140.197, 12.512, 21] + [ ecalVeto ] 0 : Hit 1: [-137.789, 16.6826, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-125.749, 20.8533, 19] + [ ecalVeto ] 0 : Hit 1: [-123.341, 16.6826, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 62.5599, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 66.7306, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 54.2186, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 58.3892, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 54.2186, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 50.0479, 8] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 50.0479, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 45.8773, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, 41.7066, 10] + [ ecalVeto ] 0 : Hit 2: [4.81586, 41.7066, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, 41.7066, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, 45.8773, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Hit 7: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Hit 8: [4.81586, 41.7066, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [109.829, -131.841, 9] + [ ecalVeto ] 0 : Hit 1: [109.829, -131.841, 7] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [12.0397, 45.8773, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 50.0479, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 54.2186, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 50.0479, 5] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [9.63173, 41.7066, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, 37.5359, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, 41.7066, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, 37.5359, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 111 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5779.23; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3030 Brem photon produced 46 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -37.5359, 13] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -33.3653, 12] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -29.1946, 11] + [ ecalVeto ] 0 : Hit 3: [-24.0793, -25.024, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 93 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5493.09; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3031 Brem photon produced 49 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 45.8773, 14] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 41.7066, 13] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 37.5359, 12] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 33.3653, 11] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 29.1946, 10] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 33.3653, 9] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6150.28; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3032 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 19 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2590.97; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3033 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2729.13; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3034 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 152.694, 21] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 156.865, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 37.5359, 15] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 33.3653, 14] + [ ecalVeto ] 0 : Hit 2: [-55.3824, 37.5359, 13] + [ ecalVeto ] 0 : Hit 3: [-52.9745, 33.3653, 12] + [ ecalVeto ] 0 : Hit 4: [-52.9745, 25.024, 14] + [ ecalVeto ] 0 : Hit 5: [-55.3824, 29.1946, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [38.5269, 16.6826, 15] + [ ecalVeto ] 0 : Hit 1: [40.9348, 20.8533, 14] + [ ecalVeto ] 0 : Hit 2: [38.5269, 25.024, 13] + [ ecalVeto ] 0 : Hit 3: [40.9348, 20.8533, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 33.3653, 13] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 29.1946, 12] + [ ecalVeto ] 0 : Hit 2: [-48.1586, 33.3653, 11] + [ ecalVeto ] 0 : Hit 3: [-45.7507, 29.1946, 10] + [ ecalVeto ] 0 : Hit 4: [-45.7507, 29.1946, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 45.8773, 13] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 41.7066, 12] + [ ecalVeto ] 0 : Hit 2: [-40.9348, 37.5359, 11] + [ ecalVeto ] 0 : Hit 3: [-38.5269, 33.3653, 10] + [ ecalVeto ] 0 : Hit 4: [-40.9348, 37.5359, 9] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 25.024, 10] + [ ecalVeto ] 0 : Hit 2: [-38.5269, 25.024, 8] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-33.711, 33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 29.1946, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 97 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7673.24; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3035 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 13 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2650.82; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3036 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 24 + [ ecalVeto ] 0 : Beginning track merging using 24 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 20 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [74.6459, 37.5359, 33] + [ ecalVeto ] 0 : Hit 1: [77.0538, 33.3653, 32] + [ ecalVeto ] 0 : Hit 2: [74.6459, 37.5359, 31] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [69.83, 37.5359, 30] + [ ecalVeto ] 0 : Hit 1: [67.4221, 33.3653, 29] + [ ecalVeto ] 0 : Hit 2: [69.83, 29.1946, 28] + [ ecalVeto ] 0 : Hit 3: [67.4221, 33.3653, 27] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [62.6062, 33.3653, 26] + [ ecalVeto ] 0 : Hit 1: [60.1983, 29.1946, 25] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [55.3824, 29.1946, 24] + [ ecalVeto ] 0 : Hit 1: [52.9745, 33.3653, 23] + [ ecalVeto ] 0 : Hit 2: [55.3824, 29.1946, 22] + [ ecalVeto ] 0 : Hit 3: [52.9745, 33.3653, 21] + [ ecalVeto ] 0 : Hit 4: [48.1586, 33.3653, 22] + [ ecalVeto ] 0 : Hit 5: [48.1586, 33.3653, 20] + [ ecalVeto ] 0 : Hit 6: [45.7507, 29.1946, 19] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [81.8697, 50.0479, 23] + [ ecalVeto ] 0 : Hit 1: [83.3421, 52.5982, 22] + [ ecalVeto ] 0 : Hit 2: [83.3421, 52.5982, 20] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [89.0935, 45.8773, 21] + [ ecalVeto ] 0 : Hit 1: [89.6303, 41.7066, 20] + [ ecalVeto ] 0 : Hit 2: [89.6303, 41.7066, 18] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [69.83, 29.1946, 18] + [ ecalVeto ] 0 : Hit 1: [67.4221, 33.3653, 17] + [ ecalVeto ] 0 : Hit 2: [69.83, 29.1946, 16] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [40.9348, 29.1946, 18] + [ ecalVeto ] 0 : Hit 1: [38.5269, 25.024, 17] + [ ecalVeto ] 0 : Hit 2: [40.9348, 29.1946, 16] + [ ecalVeto ] 0 : Hit 3: [38.5269, 25.024, 15] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [45.7507, 45.8773, 17] + [ ecalVeto ] 0 : Hit 1: [48.1586, 50.0479, 16] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [60.1983, 37.5359, 17] + [ ecalVeto ] 0 : Hit 1: [62.6062, 33.3653, 16] + [ ecalVeto ] 0 : Hit 2: [60.1983, 29.1946, 15] + [ ecalVeto ] 0 : Hit 3: [55.3824, 29.1946, 16] + [ ecalVeto ] 0 : Hit 4: [52.9745, 33.3653, 15] + [ ecalVeto ] 0 : Hit 5: [55.3824, 29.1946, 14] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [62.6062, 41.7066, 16] + [ ecalVeto ] 0 : Hit 1: [60.1983, 37.5359, 15] + [ ecalVeto ] 0 : Hit 2: [55.3824, 37.5359, 16] + [ ecalVeto ] 0 : Hit 3: [55.3824, 37.5359, 14] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [48.1586, 33.3653, 14] + [ ecalVeto ] 0 : Hit 1: [45.7507, 29.1946, 13] + [ ecalVeto ] 0 : Hit 2: [48.1586, 25.024, 12] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [33.711, 25.024, 14] + [ ecalVeto ] 0 : Hit 1: [31.3031, 29.1946, 13] + [ ecalVeto ] 0 : Hit 2: [33.711, 25.024, 12] + [ ecalVeto ] 0 : Hit 3: [33.711, 25.024, 10] + [ ecalVeto ] 0 : Hit 4: [40.9348, 20.8533, 12] + [ ecalVeto ] 0 : Hit 5: [38.5269, 25.024, 11] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [-104.078, 58.3892, 13] + [ ecalVeto ] 0 : Hit 1: [-101.67, 54.2186, 12] + [ ecalVeto ] 0 : Track 14: + [ ecalVeto ] 0 : Hit 0: [40.9348, 29.1946, 12] + [ ecalVeto ] 0 : Hit 1: [38.5269, 33.3653, 11] + [ ecalVeto ] 0 : Track 15: + [ ecalVeto ] 0 : Hit 0: [26.4873, 20.8533, 12] + [ ecalVeto ] 0 : Hit 1: [24.0793, 25.024, 11] + [ ecalVeto ] 0 : Hit 2: [26.4873, 20.8533, 10] + [ ecalVeto ] 0 : Hit 3: [24.0793, 25.024, 9] + [ ecalVeto ] 0 : Track 16: + [ ecalVeto ] 0 : Hit 0: [26.4873, 29.1946, 12] + [ ecalVeto ] 0 : Hit 1: [26.4873, 29.1946, 10] + [ ecalVeto ] 0 : Track 17: + [ ecalVeto ] 0 : Hit 0: [19.2635, 25.024, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, 20.8533, 7] + [ ecalVeto ] 0 : Track 18: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Track 19: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 20 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4341.92; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3037 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-88.1579, -77.6221, 20] + [ ecalVeto ] 0 : Hit 1: [-90.5659, -73.4515, 19] + [ ecalVeto ] 0 : Hit 2: [-88.1579, -69.2808, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-80.9341, -65.1101, 18] + [ ecalVeto ] 0 : Hit 1: [-83.3421, -60.9395, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -52.5982, 17] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -50.0479, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -56.7688, 17] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -52.5982, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 17] + [ ecalVeto ] 0 : Hit 1: [12.0397, 29.1946, 16] + [ ecalVeto ] 0 : Hit 2: [9.63173, 33.3653, 15] + [ ecalVeto ] 0 : Hit 3: [9.63173, 33.3653, 13] + [ ecalVeto ] 0 : Hit 4: [9.63173, 33.3653, 11] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 14] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 12] + [ ecalVeto ] 0 : Hit 2: [4.81586, 33.3653, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, 37.5359, 9] + [ ecalVeto ] 0 : Hit 4: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 5: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 4.17066, 2] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -2.66454e-15, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 108 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5748.53; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3038 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [66.4865, 98.4754, 21] + [ ecalVeto ] 0 : Hit 1: [68.8945, 94.3048, 20] + [ ecalVeto ] 0 : Hit 2: [66.4865, 90.1341, 19] + [ ecalVeto ] 0 : Hit 3: [68.8945, 85.9634, 18] + [ ecalVeto ] 0 : Hit 4: [66.4865, 81.7928, 17] + [ ecalVeto ] 0 : Hit 5: [68.8945, 77.6221, 16] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4097.56; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3039 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 37.5359, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, 29.1946, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -37.5359, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-33.711, -8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [-31.3031, -12.512, 4] + [ ecalVeto ] 0 : Hit 3: [-38.5269, -8.34132, 6] + [ ecalVeto ] 0 : Hit 4: [-40.9348, -12.512, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-52.9745, -8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [-55.3824, -4.17066, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 2] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 106 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5243.04; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3040 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4842.81; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3041 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -2.66454e-15, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [-48.1586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 3: [-45.7507, -4.17066, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -12.512, 5] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -8.34132, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-59.2627, -85.9634, 4] + [ ecalVeto ] 0 : Hit 1: [-61.6707, -81.7928, 3] + [ ecalVeto ] 0 : Hit 2: [-61.6707, -81.7928, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3212.74; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3042 Brem photon produced 55 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-111.302, -45.8773, 25] + [ ecalVeto ] 0 : Hit 1: [-108.894, -41.7066, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -45.8773, 23] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -41.7066, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -33.3653, 19] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -37.5359, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -33.3653, 17] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -29.1946, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [16.8555, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [19.2635, -16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [16.8555, -12.512, 7] + [ ecalVeto ] 0 : Hit 3: [19.2635, -8.34132, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5975.66; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3043 Brem photon produced 51 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, 79.2426, 23] + [ ecalVeto ] 0 : Hit 1: [19.2635, 75.0719, 22] + [ ecalVeto ] 0 : Hit 2: [16.8555, 70.9012, 21] + [ ecalVeto ] 0 : Hit 3: [19.2635, 66.7306, 20] + [ ecalVeto ] 0 : Hit 4: [16.8555, 62.5599, 19] + [ ecalVeto ] 0 : Hit 5: [19.2635, 58.3892, 18] + [ ecalVeto ] 0 : Hit 6: [16.8555, 54.2186, 17] + [ ecalVeto ] 0 : Hit 7: [19.2635, 50.0479, 16] + [ ecalVeto ] 0 : Hit 8: [16.8555, 45.8773, 15] + [ ecalVeto ] 0 : Hit 9: [19.2635, 41.7066, 14] + [ ecalVeto ] 0 : Hit 10: [16.8555, 37.5359, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 37.5359, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 11] + [ ecalVeto ] 0 : Hit 2: [12.0397, 29.1946, 10] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 9] + [ ecalVeto ] 0 : Hit 4: [12.0397, 20.8533, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 50.0479, 8] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 45.8773, 7] + [ ecalVeto ] 0 : Hit 2: [-24.0793, 41.7066, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -20.8533, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 12.512, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 29.1946, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -16.6826, 3] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -20.8533, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5821.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3044 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-25.5517, 186.059, 19] + [ ecalVeto ] 0 : Hit 1: [-23.1438, 181.889, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -37.5359, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -29.1946, 8] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6109.4; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3045 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [66.4865, 140.182, 31] + [ ecalVeto ] 0 : Hit 1: [68.8945, 144.353, 30] + [ ecalVeto ] 0 : Hit 2: [66.4865, 140.182, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-105.013, -140.182, 29] + [ ecalVeto ] 0 : Hit 1: [-102.606, -136.011, 28] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -136.011, 27] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -131.841, 26] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-108.894, -41.7066, 22] + [ ecalVeto ] 0 : Hit 1: [-111.302, -45.8773, 21] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -102.646, 19] + [ ecalVeto ] 0 : Hit 1: [-52.039, -98.4754, 18] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-32.7755, -90.1341, 15] + [ ecalVeto ] 0 : Hit 1: [-30.3676, -94.3048, 14] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-18.3279, -98.4754, 13] + [ ecalVeto ] 0 : Hit 1: [-15.92, -102.646, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4552; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3046 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 686.409; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3047 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [205.211, 58.3892, 28] + [ ecalVeto ] 0 : Hit 1: [202.803, 54.2186, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 12] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 11] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 20.8533, 10] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 7: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 8: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 9: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Hit 10: [-2.40793, 20.8533, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 12.512, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 16.6826, 6] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 16.6826, 4] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 165 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7863.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3048 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [54.4469, 127.67, 26] + [ ecalVeto ] 0 : Hit 1: [52.039, 123.499, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [39.9993, 85.9634, 16] + [ ecalVeto ] 0 : Hit 1: [37.5914, 81.7928, 15] + [ ecalVeto ] 0 : Hit 2: [39.9993, 77.6221, 14] + [ ecalVeto ] 0 : Hit 3: [38.5269, 75.0719, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, 33.3653, 2] + [ ecalVeto ] 0 : Hit 5: [2.40793, 29.1946, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4760.34; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3049 Brem photon produced 68 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [112.237, -94.3048, 22] + [ ecalVeto ] 0 : Hit 1: [109.829, -90.1341, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [105.013, -81.7928, 20] + [ ecalVeto ] 0 : Hit 1: [102.606, -77.6221, 19] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4469.91; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3050 Brem photon produced 40 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 18 + [ ecalVeto ] 0 : Beginning track merging using 18 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 16 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [90.5659, -148.523, 32] + [ ecalVeto ] 0 : Hit 1: [88.1579, -144.353, 31] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [66.4865, -123.499, 27] + [ ecalVeto ] 0 : Hit 1: [68.8945, -119.329, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [59.2627, -119.329, 25] + [ ecalVeto ] 0 : Hit 1: [61.6707, -115.158, 24] + [ ecalVeto ] 0 : Hit 2: [59.2627, -110.987, 23] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [54.4469, -110.987, 22] + [ ecalVeto ] 0 : Hit 1: [52.039, -106.817, 21] + [ ecalVeto ] 0 : Hit 2: [52.039, -106.817, 19] + [ ecalVeto ] 0 : Hit 3: [47.2231, -106.817, 20] + [ ecalVeto ] 0 : Hit 4: [47.2231, -106.817, 18] + [ ecalVeto ] 0 : Hit 5: [44.8152, -102.646, 17] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [39.9993, -102.646, 16] + [ ecalVeto ] 0 : Hit 1: [37.5914, -98.4754, 15] + [ ecalVeto ] 0 : Hit 2: [39.9993, -94.3048, 14] + [ ecalVeto ] 0 : Hit 3: [37.5914, -90.1341, 13] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [161.868, 8.34132, 14] + [ ecalVeto ] 0 : Hit 1: [159.46, 4.17066, 13] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [30.3676, -85.9634, 13] + [ ecalVeto ] 0 : Hit 1: [32.7755, -81.7928, 12] + [ ecalVeto ] 0 : Hit 2: [31.3031, -79.2426, 11] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [26.4873, -79.2426, 10] + [ ecalVeto ] 0 : Hit 1: [24.0793, -75.0719, 9] + [ ecalVeto ] 0 : Hit 2: [26.4873, -70.9012, 8] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [4.81586, -33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, -37.5359, 3] + [ ecalVeto ] 0 : Hit 6: [4.81586, -33.3653, 2] + [ ecalVeto ] 0 : Hit 7: [2.40793, -37.5359, 1] + [ ecalVeto ] 0 : Hit 8: [4.81586, -41.7066, 0] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [19.2635, -58.3892, 6] + [ ecalVeto ] 0 : Hit 1: [16.8555, -54.2186, 5] + [ ecalVeto ] 0 : Hit 2: [19.2635, -50.0479, 4] + [ ecalVeto ] 0 : Hit 3: [16.8555, -45.8773, 3] + [ ecalVeto ] 0 : Hit 4: [19.2635, -41.7066, 2] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-11.1041, -110.987, 5] + [ ecalVeto ] 0 : Hit 1: [-8.69618, -106.817, 4] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-33.711, -8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -12.512, 4] + [ ecalVeto ] 0 : Hit 2: [-33.711, -16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [-31.3031, -20.8533, 4] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -16.6826, 4] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -20.8533, 3] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -29.1946, 4] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -25.024, 3] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -29.1946, 2] + [ ecalVeto ] 0 : Track 14: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -41.7066, 3] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -37.5359, 2] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -33.3653, 1] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -37.5359, 0] + [ ecalVeto ] 0 : Track 15: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -75.0719, 1] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -70.9012, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 93 hits + [ ecalVeto ] 0 : MIP tracking completed; found 16 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5417.47; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3051 Brem photon produced 43 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-140.197, -79.2426, 11] + [ ecalVeto ] 0 : Hit 1: [-137.789, -75.0719, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-102.606, -60.9395, 10] + [ ecalVeto ] 0 : Hit 1: [-105.013, -65.1101, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5315.42; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3052 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -58.3892, 9] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -58.3892, 7] + [ ecalVeto ] 0 : Hit 2: [-45.7507, -54.2186, 6] + [ ecalVeto ] 0 : Hit 3: [-45.7507, -54.2186, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Hit 6: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -41.7066, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -37.5359, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -79.2426, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -75.0719, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -41.7066, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -37.5359, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -41.7066, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -37.5359, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-61.6707, 140.182, 1] + [ ecalVeto ] 0 : Hit 1: [-59.2627, 136.011, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 102 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5784.2; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3053 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-104.078, 33.3653, 23] + [ ecalVeto ] 0 : Hit 1: [-101.67, 37.5359, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 16] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 41.7066, 15] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 45.8773, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 37.5359, 13] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 41.7066, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-33.711, 41.7066, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 37.5359, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4759.12; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3054 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-15.92, 144.353, 24] + [ ecalVeto ] 0 : Hit 1: [-18.3279, 140.182, 23] + [ ecalVeto ] 0 : Hit 2: [-15.92, 136.011, 22] + [ ecalVeto ] 0 : Hit 3: [-18.3279, 131.841, 21] + [ ecalVeto ] 0 : Hit 4: [-15.92, 127.67, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 45.8773, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, 41.7066, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, 37.5359, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 7: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 8: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 9: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 23 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2338.99; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3055 Brem photon produced 36 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 58.3892, 16] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 54.2186, 15] + [ ecalVeto ] 0 : Hit 2: [-38.5269, 50.0479, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, 50.0479, 13] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 45.8773, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [26.4873, 79.2426, 12] + [ ecalVeto ] 0 : Hit 1: [24.0793, 75.0719, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, 50.0479, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, 54.2186, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, 50.0479, 7] + [ ecalVeto ] 0 : Hit 3: [9.63173, 50.0479, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [16.8555, 62.5599, 9] + [ ecalVeto ] 0 : Hit 1: [19.2635, 58.3892, 8] + [ ecalVeto ] 0 : Hit 2: [16.8555, 54.2186, 7] + [ ecalVeto ] 0 : Hit 3: [19.2635, 50.0479, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [30.3676, 110.987, 9] + [ ecalVeto ] 0 : Hit 1: [32.7755, 106.817, 8] + [ ecalVeto ] 0 : Hit 2: [30.3676, 110.987, 7] + [ ecalVeto ] 0 : Hit 3: [32.7755, 106.817, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 90 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7709.37; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3056 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3056 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 18 + [ ecalVeto ] 0 : Beginning track merging using 18 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 17 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-173.908, 4.17066, 32] + [ ecalVeto ] 0 : Hit 1: [-176.316, -2.36672e-14, 31] + [ ecalVeto ] 0 : Hit 2: [-173.908, 4.17066, 30] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-169.092, 4.17066, 29] + [ ecalVeto ] 0 : Hit 1: [-166.684, 8.34132, 28] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-132.973, 16.6826, 25] + [ ecalVeto ] 0 : Hit 1: [-130.565, 20.8533, 24] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-118.525, 25.024, 23] + [ ecalVeto ] 0 : Hit 1: [-116.118, 20.8533, 22] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-111.302, 20.8533, 21] + [ ecalVeto ] 0 : Hit 1: [-108.894, 25.024, 20] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-104.078, 25.024, 19] + [ ecalVeto ] 0 : Hit 1: [-101.67, 20.8533, 18] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 20.8533, 17] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 16.6826, 16] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 12.512, 15] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 8.34132, 14] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-69.83, 4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -2.66454e-15, 12] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [12.0397, -62.5599, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, -58.3892, 11] + [ ecalVeto ] 0 : Hit 2: [12.0397, -54.2186, 10] + [ ecalVeto ] 0 : Hit 3: [9.63173, -58.3892, 9] + [ ecalVeto ] 0 : Hit 4: [12.0397, -54.2186, 8] + [ ecalVeto ] 0 : Hit 5: [9.63173, -58.3892, 7] + [ ecalVeto ] 0 : Hit 6: [2.40793, -62.5599, 9] + [ ecalVeto ] 0 : Hit 7: [4.81586, -58.3892, 8] + [ ecalVeto ] 0 : Hit 8: [2.40793, -54.2186, 7] + [ ecalVeto ] 0 : Hit 9: [4.81586, -50.0479, 6] + [ ecalVeto ] 0 : Hit 10: [2.40793, -45.8773, 5] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -2.66454e-15, 10] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -41.7066, 10] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -37.5359, 9] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [-33.711, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -37.5359, 8] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -8.34132, 6] + [ ecalVeto ] 0 : Track 14: + [ ecalVeto ] 0 : Hit 0: [-45.7507, -12.512, 6] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -16.6826, 5] + [ ecalVeto ] 0 : Track 15: + [ ecalVeto ] 0 : Hit 0: [-33.711, -25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -20.8533, 4] + [ ecalVeto ] 0 : Track 16: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -29.1946, 4] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -25.024, 3] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 17 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7078; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3057 Brem photon produced 33 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -45.8773, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -41.7066, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7108.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3058 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [118.525, 50.0479, 20] + [ ecalVeto ] 0 : Hit 1: [116.118, 45.8773, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [24.0793, -25.024, 11] + [ ecalVeto ] 0 : Hit 1: [26.4873, -20.8533, 10] + [ ecalVeto ] 0 : Hit 2: [24.0793, -16.6826, 9] + [ ecalVeto ] 0 : Hit 3: [26.4873, -20.8533, 8] + [ ecalVeto ] 0 : Hit 4: [26.4873, -20.8533, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [16.8555, -20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [19.2635, -16.6826, 10] + [ ecalVeto ] 0 : Hit 2: [16.8555, -12.512, 9] + [ ecalVeto ] 0 : Hit 3: [19.2635, -16.6826, 8] + [ ecalVeto ] 0 : Hit 4: [16.8555, -20.8533, 7] + [ ecalVeto ] 0 : Hit 5: [19.2635, -25.024, 6] + [ ecalVeto ] 0 : Hit 6: [16.8555, -20.8533, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 4: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6386.46; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3059 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 22 + [ ecalVeto ] 0 : Beginning track merging using 22 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 20 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-47.2231, 223.595, 31] + [ ecalVeto ] 0 : Hit 1: [-44.8152, 219.425, 30] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-32.7755, 173.547, 27] + [ ecalVeto ] 0 : Hit 1: [-30.3676, 169.377, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-18.3279, 123.499, 23] + [ ecalVeto ] 0 : Hit 1: [-15.92, 119.329, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 79.2426, 19] + [ ecalVeto ] 0 : Hit 1: [4.81586, 75.0719, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, 58.3892, 17] + [ ecalVeto ] 0 : Hit 1: [12.0397, 54.2186, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [18.3279, -148.523, 16] + [ ecalVeto ] 0 : Hit 1: [15.92, -144.353, 15] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 33.3653, 15] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 37.5359, 14] + [ ecalVeto ] 0 : Hit 2: [-62.6062, 33.3653, 13] + [ ecalVeto ] 0 : Hit 3: [-60.1983, 29.1946, 12] + [ ecalVeto ] 0 : Hit 4: [-62.6062, 25.024, 13] + [ ecalVeto ] 0 : Hit 5: [-60.1983, 20.8533, 12] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [12.0397, 29.1946, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 13] + [ ecalVeto ] 0 : Hit 2: [12.0397, 20.8533, 12] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [15.92, -119.329, 13] + [ ecalVeto ] 0 : Hit 1: [18.3279, -115.158, 12] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 4.17066, 12] + [ ecalVeto ] 0 : Hit 1: [-33.711, 8.34132, 11] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 12.512, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 8.34132, 10] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 12.512, 10] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 4.17066, 9] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Track 14: + [ ecalVeto ] 0 : Hit 0: [-33.711, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -4.17066, 8] + [ ecalVeto ] 0 : Track 15: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -4.17066, 7] + [ ecalVeto ] 0 : Hit 3: [-19.2635, -8.34132, 9] + [ ecalVeto ] 0 : Hit 4: [-16.8555, -4.17066, 8] + [ ecalVeto ] 0 : Hit 5: [-19.2635, -8.34132, 7] + [ ecalVeto ] 0 : Track 16: + [ ecalVeto ] 0 : Hit 0: [9.63173, -83.4132, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -79.2426, 8] + [ ecalVeto ] 0 : Track 17: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Track 18: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -29.1946, 2] + [ ecalVeto ] 0 : Track 19: + [ ecalVeto ] 0 : Hit 0: [4.81586, -58.3892, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -54.2186, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 20 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4051.85; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3060 Brem photon produced 40 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 25.024, 26] + [ ecalVeto ] 0 : Hit 1: [19.2635, 25.024, 24] + [ ecalVeto ] 0 : Hit 2: [16.8555, 29.1946, 23] + [ ecalVeto ] 0 : Hit 3: [19.2635, 25.024, 22] + [ ecalVeto ] 0 : Hit 4: [16.8555, 29.1946, 21] + [ ecalVeto ] 0 : Hit 5: [16.8555, 29.1946, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 29.1946, 18] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 17] + [ ecalVeto ] 0 : Hit 2: [12.0397, 29.1946, 16] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 15] + [ ecalVeto ] 0 : Hit 4: [12.0397, 29.1946, 14] + [ ecalVeto ] 0 : Hit 5: [9.63173, 25.024, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 9] + [ ecalVeto ] 0 : Hit 4: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 5: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 6: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 7: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Hit 8: [4.81586, 33.3653, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2935.5; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3061 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-11.1041, -202.742, 31] + [ ecalVeto ] 0 : Hit 1: [-8.69618, -198.571, 30] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-3.88031, -190.23, 29] + [ ecalVeto ] 0 : Hit 1: [-1.47238, -186.059, 28] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-3.88031, -173.547, 27] + [ ecalVeto ] 0 : Hit 1: [-1.47238, -169.377, 26] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [47.2231, 156.865, 20] + [ ecalVeto ] 0 : Hit 1: [44.8152, 152.694, 19] + [ ecalVeto ] 0 : Hit 2: [47.2231, 156.865, 18] + [ ecalVeto ] 0 : Hit 3: [44.8152, 152.694, 17] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [32.7755, 148.523, 18] + [ ecalVeto ] 0 : Hit 1: [30.3676, 144.353, 17] + [ ecalVeto ] 0 : Hit 2: [32.7755, 148.523, 16] + [ ecalVeto ] 0 : Hit 3: [30.3676, 144.353, 15] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-44.8152, 77.6221, 8] + [ ecalVeto ] 0 : Hit 1: [-47.2231, 73.4515, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 116 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5340; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3062 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [31.3031, 4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [33.711, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 2: [31.3031, -4.17066, 3] + [ ecalVeto ] 0 : Hit 3: [33.711, -2.66454e-15, 2] + [ ecalVeto ] 0 : Hit 4: [33.711, -2.66454e-15, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 37 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3308.49; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3063 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -50.0479, 17] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -45.8773, 16] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6601.57; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3064 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2809.44; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3065 Brem photon produced 68 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4709.63; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3066 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, -20.8533, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 4: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 12 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2360.51; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3067 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5836.61; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3068 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [154.644, 54.2186, 22] + [ ecalVeto ] 0 : Hit 1: [152.237, 50.0479, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [140.197, 45.8773, 20] + [ ecalVeto ] 0 : Hit 1: [137.789, 41.7066, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 29.1946, 8] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 25.024, 7] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 20.8533, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 29.1946, 9] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 25.024, 8] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 20.8533, 7] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 25.024, 6] + [ ecalVeto ] 0 : Hit 5: [-12.0397, 20.8533, 5] + [ ecalVeto ] 0 : Hit 6: [-9.63173, 25.024, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 20.8533, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5430.28; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3069 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 45.8773, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, 29.1946, 3] + [ ecalVeto ] 0 : Hit 1: [19.2635, 25.024, 2] + [ ecalVeto ] 0 : Hit 2: [16.8555, 20.8533, 1] + [ ecalVeto ] 0 : Hit 3: [19.2635, 16.6826, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6669.52; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3070 Brem photon produced 49 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3070 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -33.3653, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, -50.0479, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -54.2186, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -37.5359, 1] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -33.3653, 0] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -50.0479, 1] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -45.8773, 0] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-69.83, -45.8773, 1] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -50.0479, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 2 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7225.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3071 Brem photon produced 68 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -50.0479, 11] + [ ecalVeto ] 0 : Hit 1: [-62.6062, -50.0479, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -25.024, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6783.97; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3072 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [62.6062, -16.6826, 22] + [ ecalVeto ] 0 : Hit 1: [62.6062, -16.6826, 20] + [ ecalVeto ] 0 : Hit 2: [60.1983, -20.8533, 19] + [ ecalVeto ] 0 : Hit 3: [62.6062, -16.6826, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [19.2635, 25.024, 8] + [ ecalVeto ] 0 : Hit 2: [16.8555, 20.8533, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2843.01; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3073 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, 54.2186, 15] + [ ecalVeto ] 0 : Hit 1: [16.8555, 54.2186, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-116.118, 29.1946, 12] + [ ecalVeto ] 0 : Hit 1: [-118.525, 33.3653, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-123.341, 33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [-125.749, 37.5359, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 62.5599, 1] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 58.3892, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6468.5; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3074 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, 8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-33.711, 8.34132, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -8.34132, 8] + [ ecalVeto ] 0 : Hit 2: [-24.0793, -8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -4.17066, 8] + [ ecalVeto ] 0 : Hit 4: [-19.2635, -8.34132, 7] + [ ecalVeto ] 0 : Hit 5: [-16.8555, -4.17066, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -2.66454e-15, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -4.17066, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [26.4873, -45.8773, 6] + [ ecalVeto ] 0 : Hit 1: [24.0793, -50.0479, 5] + [ ecalVeto ] 0 : Hit 2: [26.4873, -45.8773, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7971.18; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3075 Brem photon produced 48 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -58.3892, 11] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -58.3892, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5032.04; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3076 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-44.8152, 136.011, 26] + [ ecalVeto ] 0 : Hit 1: [-44.8152, 136.011, 24] + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4347.21; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3077 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 75.0719, 22] + [ ecalVeto ] 0 : Hit 1: [2.40793, 70.9012, 21] + [ ecalVeto ] 0 : Hit 2: [4.81586, 66.7306, 20] + [ ecalVeto ] 0 : Hit 3: [2.40793, 62.5599, 19] + [ ecalVeto ] 0 : Hit 4: [4.81586, 58.3892, 18] + [ ecalVeto ] 0 : Hit 5: [2.40793, 54.2186, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 45.8773, 16] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 41.7066, 15] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 37.5359, 14] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 33.3653, 13] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 29.1946, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [16.8555, -54.2186, 5] + [ ecalVeto ] 0 : Hit 1: [19.2635, -58.3892, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5489.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3078 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-118.525, -8.34132, 17] + [ ecalVeto ] 0 : Hit 1: [-116.118, -4.17066, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [24.0793, 58.3892, 11] + [ ecalVeto ] 0 : Hit 1: [26.4873, 54.2186, 10] + [ ecalVeto ] 0 : Hit 2: [24.0793, 50.0479, 9] + [ ecalVeto ] 0 : Hit 3: [26.4873, 45.8773, 8] + [ ecalVeto ] 0 : Hit 4: [24.0793, 41.7066, 7] + [ ecalVeto ] 0 : Hit 5: [16.8555, 45.8773, 9] + [ ecalVeto ] 0 : Hit 6: [19.2635, 50.0479, 8] + [ ecalVeto ] 0 : Hit 7: [16.8555, 45.8773, 7] + [ ecalVeto ] 0 : Hit 8: [19.2635, 41.7066, 6] + [ ecalVeto ] 0 : Hit 9: [16.8555, 45.8773, 5] + [ ecalVeto ] 0 : Hit 10: [19.2635, 41.7066, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 4.17066, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 12.512, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, 41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 41.7066, 6] + [ ecalVeto ] 0 : Hit 3: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Hit 5: [4.81586, 33.3653, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [19.2635, 41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, 37.5359, 7] + [ ecalVeto ] 0 : Hit 2: [16.8555, 37.5359, 5] + [ ecalVeto ] 0 : Hit 3: [19.2635, 33.3653, 4] + [ ecalVeto ] 0 : Hit 4: [12.0397, 37.5359, 6] + [ ecalVeto ] 0 : Hit 5: [9.63173, 41.7066, 5] + [ ecalVeto ] 0 : Hit 6: [12.0397, 37.5359, 4] + [ ecalVeto ] 0 : Hit 7: [9.63173, 41.7066, 3] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 12.512, 6] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-33.711, 16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6281.64; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3079 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 1] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5718.69; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3080 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 20 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3657.36; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3081 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [15.92, -152.694, 23] + [ ecalVeto ] 0 : Hit 1: [18.3279, -148.523, 22] + [ ecalVeto ] 0 : Hit 2: [15.92, -144.353, 21] + [ ecalVeto ] 0 : Hit 3: [18.3279, -140.182, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [18.3279, -123.499, 18] + [ ecalVeto ] 0 : Hit 1: [15.92, -119.329, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -75.0719, 11] + [ ecalVeto ] 0 : Hit 1: [12.0397, -70.9012, 10] + [ ecalVeto ] 0 : Hit 2: [9.63173, -66.7306, 9] + [ ecalVeto ] 0 : Hit 3: [12.0397, -62.5599, 8] + [ ecalVeto ] 0 : Hit 4: [9.63173, -58.3892, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, -16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [19.2635, -16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [19.2635, -16.6826, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -29.1946, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 5: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Hit 6: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5303.04; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3082 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -79.2426, 28] + [ ecalVeto ] 0 : Hit 1: [9.63173, -75.0719, 27] + [ ecalVeto ] 0 : Hit 2: [12.0397, -70.9012, 26] + [ ecalVeto ] 0 : Hit 3: [9.63173, -66.7306, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [52.9745, -2.66454e-15, 27] + [ ecalVeto ] 0 : Hit 1: [55.3824, 4.17066, 26] + [ ecalVeto ] 0 : Hit 2: [52.9745, -2.66454e-15, 25] + [ ecalVeto ] 0 : Hit 3: [55.3824, 4.17066, 24] + [ ecalVeto ] 0 : Hit 4: [52.9745, -2.66454e-15, 23] + [ ecalVeto ] 0 : Hit 5: [55.3824, -4.17066, 22] + [ ecalVeto ] 0 : Hit 6: [52.9745, -2.66454e-15, 21] + [ ecalVeto ] 0 : Hit 7: [55.3824, -4.17066, 20] + [ ecalVeto ] 0 : Hit 8: [52.9745, -2.66454e-15, 19] + [ ecalVeto ] 0 : Hit 9: [48.1586, -2.66454e-15, 20] + [ ecalVeto ] 0 : Hit 10: [48.1586, -2.66454e-15, 18] + [ ecalVeto ] 0 : Hit 11: [45.7507, 4.17066, 17] + [ ecalVeto ] 0 : Hit 12: [48.1586, -2.66454e-15, 16] + [ ecalVeto ] 0 : Hit 13: [45.7507, 4.17066, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -58.3892, 24] + [ ecalVeto ] 0 : Hit 1: [2.40793, -54.2186, 23] + [ ecalVeto ] 0 : Hit 2: [4.81586, -50.0479, 22] + [ ecalVeto ] 0 : Hit 3: [2.40793, -45.8773, 21] + [ ecalVeto ] 0 : Hit 4: [2.40793, -45.8773, 19] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-37.5914, -106.817, 22] + [ ecalVeto ] 0 : Hit 1: [-39.9993, -102.646, 21] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -37.5359, 18] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -37.5359, 16] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -33.3653, 15] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -29.1946, 14] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -25.024, 13] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -20.8533, 12] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -16.6826, 11] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-33.711, -66.7306, 17] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -62.5599, 16] + [ ecalVeto ] 0 : Hit 2: [-33.711, -58.3892, 15] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 20.8533, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3036.62; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3083 Brem photon produced 60 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -50.0479, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -29.1946, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4915.25; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3084 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-52.9745, -16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [-55.3824, -20.8533, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -20.8533, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -12.512, 3] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -16.6826, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, -16.6826, 1] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -20.8533, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 42 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3752.52; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3085 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-37.5914, 131.841, 32] + [ ecalVeto ] 0 : Hit 1: [-39.9993, 127.67, 31] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [83.3421, -102.646, 28] + [ ecalVeto ] 0 : Hit 1: [80.9341, -98.4754, 27] + [ ecalVeto ] 0 : Hit 2: [83.3421, -94.3048, 26] + [ ecalVeto ] 0 : Hit 3: [80.9341, -98.4754, 25] + [ ecalVeto ] 0 : Hit 4: [83.3421, -94.3048, 24] + [ ecalVeto ] 0 : Hit 5: [80.9341, -98.4754, 23] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-25.5517, 85.9634, 25] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 83.4132, 24] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 70.9012, 23] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 66.7306, 22] + [ ecalVeto ] 0 : Hit 2: [-26.4873, 62.5599, 21] + [ ecalVeto ] 0 : Hit 3: [-24.0793, 58.3892, 20] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 50.0479, 19] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 45.8773, 18] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 41.7066, 17] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 37.5359, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [47.2231, -73.4515, 16] + [ ecalVeto ] 0 : Hit 1: [45.7507, -70.9012, 15] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -4.17066, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -8.34132, 8] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1667.46; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3086 Brem photon produced 59 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 62.5599, 23] + [ ecalVeto ] 0 : Hit 1: [4.81586, 58.3892, 22] + [ ecalVeto ] 0 : Hit 2: [4.81586, 58.3892, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 7: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 8: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4944.76; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3087 Brem photon produced 47 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6118.41; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3088 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [111.302, 45.8773, 28] + [ ecalVeto ] 0 : Hit 1: [108.894, 41.7066, 27] + [ ecalVeto ] 0 : Hit 2: [111.302, 37.5359, 26] + [ ecalVeto ] 0 : Hit 3: [108.894, 33.3653, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [118.525, 33.3653, 26] + [ ecalVeto ] 0 : Hit 1: [116.118, 29.1946, 25] + [ ecalVeto ] 0 : Hit 2: [118.525, 33.3653, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 12.512, 5] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1897.3; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3089 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3089 Brem photon produced 64 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 25.024, 18] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 20.8533, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 14] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, -33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -37.5359, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -33.3653, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Hit 5: [12.0397, -12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5646.73; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3090 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 17 + [ ecalVeto ] 0 : Beginning track merging using 17 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 15 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-219.659, 25.024, 33] + [ ecalVeto ] 0 : Hit 1: [-217.251, 29.1946, 32] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, -4.17066, 32] + [ ecalVeto ] 0 : Hit 1: [24.0793, -2.66454e-15, 31] + [ ecalVeto ] 0 : Hit 2: [24.0793, -2.66454e-15, 29] + [ ecalVeto ] 0 : Hit 3: [19.2635, -2.66454e-15, 30] + [ ecalVeto ] 0 : Hit 4: [19.2635, -2.66454e-15, 28] + [ ecalVeto ] 0 : Hit 5: [16.8555, 4.17066, 27] + [ ecalVeto ] 0 : Hit 6: [19.2635, 8.34132, 26] + [ ecalVeto ] 0 : Hit 7: [16.8555, 4.17066, 25] + [ ecalVeto ] 0 : Hit 8: [19.2635, 8.34132, 24] + [ ecalVeto ] 0 : Hit 9: [16.8555, 12.512, 23] + [ ecalVeto ] 0 : Hit 10: [16.8555, 12.512, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-205.211, 25.024, 31] + [ ecalVeto ] 0 : Hit 1: [-202.803, 29.1946, 30] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-190.763, 25.024, 29] + [ ecalVeto ] 0 : Hit 1: [-188.356, 29.1946, 28] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-169.092, 29.1946, 25] + [ ecalVeto ] 0 : Hit 1: [-166.684, 25.024, 24] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-152.237, 25.024, 22] + [ ecalVeto ] 0 : Hit 1: [-154.644, 29.1946, 21] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 22] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 20] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 19] + [ ecalVeto ] 0 : Hit 3: [12.0397, 12.512, 18] + [ ecalVeto ] 0 : Hit 4: [9.63173, 16.6826, 17] + [ ecalVeto ] 0 : Hit 5: [12.0397, 12.512, 16] + [ ecalVeto ] 0 : Hit 6: [9.63173, 16.6826, 15] + [ ecalVeto ] 0 : Hit 7: [9.63173, 16.6826, 13] + [ ecalVeto ] 0 : Hit 8: [4.81586, 16.6826, 14] + [ ecalVeto ] 0 : Hit 9: [4.81586, 16.6826, 12] + [ ecalVeto ] 0 : Hit 10: [2.40793, 12.512, 11] + [ ecalVeto ] 0 : Hit 11: [4.81586, 16.6826, 10] + [ ecalVeto ] 0 : Hit 12: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Hit 13: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 14: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 15: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 16: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-147.421, 25.024, 21] + [ ecalVeto ] 0 : Hit 1: [-145.013, 29.1946, 20] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [31.3031, 29.1946, 13] + [ ecalVeto ] 0 : Hit 1: [33.711, 25.024, 12] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 25.024, 13] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 20.8533, 12] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [55.3824, 20.8533, 12] + [ ecalVeto ] 0 : Hit 1: [52.9745, 16.6826, 11] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [24.0793, 25.024, 11] + [ ecalVeto ] 0 : Hit 1: [26.4873, 20.8533, 10] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 16.6826, 8] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [16.8555, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [19.2635, 16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [19.2635, 16.6826, 6] + [ ecalVeto ] 0 : Track 14: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 15 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 992.72; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3091 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [73.7103, 119.329, 27] + [ ecalVeto ] 0 : Hit 1: [76.1183, 115.158, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -41.7066, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -37.5359, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -33.3653, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -29.1946, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 7: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -33.3653, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -29.1946, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -25.024, 6] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -20.8533, 5] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -16.6826, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -25.024, 10] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -25.024, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -20.8533, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -16.6826, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -12.512, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -8.34132, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -20.8533, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 105 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6664.12; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3092 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-30.3676, 144.353, 22] + [ ecalVeto ] 0 : Hit 1: [-32.7755, 140.182, 21] + [ ecalVeto ] 0 : Hit 2: [-30.3676, 136.011, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 83.4132, 12] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 79.2426, 11] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 75.0719, 10] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 79.2426, 9] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 75.0719, 8] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 75.0719, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 79.2426, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 83.4132, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 50.0479, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 54.2186, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 50.0479, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 45.8773, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3970.48; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3093 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [62.6062, -8.34132, 20] + [ ecalVeto ] 0 : Hit 1: [60.1983, -4.17066, 19] + [ ecalVeto ] 0 : Hit 2: [62.6062, -8.34132, 18] + [ ecalVeto ] 0 : Hit 3: [60.1983, -12.512, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, 33.3653, 15] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 37.5359, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [38.5269, -16.6826, 15] + [ ecalVeto ] 0 : Hit 1: [40.9348, -20.8533, 14] + [ ecalVeto ] 0 : Hit 2: [38.5269, -25.024, 13] + [ ecalVeto ] 0 : Hit 3: [40.9348, -20.8533, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3667.1; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3094 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -12.512, 6] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -12.512, 7] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -8.34132, 6] + [ ecalVeto ] 0 : Hit 6: [-12.0397, -12.512, 5] + [ ecalVeto ] 0 : Hit 7: [-9.63173, -8.34132, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 12.512, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4257.03; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3095 Brem photon produced 44 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, 58.3892, 14] + [ ecalVeto ] 0 : Hit 1: [31.3031, 54.2186, 13] + [ ecalVeto ] 0 : Hit 2: [33.711, 50.0479, 12] + [ ecalVeto ] 0 : Hit 3: [31.3031, 45.8773, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 54.2186, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, 58.3892, 13] + [ ecalVeto ] 0 : Hit 2: [12.0397, 54.2186, 12] + [ ecalVeto ] 0 : Hit 3: [9.63173, 50.0479, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 16.6826, 12] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 12.512, 11] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 8.34132, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 29.1946, 13] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 29.1946, 11] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 33.3653, 10] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 29.1946, 9] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 29.1946, 7] + [ ecalVeto ] 0 : Hit 5: [-12.0397, 29.1946, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 33.3653, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 37.5359, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 2: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, 33.3653, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 90 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6107.42; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3096 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-140.197, 4.17066, 19] + [ ecalVeto ] 0 : Hit 1: [-137.789, 8.34132, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-154.644, 4.17066, 19] + [ ecalVeto ] 0 : Hit 1: [-152.237, 8.34132, 18] + [ ecalVeto ] 0 : Hit 2: [-154.644, 4.17066, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-159.46, 12.512, 18] + [ ecalVeto ] 0 : Hit 1: [-161.868, 8.34132, 17] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-95.3817, 115.158, 18] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 115.158, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-80.9341, 106.817, 16] + [ ecalVeto ] 0 : Hit 1: [-83.3421, 102.646, 15] + [ ecalVeto ] 0 : Hit 2: [-80.9341, 98.4754, 14] + [ ecalVeto ] 0 : Hit 3: [-83.3421, 94.3048, 13] + [ ecalVeto ] 0 : Hit 4: [-80.9341, 90.1341, 12] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-102.606, 94.3048, 14] + [ ecalVeto ] 0 : Hit 1: [-102.606, 94.3048, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [24.0793, 16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [26.4873, 20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [24.0793, 16.6826, 3] + [ ecalVeto ] 0 : Hit 3: [26.4873, 12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4454.14; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3097 Brem photon produced 68 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5040.11; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3098 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 29.1946, 19] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 33.3653, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -25.024, 19] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -29.1946, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -54.2186, 15] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -58.3892, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6129.97; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3099 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-73.7103, -69.2808, 22] + [ ecalVeto ] 0 : Hit 1: [-76.1183, -73.4515, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 45.8773, 5] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 50.0479, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7785.61; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3100 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -16.6826, 16] + [ ecalVeto ] 0 : Hit 1: [16.8555, -12.512, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 10] + [ ecalVeto ] 0 : Hit 3: [9.63173, 8.34132, 9] + [ ecalVeto ] 0 : Hit 4: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -4.17066, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -20.8533, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-69.83, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -25.024, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-33.711, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 2: [-31.3031, 4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6404.47; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3101 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 144.353, 19] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 140.182, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 106.817, 15] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 102.646, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4060.36; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3102 Brem photon produced 33 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4638.38; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3103 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-69.83, -29.1946, 17] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -25.024, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -25.024, 15] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -29.1946, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -16.6826, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 9542.46; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3104 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 25.024, 20] + [ ecalVeto ] 0 : Hit 1: [16.8555, 29.1946, 19] + [ ecalVeto ] 0 : Hit 2: [19.2635, 33.3653, 18] + [ ecalVeto ] 0 : Hit 3: [16.8555, 29.1946, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -2.66454e-15, 18] + [ ecalVeto ] 0 : Hit 1: [16.8555, -4.17066, 17] + [ ecalVeto ] 0 : Hit 2: [16.8555, -4.17066, 15] + [ ecalVeto ] 0 : Hit 3: [19.2635, -8.34132, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 8.34132, 15] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 13] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 12] + [ ecalVeto ] 0 : Hit 3: [9.63173, 8.34132, 11] + [ ecalVeto ] 0 : Hit 4: [9.63173, 8.34132, 9] + [ ecalVeto ] 0 : Hit 5: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 14] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 13] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 11] + [ ecalVeto ] 0 : Hit 4: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 5: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Hit 6: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 7: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 8: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 9: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 10: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 11: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4472.71; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3105 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [40.9348, 70.9012, 20] + [ ecalVeto ] 0 : Hit 1: [38.5269, 66.7306, 19] + [ ecalVeto ] 0 : Hit 2: [40.9348, 62.5599, 18] + [ ecalVeto ] 0 : Hit 3: [38.5269, 58.3892, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, 45.8773, 14] + [ ecalVeto ] 0 : Hit 1: [24.0793, 41.7066, 13] + [ ecalVeto ] 0 : Hit 2: [26.4873, 37.5359, 12] + [ ecalVeto ] 0 : Hit 3: [24.0793, 41.7066, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, 33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, 29.1946, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, 33.3653, 8] + [ ecalVeto ] 0 : Hit 3: [16.8555, 29.1946, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1970.77; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3106 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-1.47238, 102.646, 28] + [ ecalVeto ] 0 : Hit 1: [-3.88031, 98.4754, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-8.69618, 106.817, 28] + [ ecalVeto ] 0 : Hit 1: [-11.1041, 102.646, 27] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 91.7545, 25] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 87.5839, 24] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 83.4132, 23] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 79.2426, 22] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 75.0719, 21] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 70.9012, 20] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 66.7306, 19] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 62.5599, 18] + [ ecalVeto ] 0 : Hit 8: [-4.81586, 58.3892, 17] + [ ecalVeto ] 0 : Hit 9: [-2.40793, 62.5599, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 50.0479, 15] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 54.2186, 14] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 50.0479, 13] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 45.8773, 12] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 41.7066, 11] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 37.5359, 10] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 33.3653, 9] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 29.1946, 8] + [ ecalVeto ] 0 : Hit 8: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 9: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 10: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 11: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 4: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 5: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 6: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 7: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 8: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -33.3653, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3612.74; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3107 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -8.34132, 4] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -4.17066, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -29.1946, 4] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -33.3653, 3] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -29.1946, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, 8.34132, 3] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 12.512, 2] + [ ecalVeto ] 0 : Hit 2: [-33.711, 8.34132, 1] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 41.7066, 2] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 37.5359, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 87 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 2 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5056.55; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3108 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-52.039, -73.4515, 18] + [ ecalVeto ] 0 : Hit 1: [-54.4469, -77.6221, 17] + [ ecalVeto ] 0 : Finding linreg tracks from 38 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3038.45; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3109 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 131.841, 21] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 127.67, 20] + [ ecalVeto ] 0 : Hit 2: [-76.1183, 123.499, 19] + [ ecalVeto ] 0 : Hit 3: [-73.7103, 119.329, 18] + [ ecalVeto ] 0 : Hit 4: [-76.1183, 115.158, 17] + [ ecalVeto ] 0 : Hit 5: [-73.7103, 110.987, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 102.646, 15] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 106.817, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, -16.6826, 14] + [ ecalVeto ] 0 : Hit 1: [16.8555, -12.512, 13] + [ ecalVeto ] 0 : Hit 2: [19.2635, -8.34132, 12] + [ ecalVeto ] 0 : Hit 3: [16.8555, -4.17066, 11] + [ ecalVeto ] 0 : Hit 4: [19.2635, -8.34132, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-61.6707, 98.4754, 13] + [ ecalVeto ] 0 : Hit 1: [-59.2627, 94.3048, 12] + [ ecalVeto ] 0 : Hit 2: [-61.6707, 90.1341, 11] + [ ecalVeto ] 0 : Hit 3: [-59.2627, 85.9634, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 58.3892, 12] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 54.2186, 11] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -54.2186, 10] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -50.0479, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4346.94; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3110 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Hit 2: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Hit 6: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Hit 7: [2.40793, -20.8533, 1] + [ ecalVeto ] 0 : Hit 8: [4.81586, -25.024, 0] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 28 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2150.82; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3111 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [3.88031, 123.499, 24] + [ ecalVeto ] 0 : Hit 1: [3.34348, 119.329, 23] + [ ecalVeto ] 0 : Hit 2: [3.88031, 115.158, 22] + [ ecalVeto ] 0 : Hit 3: [3.34348, 110.987, 21] + [ ecalVeto ] 0 : Hit 4: [3.88031, 106.817, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 79.2426, 15] + [ ecalVeto ] 0 : Hit 1: [4.81586, 75.0719, 14] + [ ecalVeto ] 0 : Hit 2: [2.40793, 70.9012, 13] + [ ecalVeto ] 0 : Hit 3: [4.81586, 66.7306, 12] + [ ecalVeto ] 0 : Hit 4: [2.40793, 62.5599, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3553.89; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3112 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 33.3653, 6] + [ ecalVeto ] 0 : Hit 2: [-40.9348, 29.1946, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 33.3653, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3164.22; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3113 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-67.4221, -33.3653, 14] + [ ecalVeto ] 0 : Hit 1: [-69.83, -37.5359, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -37.5359, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -33.3653, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, -33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -37.5359, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 87 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5662.41; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3114 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 30 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1973.92; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3115 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 90.1341, 13] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 85.9634, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5806.09; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3116 Brem photon produced 37 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [119.461, 90.1341, 22] + [ ecalVeto ] 0 : Hit 1: [117.053, 85.9634, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -54.2186, 7] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -50.0479, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 102 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8332.69; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3117 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 38 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3540.02; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3118 Brem photon produced 44 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3118 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, 70.9012, 20] + [ ecalVeto ] 0 : Hit 1: [24.0793, 66.7306, 19] + [ ecalVeto ] 0 : Hit 2: [26.4873, 62.5599, 18] + [ ecalVeto ] 0 : Hit 3: [24.0793, 58.3892, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, 58.3892, 16] + [ ecalVeto ] 0 : Hit 1: [16.8555, 54.2186, 15] + [ ecalVeto ] 0 : Hit 2: [19.2635, 50.0479, 14] + [ ecalVeto ] 0 : Hit 3: [16.8555, 45.8773, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 45.8773, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, 41.7066, 11] + [ ecalVeto ] 0 : Hit 2: [12.0397, 37.5359, 10] + [ ecalVeto ] 0 : Hit 3: [9.63173, 33.3653, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 4.17066, 12] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 4.17066, 10] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 4.17066, 11] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 4.17066, 9] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 8.34132, 8] + [ ecalVeto ] 0 : Hit 6: [-12.0397, 12.512, 7] + [ ecalVeto ] 0 : Hit 7: [-9.63173, 16.6826, 6] + [ ecalVeto ] 0 : Hit 8: [-12.0397, 20.8533, 5] + [ ecalVeto ] 0 : Hit 9: [-9.63173, 25.024, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 29.1946, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Hit 8: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Hit 9: [-4.81586, 33.3653, 1] + [ ecalVeto ] 0 : Hit 10: [-2.40793, 29.1946, 0] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 37.5359, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 33.3653, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 37.5359, 8] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 33.3653, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 37.5359, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 33.3653, 6] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 29.1946, 5] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [68.8945, 77.6221, 2] + [ ecalVeto ] 0 : Hit 1: [66.4865, 73.4515, 1] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-69.83, 29.1946, 1] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 33.3653, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4575.19; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3119 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 16 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2895.67; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3120 Brem photon produced 42 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-161.868, -41.7066, 23] + [ ecalVeto ] 0 : Hit 1: [-159.46, -37.5359, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-125.749, -29.1946, 19] + [ ecalVeto ] 0 : Hit 1: [-123.341, -25.024, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -4.17066, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 4.17066, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 66.7306, 5] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 70.9012, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 62.5599, 5] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 66.7306, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4245.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3121 Brem photon produced 46 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-66.4865, 90.1341, 26] + [ ecalVeto ] 0 : Hit 1: [-68.8945, 85.9634, 25] + [ ecalVeto ] 0 : Hit 2: [-66.4865, 81.7928, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-37.5914, 90.1341, 16] + [ ecalVeto ] 0 : Hit 1: [-39.9993, 85.9634, 15] + [ ecalVeto ] 0 : Hit 2: [-37.5914, 81.7928, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5812.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3122 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [126.685, -85.9634, 6] + [ ecalVeto ] 0 : Hit 1: [124.277, -81.7928, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2346.48; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3123 Brem photon produced 37 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -33.3653, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 39 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3372.5; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3124 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [8.69618, 190.23, 23] + [ ecalVeto ] 0 : Hit 1: [11.1041, 194.401, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -94.3048, 23] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -90.1341, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -20.8533, 16] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -16.6826, 15] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 41.7066, 4] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 37.5359, 3] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 33.3653, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3035.01; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3125 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2811.71; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3126 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 4.17066, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 23 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2308.47; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3127 Brem photon produced 49 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-202.803, -45.8773, 2] + [ ecalVeto ] 0 : Hit 1: [-205.211, -41.7066, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5947.8; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3128 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [84.2776, 20.8533, 4] + [ ecalVeto ] 0 : Hit 1: [81.8697, 16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4321.69; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3129 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3426.72; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3130 Brem photon produced 48 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -54.2186, 16] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -50.0479, 15] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -45.8773, 14] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -45.8773, 12] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -45.8773, 13] + [ ecalVeto ] 0 : Hit 5: [-12.0397, -45.8773, 11] + [ ecalVeto ] 0 : Hit 6: [-9.63173, -41.7066, 10] + [ ecalVeto ] 0 : Hit 7: [-9.63173, -41.7066, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -41.7066, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -41.7066, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -37.5359, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -41.7066, 3] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -37.5359, 2] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -33.3653, 1] + [ ecalVeto ] 0 : Hit 8: [-2.40793, -37.5359, 0] + [ ecalVeto ] 0 : Hit 9: [4.81586, -33.3653, 2] + [ ecalVeto ] 0 : Hit 10: [2.40793, -29.1946, 1] + [ ecalVeto ] 0 : Hit 11: [4.81586, -33.3653, 0] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -41.7066, 6] + [ ecalVeto ] 0 : Hit 1: [4.81586, -41.7066, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, -37.5359, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, -41.7066, 2] + [ ecalVeto ] 0 : Hit 4: [2.40793, -37.5359, 1] + [ ecalVeto ] 0 : Hit 5: [4.81586, -41.7066, 0] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [62.6062, -50.0479, 6] + [ ecalVeto ] 0 : Hit 1: [60.1983, -45.8773, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, -33.3653, 3] + [ ecalVeto ] 0 : Hit 1: [12.0397, -37.5359, 2] + [ ecalVeto ] 0 : Hit 2: [9.63173, -33.3653, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 95 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4641.82; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3131 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, 70.9012, 28] + [ ecalVeto ] 0 : Hit 1: [26.4873, 70.9012, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, 66.7306, 24] + [ ecalVeto ] 0 : Hit 1: [16.8555, 62.5599, 23] + [ ecalVeto ] 0 : Hit 2: [19.2635, 58.3892, 22] + [ ecalVeto ] 0 : Hit 3: [16.8555, 54.2186, 21] + [ ecalVeto ] 0 : Hit 4: [19.2635, 58.3892, 20] + [ ecalVeto ] 0 : Hit 5: [16.8555, 54.2186, 19] + [ ecalVeto ] 0 : Hit 6: [16.8555, 54.2186, 17] + [ ecalVeto ] 0 : Hit 7: [12.0397, 54.2186, 18] + [ ecalVeto ] 0 : Hit 8: [12.0397, 54.2186, 16] + [ ecalVeto ] 0 : Hit 9: [9.63173, 50.0479, 15] + [ ecalVeto ] 0 : Hit 10: [12.0397, 45.8773, 14] + [ ecalVeto ] 0 : Hit 11: [9.63173, 50.0479, 13] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1450.78; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3132 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4544.74; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3133 Brem photon produced 63 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-25.5517, -102.646, 15] + [ ecalVeto ] 0 : Hit 1: [-23.1438, -106.817, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -85.9634, 15] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -81.7928, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-25.5517, -85.9634, 13] + [ ecalVeto ] 0 : Hit 1: [-23.1438, -90.1341, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -62.5599, 8] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -58.3892, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6013.51; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3134 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 24 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3203.12; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3135 Brem photon produced 79 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, 4.17066, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [31.3031, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [33.711, -2.66454e-15, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 70.9012, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 75.0719, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 8.34132, 4] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 12.512, 3] + [ ecalVeto ] 0 : Hit 2: [-24.0793, 16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6946.44; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3136 Brem photon produced 77 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-105.013, -90.1341, 23] + [ ecalVeto ] 0 : Hit 1: [-102.606, -85.9634, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -73.4515, 19] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -77.6221, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-11.1041, -177.718, 17] + [ ecalVeto ] 0 : Hit 1: [-8.69618, -181.889, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-33.711, -8.34132, 1] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 102 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5552.5; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3137 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 33.3653, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 29.1946, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 33.3653, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 33.3653, 4] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 33.3653, 2] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 33.3653, 0] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 2] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 33.3653, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2980.07; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3138 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [38.5269, -25.024, 11] + [ ecalVeto ] 0 : Hit 1: [40.9348, -20.8533, 10] + [ ecalVeto ] 0 : Hit 2: [38.5269, -25.024, 9] + [ ecalVeto ] 0 : Hit 3: [40.9348, -29.1946, 8] + [ ecalVeto ] 0 : Hit 4: [33.711, -25.024, 10] + [ ecalVeto ] 0 : Hit 5: [31.3031, -20.8533, 9] + [ ecalVeto ] 0 : Hit 6: [33.711, -25.024, 8] + [ ecalVeto ] 0 : Hit 7: [31.3031, -20.8533, 7] + [ ecalVeto ] 0 : Hit 8: [33.711, -16.6826, 6] + [ ecalVeto ] 0 : Hit 9: [31.3031, -12.512, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 7: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Hit 8: [4.81586, -8.34132, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [26.4873, -20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [24.0793, -25.024, 9] + [ ecalVeto ] 0 : Hit 2: [26.4873, -20.8533, 8] + [ ecalVeto ] 0 : Hit 3: [24.0793, -16.6826, 7] + [ ecalVeto ] 0 : Hit 4: [26.4873, -12.512, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6000.66; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3139 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 190.23, 19] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 186.059, 18] + [ ecalVeto ] 0 : Hit 2: [-90.5659, 181.889, 17] + [ ecalVeto ] 0 : Hit 3: [-88.1579, 177.718, 16] + [ ecalVeto ] 0 : Hit 4: [-90.5659, 173.547, 15] + [ ecalVeto ] 0 : Hit 5: [-88.1579, 169.377, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-25.5517, 110.987, 5] + [ ecalVeto ] 0 : Hit 1: [-23.1438, 115.158, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 96 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4618.74; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3140 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-112.237, 177.718, 23] + [ ecalVeto ] 0 : Hit 1: [-109.829, 173.547, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 94.3048, 17] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 90.1341, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 65.1101, 15] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 60.9395, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-69.83, 12.512, 13] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 16.6826, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-33.711, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 12.512, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3968.22; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3141 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 16.6826, 17] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 20.8533, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-81.8697, 16.6826, 16] + [ ecalVeto ] 0 : Hit 1: [-82.4065, 20.8533, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 25.024, 13] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 29.1946, 12] + [ ecalVeto ] 0 : Hit 2: [-45.7507, 29.1946, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 16.6826, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6774.06; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3142 Brem photon produced 60 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -54.2186, 7] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -54.2186, 5] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -50.0479, 4] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -50.0479, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 90 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8435.39; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3143 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [62.6062, 33.3653, 14] + [ ecalVeto ] 0 : Hit 1: [62.6062, 33.3653, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [48.1586, 41.7066, 12] + [ ecalVeto ] 0 : Hit 1: [45.7507, 37.5359, 11] + [ ecalVeto ] 0 : Hit 2: [48.1586, 33.3653, 10] + [ ecalVeto ] 0 : Hit 3: [48.1586, 33.3653, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [67.4221, 25.024, 11] + [ ecalVeto ] 0 : Hit 1: [69.83, 29.1946, 10] + [ ecalVeto ] 0 : Hit 2: [67.4221, 25.024, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [33.711, 33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [31.3031, 29.1946, 9] + [ ecalVeto ] 0 : Hit 2: [33.711, 25.024, 8] + [ ecalVeto ] 0 : Hit 3: [31.3031, 20.8533, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5149.05; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3144 Brem photon produced 42 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 6: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -29.1946, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5274.86; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3145 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 194.401, 23] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 190.23, 22] + [ ecalVeto ] 0 : Hit 2: [-83.3421, 194.401, 21] + [ ecalVeto ] 0 : Hit 3: [-80.9341, 190.23, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 190.23, 19] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 186.059, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-61.6707, 181.889, 17] + [ ecalVeto ] 0 : Hit 1: [-59.2627, 177.718, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-66.4865, 73.4515, 14] + [ ecalVeto ] 0 : Hit 1: [-68.8945, 69.2808, 13] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 50.0479, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 12.512, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, -8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4687.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3146 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -60.9395, 11] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -56.7688, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -33.3653, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2886.76; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3147 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 87.5839, 16] + [ ecalVeto ] 0 : Hit 1: [9.63173, 83.4132, 15] + [ ecalVeto ] 0 : Hit 2: [12.0397, 79.2426, 14] + [ ecalVeto ] 0 : Hit 3: [12.0397, 79.2426, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3826.92; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3148 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -20.8533, 2] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -25.024, 1] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -29.1946, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 15 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 820.705; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3149 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [59.2627, 144.353, 31] + [ ecalVeto ] 0 : Hit 1: [61.6707, 148.523, 30] + [ ecalVeto ] 0 : Hit 2: [59.2627, 144.353, 29] + [ ecalVeto ] 0 : Hit 3: [61.6707, 148.523, 28] + [ ecalVeto ] 0 : Hit 4: [59.2627, 144.353, 27] + [ ecalVeto ] 0 : Hit 5: [61.6707, 140.182, 26] + [ ecalVeto ] 0 : Hit 6: [61.6707, 140.182, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -75.0719, 16] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -75.0719, 14] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -70.9012, 13] + [ ecalVeto ] 0 : Hit 3: [-24.0793, -75.0719, 12] + [ ecalVeto ] 0 : Hit 4: [-19.2635, -75.0719, 13] + [ ecalVeto ] 0 : Hit 5: [-16.8555, -70.9012, 12] + [ ecalVeto ] 0 : Hit 6: [-19.2635, -75.0719, 11] + [ ecalVeto ] 0 : Hit 7: [-16.8555, -79.2426, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-47.2231, -98.4754, 15] + [ ecalVeto ] 0 : Hit 1: [-44.8152, -94.3048, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -62.5599, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -58.3892, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -62.5599, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -58.3892, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3898.4; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3150 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [52.9745, -33.3653, 15] + [ ecalVeto ] 0 : Hit 1: [55.3824, -29.1946, 14] + [ ecalVeto ] 0 : Hit 2: [52.9745, -33.3653, 13] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3844.03; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3151 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, 37.5359, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [33.711, 41.7066, 10] + [ ecalVeto ] 0 : Hit 1: [33.711, 41.7066, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 2] + [ ecalVeto ] 0 : Hit 4: [4.81586, -8.34132, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4386.84; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3152 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -79.2426, 20] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -75.0719, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 70.9012, 6] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 66.7306, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3653.23; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3153 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5530.73; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3154 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-60.1983, -54.2186, 10] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -54.2186, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4827.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3155 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [94.4462, 41.7066, 29] + [ ecalVeto ] 0 : Hit 1: [94.4462, 41.7066, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [30.3676, 110.987, 17] + [ ecalVeto ] 0 : Hit 1: [32.7755, 106.817, 16] + [ ecalVeto ] 0 : Hit 2: [30.3676, 102.646, 15] + [ ecalVeto ] 0 : Hit 3: [32.7755, 98.4754, 14] + [ ecalVeto ] 0 : Hit 4: [30.3676, 94.3048, 13] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2652.12; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3156 Brem photon produced 49 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [32.7755, 98.4754, 24] + [ ecalVeto ] 0 : Hit 1: [30.3676, 94.3048, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, 75.0719, 18] + [ ecalVeto ] 0 : Hit 1: [16.8555, 70.9012, 17] + [ ecalVeto ] 0 : Hit 2: [19.2635, 66.7306, 16] + [ ecalVeto ] 0 : Hit 3: [16.8555, 62.5599, 15] + [ ecalVeto ] 0 : Hit 4: [19.2635, 58.3892, 14] + [ ecalVeto ] 0 : Hit 5: [16.8555, 54.2186, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 37.5359, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, 29.1946, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 4: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 5: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 43 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6195.71; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3157 Brem photon produced 47 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 25 + [ ecalVeto ] 0 : Beginning track merging using 25 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 21 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-169.092, -37.5359, 21] + [ ecalVeto ] 0 : Hit 1: [-166.684, -41.7066, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -144.353, 19] + [ ecalVeto ] 0 : Hit 1: [-52.039, -140.182, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-32.7755, -90.1341, 15] + [ ecalVeto ] 0 : Hit 1: [-30.3676, -85.9634, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [16.8555, -4.17066, 15] + [ ecalVeto ] 0 : Hit 1: [19.2635, -8.34132, 14] + [ ecalVeto ] 0 : Hit 2: [16.8555, -12.512, 13] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -70.9012, 13] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -66.7306, 12] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 11] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -54.2186, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -50.0479, 10] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 4: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 5: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [26.4873, 4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [26.4873, 4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [33.711, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 3: [31.3031, 4.17066, 9] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [40.9348, 12.512, 10] + [ ecalVeto ] 0 : Hit 1: [38.5269, 8.34132, 9] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -8.34132, 8] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -37.5359, 8] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -16.6826, 6] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Track 14: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Track 15: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -2.66454e-15, 5] + [ ecalVeto ] 0 : Track 16: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 16.6826, 4] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 12.512, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 8.34132, 4] + [ ecalVeto ] 0 : Track 17: + [ ecalVeto ] 0 : Hit 0: [38.5269, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 1: [40.9348, -4.17066, 4] + [ ecalVeto ] 0 : Track 18: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -16.6826, 2] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -20.8533, 1] + [ ecalVeto ] 0 : Track 19: + [ ecalVeto ] 0 : Hit 0: [108.894, 16.6826, 1] + [ ecalVeto ] 0 : Hit 1: [111.302, 20.8533, 0] + [ ecalVeto ] 0 : Track 20: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 1] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 8.34132, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 21 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3942.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3158 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [112.237, -119.329, 20] + [ ecalVeto ] 0 : Hit 1: [109.829, -115.158, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 8.34132, 8] + [ ecalVeto ] 0 : Hit 2: [-26.4873, 12.512, 7] + [ ecalVeto ] 0 : Hit 3: [-24.0793, 16.6826, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 20.8533, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 8.34132, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 4.17066, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-33.711, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 4.17066, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 12.512, 6] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 90 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6008; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3159 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, -62.5599, 20] + [ ecalVeto ] 0 : Hit 1: [24.0793, -58.3892, 19] + [ ecalVeto ] 0 : Hit 2: [26.4873, -54.2186, 18] + [ ecalVeto ] 0 : Hit 3: [24.0793, -58.3892, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -54.2186, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, -50.0479, 13] + [ ecalVeto ] 0 : Hit 2: [12.0397, -45.8773, 12] + [ ecalVeto ] 0 : Hit 3: [9.63173, -41.7066, 11] + [ ecalVeto ] 0 : Hit 4: [12.0397, -37.5359, 10] + [ ecalVeto ] 0 : Hit 5: [9.63173, -33.3653, 9] + [ ecalVeto ] 0 : Hit 6: [12.0397, -29.1946, 8] + [ ecalVeto ] 0 : Hit 7: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Hit 8: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4003.76; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3160 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 14 + [ ecalVeto ] 0 : Beginning track merging using 14 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 11 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-132.973, 41.7066, 19] + [ ecalVeto ] 0 : Hit 1: [-130.565, 45.8773, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-130.565, 37.5359, 18] + [ ecalVeto ] 0 : Hit 1: [-132.973, 33.3653, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-101.67, 45.8773, 16] + [ ecalVeto ] 0 : Hit 1: [-104.078, 50.0479, 15] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-67.4221, 16.6826, 14] + [ ecalVeto ] 0 : Hit 1: [-69.83, 12.512, 13] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 12.512, 12] + [ ecalVeto ] 0 : Hit 2: [-62.6062, 16.6826, 11] + [ ecalVeto ] 0 : Hit 3: [-60.1983, 20.8533, 10] + [ ecalVeto ] 0 : Hit 4: [-62.6062, 25.024, 11] + [ ecalVeto ] 0 : Hit 5: [-60.1983, 29.1946, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 33.3653, 13] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 37.5359, 12] + [ ecalVeto ] 0 : Hit 2: [-77.0538, 33.3653, 11] + [ ecalVeto ] 0 : Hit 3: [-74.6459, 29.1946, 10] + [ ecalVeto ] 0 : Hit 4: [-74.6459, 29.1946, 12] + [ ecalVeto ] 0 : Hit 5: [-77.0538, 25.024, 11] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-104.078, 33.3653, 13] + [ ecalVeto ] 0 : Hit 1: [-101.67, 37.5359, 12] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 37.5359, 13] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 33.3653, 12] + [ ecalVeto ] 0 : Hit 2: [-82.4065, 29.1946, 11] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-69.83, 29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 25.024, 10] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 25.024, 10] + [ ecalVeto ] 0 : Hit 2: [-55.3824, 20.8533, 9] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 4: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 7: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 8: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 9: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 95 hits + [ ecalVeto ] 0 : MIP tracking completed; found 11 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7683.1; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3161 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -20.8533, 17] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -16.6826, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -2.36672e-14, 13] + [ ecalVeto ] 0 : Hit 1: [-87.2224, 4.17066, 12] + [ ecalVeto ] 0 : Hit 2: [-89.6303, 8.34132, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-94.4462, 16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [-96.8541, 20.8533, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-32.7755, 81.7928, 1] + [ ecalVeto ] 0 : Hit 1: [-30.3676, 85.9634, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5989.73; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3162 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -12.512, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4711.91; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3163 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [18.3279, 123.499, 22] + [ ecalVeto ] 0 : Hit 1: [15.92, 119.329, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [11.1041, 110.987, 20] + [ ecalVeto ] 0 : Hit 1: [8.69618, 106.817, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 94 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5725.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3164 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 20] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 19] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 18] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 17] + [ ecalVeto ] 0 : Hit 4: [4.81586, -8.34132, 18] + [ ecalVeto ] 0 : Hit 5: [4.81586, -8.34132, 16] + [ ecalVeto ] 0 : Hit 6: [2.40793, -4.17066, 15] + [ ecalVeto ] 0 : Hit 7: [2.40793, -4.17066, 13] + [ ecalVeto ] 0 : Hit 8: [2.40793, -4.17066, 11] + [ ecalVeto ] 0 : Hit 9: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 10: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 11: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 12: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 13: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 14: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 15: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4925.78; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3165 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 3: [4.81586, -33.3653, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 15 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3296.26; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3166 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [55.3824, 29.1946, 14] + [ ecalVeto ] 0 : Hit 1: [52.9745, 25.024, 13] + [ ecalVeto ] 0 : Hit 2: [55.3824, 29.1946, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 29.1946, 12] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 25.024, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [26.4873, 29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [24.0793, 25.024, 9] + [ ecalVeto ] 0 : Hit 2: [26.4873, 20.8533, 8] + [ ecalVeto ] 0 : Hit 3: [24.0793, 16.6826, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4816.44; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3167 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-45.7507, -54.2186, 14] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -54.2186, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -45.8773, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -41.7066, 10] + [ ecalVeto ] 0 : Hit 2: [-40.9348, -37.5359, 9] + [ ecalVeto ] 0 : Hit 3: [-38.5269, -33.3653, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-60.1983, -20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -20.8533, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -20.8533, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5971.89; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3168 Brem photon produced 63 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [140.197, 12.512, 26] + [ ecalVeto ] 0 : Hit 1: [137.789, 8.34132, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [125.749, 12.512, 22] + [ ecalVeto ] 0 : Hit 1: [123.341, 8.34132, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4126.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3169 Brem photon produced 72 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [-55.3824, 20.8533, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 29.1946, 2] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 25.024, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4704.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3170 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [76.1183, 56.7688, 30] + [ ecalVeto ] 0 : Hit 1: [74.6459, 54.2186, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-73.7103, -102.646, 14] + [ ecalVeto ] 0 : Hit 1: [-76.1183, -98.4754, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 106 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5557.93; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3171 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [12.0397, 29.1946, 10] + [ ecalVeto ] 0 : Hit 2: [9.63173, 33.3653, 9] + [ ecalVeto ] 0 : Hit 3: [12.0397, 37.5359, 8] + [ ecalVeto ] 0 : Hit 4: [12.0397, 37.5359, 6] + [ ecalVeto ] 0 : Hit 5: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 7: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 8: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 10] + [ ecalVeto ] 0 : Hit 2: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 4: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 5: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 54.2186, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 50.0479, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 54.2186, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5741.5; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3172 Brem photon produced 38 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [-33.711, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 2: [-31.3031, -4.17066, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8080.41; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3173 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 12] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 11] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 10] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 8.34132, 9] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 43 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3871.46; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3174 Brem photon produced 41 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -50.0479, 14] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -54.2186, 13] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -58.3892, 12] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -54.2186, 11] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -50.0479, 10] + [ ecalVeto ] 0 : Hit 5: [-12.0397, -54.2186, 9] + [ ecalVeto ] 0 : Hit 6: [-9.63173, -50.0479, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -50.0479, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -45.8773, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -41.7066, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -37.5359, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -41.7066, 10] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -41.7066, 8] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -45.8773, 7] + [ ecalVeto ] 0 : Hit 3: [-24.0793, -50.0479, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -33.3653, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -25.024, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -33.3653, 6] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -29.1946, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 1] + [ ecalVeto ] 0 : Hit 4: [4.81586, -25.024, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 109 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6386.49; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3175 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [133.909, 115.158, 20] + [ ecalVeto ] 0 : Hit 1: [133.909, 115.158, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [97.7897, 119.329, 18] + [ ecalVeto ] 0 : Hit 1: [97.7897, 119.329, 16] + [ ecalVeto ] 0 : Hit 2: [105.013, 123.499, 18] + [ ecalVeto ] 0 : Hit 3: [105.013, 123.499, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [105.013, 106.817, 18] + [ ecalVeto ] 0 : Hit 1: [102.606, 102.646, 17] + [ ecalVeto ] 0 : Hit 2: [105.013, 98.4754, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [112.237, 127.67, 18] + [ ecalVeto ] 0 : Hit 1: [109.829, 131.841, 17] + [ ecalVeto ] 0 : Hit 2: [112.237, 127.67, 16] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4908.9; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3176 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 236.107, 19] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 231.937, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [23.1438, 148.523, 9] + [ ecalVeto ] 0 : Hit 1: [25.5517, 152.694, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [30.3676, 152.694, 7] + [ ecalVeto ] 0 : Hit 1: [32.7755, 156.865, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [-26.4873, 12.512, 5] + [ ecalVeto ] 0 : Hit 3: [-24.0793, 8.34132, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6877.73; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3177 Brem photon produced 49 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5468.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3178 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-205.211, 8.34132, 33] + [ ecalVeto ] 0 : Hit 1: [-202.803, 4.17066, 32] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-190.763, 8.34132, 31] + [ ecalVeto ] 0 : Hit 1: [-188.356, 4.17066, 30] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-140.197, -4.17066, 23] + [ ecalVeto ] 0 : Hit 1: [-137.789, -8.34132, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-118.525, -8.34132, 19] + [ ecalVeto ] 0 : Hit 1: [-116.118, -12.512, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -12.512, 15] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -16.6826, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -25.024, 11] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -20.8533, 10] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-60.1983, -29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [-62.6062, -33.3653, 7] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -37.5359, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -33.3653, 4] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -33.3653, 1] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -37.5359, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4038.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3179 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -54.2186, 21] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -50.0479, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -45.8773, 19] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -41.7066, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -12.512, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-33.711, -2.66454e-15, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4340.08; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3180 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -144.353, 27] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -140.182, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-105.013, -140.182, 27] + [ ecalVeto ] 0 : Hit 1: [-102.606, -136.011, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -119.329, 25] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -115.158, 24] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3390.62; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3181 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-105.013, -123.499, 15] + [ ecalVeto ] 0 : Hit 1: [-102.606, -119.329, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3734.64; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3182 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-105.013, -98.4754, 25] + [ ecalVeto ] 0 : Hit 1: [-102.606, -102.646, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, -12.512, 14] + [ ecalVeto ] 0 : Hit 1: [26.4873, -12.512, 12] + [ ecalVeto ] 0 : Hit 2: [24.0793, -16.6826, 11] + [ ecalVeto ] 0 : Hit 3: [26.4873, -20.8533, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, -16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, -20.8533, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, -25.024, 8] + [ ecalVeto ] 0 : Hit 3: [16.8555, -20.8533, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 96 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3321.82; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3183 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -41.7066, 4] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -37.5359, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5394.18; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3184 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [66.4865, 65.1101, 17] + [ ecalVeto ] 0 : Hit 1: [66.4865, 65.1101, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [55.3824, 54.2186, 16] + [ ecalVeto ] 0 : Hit 1: [52.9745, 58.3892, 15] + [ ecalVeto ] 0 : Hit 2: [55.3824, 54.2186, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 103 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6333.55; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3185 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [97.7897, 60.9395, 6] + [ ecalVeto ] 0 : Hit 1: [95.3817, 56.7688, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4597.9; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3186 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 45.8773, 17] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 50.0479, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 41.7066, 17] + [ ecalVeto ] 0 : Hit 1: [-48.1586, 41.7066, 15] + [ ecalVeto ] 0 : Hit 2: [-45.7507, 45.8773, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, 33.3653, 17] + [ ecalVeto ] 0 : Hit 1: [-33.711, 33.3653, 15] + [ ecalVeto ] 0 : Hit 2: [-33.711, 33.3653, 13] + [ ecalVeto ] 0 : Hit 3: [-31.3031, 37.5359, 12] + [ ecalVeto ] 0 : Hit 4: [-38.5269, 41.7066, 14] + [ ecalVeto ] 0 : Hit 5: [-40.9348, 45.8773, 13] + [ ecalVeto ] 0 : Hit 6: [-38.5269, 41.7066, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 33.3653, 16] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 29.1946, 15] + [ ecalVeto ] 0 : Hit 2: [-38.5269, 33.3653, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-33.711, 66.7306, 13] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 70.9012, 12] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [16.8555, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [19.2635, -8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [16.8555, -12.512, 5] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, -20.8533, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5612.96; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3187 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4958.8; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3188 Brem photon produced 50 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -102.646, 13] + [ ecalVeto ] 0 : Hit 1: [-52.039, -106.817, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 2: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Hit 4: [9.63173, -8.34132, 1] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 102 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6158.91; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3189 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-119.461, 115.158, 27] + [ ecalVeto ] 0 : Hit 1: [-117.053, 110.987, 26] + [ ecalVeto ] 0 : Hit 2: [-119.461, 115.158, 25] + [ ecalVeto ] 0 : Hit 3: [-117.053, 119.329, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 85.9634, 19] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 81.7928, 18] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3872.92; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3190 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-181.132, -41.7066, 16] + [ ecalVeto ] 0 : Hit 1: [-183.54, -37.5359, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-111.302, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-108.894, -2.36672e-14, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-140.197, 12.512, 11] + [ ecalVeto ] 0 : Hit 1: [-137.789, 8.34132, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -12.512, 11] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -8.34132, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -4.17066, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4484.08; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3191 Brem photon produced 42 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5198.33; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3192 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-148.356, -131.841, 23] + [ ecalVeto ] 0 : Hit 1: [-145.948, -136.011, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -33.3653, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, -33.3653, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, -29.1946, 9] + [ ecalVeto ] 0 : Hit 4: [4.81586, -33.3653, 8] + [ ecalVeto ] 0 : Hit 5: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 6: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 7: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Hit 8: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 9: [2.40793, -37.5359, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3544.51; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3193 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 25.024, 1] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 29.1946, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 12 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2289.46; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3194 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -62.5599, 7] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -58.3892, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4517.09; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3195 Brem photon produced 94 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4092.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3196 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [68.8945, 60.9395, 18] + [ ecalVeto ] 0 : Hit 1: [67.4221, 58.3892, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, 25.024, 10] + [ ecalVeto ] 0 : Hit 1: [19.2635, 25.024, 8] + [ ecalVeto ] 0 : Hit 2: [16.8555, 20.8533, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3083.74; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3197 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [48.1586, 25.024, 22] + [ ecalVeto ] 0 : Hit 1: [45.7507, 20.8533, 21] + [ ecalVeto ] 0 : Hit 2: [48.1586, 16.6826, 20] + [ ecalVeto ] 0 : Hit 3: [45.7507, 12.512, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [33.711, 8.34132, 16] + [ ecalVeto ] 0 : Hit 1: [31.3031, 4.17066, 15] + [ ecalVeto ] 0 : Hit 2: [33.711, -2.66454e-15, 14] + [ ecalVeto ] 0 : Hit 3: [31.3031, -4.17066, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, -8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, -12.512, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, -16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [16.8555, -20.8533, 7] + [ ecalVeto ] 0 : Hit 4: [19.2635, -25.024, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Hit 5: [9.63173, -25.024, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 29 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2587.91; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3198 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 98 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5899.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3199 Brem photon produced 44 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-47.2231, 148.523, 3] + [ ecalVeto ] 0 : Hit 1: [-44.8152, 152.694, 2] + [ ecalVeto ] 0 : Hit 2: [-47.2231, 148.523, 1] + [ ecalVeto ] 0 : Hit 3: [-44.8152, 152.694, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5531.12; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3200 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-248.554, 8.34132, 31] + [ ecalVeto ] 0 : Hit 1: [-246.146, 4.17066, 30] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-241.33, -4.17066, 29] + [ ecalVeto ] 0 : Hit 1: [-238.922, -8.34132, 28] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-147.421, -16.6826, 21] + [ ecalVeto ] 0 : Hit 1: [-145.013, -12.512, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-125.749, -12.512, 19] + [ ecalVeto ] 0 : Hit 1: [-123.341, -8.34132, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-104.078, -8.34132, 17] + [ ecalVeto ] 0 : Hit 1: [-101.67, -4.17066, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 8.34132, 8] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 4.17066, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3185.84; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3201 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 12.512, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 16.6826, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 8.34132, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, -4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [19.2635, -8.34132, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 33.3653, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 1] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 33.3653, 2] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 33.3653, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6321.01; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3202 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-125.749, -62.5599, 15] + [ ecalVeto ] 0 : Hit 1: [-123.341, -58.3892, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -20.8533, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8063.86; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3203 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-67.4221, -58.3892, 14] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -58.3892, 12] + [ ecalVeto ] 0 : Hit 2: [-62.6062, -58.3892, 13] + [ ecalVeto ] 0 : Hit 3: [-60.1983, -54.2186, 12] + [ ecalVeto ] 0 : Hit 4: [-62.6062, -50.0479, 11] + [ ecalVeto ] 0 : Hit 5: [-60.1983, -45.8773, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-45.7507, -54.2186, 14] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -58.3892, 13] + [ ecalVeto ] 0 : Hit 2: [-45.7507, -54.2186, 12] + [ ecalVeto ] 0 : Hit 3: [-48.1586, -58.3892, 11] + [ ecalVeto ] 0 : Hit 4: [-45.7507, -54.2186, 10] + [ ecalVeto ] 0 : Hit 5: [-48.1586, -50.0479, 9] + [ ecalVeto ] 0 : Hit 6: [-45.7507, -54.2186, 8] + [ ecalVeto ] 0 : Hit 7: [-45.7507, -45.8773, 10] + [ ecalVeto ] 0 : Hit 8: [-45.7507, -45.8773, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-52.9745, -50.0479, 12] + [ ecalVeto ] 0 : Hit 1: [-55.3824, -54.2186, 11] + [ ecalVeto ] 0 : Hit 2: [-52.9745, -50.0479, 10] + [ ecalVeto ] 0 : Hit 3: [-52.9745, -58.3892, 12] + [ ecalVeto ] 0 : Hit 4: [-55.3824, -62.5599, 11] + [ ecalVeto ] 0 : Hit 5: [-52.9745, -66.7306, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -50.0479, 12] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -50.0479, 10] + [ ecalVeto ] 0 : Hit 2: [-40.9348, -45.8773, 9] + [ ecalVeto ] 0 : Hit 3: [-38.5269, -50.0479, 8] + [ ecalVeto ] 0 : Hit 4: [-38.5269, -58.3892, 10] + [ ecalVeto ] 0 : Hit 5: [-40.9348, -54.2186, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-45.7507, -70.9012, 10] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -66.7306, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7108.51; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3204 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [118.525, -25.024, 18] + [ ecalVeto ] 0 : Hit 1: [118.525, -25.024, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [24.0793, 8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [26.4873, 4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [24.0793, 8.34132, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 2] + [ ecalVeto ] 0 : Hit 3: [9.63173, 8.34132, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 91 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4484.19; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3205 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-141.132, 144.353, 33] + [ ecalVeto ] 0 : Hit 1: [-138.725, 140.182, 32] + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4285.15; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3206 Brem photon produced 56 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [66.4865, -156.865, 7] + [ ecalVeto ] 0 : Hit 1: [68.8945, -152.694, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Hit 1: [12.0397, -12.512, 2] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 1] + [ ecalVeto ] 0 : Hit 3: [12.0397, -12.512, 0] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, -37.5359, 2] + [ ecalVeto ] 0 : Hit 1: [9.63173, -33.3653, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 101 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 2 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5456.62; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3207 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3245.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3208 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [60.1983, -45.8773, 29] + [ ecalVeto ] 0 : Hit 1: [60.1983, -45.8773, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [48.1586, -41.7066, 24] + [ ecalVeto ] 0 : Hit 1: [45.7507, -45.8773, 23] + [ ecalVeto ] 0 : Hit 2: [48.1586, -41.7066, 22] + [ ecalVeto ] 0 : Hit 3: [45.7507, -37.5359, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [40.9348, -37.5359, 20] + [ ecalVeto ] 0 : Hit 1: [38.5269, -33.3653, 19] + [ ecalVeto ] 0 : Hit 2: [40.9348, -37.5359, 18] + [ ecalVeto ] 0 : Hit 3: [38.5269, -33.3653, 17] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 1] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -20.8533, 2] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -25.024, 1] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -20.8533, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2927.7; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3209 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -52.5982, 13] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -50.0479, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -29.1946, 12] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -25.024, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -41.7066, 11] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -37.5359, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -29.1946, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -12.512, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -8.34132, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 2] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 3] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4346.13; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3210 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [170.028, 161.035, 30] + [ ecalVeto ] 0 : Hit 1: [167.62, 156.865, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-140.197, -54.2186, 29] + [ ecalVeto ] 0 : Hit 1: [-137.789, -50.0479, 28] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-118.525, -50.0479, 25] + [ ecalVeto ] 0 : Hit 1: [-116.118, -45.8773, 24] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -45.8773, 21] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -41.7066, 20] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [119.461, 81.7928, 16] + [ ecalVeto ] 0 : Hit 1: [117.053, 77.6221, 15] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-69.83, -37.5359, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -33.3653, 14] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -33.3653, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -29.1946, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3084.14; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3211 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 32 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4654.74; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3212 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -45.8773, 21] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -50.0479, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -41.7066, 19] + [ ecalVeto ] 0 : Hit 1: [-87.2224, -37.5359, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-141.132, 94.3048, 17] + [ ecalVeto ] 0 : Hit 1: [-138.725, 90.1341, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-126.685, 77.6221, 15] + [ ecalVeto ] 0 : Hit 1: [-124.277, 73.4515, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6167.43; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3213 Brem photon produced 64 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [161.868, -83.4132, 16] + [ ecalVeto ] 0 : Hit 1: [159.46, -79.2426, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 66.7306, 14] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 62.5599, 13] + [ ecalVeto ] 0 : Hit 2: [-38.5269, 58.3892, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -29.1946, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 2] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 1] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 94 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6128.94; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3214 Brem photon produced 31 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 7: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4771.68; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3215 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-69.83, 4.17066, 17] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 8.34132, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 12.512, 15] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 8.34132, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5969.26; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3216 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 41 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3455.59; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3217 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [40.9348, -20.8533, 22] + [ ecalVeto ] 0 : Hit 1: [38.5269, -16.6826, 21] + [ ecalVeto ] 0 : Hit 2: [40.9348, -12.512, 20] + [ ecalVeto ] 0 : Hit 3: [38.5269, -8.34132, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [33.711, -8.34132, 18] + [ ecalVeto ] 0 : Hit 1: [31.3031, -4.17066, 17] + [ ecalVeto ] 0 : Hit 2: [33.711, -2.66454e-15, 16] + [ ecalVeto ] 0 : Hit 3: [31.3031, -4.17066, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [26.4873, 4.17066, 14] + [ ecalVeto ] 0 : Hit 1: [24.0793, 8.34132, 13] + [ ecalVeto ] 0 : Hit 2: [26.4873, 4.17066, 12] + [ ecalVeto ] 0 : Hit 3: [24.0793, 8.34132, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, 8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, 12.512, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, 16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [16.8555, 20.8533, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, 37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 29.1946, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, 33.3653, 3] + [ ecalVeto ] 0 : Hit 5: [12.0397, 29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 30 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2483.68; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3218 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [25.5517, -136.011, 16] + [ ecalVeto ] 0 : Hit 1: [23.1438, -131.841, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [15.92, -102.646, 11] + [ ecalVeto ] 0 : Hit 1: [18.3279, -106.817, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [23.1438, -123.499, 9] + [ ecalVeto ] 0 : Hit 1: [25.5517, -127.67, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3257.49; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3219 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [55.3824, 62.5599, 28] + [ ecalVeto ] 0 : Hit 1: [52.9745, 66.7306, 27] + [ ecalVeto ] 0 : Hit 2: [55.3824, 62.5599, 26] + [ ecalVeto ] 0 : Hit 3: [52.9745, 66.7306, 25] + [ ecalVeto ] 0 : Hit 4: [60.1983, 62.5599, 27] + [ ecalVeto ] 0 : Hit 5: [60.1983, 62.5599, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [54.4469, 69.2808, 28] + [ ecalVeto ] 0 : Hit 1: [54.4469, 69.2808, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 85.9634, 5] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 90.1341, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2553.66; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3220 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, -79.2426, 14] + [ ecalVeto ] 0 : Hit 1: [24.0793, -75.0719, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-69.83, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -2.66454e-15, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 99 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5943.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3221 Brem photon produced 50 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [-33.711, 25.024, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5396.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3222 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 37.5359, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, 29.1946, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 4: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 5: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 6: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5920.41; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3223 Brem photon produced 46 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5985.37; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3224 Brem photon produced 45 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 54.2186, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, 50.0479, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, 45.8773, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, 41.7066, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 12147.9; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3225 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-217.251, 45.8773, 14] + [ ecalVeto ] 0 : Hit 1: [-219.659, 50.0479, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-205.211, 50.0479, 13] + [ ecalVeto ] 0 : Hit 1: [-202.803, 45.8773, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-197.987, 37.5359, 13] + [ ecalVeto ] 0 : Hit 1: [-195.579, 41.7066, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6169.1; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3226 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [62.6062, 16.6826, 22] + [ ecalVeto ] 0 : Hit 1: [60.1983, 12.512, 21] + [ ecalVeto ] 0 : Hit 2: [62.6062, 16.6826, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [52.9745, 16.6826, 19] + [ ecalVeto ] 0 : Hit 1: [55.3824, 12.512, 18] + [ ecalVeto ] 0 : Hit 2: [52.9745, 16.6826, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [38.5269, 16.6826, 15] + [ ecalVeto ] 0 : Hit 1: [40.9348, 12.512, 14] + [ ecalVeto ] 0 : Hit 2: [38.5269, 16.6826, 13] + [ ecalVeto ] 0 : Hit 3: [33.711, 16.6826, 14] + [ ecalVeto ] 0 : Hit 4: [33.711, 16.6826, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [16.8555, -79.2426, 1] + [ ecalVeto ] 0 : Hit 1: [19.2635, -83.4132, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3858.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3227 Brem photon produced 55 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5971.36; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3228 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [54.4469, -85.9634, 18] + [ ecalVeto ] 0 : Hit 1: [52.039, -81.7928, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [33.711, -58.3892, 14] + [ ecalVeto ] 0 : Hit 1: [31.3031, -54.2186, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 100 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5427.95; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3229 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -50.0479, 10] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -50.0479, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-32.7755, 90.1341, 3] + [ ecalVeto ] 0 : Hit 1: [-32.7755, 90.1341, 1] + [ ecalVeto ] 0 : Hit 2: [-30.3676, 94.3048, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7647.63; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3230 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [31.3031, 4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [33.711, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 2: [31.3031, -4.17066, 11] + [ ecalVeto ] 0 : Hit 3: [33.711, -2.66454e-15, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -29.1946, 10] + [ ecalVeto ] 0 : Hit 2: [-48.1586, -33.3653, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -33.3653, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6179.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3231 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-104.078, -41.7066, 23] + [ ecalVeto ] 0 : Hit 1: [-101.67, -37.5359, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -37.5359, 21] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -33.3653, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -37.5359, 19] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -33.3653, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -33.3653, 15] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -29.1946, 14] + [ ecalVeto ] 0 : Hit 2: [-62.6062, -25.024, 13] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-52.9745, -25.024, 12] + [ ecalVeto ] 0 : Hit 1: [-55.3824, -20.8533, 11] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -2.36672e-14, 11] + [ ecalVeto ] 0 : Hit 1: [-87.2224, 4.17066, 10] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-104.078, -8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [-101.67, -4.17066, 10] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 12.512, 5] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 16.6826, 4] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 8.34132, 4] + [ ecalVeto ] 0 : Hit 2: [-26.4873, 12.512, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4743.69; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3232 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [83.3421, -69.2808, 16] + [ ecalVeto ] 0 : Hit 1: [80.9341, -65.1101, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-52.9745, 33.3653, 12] + [ ecalVeto ] 0 : Hit 1: [-55.3824, 29.1946, 11] + [ ecalVeto ] 0 : Hit 2: [-52.9745, 25.024, 10] + [ ecalVeto ] 0 : Hit 3: [-52.9745, 25.024, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4627.02; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3233 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [90.5659, -81.7928, 26] + [ ecalVeto ] 0 : Hit 1: [88.1579, -77.6221, 25] + [ ecalVeto ] 0 : Hit 2: [90.5659, -73.4515, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-155.58, 144.353, 25] + [ ecalVeto ] 0 : Hit 1: [-153.172, 148.523, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 148.523, 17] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 144.353, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 140.182, 15] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 136.011, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [31.3031, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [33.711, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 2: [33.711, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 3: [31.3031, 4.17066, 7] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 58.3892, 6] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 58.3892, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3917.78; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3234 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-112.237, -127.67, 27] + [ ecalVeto ] 0 : Hit 1: [-109.829, -123.499, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-66.4865, -106.817, 22] + [ ecalVeto ] 0 : Hit 1: [-68.8945, -102.646, 21] + [ ecalVeto ] 0 : Hit 2: [-66.4865, -98.4754, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -62.5599, 12] + [ ecalVeto ] 0 : Hit 1: [-33.711, -58.3892, 11] + [ ecalVeto ] 0 : Hit 2: [-31.3031, -54.2186, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1033.03; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3235 Brem photon produced 42 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4845.84; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3236 Brem photon produced 39 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4656.38; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3237 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Hit 6: [2.40793, 4.17066, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 29 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1759.61; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3238 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -41.7066, 20] + [ ecalVeto ] 0 : Hit 1: [19.2635, -41.7066, 18] + [ ecalVeto ] 0 : Hit 2: [16.8555, -37.5359, 17] + [ ecalVeto ] 0 : Hit 3: [16.8555, -37.5359, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 7: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8312.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3239 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 41.7066, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 45.8773, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 41.7066, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 37.5359, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2344.02; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3240 Brem photon produced 62 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-190.763, 25.024, 19] + [ ecalVeto ] 0 : Hit 1: [-188.356, 20.8533, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-183.54, 20.8533, 17] + [ ecalVeto ] 0 : Hit 1: [-181.132, 25.024, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -66.7306, 11] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -62.5599, 10] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -58.3892, 9] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -54.2186, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -45.8773, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -41.7066, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -37.5359, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -33.3653, 4] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -33.3653, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -12.512, 4] + [ ecalVeto ] 0 : Hit 1: [-33.711, -16.6826, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-52.9745, -25.024, 4] + [ ecalVeto ] 0 : Hit 1: [-55.3824, -29.1946, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4735.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3241 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -45.8773, 12] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -41.7066, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [33.711, 16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [33.711, 16.6826, 4] + [ ecalVeto ] 0 : Hit 2: [31.3031, 20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6351.22; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3242 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -4.17066, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5984.94; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3243 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 41.7066, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 41.7066, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 5: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5804.22; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3244 Brem photon produced 46 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-52.039, 90.1341, 28] + [ ecalVeto ] 0 : Hit 1: [-54.4469, 85.9634, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-59.2627, 77.6221, 26] + [ ecalVeto ] 0 : Hit 1: [-61.6707, 73.4515, 25] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-66.4865, 73.4515, 24] + [ ecalVeto ] 0 : Hit 1: [-68.8945, 69.2808, 23] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 69.2808, 15] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 65.1101, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5600.76; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3245 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3624.48; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3246 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4586.59; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3247 Brem photon produced 65 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-105.013, 131.841, 25] + [ ecalVeto ] 0 : Hit 1: [-102.606, 127.67, 24] + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4356.23; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3248 Brem photon produced 77 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -95.9252, 17] + [ ecalVeto ] 0 : Hit 1: [4.81586, -91.7545, 16] + [ ecalVeto ] 0 : Hit 2: [2.40793, -87.5839, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 54.2186, 3] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 50.0479, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6549.13; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3249 Brem photon produced 74 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4546.5; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3250 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-67.4221, -2.66454e-15, 20] + [ ecalVeto ] 0 : Hit 1: [-69.83, -4.17066, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-60.1983, -4.17066, 18] + [ ecalVeto ] 0 : Hit 1: [-62.6062, -8.34132, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -12.512, 15] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -8.34132, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -12.512, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -16.6826, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -58.3892, 7] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -58.3892, 5] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -83.4132, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -79.2426, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 44 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4159.56; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3251 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 54.2186, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, 50.0479, 11] + [ ecalVeto ] 0 : Hit 2: [12.0397, 45.8773, 10] + [ ecalVeto ] 0 : Hit 3: [9.63173, 41.7066, 9] + [ ecalVeto ] 0 : Hit 4: [12.0397, 37.5359, 8] + [ ecalVeto ] 0 : Hit 5: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Hit 6: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Hit 7: [12.0397, 29.1946, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -41.7066, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -20.8533, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -4.17066, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 62.5599, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 58.3892, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 98 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5983.1; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3252 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3252 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [48.1586, -66.7306, 22] + [ ecalVeto ] 0 : Hit 1: [45.7507, -62.5599, 21] + [ ecalVeto ] 0 : Hit 2: [48.1586, -66.7306, 20] + [ ecalVeto ] 0 : Hit 3: [45.7507, -62.5599, 19] + [ ecalVeto ] 0 : Finding linreg tracks from 43 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2298.4; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3253 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-104.078, -50.0479, 23] + [ ecalVeto ] 0 : Hit 1: [-101.67, -45.8773, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [154.644, 70.9012, 22] + [ ecalVeto ] 0 : Hit 1: [154.644, 70.9012, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [145.013, 70.9012, 21] + [ ecalVeto ] 0 : Hit 1: [145.013, 70.9012, 19] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -20.8533, 21] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -25.024, 20] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -37.5359, 21] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -33.3653, 20] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [132.973, 66.7306, 20] + [ ecalVeto ] 0 : Hit 1: [130.565, 62.5599, 19] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [125.749, 70.9012, 20] + [ ecalVeto ] 0 : Hit 1: [123.341, 66.7306, 19] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1694.56; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3254 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-154.644, -37.5359, 15] + [ ecalVeto ] 0 : Hit 1: [-152.237, -41.7066, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -54.2186, 12] + [ ecalVeto ] 0 : Hit 1: [12.0397, -54.2186, 10] + [ ecalVeto ] 0 : Hit 2: [9.63173, -50.0479, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -29.1946, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 120 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5192.96; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3255 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -73.4515, 17] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -69.2808, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [45.7507, -70.9012, 15] + [ ecalVeto ] 0 : Hit 1: [45.7507, -70.9012, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [26.4873, -20.8533, 12] + [ ecalVeto ] 0 : Hit 1: [26.4873, -20.8533, 10] + [ ecalVeto ] 0 : Hit 2: [24.0793, -25.024, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -33.3653, 8] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -33.3653, 6] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -33.3653, 4] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -37.5359, 3] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -41.7066, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Hit 8: [-2.40793, -37.5359, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 87 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4913.05; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3256 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -8.34132, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 5: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6809.42; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3257 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [123.341, 8.34132, 33] + [ ecalVeto ] 0 : Hit 1: [125.749, 12.512, 32] + [ ecalVeto ] 0 : Hit 2: [123.341, 8.34132, 31] + [ ecalVeto ] 0 : Finding linreg tracks from 37 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1151.3; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3258 Brem photon produced 82 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-45.7507, 29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [-48.1586, 33.3653, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4335.91; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3259 Brem photon produced 82 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3259 Brem photon produced 49 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4809.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3260 Brem photon produced 38 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [131.501, -85.9634, 19] + [ ecalVeto ] 0 : Hit 1: [133.909, -81.7928, 18] + [ ecalVeto ] 0 : Hit 2: [131.501, -77.6221, 17] + [ ecalVeto ] 0 : Hit 3: [132.973, -75.0719, 16] + [ ecalVeto ] 0 : Hit 4: [130.565, -70.9012, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 60.9395, 17] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 58.3892, 16] + [ ecalVeto ] 0 : Hit 2: [-69.83, 54.2186, 15] + [ ecalVeto ] 0 : Hit 3: [-67.4221, 50.0479, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [12.0397, 4.17066, 10] + [ ecalVeto ] 0 : Hit 2: [9.63173, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 3: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 4: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 5: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 12.512, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 8.34132, 6] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 4.17066, 5] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -2.66454e-15, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 20.8533, 1] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 25.024, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7168.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3261 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [47.2231, 90.1341, 30] + [ ecalVeto ] 0 : Hit 1: [44.8152, 85.9634, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -25.024, 10] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -20.8533, 9] + [ ecalVeto ] 0 : Hit 2: [-38.5269, -16.6826, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 93 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6531.15; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3262 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [8.69618, -156.865, 19] + [ ecalVeto ] 0 : Hit 1: [11.1041, -161.035, 18] + [ ecalVeto ] 0 : Hit 2: [11.1041, -161.035, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [54.4469, 94.3048, 18] + [ ecalVeto ] 0 : Hit 1: [52.039, 90.1341, 17] + [ ecalVeto ] 0 : Hit 2: [54.4469, 85.9634, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 18] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 17] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 12.512, 16] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 8.34132, 15] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 4.17066, 14] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 8.34132, 13] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 4.17066, 12] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 8: [-2.40793, 4.17066, 10] + [ ecalVeto ] 0 : Hit 9: [-4.81586, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 10: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 11: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 12: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 13: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 14: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 15: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Hit 16: [-2.40793, -20.8533, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 106 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5567.42; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3263 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4949.72; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3264 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [39.9993, 211.083, 26] + [ ecalVeto ] 0 : Hit 1: [37.5914, 206.913, 25] + [ ecalVeto ] 0 : Hit 2: [39.9993, 202.742, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-39.9993, 186.059, 23] + [ ecalVeto ] 0 : Hit 1: [-37.5914, 181.889, 22] + [ ecalVeto ] 0 : Hit 2: [-39.9993, 177.718, 21] + [ ecalVeto ] 0 : Hit 3: [-37.5914, 173.547, 20] + [ ecalVeto ] 0 : Hit 4: [-39.9993, 169.377, 19] + [ ecalVeto ] 0 : Hit 5: [-37.5914, 165.206, 18] + [ ecalVeto ] 0 : Hit 6: [-39.9993, 161.035, 17] + [ ecalVeto ] 0 : Hit 7: [-37.5914, 156.865, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-32.7755, 148.523, 15] + [ ecalVeto ] 0 : Hit 1: [-30.3676, 144.353, 14] + [ ecalVeto ] 0 : Hit 2: [-32.7755, 140.182, 13] + [ ecalVeto ] 0 : Hit 3: [-30.3676, 136.011, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -33.3653, 14] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -29.1946, 13] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-23.1438, 123.499, 10] + [ ecalVeto ] 0 : Hit 1: [-25.5517, 119.329, 9] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4951.18; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3265 Brem photon produced 68 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6645.06; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3266 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -45.8773, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, -41.7066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 43 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3076.55; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3267 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -58.3892, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -54.2186, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -50.0479, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -45.8773, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -45.8773, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -41.7066, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -37.5359, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -29.1946, 2] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -33.3653, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 132 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6232.82; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3268 Brem photon produced 50 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5479.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3269 Brem photon produced 93 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 20.8533, 5] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 25.024, 4] + [ ecalVeto ] 0 : Hit 5: [-12.0397, 29.1946, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 29.1946, 2] + [ ecalVeto ] 0 : Hit 8: [-4.81586, 25.024, 1] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 41.7066, 2] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 105 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6022.29; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3270 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -4.17066, 3] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2884.8; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3271 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 21 + [ ecalVeto ] 0 : Beginning track merging using 21 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 20 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -66.7306, 23] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -66.7306, 21] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -66.7306, 19] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -62.5599, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -66.7306, 22] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -66.7306, 20] + [ ecalVeto ] 0 : Hit 2: [-24.0793, -66.7306, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [33.711, 66.7306, 22] + [ ecalVeto ] 0 : Hit 1: [31.3031, 62.5599, 21] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [26.4873, 62.5599, 20] + [ ecalVeto ] 0 : Hit 1: [24.0793, 58.3892, 19] + [ ecalVeto ] 0 : Hit 2: [26.4873, 62.5599, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -50.0479, 19] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -50.0479, 17] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -54.2186, 16] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -50.0479, 15] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -54.2186, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -58.3892, 19] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -58.3892, 17] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -58.3892, 15] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -62.5599, 17] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -58.3892, 16] + [ ecalVeto ] 0 : Hit 5: [-12.0397, -54.2186, 15] + [ ecalVeto ] 0 : Hit 6: [-9.63173, -58.3892, 14] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [12.0397, 54.2186, 16] + [ ecalVeto ] 0 : Hit 1: [9.63173, 50.0479, 15] + [ ecalVeto ] 0 : Hit 2: [12.0397, 45.8773, 14] + [ ecalVeto ] 0 : Hit 3: [9.63173, 41.7066, 13] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [2.40793, -37.5359, 13] + [ ecalVeto ] 0 : Hit 1: [4.81586, -33.3653, 12] + [ ecalVeto ] 0 : Hit 2: [4.81586, -33.3653, 10] + [ ecalVeto ] 0 : Hit 3: [4.81586, -33.3653, 8] + [ ecalVeto ] 0 : Hit 4: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 7: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [9.63173, -33.3653, 13] + [ ecalVeto ] 0 : Hit 1: [9.63173, -33.3653, 11] + [ ecalVeto ] 0 : Hit 2: [12.0397, -37.5359, 10] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [4.81586, 41.7066, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 11] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 11] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 10] + [ ecalVeto ] 0 : Hit 2: [9.63173, -25.024, 9] + [ ecalVeto ] 0 : Hit 3: [12.0397, -20.8533, 8] + [ ecalVeto ] 0 : Hit 4: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Hit 5: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Hit 6: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Hit 7: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 8: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Hit 9: [12.0397, -29.1946, 2] + [ ecalVeto ] 0 : Hit 10: [9.63173, -33.3653, 1] + [ ecalVeto ] 0 : Hit 11: [12.0397, -29.1946, 0] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [16.8555, -29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [19.2635, -33.3653, 8] + [ ecalVeto ] 0 : Hit 2: [16.8555, -37.5359, 7] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -54.2186, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -50.0479, 7] + [ ecalVeto ] 0 : Track 14: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 3: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Track 15: + [ ecalVeto ] 0 : Hit 0: [12.0397, -29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -33.3653, 7] + [ ecalVeto ] 0 : Track 16: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Track 17: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Track 18: + [ ecalVeto ] 0 : Hit 0: [12.0397, -37.5359, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, -33.3653, 3] + [ ecalVeto ] 0 : Track 19: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 2] + [ ecalVeto ] 0 : Hit 2: [9.63173, -25.024, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 20 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6473.65; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3272 Brem photon produced 71 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 11546; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3273 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -41.7066, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -37.5359, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -41.7066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4423.72; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3274 Brem photon produced 40 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3274 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, 20.8533, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 4: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 45.8773, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 41.7066, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-45.7507, 45.8773, 6] + [ ecalVeto ] 0 : Hit 1: [-48.1586, 41.7066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 92 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5765.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3275 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, 4.17066, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [33.711, 33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [31.3031, 29.1946, 5] + [ ecalVeto ] 0 : Hit 2: [33.711, 33.3653, 4] + [ ecalVeto ] 0 : Hit 3: [31.3031, 29.1946, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 9372.49; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3276 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, -20.8533, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -45.8773, 3] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -50.0479, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5360.02; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3277 Brem photon produced 50 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 50.0479, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 45.8773, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4278.4; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3278 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 27 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2135.72; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3279 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 37 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3939.57; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3280 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 41.7066, 33] + [ ecalVeto ] 0 : Hit 1: [9.63173, 41.7066, 31] + [ ecalVeto ] 0 : Hit 2: [12.0397, 37.5359, 30] + [ ecalVeto ] 0 : Hit 3: [12.0397, 37.5359, 28] + [ ecalVeto ] 0 : Hit 4: [9.63173, 41.7066, 27] + [ ecalVeto ] 0 : Hit 5: [12.0397, 37.5359, 26] + [ ecalVeto ] 0 : Hit 6: [9.63173, 41.7066, 25] + [ ecalVeto ] 0 : Hit 7: [12.0397, 37.5359, 24] + [ ecalVeto ] 0 : Hit 8: [9.63173, 33.3653, 23] + [ ecalVeto ] 0 : Hit 9: [12.0397, 37.5359, 22] + [ ecalVeto ] 0 : Hit 10: [9.63173, 33.3653, 21] + [ ecalVeto ] 0 : Hit 11: [12.0397, 37.5359, 20] + [ ecalVeto ] 0 : Hit 12: [9.63173, 33.3653, 19] + [ ecalVeto ] 0 : Hit 13: [9.63173, 33.3653, 17] + [ ecalVeto ] 0 : Hit 14: [4.81586, 33.3653, 18] + [ ecalVeto ] 0 : Hit 15: [4.81586, 33.3653, 16] + [ ecalVeto ] 0 : Hit 16: [2.40793, 29.1946, 15] + [ ecalVeto ] 0 : Hit 17: [4.81586, 25.024, 14] + [ ecalVeto ] 0 : Hit 18: [2.40793, 29.1946, 13] + [ ecalVeto ] 0 : Hit 19: [4.81586, 25.024, 12] + [ ecalVeto ] 0 : Hit 20: [2.40793, 20.8533, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 4.17066, 7] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 4.17066, 5] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 6: [-9.63173, -2.66454e-15, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 42 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2369.57; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3281 Brem photon produced 65 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 12] + [ ecalVeto ] 0 : Hit 1: [12.0397, -12.512, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -50.0479, 11] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -50.0479, 9] + [ ecalVeto ] 0 : Hit 2: [-45.7507, -54.2186, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -41.7066, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -41.7066, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -41.7066, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, -37.5359, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -54.2186, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -50.0479, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -33.3653, 1] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -29.1946, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6807.45; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3282 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 41.7066, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 45.8773, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 41.7066, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 50.0479, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 54.2186, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 50.0479, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 45.8773, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 50.0479, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 45.8773, 4] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 41.7066, 3] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 37.5359, 2] + [ ecalVeto ] 0 : Hit 8: [-4.81586, 33.3653, 1] + [ ecalVeto ] 0 : Hit 9: [-2.40793, 37.5359, 0] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 45.8773, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 50.0479, 6] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 45.8773, 5] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 41.7066, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 33.3653, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 37.5359, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 33.3653, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 41.7066, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6249.94; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3283 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Hit 4: [12.0397, -12.512, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [84.2776, 4.17066, 4] + [ ecalVeto ] 0 : Hit 1: [81.8697, -2.66454e-15, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 94 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4097.7; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3284 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 12 + [ ecalVeto ] 0 : Beginning track merging using 12 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 12 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -98.4754, 25] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -94.3048, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -85.9634, 23] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -90.1341, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -81.7928, 21] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -77.6221, 20] + [ ecalVeto ] 0 : Hit 2: [-76.1183, -73.4515, 19] + [ ecalVeto ] 0 : Hit 3: [-73.7103, -69.2808, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -60.9395, 17] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -65.1101, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -58.3892, 15] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -54.2186, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -50.0479, 13] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -45.8773, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -41.7066, 10] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -45.8773, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -50.0479, 10] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 12 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5775.07; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3285 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-30.3676, -85.9634, 22] + [ ecalVeto ] 0 : Hit 1: [-32.7755, -81.7928, 21] + [ ecalVeto ] 0 : Hit 2: [-31.3031, -79.2426, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 66.7306, 18] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 66.7306, 16] + [ ecalVeto ] 0 : Hit 2: [-26.4873, 62.5599, 15] + [ ecalVeto ] 0 : Hit 3: [-24.0793, 58.3892, 14] + [ ecalVeto ] 0 : Hit 4: [-26.4873, 62.5599, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -70.9012, 17] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -66.7306, 16] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -62.5599, 15] + [ ecalVeto ] 0 : Hit 3: [-24.0793, -58.3892, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 54.2186, 12] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 50.0479, 11] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -33.3653, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -29.1946, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -25.024, 6] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -20.8533, 5] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -16.6826, 4] + [ ecalVeto ] 0 : Hit 6: [-12.0397, -12.512, 3] + [ ecalVeto ] 0 : Hit 7: [-9.63173, -8.34132, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 12.512, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 8.34132, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3898.36; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3286 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [66.4865, -123.499, 33] + [ ecalVeto ] 0 : Hit 1: [68.8945, -119.329, 32] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -16.6826, 14] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -12.512, 13] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -8.34132, 12] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -4.17066, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -25.024, 14] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -20.8533, 13] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -16.6826, 12] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -12.512, 11] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -16.6826, 10] + [ ecalVeto ] 0 : Hit 5: [-12.0397, -20.8533, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 115 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5003.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3287 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-123.341, -8.34132, 20] + [ ecalVeto ] 0 : Hit 1: [-125.749, -12.512, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-118.525, -2.36672e-14, 19] + [ ecalVeto ] 0 : Hit 1: [-116.118, -4.17066, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5130.68; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3288 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 20.8533, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 39 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3342.92; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3289 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 33.3653, 8] + [ ecalVeto ] 0 : Hit 2: [-24.0793, 33.3653, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 66.7306, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 70.9012, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 12.512, 8] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [-24.0793, 16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [-26.4873, 20.8533, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-74.6459, 20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [-77.0538, 16.6826, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6006.93; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3290 Brem photon produced 59 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 4.17066, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, 50.0479, 6] + [ ecalVeto ] 0 : Hit 1: [16.8555, 45.8773, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8749.48; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3291 Brem photon produced 33 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-69.83, 29.1946, 25] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 25.024, 24] + [ ecalVeto ] 0 : Hit 2: [-69.83, 20.8533, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-60.1983, 20.8533, 22] + [ ecalVeto ] 0 : Hit 1: [-62.6062, 16.6826, 21] + [ ecalVeto ] 0 : Hit 2: [-60.1983, 12.512, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 8.34132, 17] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 4.17066, 16] + [ ecalVeto ] 0 : Hit 2: [-48.1586, -2.66454e-15, 15] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -2.66454e-15, 14] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -4.17066, 13] + [ ecalVeto ] 0 : Hit 2: [-38.5269, -8.34132, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -16.6826, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-45.7507, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -8.34132, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3850.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3292 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-162.804, 106.817, 25] + [ ecalVeto ] 0 : Hit 1: [-160.396, 102.646, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-126.685, 85.9634, 21] + [ ecalVeto ] 0 : Hit 1: [-124.277, 81.7928, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-112.237, 77.6221, 19] + [ ecalVeto ] 0 : Hit 1: [-109.829, 73.4515, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-11.1041, -102.646, 19] + [ ecalVeto ] 0 : Hit 1: [-8.69618, -98.4754, 18] + [ ecalVeto ] 0 : Hit 2: [-11.1041, -94.3048, 17] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -91.7545, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 60.9395, 17] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 56.7688, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 52.5982, 15] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 50.0479, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2105.37; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3293 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 9 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2325.36; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3294 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 79.2426, 15] + [ ecalVeto ] 0 : Hit 1: [4.81586, 75.0719, 14] + [ ecalVeto ] 0 : Hit 2: [2.40793, 70.9012, 13] + [ ecalVeto ] 0 : Hit 3: [4.81586, 66.7306, 12] + [ ecalVeto ] 0 : Hit 4: [2.40793, 62.5599, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 54.2186, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, 50.0479, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, 45.8773, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, 41.7066, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 37.5359, 10] + [ ecalVeto ] 0 : Hit 1: [-33.711, 33.3653, 9] + [ ecalVeto ] 0 : Hit 2: [-31.3031, 29.1946, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 36 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3871.52; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3295 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [30.3676, 119.329, 25] + [ ecalVeto ] 0 : Hit 1: [32.7755, 123.499, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -75.0719, 24] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -70.9012, 23] + [ ecalVeto ] 0 : Hit 2: [-24.0793, -66.7306, 22] + [ ecalVeto ] 0 : Hit 3: [-26.4873, -70.9012, 21] + [ ecalVeto ] 0 : Hit 4: [-24.0793, -66.7306, 20] + [ ecalVeto ] 0 : Hit 5: [-26.4873, -62.5599, 19] + [ ecalVeto ] 0 : Hit 6: [-24.0793, -66.7306, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [18.3279, 106.817, 18] + [ ecalVeto ] 0 : Hit 1: [15.92, 102.646, 17] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -58.3892, 17] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -58.3892, 15] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -54.2186, 14] + [ ecalVeto ] 0 : Hit 3: [-19.2635, -50.0479, 13] + [ ecalVeto ] 0 : Hit 4: [-16.8555, -54.2186, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -45.8773, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -50.0479, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -45.8773, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -41.7066, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Hit 5: [12.0397, 4.17066, 2] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 37 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2772.16; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3296 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 12 + [ ecalVeto ] 0 : Beginning track merging using 12 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 12 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-205.211, 58.3892, 31] + [ ecalVeto ] 0 : Hit 1: [-202.803, 54.2186, 30] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-154.644, 45.8773, 25] + [ ecalVeto ] 0 : Hit 1: [-152.237, 41.7066, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-140.197, 37.5359, 23] + [ ecalVeto ] 0 : Hit 1: [-137.789, 33.3653, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-125.749, 29.1946, 21] + [ ecalVeto ] 0 : Hit 1: [-123.341, 25.024, 20] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-111.302, 20.8533, 19] + [ ecalVeto ] 0 : Hit 1: [-108.894, 16.6826, 18] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 12.512, 17] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 8.34132, 16] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-69.83, 4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -2.66454e-15, 12] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -8.34132, 10] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -16.6826, 8] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [19.2635, -41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [19.2635, -41.7066, 6] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -66.7306, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -62.5599, 7] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -25.024, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 12 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3260.44; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3297 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, -87.5839, 25] + [ ecalVeto ] 0 : Hit 1: [16.8555, -87.5839, 23] + [ ecalVeto ] 0 : Hit 2: [19.2635, -83.4132, 22] + [ ecalVeto ] 0 : Hit 3: [16.8555, -79.2426, 21] + [ ecalVeto ] 0 : Hit 4: [19.2635, -75.0719, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [24.0793, -75.0719, 19] + [ ecalVeto ] 0 : Hit 1: [26.4873, -70.9012, 18] + [ ecalVeto ] 0 : Hit 2: [24.0793, -66.7306, 17] + [ ecalVeto ] 0 : Hit 3: [26.4873, -62.5599, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-89.6303, 33.3653, 19] + [ ecalVeto ] 0 : Hit 1: [-87.2224, 37.5359, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-102.606, 60.9395, 18] + [ ecalVeto ] 0 : Hit 1: [-105.013, 65.1101, 17] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 7: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 8: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 4: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3239.84; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3298 Brem photon produced 61 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -12.512, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -8.34132, 4] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -12.512, 3] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -8.34132, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -25.024, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -16.6826, 4] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Hit 8: [-4.81586, -2.66454e-15, 1] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4558.78; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3299 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 17] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 16] + [ ecalVeto ] 0 : Hit 2: [9.63173, -25.024, 15] + [ ecalVeto ] 0 : Hit 3: [12.0397, -29.1946, 14] + [ ecalVeto ] 0 : Hit 4: [9.63173, -33.3653, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -60.9395, 7] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -58.3892, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6166.05; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3300 Brem photon produced 76 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2246.88; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3301 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -87.5839, 14] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -83.4132, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-32.7755, -181.889, 13] + [ ecalVeto ] 0 : Hit 1: [-30.3676, -186.059, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [40.9348, 29.1946, 12] + [ ecalVeto ] 0 : Hit 1: [38.5269, 25.024, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [33.711, 16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [31.3031, 12.512, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, -37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -41.7066, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -37.5359, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -41.7066, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, -62.5599, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -58.3892, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, -54.2186, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5839.54; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3302 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-111.302, -20.8533, 21] + [ ecalVeto ] 0 : Hit 1: [-108.894, -16.6826, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -12.512, 19] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -8.34132, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [40.9348, -54.2186, 18] + [ ecalVeto ] 0 : Hit 1: [38.5269, -50.0479, 17] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-69.83, -20.8533, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -16.6826, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -2.66454e-15, 15] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -4.17066, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 4.17066, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 8.34132, 10] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-33.711, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 12.512, 8] + [ ecalVeto ] 0 : Hit 2: [-33.711, 8.34132, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 123 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5611.4; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3303 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4177.97; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3304 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, -29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [24.0793, -25.024, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-11.1041, 119.329, 9] + [ ecalVeto ] 0 : Hit 1: [-8.69618, 123.499, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -12.512, 7] + [ ecalVeto ] 0 : Hit 2: [-24.0793, -8.34132, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -25.024, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 87 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4502.45; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3305 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [47.2231, 98.4754, 18] + [ ecalVeto ] 0 : Hit 1: [44.8152, 102.646, 17] + [ ecalVeto ] 0 : Hit 2: [47.2231, 98.4754, 16] + [ ecalVeto ] 0 : Hit 3: [47.2231, 98.4754, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3755.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3306 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 24 + [ ecalVeto ] 0 : Beginning track merging using 24 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 20 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [97.7897, 102.646, 18] + [ ecalVeto ] 0 : Hit 1: [95.3817, 98.4754, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [119.461, 123.499, 18] + [ ecalVeto ] 0 : Hit 1: [117.053, 127.67, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 66.7306, 16] + [ ecalVeto ] 0 : Hit 1: [4.81586, 66.7306, 14] + [ ecalVeto ] 0 : Hit 2: [2.40793, 62.5599, 13] + [ ecalVeto ] 0 : Hit 3: [4.81586, 58.3892, 12] + [ ecalVeto ] 0 : Hit 4: [2.40793, 54.2186, 11] + [ ecalVeto ] 0 : Hit 5: [4.81586, 50.0479, 10] + [ ecalVeto ] 0 : Hit 6: [2.40793, 45.8773, 9] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 45.8773, 10] + [ ecalVeto ] 0 : Hit 8: [-4.81586, 41.7066, 9] + [ ecalVeto ] 0 : Hit 9: [-2.40793, 37.5359, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 54.2186, 12] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 58.3892, 11] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 62.5599, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 45.8773, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 50.0479, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 45.8773, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 41.7066, 8] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 37.5359, 7] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 54.2186, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 58.3892, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 62.5599, 9] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [9.63173, 58.3892, 11] + [ ecalVeto ] 0 : Hit 1: [12.0397, 54.2186, 10] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [67.4221, -58.3892, 9] + [ ecalVeto ] 0 : Hit 1: [68.8945, -60.9395, 8] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 6: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 7: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 8: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 9: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Hit 10: [4.81586, -2.66454e-15, 2] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 6: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 25.024, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 25.024, 6] + [ ecalVeto ] 0 : Track 14: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Track 15: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Track 16: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -62.5599, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -58.3892, 4] + [ ecalVeto ] 0 : Track 17: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 2] + [ ecalVeto ] 0 : Track 18: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Track 19: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 20 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 9780.18; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3307 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3436.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3308 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 29.1946, 15] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 29.1946, 13] + [ ecalVeto ] 0 : Hit 2: [-38.5269, 33.3653, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 41.7066, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 45.8773, 12] + [ ecalVeto ] 0 : Hit 2: [-62.6062, 50.0479, 11] + [ ecalVeto ] 0 : Hit 3: [-60.1983, 54.2186, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3940.54; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3309 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5084.9; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3310 Brem photon produced 53 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -20.8533, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -25.024, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -25.024, 4] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -25.024, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 2] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -8.34132, 1] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -37.5359, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -37.5359, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -16.6826, 4] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -16.6826, 2] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -12.512, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5379.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3311 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -41.7066, 12] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -37.5359, 11] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -41.7066, 10] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -37.5359, 9] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -37.5359, 7] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -33.3653, 6] + [ ecalVeto ] 0 : Hit 6: [-12.0397, -29.1946, 5] + [ ecalVeto ] 0 : Hit 7: [-9.63173, -33.3653, 4] + [ ecalVeto ] 0 : Hit 8: [-12.0397, -29.1946, 3] + [ ecalVeto ] 0 : Hit 9: [-9.63173, -33.3653, 2] + [ ecalVeto ] 0 : Hit 10: [-12.0397, -29.1946, 1] + [ ecalVeto ] 0 : Hit 11: [-9.63173, -33.3653, 0] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -45.8773, 10] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -45.8773, 8] + [ ecalVeto ] 0 : Hit 2: [-33.711, -50.0479, 7] + [ ecalVeto ] 0 : Hit 3: [-31.3031, -45.8773, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [-24.0793, -25.024, 6] + [ ecalVeto ] 0 : Hit 3: [-26.4873, -29.1946, 5] + [ ecalVeto ] 0 : Hit 4: [-24.0793, -33.3653, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -25.024, 7] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [-19.2635, -33.3653, 5] + [ ecalVeto ] 0 : Hit 4: [-19.2635, -33.3653, 3] + [ ecalVeto ] 0 : Hit 5: [-16.8555, -37.5359, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -37.5359, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 1: [4.81586, -33.3653, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 90 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8351.94; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3312 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -115.158, 19] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -110.987, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -94.3048, 15] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -98.4754, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -62.5599, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -58.3892, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-116.118, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-116.118, 4.17066, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -50.0479, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -45.8773, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 34 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2038.48; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3313 Brem photon produced 72 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, 12.512, 11] + [ ecalVeto ] 0 : Hit 1: [19.2635, 8.34132, 10] + [ ecalVeto ] 0 : Hit 2: [16.8555, 12.512, 9] + [ ecalVeto ] 0 : Hit 3: [16.8555, 12.512, 7] + [ ecalVeto ] 0 : Hit 4: [19.2635, 8.34132, 6] + [ ecalVeto ] 0 : Hit 5: [16.8555, 12.512, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Hit 4: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 5: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 6: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Hit 7: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 12.512, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7874.74; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3314 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 54.2186, 20] + [ ecalVeto ] 0 : Hit 1: [9.63173, 50.0479, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -91.7545, 4] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -87.5839, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -37.5359, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5163.62; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3315 Brem photon produced 62 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -45.8773, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -41.7066, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -45.8773, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -41.7066, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4870.98; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3316 Brem photon produced 38 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-104.078, 8.34132, 21] + [ ecalVeto ] 0 : Hit 1: [-101.67, 12.512, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-89.6303, 8.34132, 19] + [ ecalVeto ] 0 : Hit 1: [-87.2224, 4.17066, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-69.83, 4.17066, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -2.66454e-15, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-45.7507, 4.17066, 12] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 2: [-45.7507, -4.17066, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-33.711, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -12.512, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -8.34132, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5328.61; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3317 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [19.2635, 8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [16.8555, 12.512, 5] + [ ecalVeto ] 0 : Hit 3: [19.2635, 8.34132, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6831.06; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3318 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, -12.512, 3] + [ ecalVeto ] 0 : Hit 1: [16.8555, -12.512, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3153.65; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3319 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-37.5914, 165.206, 32] + [ ecalVeto ] 0 : Hit 1: [-39.9993, 161.035, 31] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, 66.7306, 19] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 62.5599, 18] + [ ecalVeto ] 0 : Hit 2: [-33.711, 58.3892, 17] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4080.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3320 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 45.8773, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 41.7066, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4980.1; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3321 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [212.435, -37.5359, 20] + [ ecalVeto ] 0 : Hit 1: [210.027, -33.3653, 19] + [ ecalVeto ] 0 : Finding linreg tracks from 34 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3412.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3322 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-69.83, -45.8773, 11] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -41.7066, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -29.1946, 8] + [ ecalVeto ] 0 : Hit 2: [-60.1983, -29.1946, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-60.1983, -45.8773, 8] + [ ecalVeto ] 0 : Hit 1: [-62.6062, -41.7066, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-45.7507, -45.8773, 8] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -41.7066, 7] + [ ecalVeto ] 0 : Hit 2: [-45.7507, -37.5359, 6] + [ ecalVeto ] 0 : Hit 3: [-40.9348, -37.5359, 7] + [ ecalVeto ] 0 : Hit 4: [-38.5269, -33.3653, 6] + [ ecalVeto ] 0 : Hit 5: [-40.9348, -29.1946, 5] + [ ecalVeto ] 0 : Hit 6: [-38.5269, -33.3653, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [-33.711, -33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [-31.3031, -37.5359, 6] + [ ecalVeto ] 0 : Hit 3: [-33.711, -33.3653, 5] + [ ecalVeto ] 0 : Hit 4: [-31.3031, -37.5359, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [-48.1586, -25.024, 5] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-33.711, -25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -29.1946, 4] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -33.3653, 5] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -33.3653, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6894.75; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3323 Brem photon produced 41 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [83.3421, 110.987, 26] + [ ecalVeto ] 0 : Hit 1: [80.9341, 106.817, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [47.2231, 73.4515, 16] + [ ecalVeto ] 0 : Hit 1: [45.7507, 70.9012, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 41.7066, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 37.5359, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 12.512, 2] + [ ecalVeto ] 0 : Hit 1: [-33.711, 16.6826, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 121 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6648.47; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3324 Brem photon produced 77 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 40 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4474.09; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3325 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 45.8773, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4823.59; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3326 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [69.83, 4.17066, 12] + [ ecalVeto ] 0 : Hit 1: [67.4221, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 2: [69.83, 4.17066, 10] + [ ecalVeto ] 0 : Hit 3: [62.6062, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 4: [60.1983, 4.17066, 11] + [ ecalVeto ] 0 : Hit 5: [62.6062, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 6: [60.1983, -4.17066, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [60.1983, -4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [62.6062, -8.34132, 10] + [ ecalVeto ] 0 : Hit 2: [60.1983, -12.512, 9] + [ ecalVeto ] 0 : Hit 3: [62.6062, -16.6826, 8] + [ ecalVeto ] 0 : Hit 4: [55.3824, -20.8533, 10] + [ ecalVeto ] 0 : Hit 5: [52.9745, -16.6826, 9] + [ ecalVeto ] 0 : Hit 6: [55.3824, -12.512, 8] + [ ecalVeto ] 0 : Hit 7: [52.9745, -16.6826, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [55.3824, -4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [52.9745, -8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [55.3824, -4.17066, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4898.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3327 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-126.685, 85.9634, 25] + [ ecalVeto ] 0 : Hit 1: [-124.277, 81.7928, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [40.9348, 54.2186, 24] + [ ecalVeto ] 0 : Hit 1: [38.5269, 50.0479, 23] + [ ecalVeto ] 0 : Hit 2: [40.9348, 45.8773, 22] + [ ecalVeto ] 0 : Hit 3: [38.5269, 41.7066, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-105.013, -81.7928, 19] + [ ecalVeto ] 0 : Hit 1: [-102.606, -77.6221, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [26.4873, 37.5359, 18] + [ ecalVeto ] 0 : Hit 1: [24.0793, 33.3653, 17] + [ ecalVeto ] 0 : Hit 2: [26.4873, 29.1946, 16] + [ ecalVeto ] 0 : Hit 3: [24.0793, 25.024, 15] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [19.2635, 25.024, 14] + [ ecalVeto ] 0 : Hit 1: [16.8555, 20.8533, 13] + [ ecalVeto ] 0 : Hit 2: [19.2635, 25.024, 12] + [ ecalVeto ] 0 : Hit 3: [16.8555, 20.8533, 11] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 2] + [ ecalVeto ] 0 : Hit 4: [2.40793, -4.17066, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 106 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2074.7; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3328 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-15.92, -152.694, 26] + [ ecalVeto ] 0 : Hit 1: [-18.3279, -148.523, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-18.3279, -115.158, 21] + [ ecalVeto ] 0 : Hit 1: [-15.92, -110.987, 20] + [ ecalVeto ] 0 : Hit 2: [-18.3279, -106.817, 19] + [ ecalVeto ] 0 : Hit 3: [-15.92, -102.646, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -70.9012, 13] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -66.7306, 12] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -62.5599, 11] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -58.3892, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3726.8; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3329 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [54.4469, 110.987, 24] + [ ecalVeto ] 0 : Hit 1: [52.039, 106.817, 23] + [ ecalVeto ] 0 : Hit 2: [54.4469, 110.987, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [47.2231, 98.4754, 20] + [ ecalVeto ] 0 : Hit 1: [44.8152, 94.3048, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -8.34132, 19] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -12.512, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -12.512, 17] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -16.6826, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [33.711, 75.0719, 16] + [ ecalVeto ] 0 : Hit 1: [31.3031, 70.9012, 15] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -20.8533, 15] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -25.024, 14] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -41.7066, 14] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -37.5359, 13] + [ ecalVeto ] 0 : Hit 2: [-24.0793, -33.3653, 12] + [ ecalVeto ] 0 : Hit 3: [-26.4873, -29.1946, 11] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-33.711, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -37.5359, 8] + [ ecalVeto ] 0 : Hit 2: [-33.711, -41.7066, 7] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-45.7507, -29.1946, 4] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -25.024, 3] + [ ecalVeto ] 0 : Hit 2: [-45.7507, -20.8533, 2] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -8.34132, 1] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4023.96; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3330 Brem photon produced 52 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [52.039, -198.571, 33] + [ ecalVeto ] 0 : Hit 1: [54.4469, -194.401, 32] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [44.8152, -186.059, 31] + [ ecalVeto ] 0 : Hit 1: [47.2231, -181.889, 30] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 7: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-133.909, 98.4754, 1] + [ ecalVeto ] 0 : Hit 1: [-131.501, 94.3048, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7018.11; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3331 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [76.1183, 148.523, 32] + [ ecalVeto ] 0 : Hit 1: [73.7103, 144.353, 31] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [68.8945, 136.011, 30] + [ ecalVeto ] 0 : Hit 1: [66.4865, 131.841, 29] + [ ecalVeto ] 0 : Hit 2: [68.8945, 127.67, 28] + [ ecalVeto ] 0 : Hit 3: [66.4865, 123.499, 27] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [61.6707, 123.499, 26] + [ ecalVeto ] 0 : Hit 1: [59.2627, 119.329, 25] + [ ecalVeto ] 0 : Hit 2: [61.6707, 115.158, 24] + [ ecalVeto ] 0 : Hit 3: [59.2627, 110.987, 23] + [ ecalVeto ] 0 : Hit 4: [61.6707, 106.817, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [47.2231, 98.4754, 20] + [ ecalVeto ] 0 : Hit 1: [44.8152, 94.3048, 19] + [ ecalVeto ] 0 : Hit 2: [47.2231, 90.1341, 18] + [ ecalVeto ] 0 : Hit 3: [44.8152, 85.9634, 17] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [39.9993, 77.6221, 16] + [ ecalVeto ] 0 : Hit 1: [38.5269, 75.0719, 15] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -94.3048, 11] + [ ecalVeto ] 0 : Hit 1: [-52.039, -98.4754, 10] + [ ecalVeto ] 0 : Hit 2: [-52.039, -98.4754, 8] + [ ecalVeto ] 0 : Hit 3: [-54.4469, -102.646, 7] + [ ecalVeto ] 0 : Hit 4: [-52.039, -98.4754, 6] + [ ecalVeto ] 0 : Hit 5: [-54.4469, -102.646, 5] + [ ecalVeto ] 0 : Hit 6: [-54.4469, -102.646, 3] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-59.2627, -102.646, 2] + [ ecalVeto ] 0 : Hit 1: [-61.6707, -106.817, 1] + [ ecalVeto ] 0 : Hit 2: [-59.2627, -110.987, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5253.44; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3332 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -20.8533, 23] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -16.6826, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [33.711, -75.0719, 22] + [ ecalVeto ] 0 : Hit 1: [31.3031, -70.9012, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 56.7688, 19] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 54.2186, 18] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4672.05; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3333 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -8.34132, 12] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -4.17066, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4165.61; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3334 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 11 + [ ecalVeto ] 0 : Beginning track merging using 11 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 11 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 37.5359, 25] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 33.3653, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 33.3653, 23] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 37.5359, 22] + [ ecalVeto ] 0 : Hit 2: [-77.0538, 33.3653, 21] + [ ecalVeto ] 0 : Hit 3: [-74.6459, 29.1946, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 25.024, 19] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 20.8533, 18] + [ ecalVeto ] 0 : Hit 2: [-62.6062, 16.6826, 17] + [ ecalVeto ] 0 : Hit 3: [-60.1983, 12.512, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [39.9993, -85.9634, 16] + [ ecalVeto ] 0 : Hit 1: [37.5914, -81.7928, 15] + [ ecalVeto ] 0 : Hit 2: [39.9993, -85.9634, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [31.3031, -79.2426, 13] + [ ecalVeto ] 0 : Hit 1: [31.3031, -79.2426, 11] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -12.512, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -12.512, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -16.6826, 10] + [ ecalVeto ] 0 : Hit 2: [-40.9348, -20.8533, 9] + [ ecalVeto ] 0 : Hit 3: [-38.5269, -25.024, 8] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -20.8533, 10] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 25.024, 6] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-33.711, -33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -29.1946, 6] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-52.9745, 25.024, 4] + [ ecalVeto ] 0 : Hit 1: [-55.3824, 20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 11 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5686.37; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3335 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 54.2186, 20] + [ ecalVeto ] 0 : Hit 1: [9.63173, 50.0479, 19] + [ ecalVeto ] 0 : Hit 2: [12.0397, 45.8773, 18] + [ ecalVeto ] 0 : Hit 3: [9.63173, 50.0479, 17] + [ ecalVeto ] 0 : Hit 4: [12.0397, 45.8773, 16] + [ ecalVeto ] 0 : Hit 5: [9.63173, 41.7066, 15] + [ ecalVeto ] 0 : Hit 6: [9.63173, 41.7066, 13] + [ ecalVeto ] 0 : Hit 7: [9.63173, 41.7066, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 41.7066, 14] + [ ecalVeto ] 0 : Hit 1: [4.81586, 41.7066, 12] + [ ecalVeto ] 0 : Hit 2: [4.81586, 41.7066, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, 37.5359, 9] + [ ecalVeto ] 0 : Hit 4: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 5: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 6: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 7: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 8: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 9: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Hit 10: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Hit 11: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 12: [-2.40793, 29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7629.63; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3336 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, -16.6826, 12] + [ ecalVeto ] 0 : Hit 1: [31.3031, -12.512, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 33.3653, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, 16.6826, 4] + [ ecalVeto ] 0 : Hit 1: [16.8555, 20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 91 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5119.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3337 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 20 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3693.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3338 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [67.4221, -8.34132, 21] + [ ecalVeto ] 0 : Hit 1: [69.83, -4.17066, 20] + [ ecalVeto ] 0 : Hit 2: [67.4221, -2.66454e-15, 19] + [ ecalVeto ] 0 : Hit 3: [69.83, 4.17066, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 50.0479, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, 54.2186, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, 50.0479, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, 54.2186, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, 50.0479, 5] + [ ecalVeto ] 0 : Hit 5: [12.0397, 45.8773, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 50.0479, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 45.8773, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 50.0479, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 45.8773, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6358.62; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3339 Brem photon produced 92 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -70.9012, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -66.7306, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5071.74; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3340 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 44 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5699.46; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3341 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-234.106, 50.0479, 33] + [ ecalVeto ] 0 : Hit 1: [-231.698, 54.2186, 32] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-212.435, 54.2186, 29] + [ ecalVeto ] 0 : Hit 1: [-210.027, 58.3892, 28] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [40.9348, -20.8533, 24] + [ ecalVeto ] 0 : Hit 1: [38.5269, -16.6826, 23] + [ ecalVeto ] 0 : Hit 2: [40.9348, -12.512, 22] + [ ecalVeto ] 0 : Hit 3: [38.5269, -8.34132, 21] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [30.3676, -102.646, 19] + [ ecalVeto ] 0 : Hit 1: [32.7755, -98.4754, 18] + [ ecalVeto ] 0 : Hit 2: [30.3676, -94.3048, 17] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 33.3653, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-18.3279, -90.1341, 11] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -87.5839, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3545.48; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3342 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-161.868, -91.7545, 29] + [ ecalVeto ] 0 : Hit 1: [-160.396, -94.3048, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-119.461, -81.7928, 23] + [ ecalVeto ] 0 : Hit 1: [-117.053, -77.6221, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -69.2808, 19] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -73.4515, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -69.2808, 17] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -65.1101, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -58.3892, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -54.2186, 10] + [ ecalVeto ] 0 : Hit 2: [-48.1586, -50.0479, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6687.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3343 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [30.3676, 136.011, 33] + [ ecalVeto ] 0 : Hit 1: [32.7755, 131.841, 32] + [ ecalVeto ] 0 : Hit 2: [30.3676, 127.67, 31] + [ ecalVeto ] 0 : Hit 3: [32.7755, 123.499, 30] + [ ecalVeto ] 0 : Hit 4: [30.3676, 119.329, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [24.0793, 75.0719, 21] + [ ecalVeto ] 0 : Hit 1: [26.4873, 70.9012, 20] + [ ecalVeto ] 0 : Hit 2: [24.0793, 66.7306, 19] + [ ecalVeto ] 0 : Hit 3: [26.4873, 62.5599, 18] + [ ecalVeto ] 0 : Hit 4: [24.0793, 58.3892, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, 50.0479, 14] + [ ecalVeto ] 0 : Hit 1: [16.8555, 45.8773, 13] + [ ecalVeto ] 0 : Hit 2: [19.2635, 41.7066, 12] + [ ecalVeto ] 0 : Hit 3: [16.8555, 37.5359, 11] + [ ecalVeto ] 0 : Hit 4: [19.2635, 33.3653, 10] + [ ecalVeto ] 0 : Hit 5: [16.8555, 29.1946, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 10] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 37 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1615.97; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3344 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 11 + [ ecalVeto ] 0 : Beginning track merging using 11 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 11 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-111.302, 12.512, 27] + [ ecalVeto ] 0 : Hit 1: [-108.894, 8.34132, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-104.078, 8.34132, 25] + [ ecalVeto ] 0 : Hit 1: [-101.67, 4.17066, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 4.17066, 23] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -2.36672e-14, 22] + [ ecalVeto ] 0 : Hit 2: [-96.8541, -4.17066, 21] + [ ecalVeto ] 0 : Hit 3: [-94.4462, -8.34132, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-111.302, -4.17066, 23] + [ ecalVeto ] 0 : Hit 1: [-108.894, -8.34132, 22] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -4.17066, 15] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -8.34132, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -2.66454e-15, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -37.5359, 12] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 11] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-33.711, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -4.17066, 10] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -2.66454e-15, 8] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -4.17066, 6] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -2.66454e-15, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 11 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3545.03; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3345 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, -50.0479, 24] + [ ecalVeto ] 0 : Hit 1: [31.3031, -45.8773, 23] + [ ecalVeto ] 0 : Hit 2: [33.711, -41.7066, 22] + [ ecalVeto ] 0 : Hit 3: [31.3031, -37.5359, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -33.3653, 18] + [ ecalVeto ] 0 : Hit 1: [16.8555, -29.1946, 17] + [ ecalVeto ] 0 : Hit 2: [19.2635, -25.024, 16] + [ ecalVeto ] 0 : Hit 3: [16.8555, -20.8533, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 13] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, 33.3653, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 9] + [ ecalVeto ] 0 : Hit 4: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 5: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 6: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 7: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5004.18; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3346 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [32.7755, 115.158, 24] + [ ecalVeto ] 0 : Hit 1: [30.3676, 110.987, 23] + [ ecalVeto ] 0 : Hit 2: [32.7755, 106.817, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 11] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 9] + [ ecalVeto ] 0 : Hit 3: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 4: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 5: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 6: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 10] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 4.17066, 5] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 4.17066, 2] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -2.66454e-15, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 93 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5232.09; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3347 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-138.725, 165.206, 30] + [ ecalVeto ] 0 : Hit 1: [-141.132, 161.035, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -50.0479, 14] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -45.8773, 13] + [ ecalVeto ] 0 : Hit 2: [-31.3031, -45.8773, 14] + [ ecalVeto ] 0 : Hit 3: [-33.711, -41.7066, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 12.512, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 12.512, 5] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 16.6826, 4] + [ ecalVeto ] 0 : Hit 5: [-12.0397, 12.512, 3] + [ ecalVeto ] 0 : Hit 6: [-9.63173, 8.34132, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 8.34132, 4] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 4.17066, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 12.512, 6] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4049.2; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3348 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 12 + [ ecalVeto ] 0 : Beginning track merging using 12 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 12 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-141.132, -169.377, 33] + [ ecalVeto ] 0 : Hit 1: [-138.725, -165.206, 32] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-133.909, -156.865, 31] + [ ecalVeto ] 0 : Hit 1: [-131.501, -152.694, 30] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-119.461, -140.182, 29] + [ ecalVeto ] 0 : Hit 1: [-117.053, -136.011, 28] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-112.237, -127.67, 27] + [ ecalVeto ] 0 : Hit 1: [-109.829, -123.499, 26] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-105.013, -115.158, 25] + [ ecalVeto ] 0 : Hit 1: [-102.606, -110.987, 24] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -106.817, 23] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -102.646, 22] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -94.3048, 21] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -90.1341, 20] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -73.4515, 17] + [ ecalVeto ] 0 : Hit 1: [-59.2627, -69.2808, 16] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [4.81586, -41.7066, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, -33.3653, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, -29.1946, 9] + [ ecalVeto ] 0 : Hit 4: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 5: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 6: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 7: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -33.3653, 8] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -20.8533, 6] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -12.512, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 40 hits + [ ecalVeto ] 0 : MIP tracking completed; found 12 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4936.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3349 Brem photon produced 43 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -12.512, 8] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -8.34132, 7] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -12.512, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4382.87; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3350 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 25 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3074.9; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3351 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-112.237, -94.3048, 17] + [ ecalVeto ] 0 : Hit 1: [-109.829, -90.1341, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -70.9012, 14] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -66.7306, 13] + [ ecalVeto ] 0 : Finding linreg tracks from 106 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7674.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3352 Brem photon produced 43 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, 29.1946, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, 25.024, 3] + [ ecalVeto ] 0 : Hit 6: [12.0397, 20.8533, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 23 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1412.65; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3353 Brem photon produced 48 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-190.763, -41.7066, 29] + [ ecalVeto ] 0 : Hit 1: [-188.356, -45.8773, 28] + [ ecalVeto ] 0 : Hit 2: [-190.763, -50.0479, 27] + [ ecalVeto ] 0 : Hit 3: [-188.356, -54.2186, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-183.54, -54.2186, 25] + [ ecalVeto ] 0 : Hit 1: [-181.132, -58.3892, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-169.092, -62.5599, 23] + [ ecalVeto ] 0 : Hit 1: [-166.684, -66.7306, 22] + [ ecalVeto ] 0 : Hit 2: [-169.092, -70.9012, 21] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-161.868, -66.7306, 21] + [ ecalVeto ] 0 : Hit 1: [-159.46, -70.9012, 20] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-154.644, -70.9012, 19] + [ ecalVeto ] 0 : Hit 1: [-152.237, -75.0719, 18] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-147.421, -75.0719, 17] + [ ecalVeto ] 0 : Hit 1: [-145.013, -79.2426, 16] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [2.40793, -37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -33.3653, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -37.5359, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -41.7066, 6] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [15.92, -94.3048, 1] + [ ecalVeto ] 0 : Hit 1: [18.3279, -98.4754, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3645.34; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3354 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 43 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5153.08; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3355 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 91.7545, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 87.5839, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, 29.1946, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-73.7103, -69.2808, 8] + [ ecalVeto ] 0 : Hit 1: [-76.1183, -65.1101, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 79.2426, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 83.4132, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, 54.2186, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 50.0479, 5] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 54.2186, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 58.3892, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6652.24; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3356 Brem photon produced 44 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 12 + [ ecalVeto ] 0 : Beginning track merging using 12 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 12 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-141.132, -136.011, 33] + [ ecalVeto ] 0 : Hit 1: [-138.725, -131.841, 32] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-133.909, -131.841, 31] + [ ecalVeto ] 0 : Hit 1: [-131.501, -127.67, 30] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-112.237, -110.987, 27] + [ ecalVeto ] 0 : Hit 1: [-109.829, -106.817, 26] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -102.646, 25] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -98.4754, 24] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -94.3048, 23] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -90.1341, 22] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -81.7928, 21] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -85.9634, 20] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -77.6221, 19] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -73.4515, 18] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [12.0397, 45.8773, 18] + [ ecalVeto ] 0 : Hit 1: [9.63173, 41.7066, 17] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -69.2808, 17] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -66.7306, 16] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 16] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 15] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 14] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 13] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-33.711, -50.0479, 13] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -54.2186, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 12 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5884.74; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3357 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 20.8533, 3] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 36 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3057.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3358 Brem photon produced 36 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 20.8533, 21] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 16.6826, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [16.8555, -12.512, 5] + [ ecalVeto ] 0 : Hit 2: [19.2635, -16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [19.2635, -16.6826, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [33.711, -25.024, 4] + [ ecalVeto ] 0 : Hit 1: [33.711, -25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5065.28; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3359 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 8.34132, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, 12.512, 11] + [ ecalVeto ] 0 : Hit 2: [19.2635, 8.34132, 10] + [ ecalVeto ] 0 : Hit 3: [16.8555, 12.512, 9] + [ ecalVeto ] 0 : Hit 4: [16.8555, 12.512, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 33 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4011.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3360 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [39.9993, -110.987, 26] + [ ecalVeto ] 0 : Hit 1: [37.5914, -106.817, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [68.8945, -60.9395, 22] + [ ecalVeto ] 0 : Hit 1: [67.4221, -58.3892, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -77.6221, 21] + [ ecalVeto ] 0 : Hit 1: [-52.039, -73.4515, 20] + [ ecalVeto ] 0 : Hit 2: [-54.4469, -69.2808, 19] + [ ecalVeto ] 0 : Hit 3: [-52.9745, -66.7306, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -62.5599, 17] + [ ecalVeto ] 0 : Hit 1: [4.81586, -58.3892, 16] + [ ecalVeto ] 0 : Hit 2: [2.40793, -54.2186, 15] + [ ecalVeto ] 0 : Hit 3: [4.81586, -50.0479, 14] + [ ecalVeto ] 0 : Hit 4: [2.40793, -45.8773, 13] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -37.5359, 12] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 11] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -29.1946, 10] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -25.024, 9] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 8: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -2.66454e-15, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 100 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3993.28; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3361 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-59.2627, 77.6221, 28] + [ ecalVeto ] 0 : Hit 1: [-61.6707, 73.4515, 27] + [ ecalVeto ] 0 : Hit 2: [-59.2627, 69.2808, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 20.8533, 17] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 25.024, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -29.1946, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5521.06; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3362 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -50.0479, 33] + [ ecalVeto ] 0 : Hit 1: [12.0397, -45.8773, 32] + [ ecalVeto ] 0 : Hit 2: [9.63173, -41.7066, 31] + [ ecalVeto ] 0 : Hit 3: [9.63173, -41.7066, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 22] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 21] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -29.1946, 20] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -25.024, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 20 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 783.999; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3363 Brem photon produced 42 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [8.69618, 106.817, 19] + [ ecalVeto ] 0 : Hit 1: [11.1041, 102.646, 18] + [ ecalVeto ] 0 : Hit 2: [8.69618, 98.4754, 17] + [ ecalVeto ] 0 : Hit 3: [11.1041, 94.3048, 16] + [ ecalVeto ] 0 : Hit 4: [9.63173, 91.7545, 15] + [ ecalVeto ] 0 : Hit 5: [12.0397, 87.5839, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -37.5359, 17] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -33.3653, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [16.8555, 70.9012, 11] + [ ecalVeto ] 0 : Hit 1: [19.2635, 66.7306, 10] + [ ecalVeto ] 0 : Hit 2: [16.8555, 62.5599, 9] + [ ecalVeto ] 0 : Hit 3: [19.2635, 58.3892, 8] + [ ecalVeto ] 0 : Hit 4: [16.8555, 54.2186, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-33.711, 16.6826, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, 37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, 37.5359, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4320.01; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3364 Brem photon produced 69 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 45.8773, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 41.7066, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 62.5599, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 58.3892, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4899.82; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3365 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 14 + [ ecalVeto ] 0 : Beginning track merging using 14 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 14 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -45.8773, 28] + [ ecalVeto ] 0 : Hit 1: [9.63173, -50.0479, 27] + [ ecalVeto ] 0 : Hit 2: [12.0397, -45.8773, 26] + [ ecalVeto ] 0 : Hit 3: [9.63173, -50.0479, 25] + [ ecalVeto ] 0 : Hit 4: [12.0397, -54.2186, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, -54.2186, 23] + [ ecalVeto ] 0 : Hit 1: [19.2635, -58.3892, 22] + [ ecalVeto ] 0 : Hit 2: [16.8555, -62.5599, 21] + [ ecalVeto ] 0 : Hit 3: [19.2635, -66.7306, 20] + [ ecalVeto ] 0 : Hit 4: [16.8555, -62.5599, 19] + [ ecalVeto ] 0 : Hit 5: [19.2635, -66.7306, 18] + [ ecalVeto ] 0 : Hit 6: [16.8555, -62.5599, 17] + [ ecalVeto ] 0 : Hit 7: [19.2635, -66.7306, 16] + [ ecalVeto ] 0 : Hit 8: [16.8555, -70.9012, 15] + [ ecalVeto ] 0 : Hit 9: [19.2635, -66.7306, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [60.1983, -62.5599, 17] + [ ecalVeto ] 0 : Hit 1: [61.6707, -65.1101, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-69.83, 29.1946, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 25.024, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, -50.0479, 13] + [ ecalVeto ] 0 : Hit 1: [12.0397, -45.8773, 12] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 12.512, 12] + [ ecalVeto ] 0 : Hit 2: [-62.6062, 8.34132, 11] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [16.8555, -37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [19.2635, -33.3653, 10] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [24.0793, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [26.4873, -20.8533, 8] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-48.1586, 8.34132, 7] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [31.3031, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [33.711, -16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [31.3031, -12.512, 5] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-33.711, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 12.512, 6] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -4.17066, 4] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [40.9348, -12.512, 4] + [ ecalVeto ] 0 : Hit 1: [38.5269, -8.34132, 3] + [ ecalVeto ] 0 : Hit 2: [40.9348, -12.512, 2] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -20.8533, 3] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 14 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2973.46; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3366 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -83.4132, 15] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -79.2426, 14] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -75.0719, 13] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -70.9012, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, -50.0479, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -45.8773, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -16.6826, 1] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -54.2186, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -50.0479, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -45.8773, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -41.7066, 6] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -37.5359, 5] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -33.3653, 4] + [ ecalVeto ] 0 : Hit 6: [-12.0397, -29.1946, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5209.51; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3367 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 54.2186, 24] + [ ecalVeto ] 0 : Hit 1: [9.63173, 50.0479, 23] + [ ecalVeto ] 0 : Hit 2: [12.0397, 45.8773, 22] + [ ecalVeto ] 0 : Hit 3: [9.63173, 41.7066, 21] + [ ecalVeto ] 0 : Hit 4: [12.0397, 37.5359, 20] + [ ecalVeto ] 0 : Hit 5: [9.63173, 33.3653, 19] + [ ecalVeto ] 0 : Hit 6: [12.0397, 29.1946, 18] + [ ecalVeto ] 0 : Hit 7: [9.63173, 25.024, 17] + [ ecalVeto ] 0 : Hit 8: [12.0397, 20.8533, 16] + [ ecalVeto ] 0 : Hit 9: [9.63173, 16.6826, 15] + [ ecalVeto ] 0 : Hit 10: [12.0397, 12.512, 14] + [ ecalVeto ] 0 : Hit 11: [9.63173, 8.34132, 13] + [ ecalVeto ] 0 : Hit 12: [12.0397, 4.17066, 12] + [ ecalVeto ] 0 : Hit 13: [9.63173, -2.66454e-15, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -58.3892, 14] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -54.2186, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 20.8533, 1] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 25.024, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 44 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4883.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3368 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 2 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4674.43; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3369 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [68.8945, 136.011, 16] + [ ecalVeto ] 0 : Hit 1: [66.4865, 131.841, 15] + [ ecalVeto ] 0 : Finding linreg tracks from 42 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2815.29; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3370 Brem photon produced 52 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, 29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [16.8555, 29.1946, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, 33.3653, 8] + [ ecalVeto ] 0 : Hit 3: [16.8555, 37.5359, 7] + [ ecalVeto ] 0 : Hit 4: [19.2635, 33.3653, 6] + [ ecalVeto ] 0 : Hit 5: [12.0397, 37.5359, 8] + [ ecalVeto ] 0 : Hit 6: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Hit 7: [12.0397, 29.1946, 6] + [ ecalVeto ] 0 : Hit 8: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Hit 9: [12.0397, 37.5359, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4541; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3371 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 10] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -29.1946, 8] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 4: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [16.8555, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [16.8555, -29.1946, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 3 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4313.09; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3372 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 12.512, 13] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 8.34132, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, 8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 4.17066, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, -33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, -29.1946, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, -25.024, 8] + [ ecalVeto ] 0 : Hit 3: [16.8555, -29.1946, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-111.302, -12.512, 3] + [ ecalVeto ] 0 : Hit 1: [-108.894, -8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5262.34; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3373 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [52.9745, 41.7066, 17] + [ ecalVeto ] 0 : Hit 1: [55.3824, 37.5359, 16] + [ ecalVeto ] 0 : Hit 2: [52.9745, 33.3653, 15] + [ ecalVeto ] 0 : Hit 3: [55.3824, 29.1946, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-1.47238, -110.987, 12] + [ ecalVeto ] 0 : Hit 1: [-3.88031, -106.817, 11] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4632.41; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3374 Brem photon produced 68 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-23.1438, -123.499, 20] + [ ecalVeto ] 0 : Hit 1: [-25.5517, -119.329, 19] + [ ecalVeto ] 0 : Hit 2: [-23.1438, -115.158, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [74.6459, -29.1946, 13] + [ ecalVeto ] 0 : Hit 1: [77.0538, -25.024, 12] + [ ecalVeto ] 0 : Hit 2: [74.6459, -29.1946, 11] + [ ecalVeto ] 0 : Hit 3: [77.0538, -25.024, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 116 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5299.22; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3375 Brem photon produced 68 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -33.3653, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [66.4865, -65.1101, 5] + [ ecalVeto ] 0 : Hit 1: [66.4865, -65.1101, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7053.93; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3376 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [89.6303, -41.7066, 14] + [ ecalVeto ] 0 : Hit 1: [89.6303, -41.7066, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -75.0719, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, -70.9012, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, -75.0719, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6069.08; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3377 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -25.024, 21] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -29.1946, 20] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4663.23; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3378 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-37.5914, -165.206, 22] + [ ecalVeto ] 0 : Hit 1: [-39.9993, -161.035, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-39.9993, -144.353, 21] + [ ecalVeto ] 0 : Hit 1: [-37.5914, -148.523, 20] + [ ecalVeto ] 0 : Hit 2: [-39.9993, -144.353, 19] + [ ecalVeto ] 0 : Hit 3: [-37.5914, -140.182, 18] + [ ecalVeto ] 0 : Hit 4: [-39.9993, -144.353, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 33.3653, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 90 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4697.18; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3379 Brem photon produced 33 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [37.5914, 90.1341, 21] + [ ecalVeto ] 0 : Hit 1: [39.9993, 94.3048, 20] + [ ecalVeto ] 0 : Hit 2: [37.5914, 90.1341, 19] + [ ecalVeto ] 0 : Hit 3: [39.9993, 85.9634, 18] + [ ecalVeto ] 0 : Hit 4: [37.5914, 81.7928, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, 45.8773, 12] + [ ecalVeto ] 0 : Hit 1: [24.0793, 41.7066, 11] + [ ecalVeto ] 0 : Hit 2: [26.4873, 37.5359, 10] + [ ecalVeto ] 0 : Hit 3: [24.0793, 33.3653, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [26.4873, 12.512, 12] + [ ecalVeto ] 0 : Hit 1: [24.0793, 8.34132, 11] + [ ecalVeto ] 0 : Hit 2: [26.4873, 4.17066, 10] + [ ecalVeto ] 0 : Hit 3: [24.0793, -2.66454e-15, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4995.07; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3380 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 54.2186, 22] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 50.0479, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 37.5359, 19] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 33.3653, 18] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 37.5359, 17] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 33.3653, 16] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 29.1946, 15] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 25.024, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 30 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3116.02; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3381 Brem photon produced 56 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -33.3653, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [96.8541, 12.512, 10] + [ ecalVeto ] 0 : Hit 1: [96.8541, 12.512, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7508.59; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3382 Brem photon produced 105 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 32 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2495.53; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3383 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-59.2627, 119.329, 4] + [ ecalVeto ] 0 : Hit 1: [-59.2627, 119.329, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3212.41; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3384 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 20.8533, 2] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 20.8533, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4711.25; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3385 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 25.024, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 20.8533, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 25.024, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3204.4; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3386 Brem photon produced 43 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 25 + [ ecalVeto ] 0 : Beginning track merging using 25 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 21 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [18.3279, 90.1341, 24] + [ ecalVeto ] 0 : Hit 1: [16.8555, 87.5839, 23] + [ ecalVeto ] 0 : Hit 2: [19.2635, 83.4132, 22] + [ ecalVeto ] 0 : Hit 3: [16.8555, 79.2426, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 66.7306, 19] + [ ecalVeto ] 0 : Hit 1: [12.0397, 62.5599, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -2.66454e-15, 16] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 4.17066, 15] + [ ecalVeto ] 0 : Hit 2: [-40.9348, 4.17066, 13] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, 41.7066, 15] + [ ecalVeto ] 0 : Hit 1: [12.0397, 37.5359, 14] + [ ecalVeto ] 0 : Hit 2: [9.63173, 33.3653, 13] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [62.6062, 25.024, 12] + [ ecalVeto ] 0 : Hit 1: [60.1983, 20.8533, 11] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 5: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 6: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 7: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 8: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 4.17066, 12] + [ ecalVeto ] 0 : Hit 1: [-33.711, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 2: [-31.3031, 4.17066, 10] + [ ecalVeto ] 0 : Hit 3: [-33.711, 8.34132, 9] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 2: [-26.4873, 4.17066, 9] + [ ecalVeto ] 0 : Hit 3: [-24.0793, -2.66454e-15, 8] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -4.17066, 10] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 4.17066, 8] + [ ecalVeto ] 0 : Hit 4: [-19.2635, 8.34132, 7] + [ ecalVeto ] 0 : Hit 5: [-16.8555, 12.512, 6] + [ ecalVeto ] 0 : Hit 6: [-19.2635, 8.34132, 5] + [ ecalVeto ] 0 : Hit 7: [-16.8555, 12.512, 4] + [ ecalVeto ] 0 : Hit 8: [-16.8555, 4.17066, 6] + [ ecalVeto ] 0 : Hit 9: [-16.8555, 4.17066, 4] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [55.3824, 20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [52.9745, 16.6826, 9] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [31.3031, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [31.3031, -12.512, 7] + [ ecalVeto ] 0 : Hit 2: [33.711, -8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [26.4873, -4.17066, 8] + [ ecalVeto ] 0 : Hit 4: [24.0793, -8.34132, 7] + [ ecalVeto ] 0 : Hit 5: [26.4873, -4.17066, 6] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 12.512, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 12.512, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 8.34132, 8] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 4.17066, 7] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 8.34132, 6] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [31.3031, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [33.711, 8.34132, 8] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Track 14: + [ ecalVeto ] 0 : Hit 0: [55.3824, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [52.9745, 8.34132, 7] + [ ecalVeto ] 0 : Track 15: + [ ecalVeto ] 0 : Hit 0: [16.8555, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [19.2635, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 2: [16.8555, 4.17066, 5] + [ ecalVeto ] 0 : Track 16: + [ ecalVeto ] 0 : Hit 0: [31.3031, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [33.711, -2.66454e-15, 6] + [ ecalVeto ] 0 : Track 17: + [ ecalVeto ] 0 : Hit 0: [38.5269, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [40.9348, 12.512, 6] + [ ecalVeto ] 0 : Track 18: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Track 19: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Track 20: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 21 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 10409.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3387 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 39 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3208.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3388 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [23.1438, 98.4754, 21] + [ ecalVeto ] 0 : Hit 1: [25.5517, 94.3048, 20] + [ ecalVeto ] 0 : Hit 2: [23.1438, 90.1341, 19] + [ ecalVeto ] 0 : Hit 3: [25.5517, 85.9634, 18] + [ ecalVeto ] 0 : Hit 4: [24.0793, 83.4132, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -62.5599, 19] + [ ecalVeto ] 0 : Hit 1: [4.81586, -66.7306, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, -66.7306, 16] + [ ecalVeto ] 0 : Hit 1: [16.8555, -62.5599, 15] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, 66.7306, 14] + [ ecalVeto ] 0 : Hit 1: [16.8555, 62.5599, 13] + [ ecalVeto ] 0 : Hit 2: [19.2635, 58.3892, 12] + [ ecalVeto ] 0 : Hit 3: [16.8555, 54.2186, 11] + [ ecalVeto ] 0 : Hit 4: [19.2635, 50.0479, 10] + [ ecalVeto ] 0 : Hit 5: [16.8555, 45.8773, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -8.34132, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, -29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, -20.8533, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 4: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [12.0397, 37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4620.91; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3389 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [40.9348, 4.17066, 20] + [ ecalVeto ] 0 : Hit 1: [38.5269, 8.34132, 19] + [ ecalVeto ] 0 : Hit 2: [40.9348, 4.17066, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 37 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3625.61; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3390 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [19.2635, -8.34132, 8] + [ ecalVeto ] 0 : Hit 2: [16.8555, -4.17066, 7] + [ ecalVeto ] 0 : Hit 3: [16.8555, -4.17066, 5] + [ ecalVeto ] 0 : Hit 4: [19.2635, -8.34132, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -16.6826, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [-33.711, -16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [-31.3031, -12.512, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -8.34132, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -12.512, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 120 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 9220.94; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3391 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-45.7507, -12.512, 12] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -8.34132, 11] + [ ecalVeto ] 0 : Hit 2: [-45.7507, -4.17066, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 69.2808, 5] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 73.4515, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 91 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5190.7; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3392 Brem photon produced 50 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7447.42; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3393 Brem photon produced 45 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [105.013, -65.1101, 6] + [ ecalVeto ] 0 : Hit 1: [102.606, -60.9395, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 2] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -16.6826, 1] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [96.8541, -54.2186, 4] + [ ecalVeto ] 0 : Hit 1: [94.4462, -50.0479, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5371.63; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3394 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, -54.2186, 26] + [ ecalVeto ] 0 : Hit 1: [24.0793, -50.0479, 25] + [ ecalVeto ] 0 : Hit 2: [26.4873, -45.8773, 24] + [ ecalVeto ] 0 : Hit 3: [24.0793, -41.7066, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, -29.1946, 21] + [ ecalVeto ] 0 : Hit 1: [19.2635, -25.024, 20] + [ ecalVeto ] 0 : Hit 2: [16.8555, -20.8533, 19] + [ ecalVeto ] 0 : Hit 3: [19.2635, -25.024, 18] + [ ecalVeto ] 0 : Hit 4: [16.8555, -20.8533, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [16.8555, 79.2426, 17] + [ ecalVeto ] 0 : Hit 1: [19.2635, 75.0719, 16] + [ ecalVeto ] 0 : Hit 2: [16.8555, 70.9012, 15] + [ ecalVeto ] 0 : Hit 3: [16.8555, 70.9012, 13] + [ ecalVeto ] 0 : Hit 4: [12.0397, 70.9012, 14] + [ ecalVeto ] 0 : Hit 5: [12.0397, 70.9012, 12] + [ ecalVeto ] 0 : Hit 6: [9.63173, 66.7306, 11] + [ ecalVeto ] 0 : Hit 7: [12.0397, 62.5599, 10] + [ ecalVeto ] 0 : Hit 8: [9.63173, 58.3892, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [16.8555, -12.512, 15] + [ ecalVeto ] 0 : Hit 1: [16.8555, -12.512, 13] + [ ecalVeto ] 0 : Hit 2: [19.2635, -8.34132, 12] + [ ecalVeto ] 0 : Hit 3: [16.8555, -4.17066, 11] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 13] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 12] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 4: [12.0397, 4.17066, 10] + [ ecalVeto ] 0 : Hit 5: [9.63173, 8.34132, 9] + [ ecalVeto ] 0 : Hit 6: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 7: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 8: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 9: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 10: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 11: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, 62.5599, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 58.3892, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 54.2186, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 58.3892, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 33.3653, 6] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 54.2186, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 50.0479, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 45.8773, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 41.7066, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 37.5359, 2] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 33.3653, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3569.76; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3395 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -2.66454e-15, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, 45.8773, 10] + [ ecalVeto ] 0 : Hit 1: [24.0793, 41.7066, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -2.66454e-15, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, 33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, 29.1946, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -2.66454e-15, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6626.49; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3396 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 23 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3307.22; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3397 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, 62.5599, 23] + [ ecalVeto ] 0 : Hit 1: [19.2635, 58.3892, 22] + [ ecalVeto ] 0 : Hit 2: [16.8555, 54.2186, 21] + [ ecalVeto ] 0 : Hit 3: [19.2635, 50.0479, 20] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1508.83; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3398 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1841.73; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3399 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 50.0479, 18] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 45.8773, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, -58.3892, 15] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -62.5599, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-39.9993, -77.6221, 13] + [ ecalVeto ] 0 : Hit 1: [-37.5914, -81.7928, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -20.8533, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -16.6826, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [76.1183, -65.1101, 2] + [ ecalVeto ] 0 : Hit 1: [73.7103, -69.2808, 1] + [ ecalVeto ] 0 : Hit 2: [76.1183, -65.1101, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4951.87; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3400 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-161.868, -41.7066, 19] + [ ecalVeto ] 0 : Hit 1: [-159.46, -45.8773, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -37.5359, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -29.1946, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -25.024, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 113 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8459.28; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3401 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [48.1586, -58.3892, 22] + [ ecalVeto ] 0 : Hit 1: [45.7507, -54.2186, 21] + [ ecalVeto ] 0 : Hit 2: [48.1586, -58.3892, 20] + [ ecalVeto ] 0 : Hit 3: [48.1586, -58.3892, 18] + [ ecalVeto ] 0 : Hit 4: [48.1586, -50.0479, 20] + [ ecalVeto ] 0 : Hit 5: [45.7507, -45.8773, 19] + [ ecalVeto ] 0 : Hit 6: [48.1586, -41.7066, 18] + [ ecalVeto ] 0 : Hit 7: [45.7507, -45.8773, 17] + [ ecalVeto ] 0 : Hit 8: [48.1586, -41.7066, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [33.711, -41.7066, 16] + [ ecalVeto ] 0 : Hit 1: [31.3031, -37.5359, 15] + [ ecalVeto ] 0 : Hit 2: [33.711, -33.3653, 14] + [ ecalVeto ] 0 : Hit 3: [31.3031, -29.1946, 13] + [ ecalVeto ] 0 : Hit 4: [33.711, -25.024, 12] + [ ecalVeto ] 0 : Hit 5: [31.3031, -20.8533, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 6: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Hit 7: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4350.01; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3402 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3402 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, 79.2426, 26] + [ ecalVeto ] 0 : Hit 1: [24.0793, 75.0719, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [30.3676, 102.646, 23] + [ ecalVeto ] 0 : Hit 1: [32.7755, 106.817, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [16.8555, 70.9012, 23] + [ ecalVeto ] 0 : Hit 1: [19.2635, 66.7306, 22] + [ ecalVeto ] 0 : Hit 2: [16.8555, 62.5599, 21] + [ ecalVeto ] 0 : Hit 3: [19.2635, 66.7306, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, 62.5599, 20] + [ ecalVeto ] 0 : Hit 1: [9.63173, 58.3892, 19] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, 50.0479, 19] + [ ecalVeto ] 0 : Hit 1: [12.0397, 45.8773, 18] + [ ecalVeto ] 0 : Hit 2: [9.63173, 41.7066, 17] + [ ecalVeto ] 0 : Hit 3: [12.0397, 37.5359, 16] + [ ecalVeto ] 0 : Hit 4: [9.63173, 33.3653, 15] + [ ecalVeto ] 0 : Hit 5: [12.0397, 29.1946, 14] + [ ecalVeto ] 0 : Hit 6: [9.63173, 25.024, 13] + [ ecalVeto ] 0 : Hit 7: [12.0397, 20.8533, 12] + [ ecalVeto ] 0 : Hit 8: [9.63173, 16.6826, 11] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 7: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Hit 8: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Hit 9: [2.40793, -29.1946, 1] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [2.40793, -37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -33.3653, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -37.5359, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 5: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2054.94; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3403 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-169.092, 62.5599, 23] + [ ecalVeto ] 0 : Hit 1: [-166.684, 58.3892, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-118.525, 41.7066, 17] + [ ecalVeto ] 0 : Hit 1: [-116.118, 37.5359, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 12.512, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 35 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3620.02; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3404 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 44 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4198.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3405 Brem photon produced 57 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 20] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 18] + [ ecalVeto ] 0 : Hit 2: [9.63173, 8.34132, 17] + [ ecalVeto ] 0 : Hit 3: [12.0397, 4.17066, 16] + [ ecalVeto ] 0 : Hit 4: [9.63173, -2.66454e-15, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 14] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 13] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 12] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3080.49; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3406 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 19] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 17] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 15] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 14] + [ ecalVeto ] 0 : Hit 4: [2.40793, -12.512, 13] + [ ecalVeto ] 0 : Hit 5: [4.81586, -8.34132, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 16] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 15] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 14] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 6: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4344.45; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3407 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 25.024, 1] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 25.024, 6] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 25.024, 4] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 20.8533, 3] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 16.6826, 2] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 20.8533, 1] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 29.1946, 4] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 25.024, 3] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 26 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2671.11; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3408 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-173.908, 70.9012, 16] + [ ecalVeto ] 0 : Hit 1: [-176.316, 66.7306, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -65.1101, 11] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -60.9395, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 39 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4958.96; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3409 Brem photon produced 57 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -45.8773, 23] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -41.7066, 22] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -37.5359, 21] + [ ecalVeto ] 0 : Hit 3: [-24.0793, -33.3653, 20] + [ ecalVeto ] 0 : Hit 4: [-26.4873, -29.1946, 19] + [ ecalVeto ] 0 : Hit 5: [-24.0793, -33.3653, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -4.17066, 12] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 4.17066, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 41.7066, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 45.8773, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 41.7066, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 45.8773, 2] + [ ecalVeto ] 0 : Hit 4: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Hit 6: [2.40793, 37.5359, 1] + [ ecalVeto ] 0 : Hit 7: [4.81586, 33.3653, 0] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 37.5359, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4314.66; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3410 Brem photon produced 55 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [40.9348, 29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [38.5269, 33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [40.9348, 37.5359, 6] + [ ecalVeto ] 0 : Hit 3: [38.5269, 41.7066, 5] + [ ecalVeto ] 0 : Hit 4: [40.9348, 37.5359, 4] + [ ecalVeto ] 0 : Hit 5: [38.5269, 33.3653, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3504.4; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3411 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, 58.3892, 18] + [ ecalVeto ] 0 : Hit 1: [31.3031, 54.2186, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -41.7066, 17] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -37.5359, 16] + [ ecalVeto ] 0 : Hit 2: [-48.1586, -41.7066, 15] + [ ecalVeto ] 0 : Hit 3: [-45.7507, -37.5359, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [26.4873, 45.8773, 16] + [ ecalVeto ] 0 : Hit 1: [24.0793, 41.7066, 15] + [ ecalVeto ] 0 : Hit 2: [26.4873, 37.5359, 14] + [ ecalVeto ] 0 : Hit 3: [24.0793, 33.3653, 13] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -37.5359, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -41.7066, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-67.4221, -33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [-69.83, -29.1946, 9] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [-33.711, -16.6826, 7] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 12.512, 4] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 25.024, 4] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4065.74; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3412 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-234.106, 50.0479, 19] + [ ecalVeto ] 0 : Hit 1: [-231.698, 45.8773, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -33.3653, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4925.08; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3413 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [76.1183, -115.158, 16] + [ ecalVeto ] 0 : Hit 1: [73.7103, -110.987, 15] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6271.33; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3414 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 29.1946, 16] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 15] + [ ecalVeto ] 0 : Hit 2: [12.0397, 20.8533, 14] + [ ecalVeto ] 0 : Hit 3: [9.63173, 16.6826, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 7: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -33.3653, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3137.45; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3415 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2933.08; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3416 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [76.1183, -140.182, 32] + [ ecalVeto ] 0 : Hit 1: [73.7103, -136.011, 31] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [76.1183, -90.1341, 30] + [ ecalVeto ] 0 : Hit 1: [76.1183, -90.1341, 28] + [ ecalVeto ] 0 : Hit 2: [73.7103, -94.3048, 27] + [ ecalVeto ] 0 : Hit 3: [76.1183, -90.1341, 26] + [ ecalVeto ] 0 : Hit 4: [73.7103, -94.3048, 25] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [68.8945, -127.67, 30] + [ ecalVeto ] 0 : Hit 1: [66.4865, -123.499, 29] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [88.1579, -102.646, 29] + [ ecalVeto ] 0 : Hit 1: [88.1579, -102.646, 27] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [73.7103, -102.646, 29] + [ ecalVeto ] 0 : Hit 1: [76.1183, -98.4754, 28] + [ ecalVeto ] 0 : Hit 2: [73.7103, -102.646, 27] + [ ecalVeto ] 0 : Hit 3: [76.1183, -98.4754, 26] + [ ecalVeto ] 0 : Hit 4: [68.8945, -94.3048, 28] + [ ecalVeto ] 0 : Hit 5: [66.4865, -90.1341, 27] + [ ecalVeto ] 0 : Hit 6: [68.8945, -85.9634, 26] + [ ecalVeto ] 0 : Hit 7: [66.4865, -81.7928, 25] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [66.4865, -106.817, 29] + [ ecalVeto ] 0 : Hit 1: [68.8945, -102.646, 28] + [ ecalVeto ] 0 : Hit 2: [66.4865, -98.4754, 27] + [ ecalVeto ] 0 : Hit 3: [68.8945, -94.3048, 26] + [ ecalVeto ] 0 : Hit 4: [66.4865, -90.1341, 25] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [83.3421, -77.6221, 28] + [ ecalVeto ] 0 : Hit 1: [83.3421, -77.6221, 26] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-32.7755, 90.1341, 13] + [ ecalVeto ] 0 : Hit 1: [-30.3676, 94.3048, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2352.8; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3417 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -81.7928, 19] + [ ecalVeto ] 0 : Hit 1: [-59.2627, -85.9634, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 87 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3452.45; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3418 Brem photon produced 45 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [54.4469, -110.987, 20] + [ ecalVeto ] 0 : Hit 1: [52.039, -106.817, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6205.93; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3419 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6230.96; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3420 Brem photon produced 33 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-30.3676, -94.3048, 22] + [ ecalVeto ] 0 : Hit 1: [-32.7755, -90.1341, 21] + [ ecalVeto ] 0 : Hit 2: [-30.3676, -85.9634, 20] + [ ecalVeto ] 0 : Finding linreg tracks from 35 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6522.57; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3421 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -79.2426, 26] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -75.0719, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -66.7306, 24] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -62.5599, 23] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -58.3892, 22] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -54.2186, 21] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -58.3892, 20] + [ ecalVeto ] 0 : Hit 5: [-12.0397, -54.2186, 19] + [ ecalVeto ] 0 : Hit 6: [-9.63173, -50.0479, 18] + [ ecalVeto ] 0 : Hit 7: [-12.0397, -45.8773, 17] + [ ecalVeto ] 0 : Hit 8: [-9.63173, -41.7066, 16] + [ ecalVeto ] 0 : Hit 9: [-12.0397, -37.5359, 15] + [ ecalVeto ] 0 : Hit 10: [-12.0397, -37.5359, 13] + [ ecalVeto ] 0 : Hit 11: [-9.63173, -33.3653, 12] + [ ecalVeto ] 0 : Hit 12: [-12.0397, -29.1946, 11] + [ ecalVeto ] 0 : Hit 13: [-9.63173, -25.024, 10] + [ ecalVeto ] 0 : Hit 14: [-12.0397, -20.8533, 9] + [ ecalVeto ] 0 : Hit 15: [-9.63173, -16.6826, 8] + [ ecalVeto ] 0 : Hit 16: [-12.0397, -12.512, 7] + [ ecalVeto ] 0 : Hit 17: [-9.63173, -16.6826, 6] + [ ecalVeto ] 0 : Hit 18: [-12.0397, -12.512, 5] + [ ecalVeto ] 0 : Hit 19: [-9.63173, -8.34132, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -58.3892, 17] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -54.2186, 16] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -50.0479, 15] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -45.8773, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7031.35; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3422 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, -8.34132, 14] + [ ecalVeto ] 0 : Hit 1: [31.3031, -12.512, 13] + [ ecalVeto ] 0 : Hit 2: [33.711, -8.34132, 12] + [ ecalVeto ] 0 : Hit 3: [31.3031, -4.17066, 11] + [ ecalVeto ] 0 : Hit 4: [33.711, -2.66454e-15, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4133.23; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3423 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-25.5517, -144.353, 21] + [ ecalVeto ] 0 : Hit 1: [-23.1438, -140.182, 20] + [ ecalVeto ] 0 : Hit 2: [-25.5517, -144.353, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-18.3279, -131.841, 19] + [ ecalVeto ] 0 : Hit 1: [-15.92, -127.67, 18] + [ ecalVeto ] 0 : Hit 2: [-18.3279, -123.499, 17] + [ ecalVeto ] 0 : Hit 3: [-15.92, -119.329, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 12] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 11] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 10] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 11] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 10] + [ ecalVeto ] 0 : Hit 3: [9.63173, 8.34132, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -79.2426, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -75.0719, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -70.9012, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -66.7306, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3352.02; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3424 Brem photon produced 63 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 41 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3671.08; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3425 Brem photon produced 50 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 33.3653, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 20.8533, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Hit 4: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 5: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -37.5359, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -41.7066, 3] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -45.8773, 2] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -50.0479, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 29 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3687.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3426 Brem photon produced 40 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4951.46; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3427 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -37.5359, 24] + [ ecalVeto ] 0 : Hit 1: [-33.711, -33.3653, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -25.024, 22] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -20.8533, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-45.7507, -20.8533, 20] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -16.6826, 19] + [ ecalVeto ] 0 : Hit 2: [-45.7507, -12.512, 18] + [ ecalVeto ] 0 : Hit 3: [-48.1586, -8.34132, 17] + [ ecalVeto ] 0 : Hit 4: [-45.7507, -12.512, 16] + [ ecalVeto ] 0 : Hit 5: [-48.1586, -8.34132, 15] + [ ecalVeto ] 0 : Hit 6: [-45.7507, -4.17066, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 58.3892, 11] + [ ecalVeto ] 0 : Hit 1: [-48.1586, 58.3892, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-33.711, 8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 12.512, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6824.73; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3428 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, -20.8533, 18] + [ ecalVeto ] 0 : Hit 1: [24.0793, -25.024, 17] + [ ecalVeto ] 0 : Hit 2: [26.4873, -20.8533, 16] + [ ecalVeto ] 0 : Hit 3: [24.0793, -25.024, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -25.024, 14] + [ ecalVeto ] 0 : Hit 1: [16.8555, -20.8533, 13] + [ ecalVeto ] 0 : Hit 2: [19.2635, -16.6826, 12] + [ ecalVeto ] 0 : Hit 3: [16.8555, -20.8533, 11] + [ ecalVeto ] 0 : Hit 4: [19.2635, -16.6826, 10] + [ ecalVeto ] 0 : Hit 5: [16.8555, -12.512, 9] + [ ecalVeto ] 0 : Hit 6: [19.2635, -16.6826, 8] + [ ecalVeto ] 0 : Hit 7: [16.8555, -12.512, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 6: [12.0397, -4.17066, 2] + [ ecalVeto ] 0 : Hit 7: [9.63173, -2.66454e-15, 1] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 2] + [ ecalVeto ] 0 : Hit 4: [2.40793, -4.17066, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 91 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3287.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3429 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 16.6826, 4] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 12.512, 3] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 12.512, 1] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 16.6826, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 98 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4513.29; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3430 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [30.3676, -85.9634, 21] + [ ecalVeto ] 0 : Hit 1: [32.7755, -81.7928, 20] + [ ecalVeto ] 0 : Hit 2: [31.3031, -79.2426, 19] + [ ecalVeto ] 0 : Hit 3: [33.711, -75.0719, 18] + [ ecalVeto ] 0 : Hit 4: [31.3031, -70.9012, 17] + [ ecalVeto ] 0 : Hit 5: [33.711, -66.7306, 16] + [ ecalVeto ] 0 : Hit 6: [31.3031, -62.5599, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -54.2186, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -50.0479, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, -45.8773, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, -41.7066, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -41.7066, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -37.5359, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, -33.3653, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6695.19; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3431 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4097.21; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3432 Brem photon produced 43 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-52.9745, 50.0479, 16] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 50.0479, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-52.9745, 33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [-55.3824, 37.5359, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5547.63; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3433 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 4.17066, 25] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -2.66454e-15, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-45.7507, -4.17066, 16] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -2.66454e-15, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -4.17066, 15] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -2.66454e-15, 14] + [ ecalVeto ] 0 : Hit 2: [-38.5269, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 3: [-33.711, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 4: [-33.711, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 5: [-31.3031, 4.17066, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [24.0793, 33.3653, 13] + [ ecalVeto ] 0 : Hit 1: [26.4873, 29.1946, 12] + [ ecalVeto ] 0 : Hit 2: [24.0793, 33.3653, 11] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [19.2635, 33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, 29.1946, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, 25.024, 8] + [ ecalVeto ] 0 : Hit 3: [16.8555, 20.8533, 7] + [ ecalVeto ] 0 : Hit 4: [19.2635, 16.6826, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, 70.9012, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 75.0719, 8] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 8.34132, 8] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 4.17066, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5652.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3434 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [126.685, -136.011, 24] + [ ecalVeto ] 0 : Hit 1: [124.277, -131.841, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [119.461, -123.499, 22] + [ ecalVeto ] 0 : Hit 1: [117.053, -119.329, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 54.2186, 22] + [ ecalVeto ] 0 : Hit 1: [9.63173, 50.0479, 21] + [ ecalVeto ] 0 : Hit 2: [12.0397, 45.8773, 20] + [ ecalVeto ] 0 : Hit 3: [9.63173, 41.7066, 19] + [ ecalVeto ] 0 : Hit 4: [12.0397, 37.5359, 18] + [ ecalVeto ] 0 : Hit 5: [9.63173, 33.3653, 17] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [112.237, -110.987, 20] + [ ecalVeto ] 0 : Hit 1: [109.829, -106.817, 19] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [105.013, -98.4754, 18] + [ ecalVeto ] 0 : Hit 1: [102.606, -94.3048, 17] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 16] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 15] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 14] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 13] + [ ecalVeto ] 0 : Hit 4: [4.81586, 8.34132, 12] + [ ecalVeto ] 0 : Hit 5: [2.40793, 4.17066, 11] + [ ecalVeto ] 0 : Hit 6: [4.81586, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 7: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [12.0397, -54.2186, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -50.0479, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5179.14; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3435 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 13 + [ ecalVeto ] 0 : Beginning track merging using 13 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 12 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-183.54, -20.8533, 31] + [ ecalVeto ] 0 : Hit 1: [-181.132, -25.024, 30] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-173.908, -20.8533, 28] + [ ecalVeto ] 0 : Hit 1: [-173.908, -20.8533, 26] + [ ecalVeto ] 0 : Hit 2: [-169.092, -20.8533, 27] + [ ecalVeto ] 0 : Hit 3: [-169.092, -20.8533, 25] + [ ecalVeto ] 0 : Hit 4: [-166.684, -25.024, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-161.868, -25.024, 23] + [ ecalVeto ] 0 : Hit 1: [-159.46, -20.8533, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-154.644, -20.8533, 21] + [ ecalVeto ] 0 : Hit 1: [-152.237, -25.024, 20] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-147.421, -25.024, 19] + [ ecalVeto ] 0 : Hit 1: [-145.013, -20.8533, 18] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-161.868, -16.6826, 17] + [ ecalVeto ] 0 : Hit 1: [-159.46, -20.8533, 16] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-154.644, -79.2426, 17] + [ ecalVeto ] 0 : Hit 1: [-152.237, -75.0719, 16] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-140.197, -20.8533, 17] + [ ecalVeto ] 0 : Hit 1: [-137.789, -25.024, 16] + [ ecalVeto ] 0 : Hit 2: [-140.197, -20.8533, 15] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-154.644, -54.2186, 15] + [ ecalVeto ] 0 : Hit 1: [-152.237, -50.0479, 14] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-118.525, -16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [-116.118, -20.8533, 12] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [24.0793, 50.0479, 9] + [ ecalVeto ] 0 : Hit 1: [26.4873, 45.8773, 8] + [ ecalVeto ] 0 : Hit 2: [24.0793, 41.7066, 7] + [ ecalVeto ] 0 : Hit 3: [26.4873, 45.8773, 6] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [16.8555, 37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [19.2635, 33.3653, 6] + [ ecalVeto ] 0 : Hit 2: [16.8555, 37.5359, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 96 hits + [ ecalVeto ] 0 : MIP tracking completed; found 12 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4356.98; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3436 Brem photon produced 47 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [45.7507, 20.8533, 17] + [ ecalVeto ] 0 : Hit 1: [48.1586, 16.6826, 16] + [ ecalVeto ] 0 : Hit 2: [45.7507, 12.512, 15] + [ ecalVeto ] 0 : Hit 3: [48.1586, 8.34132, 14] + [ ecalVeto ] 0 : Hit 4: [45.7507, 4.17066, 13] + [ ecalVeto ] 0 : Hit 5: [48.1586, 8.34132, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [40.9348, 12.512, 16] + [ ecalVeto ] 0 : Hit 1: [38.5269, 8.34132, 15] + [ ecalVeto ] 0 : Hit 2: [40.9348, 4.17066, 14] + [ ecalVeto ] 0 : Hit 3: [38.5269, 8.34132, 13] + [ ecalVeto ] 0 : Hit 4: [40.9348, 4.17066, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [31.3031, 12.512, 15] + [ ecalVeto ] 0 : Hit 1: [33.711, 8.34132, 14] + [ ecalVeto ] 0 : Hit 2: [33.711, 8.34132, 12] + [ ecalVeto ] 0 : Hit 3: [31.3031, 12.512, 11] + [ ecalVeto ] 0 : Hit 4: [33.711, 8.34132, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 2: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-33.711, -50.0479, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -45.8773, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 101 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5535.48; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3437 Brem photon produced 44 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -2.66454e-15, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 12.512, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4110.76; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3438 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -41.7066, 15] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -37.5359, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -29.1946, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -33.3653, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4956.84; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3439 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4233.74; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3440 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, 8.34132, 15] + [ ecalVeto ] 0 : Hit 1: [24.0793, 8.34132, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-37.5914, 98.4754, 12] + [ ecalVeto ] 0 : Hit 1: [-37.5914, 98.4754, 10] + [ ecalVeto ] 0 : Hit 2: [-37.5914, 98.4754, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5598.39; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3441 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -25.024, 25] + [ ecalVeto ] 0 : Hit 1: [-87.2224, -29.1946, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -29.1946, 23] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -33.3653, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -33.3653, 21] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -37.5359, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-69.83, -37.5359, 19] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -33.3653, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -33.3653, 15] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -29.1946, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -37.5359, 13] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -33.3653, 12] + [ ecalVeto ] 0 : Hit 2: [-40.9348, -29.1946, 11] + [ ecalVeto ] 0 : Finding linreg tracks from 35 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3840.23; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3442 Brem photon produced 55 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4274.95; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3443 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, 20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [24.0793, 16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [26.4873, 20.8533, 6] + [ ecalVeto ] 0 : Hit 3: [24.0793, 16.6826, 5] + [ ecalVeto ] 0 : Hit 4: [26.4873, 12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 36 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2970.86; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3444 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [125.749, -54.2186, 26] + [ ecalVeto ] 0 : Hit 1: [123.341, -50.0479, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [69.83, -20.8533, 18] + [ ecalVeto ] 0 : Hit 1: [67.4221, -16.6826, 17] + [ ecalVeto ] 0 : Hit 2: [67.4221, -16.6826, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [84.2776, -20.8533, 16] + [ ecalVeto ] 0 : Hit 1: [81.8697, -16.6826, 15] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [31.3031, -4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [31.3031, -4.17066, 11] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [26.4873, 4.17066, 12] + [ ecalVeto ] 0 : Hit 1: [24.0793, 8.34132, 11] + [ ecalVeto ] 0 : Hit 2: [26.4873, 4.17066, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, 41.7066, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 45.8773, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, 50.0479, 8] + [ ecalVeto ] 0 : Hit 3: [4.81586, 50.0479, 6] + [ ecalVeto ] 0 : Hit 4: [4.81586, 50.0479, 4] + [ ecalVeto ] 0 : Hit 5: [4.81586, 41.7066, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 7: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 45.8773, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 50.0479, 6] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 45.8773, 5] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 41.7066, 4] + [ ecalVeto ] 0 : Hit 5: [-12.0397, 37.5359, 3] + [ ecalVeto ] 0 : Hit 6: [-9.63173, 41.7066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 92 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5871.41; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3445 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 87.5839, 15] + [ ecalVeto ] 0 : Hit 1: [4.81586, 83.4132, 14] + [ ecalVeto ] 0 : Hit 2: [4.81586, 83.4132, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 58.3892, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 54.2186, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 50.0479, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 45.8773, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 41.7066, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 41.7066, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 12.512, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, -25.024, 6] + [ ecalVeto ] 0 : Hit 1: [16.8555, -20.8533, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 134 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 11605.2; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3446 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3821.26; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3447 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -62.5599, 15] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -58.3892, 14] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -54.2186, 13] + [ ecalVeto ] 0 : Hit 3: [-24.0793, -50.0479, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -41.7066, 11] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -37.5359, 10] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -33.3653, 9] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -29.1946, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -12.512, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5016.59; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3448 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 25 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2595.12; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3449 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 62.5599, 11] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 62.5599, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 12.512, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 29.1946, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7068.87; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3450 Brem photon produced 45 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8761.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3451 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 29.1946, 5] + [ ecalVeto ] 0 : Hit 2: [-24.0793, 25.024, 4] + [ ecalVeto ] 0 : Hit 3: [-26.4873, 29.1946, 3] + [ ecalVeto ] 0 : Hit 4: [-26.4873, 37.5359, 5] + [ ecalVeto ] 0 : Hit 5: [-24.0793, 33.3653, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [-33.711, 41.7066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6354.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3452 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3452 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -12.512, 13] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -8.34132, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -20.8533, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4632.41; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3453 Brem photon produced 46 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-81.8697, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 1: [-82.4065, -4.17066, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 8.34132, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6100.37; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3454 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-123.341, -25.024, 26] + [ ecalVeto ] 0 : Hit 1: [-125.749, -29.1946, 25] + [ ecalVeto ] 0 : Hit 2: [-123.341, -33.3653, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-118.525, -33.3653, 23] + [ ecalVeto ] 0 : Hit 1: [-116.118, -29.1946, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [133.909, 140.182, 22] + [ ecalVeto ] 0 : Hit 1: [131.501, 136.011, 21] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-111.302, -20.8533, 21] + [ ecalVeto ] 0 : Hit 1: [-108.894, -25.024, 20] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -8.34132, 17] + [ ecalVeto ] 0 : Hit 1: [-87.2224, -12.512, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-69.83, -4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -2.66454e-15, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 4.17066, 10] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 12.512, 8] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 41.7066, 3] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 45.8773, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3640.57; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3455 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [68.8945, 77.6221, 20] + [ ecalVeto ] 0 : Hit 1: [66.4865, 73.4515, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [24.0793, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [26.4873, 12.512, 8] + [ ecalVeto ] 0 : Hit 2: [24.0793, 8.34132, 7] + [ ecalVeto ] 0 : Hit 3: [26.4873, 12.512, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, -20.8533, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 96 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4925.84; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3456 Brem photon produced 46 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [54.4469, 85.9634, 22] + [ ecalVeto ] 0 : Hit 1: [52.039, 81.7928, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -37.5359, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -33.3653, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7450.82; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3457 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [155.58, 110.987, 32] + [ ecalVeto ] 0 : Hit 1: [153.172, 106.817, 31] + [ ecalVeto ] 0 : Finding linreg tracks from 90 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5230.53; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3458 Brem photon produced 39 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 10] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -16.6826, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -54.2186, 6] + [ ecalVeto ] 0 : Hit 1: [-33.711, -50.0479, 5] + [ ecalVeto ] 0 : Hit 2: [-31.3031, -45.8773, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6359.65; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3459 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [205.211, -66.7306, 32] + [ ecalVeto ] 0 : Hit 1: [202.803, -62.5599, 31] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -66.7306, 18] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -62.5599, 17] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -58.3892, 16] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -54.2186, 15] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7166.65; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3460 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [-33.711, -2.66454e-15, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4202.97; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3461 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -60.9395, 19] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -56.7688, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [118.525, -16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [116.118, -12.512, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 12.512, 0] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 91 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7516.75; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3462 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 62.5599, 14] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 58.3892, 13] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4178.11; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3463 Brem photon produced 49 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -75.0719, 32] + [ ecalVeto ] 0 : Hit 1: [19.2635, -75.0719, 30] + [ ecalVeto ] 0 : Hit 2: [19.2635, -75.0719, 28] + [ ecalVeto ] 0 : Hit 3: [16.8555, -70.9012, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [52.039, 81.7928, 19] + [ ecalVeto ] 0 : Hit 1: [52.039, 81.7928, 17] + [ ecalVeto ] 0 : Hit 2: [52.039, 81.7928, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 20.8533, 9] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 25.024, 8] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 20.8533, 7] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 25.024, 6] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 25.024, 4] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 8: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Hit 9: [-2.40793, 29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7603; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3464 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [69.83, -12.512, 2] + [ ecalVeto ] 0 : Hit 1: [69.83, -12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3126.11; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3465 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -91.7545, 26] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -87.5839, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-47.2231, 165.206, 25] + [ ecalVeto ] 0 : Hit 1: [-44.8152, 169.377, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 140.182, 25] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 144.353, 24] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -75.0719, 24] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -70.9012, 23] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -66.7306, 22] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -62.5599, 21] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -58.3892, 20] + [ ecalVeto ] 0 : Hit 5: [-12.0397, -54.2186, 19] + [ ecalVeto ] 0 : Hit 6: [-9.63173, -50.0479, 18] + [ ecalVeto ] 0 : Hit 7: [-12.0397, -45.8773, 17] + [ ecalVeto ] 0 : Hit 8: [-9.63173, -41.7066, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 136.011, 23] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 140.182, 22] + [ ecalVeto ] 0 : Hit 2: [-83.3421, 144.353, 21] + [ ecalVeto ] 0 : Hit 3: [-80.9341, 140.182, 20] + [ ecalVeto ] 0 : Hit 4: [-76.1183, 140.182, 21] + [ ecalVeto ] 0 : Hit 5: [-73.7103, 136.011, 20] + [ ecalVeto ] 0 : Hit 6: [-76.1183, 140.182, 19] + [ ecalVeto ] 0 : Hit 7: [-73.7103, 136.011, 18] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-102.606, 144.353, 22] + [ ecalVeto ] 0 : Hit 1: [-105.013, 140.182, 21] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -29.1946, 15] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -25.024, 14] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -20.8533, 13] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -16.6826, 12] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -12.512, 11] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -8.34132, 10] + [ ecalVeto ] 0 : Hit 6: [-12.0397, -4.17066, 9] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 8.34132, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 12.512, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 16.6826, 6] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 12.512, 5] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 8.34132, 4] + [ ecalVeto ] 0 : Hit 6: [-12.0397, 12.512, 3] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 87 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2723.91; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3466 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-126.685, 102.646, 23] + [ ecalVeto ] 0 : Hit 1: [-124.277, 98.4754, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-112.237, 94.3048, 21] + [ ecalVeto ] 0 : Hit 1: [-109.829, 90.1341, 20] + [ ecalVeto ] 0 : Finding linreg tracks from 93 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4928.91; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3467 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5217.49; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3468 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -12.512, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [33.711, 33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [31.3031, 37.5359, 7] + [ ecalVeto ] 0 : Hit 2: [33.711, 33.3653, 6] + [ ecalVeto ] 0 : Hit 3: [33.711, 33.3653, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [31.3031, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [31.3031, 20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [33.711, 16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [31.3031, 12.512, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 101 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6328.37; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3469 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 2: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, -2.66454e-15, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [44.8152, 127.67, 3] + [ ecalVeto ] 0 : Hit 1: [47.2231, 123.499, 2] + [ ecalVeto ] 0 : Hit 2: [44.8152, 119.329, 1] + [ ecalVeto ] 0 : Hit 3: [47.2231, 115.158, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 39 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3156.23; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3470 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-125.749, -62.5599, 15] + [ ecalVeto ] 0 : Hit 1: [-123.341, -66.7306, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4788.19; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3471 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3471 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 110 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6932.44; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3472 Brem photon produced 61 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [52.9745, -8.34132, 17] + [ ecalVeto ] 0 : Hit 1: [55.3824, -4.17066, 16] + [ ecalVeto ] 0 : Hit 2: [52.9745, -8.34132, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -2.66454e-15, 14] + [ ecalVeto ] 0 : Hit 1: [16.8555, -4.17066, 13] + [ ecalVeto ] 0 : Hit 2: [19.2635, -8.34132, 12] + [ ecalVeto ] 0 : Hit 3: [16.8555, -12.512, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [24.0793, -33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [26.4873, -29.1946, 10] + [ ecalVeto ] 0 : Hit 2: [24.0793, -25.024, 9] + [ ecalVeto ] 0 : Hit 3: [24.0793, -25.024, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, -20.8533, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Hit 4: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3480.95; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3473 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 44 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4437.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3474 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -12.512, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -4.17066, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -4.17066, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6788.94; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3475 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [112.237, 94.3048, 20] + [ ecalVeto ] 0 : Hit 1: [109.829, 90.1341, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5361.76; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3476 Brem photon produced 64 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [68.8945, -77.6221, 24] + [ ecalVeto ] 0 : Hit 1: [66.4865, -73.4515, 23] + [ ecalVeto ] 0 : Hit 2: [68.8945, -69.2808, 22] + [ ecalVeto ] 0 : Hit 3: [66.4865, -65.1101, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [68.8945, 169.377, 22] + [ ecalVeto ] 0 : Hit 1: [66.4865, 165.206, 21] + [ ecalVeto ] 0 : Hit 2: [68.8945, 161.035, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [61.6707, -65.1101, 20] + [ ecalVeto ] 0 : Hit 1: [60.1983, -62.5599, 19] + [ ecalVeto ] 0 : Hit 2: [62.6062, -58.3892, 18] + [ ecalVeto ] 0 : Hit 3: [60.1983, -54.2186, 17] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [59.2627, 161.035, 19] + [ ecalVeto ] 0 : Hit 1: [61.6707, 156.865, 18] + [ ecalVeto ] 0 : Hit 2: [59.2627, 152.694, 17] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [54.4469, 152.694, 16] + [ ecalVeto ] 0 : Hit 1: [52.039, 148.523, 15] + [ ecalVeto ] 0 : Hit 2: [54.4469, 144.353, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 16.6826, 15] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 12.512, 14] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 8.34132, 10] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -2.66454e-15, 8] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4582.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3477 Brem photon produced 37 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 11 + [ ecalVeto ] 0 : Beginning track merging using 11 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [40.9348, 45.8773, 24] + [ ecalVeto ] 0 : Hit 1: [38.5269, 41.7066, 23] + [ ecalVeto ] 0 : Hit 2: [40.9348, 37.5359, 22] + [ ecalVeto ] 0 : Hit 3: [38.5269, 33.3653, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [33.711, 33.3653, 20] + [ ecalVeto ] 0 : Hit 1: [31.3031, 29.1946, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [26.4873, 20.8533, 16] + [ ecalVeto ] 0 : Hit 1: [24.0793, 16.6826, 15] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-32.7755, -81.7928, 15] + [ ecalVeto ] 0 : Hit 1: [-30.3676, -85.9634, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [19.2635, 8.34132, 14] + [ ecalVeto ] 0 : Hit 1: [16.8555, 4.17066, 13] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 10] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 9] + [ ecalVeto ] 0 : Hit 4: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 5: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-32.7755, -81.7928, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -79.2426, 10] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -70.9012, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -66.7306, 10] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -50.0479, 10] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -54.2186, 9] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -58.3892, 8] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -54.2186, 7] + [ ecalVeto ] 0 : Hit 4: [-19.2635, -58.3892, 9] + [ ecalVeto ] 0 : Hit 5: [-16.8555, -54.2186, 8] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [16.8555, -29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [16.8555, -29.1946, 3] + [ ecalVeto ] 0 : Hit 2: [19.2635, -25.024, 2] + [ ecalVeto ] 0 : Hit 3: [16.8555, -20.8533, 1] + [ ecalVeto ] 0 : Hit 4: [19.2635, -25.024, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 43 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4384.98; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3478 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [52.9745, -2.66454e-15, 17] + [ ecalVeto ] 0 : Hit 1: [52.9745, -2.66454e-15, 15] + [ ecalVeto ] 0 : Hit 2: [55.3824, -4.17066, 14] + [ ecalVeto ] 0 : Hit 3: [52.9745, -2.66454e-15, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-104.078, -33.3653, 15] + [ ecalVeto ] 0 : Hit 1: [-101.67, -37.5359, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [40.9348, -4.17066, 14] + [ ecalVeto ] 0 : Hit 1: [38.5269, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 2: [40.9348, 4.17066, 12] + [ ecalVeto ] 0 : Hit 3: [38.5269, -2.66454e-15, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-74.6459, -29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -29.1946, 8] + [ ecalVeto ] 0 : Hit 2: [-69.83, -29.1946, 9] + [ ecalVeto ] 0 : Hit 3: [-67.4221, -25.024, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -29.1946, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5233.1; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3479 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 16.6826, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -12.512, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -20.8533, 5] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -20.8533, 3] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -16.6826, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -12.512, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, -37.5359, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 126 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6515.42; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3480 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [73.7103, 136.011, 31] + [ ecalVeto ] 0 : Hit 1: [76.1183, 131.841, 30] + [ ecalVeto ] 0 : Hit 2: [73.7103, 127.67, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [68.8945, 119.329, 28] + [ ecalVeto ] 0 : Hit 1: [66.4865, 115.158, 27] + [ ecalVeto ] 0 : Hit 2: [68.8945, 110.987, 26] + [ ecalVeto ] 0 : Hit 3: [66.4865, 106.817, 25] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 9] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 7: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Hit 8: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, 4.17066, 2] + [ ecalVeto ] 0 : Hit 4: [9.63173, -2.66454e-15, 1] + [ ecalVeto ] 0 : Hit 5: [12.0397, -4.17066, 0] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -181.889, 1] + [ ecalVeto ] 0 : Hit 1: [-59.2627, -177.718, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 93 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4212.84; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3481 Brem photon produced 79 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [39.9993, -110.987, 16] + [ ecalVeto ] 0 : Hit 1: [39.9993, -110.987, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 16.6826, 14] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 12.512, 13] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 8.34132, 12] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 4.17066, 11] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 5: [-12.0397, -4.17066, 9] + [ ecalVeto ] 0 : Hit 6: [-9.63173, -8.34132, 8] + [ ecalVeto ] 0 : Hit 7: [-12.0397, -12.512, 7] + [ ecalVeto ] 0 : Hit 8: [-9.63173, -16.6826, 6] + [ ecalVeto ] 0 : Hit 9: [-12.0397, -20.8533, 5] + [ ecalVeto ] 0 : Hit 10: [-9.63173, -25.024, 4] + [ ecalVeto ] 0 : Hit 11: [-12.0397, -29.1946, 3] + [ ecalVeto ] 0 : Hit 12: [-9.63173, -33.3653, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-66.4865, -140.182, 12] + [ ecalVeto ] 0 : Hit 1: [-68.8945, -136.011, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-52.039, -131.841, 10] + [ ecalVeto ] 0 : Hit 1: [-54.4469, -127.67, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -25.024, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -29.1946, 5] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -33.3653, 4] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -37.5359, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 97 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5068.52; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3482 Brem photon produced 62 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [45.7507, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [45.7507, 12.512, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6286.19; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3483 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-44.8152, 169.377, 28] + [ ecalVeto ] 0 : Hit 1: [-47.2231, 165.206, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-32.7755, 115.158, 23] + [ ecalVeto ] 0 : Hit 1: [-30.3676, 119.329, 22] + [ ecalVeto ] 0 : Hit 2: [-32.7755, 123.499, 21] + [ ecalVeto ] 0 : Hit 3: [-30.3676, 119.329, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-23.1438, 123.499, 20] + [ ecalVeto ] 0 : Hit 1: [-25.5517, 119.329, 19] + [ ecalVeto ] 0 : Hit 2: [-23.1438, 115.158, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-23.1438, 106.817, 18] + [ ecalVeto ] 0 : Hit 1: [-25.5517, 102.646, 17] + [ ecalVeto ] 0 : Hit 2: [-23.1438, 98.4754, 16] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2591.99; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3484 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Hit 6: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Hit 7: [2.40793, -29.1946, 1] + [ ecalVeto ] 0 : Hit 8: [4.81586, -25.024, 0] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, -33.3653, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4534.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3485 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-125.749, -29.1946, 21] + [ ecalVeto ] 0 : Hit 1: [-123.341, -25.024, 20] + [ ecalVeto ] 0 : Hit 2: [-125.749, -20.8533, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-125.749, -12.512, 17] + [ ecalVeto ] 0 : Hit 1: [-123.341, -8.34132, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-111.302, -12.512, 15] + [ ecalVeto ] 0 : Hit 1: [-108.894, -8.34132, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -12.512, 13] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -16.6826, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-81.8697, -16.6826, 12] + [ ecalVeto ] 0 : Hit 1: [-82.4065, -20.8533, 11] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -33.3653, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5923.65; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3486 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [52.9745, -8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [55.3824, -12.512, 10] + [ ecalVeto ] 0 : Hit 2: [52.9745, -8.34132, 9] + [ ecalVeto ] 0 : Hit 3: [55.3824, -4.17066, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 50.0479, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 45.8773, 6] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 41.7066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4999.86; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3487 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4891.5; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3488 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -136.011, 21] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -140.182, 20] + [ ecalVeto ] 0 : Finding linreg tracks from 24 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3128.33; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3489 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-125.749, -62.5599, 21] + [ ecalVeto ] 0 : Hit 1: [-123.341, -58.3892, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-116.118, -54.2186, 20] + [ ecalVeto ] 0 : Hit 1: [-118.525, -58.3892, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-104.078, -50.0479, 19] + [ ecalVeto ] 0 : Hit 1: [-101.67, -45.8773, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -2.66454e-15, 15] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 4.17066, 14] + [ ecalVeto ] 0 : Hit 2: [-48.1586, 8.34132, 13] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -37.5359, 13] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -33.3653, 12] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-52.9745, 8.34132, 12] + [ ecalVeto ] 0 : Hit 1: [-55.3824, 12.512, 11] + [ ecalVeto ] 0 : Hit 2: [-52.9745, 16.6826, 10] + [ ecalVeto ] 0 : Hit 3: [-55.3824, 20.8533, 9] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-33.711, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 12.512, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4242.26; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3490 Brem photon produced 38 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 14] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 13] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 20.8533, 12] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 16.6826, 11] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 12.512, 10] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 8: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 9: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 10: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Hit 11: [-2.40793, 20.8533, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 16.6826, 14] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 20.8533, 13] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 25.024, 12] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 25.024, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 25.024, 11] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 29.1946, 10] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 33.3653, 9] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 37.5359, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 25.024, 4] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 25.024, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 33.3653, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 37.5359, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 33.3653, 4] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 33.3653, 2] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 58.3892, 4] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 54.2186, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5002.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3491 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3491 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, -12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 23 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1586.65; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3492 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3664.21; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3493 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, 62.5599, 32] + [ ecalVeto ] 0 : Hit 1: [26.4873, 62.5599, 30] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [24.0793, 66.7306, 27] + [ ecalVeto ] 0 : Hit 1: [26.4873, 70.9012, 26] + [ ecalVeto ] 0 : Hit 2: [24.0793, 75.0719, 25] + [ ecalVeto ] 0 : Hit 3: [26.4873, 70.9012, 24] + [ ecalVeto ] 0 : Hit 4: [24.0793, 75.0719, 23] + [ ecalVeto ] 0 : Hit 5: [26.4873, 70.9012, 22] + [ ecalVeto ] 0 : Hit 6: [24.0793, 75.0719, 21] + [ ecalVeto ] 0 : Hit 7: [26.4873, 79.2426, 20] + [ ecalVeto ] 0 : Hit 8: [24.0793, 75.0719, 19] + [ ecalVeto ] 0 : Hit 9: [26.4873, 70.9012, 18] + [ ecalVeto ] 0 : Hit 10: [26.4873, 70.9012, 16] + [ ecalVeto ] 0 : Hit 11: [24.0793, 66.7306, 15] + [ ecalVeto ] 0 : Hit 12: [26.4873, 62.5599, 14] + [ ecalVeto ] 0 : Hit 13: [24.0793, 66.7306, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, 58.3892, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, 54.2186, 11] + [ ecalVeto ] 0 : Hit 2: [19.2635, 58.3892, 10] + [ ecalVeto ] 0 : Hit 3: [16.8555, 54.2186, 9] + [ ecalVeto ] 0 : Hit 4: [19.2635, 50.0479, 8] + [ ecalVeto ] 0 : Hit 5: [16.8555, 45.8773, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [176.316, -16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [173.908, -12.512, 7] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Hit 2: [4.81586, 33.3653, 2] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 1] + [ ecalVeto ] 0 : Hit 4: [4.81586, 33.3653, 0] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-248.554, 16.6826, 1] + [ ecalVeto ] 0 : Hit 1: [-246.146, 20.8533, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5109.71; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3494 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, -37.5359, 19] + [ ecalVeto ] 0 : Hit 1: [19.2635, -33.3653, 18] + [ ecalVeto ] 0 : Hit 2: [16.8555, -29.1946, 17] + [ ecalVeto ] 0 : Hit 3: [19.2635, -25.024, 16] + [ ecalVeto ] 0 : Hit 4: [16.8555, -20.8533, 15] + [ ecalVeto ] 0 : Hit 5: [19.2635, -16.6826, 14] + [ ecalVeto ] 0 : Hit 6: [16.8555, -12.512, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [24.0793, 16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [26.4873, 20.8533, 12] + [ ecalVeto ] 0 : Hit 2: [24.0793, 16.6826, 11] + [ ecalVeto ] 0 : Hit 3: [26.4873, 20.8533, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 9354.99; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3495 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 31 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3059.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3496 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, 62.5599, 10] + [ ecalVeto ] 0 : Hit 1: [24.0793, 58.3892, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -4.17066, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -12.512, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 9177.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3497 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [47.2231, 106.817, 28] + [ ecalVeto ] 0 : Hit 1: [44.8152, 102.646, 27] + [ ecalVeto ] 0 : Hit 2: [47.2231, 98.4754, 26] + [ ecalVeto ] 0 : Hit 3: [44.8152, 94.3048, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [39.9993, 85.9634, 24] + [ ecalVeto ] 0 : Hit 1: [37.5914, 81.7928, 23] + [ ecalVeto ] 0 : Hit 2: [39.9993, 77.6221, 22] + [ ecalVeto ] 0 : Hit 3: [38.5269, 75.0719, 21] + [ ecalVeto ] 0 : Hit 4: [40.9348, 70.9012, 20] + [ ecalVeto ] 0 : Hit 5: [38.5269, 66.7306, 19] + [ ecalVeto ] 0 : Hit 6: [40.9348, 62.5599, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [33.711, 58.3892, 18] + [ ecalVeto ] 0 : Hit 1: [31.3031, 54.2186, 17] + [ ecalVeto ] 0 : Hit 2: [33.711, 50.0479, 16] + [ ecalVeto ] 0 : Hit 3: [31.3031, 45.8773, 15] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5680.51; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3498 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-8.69618, 156.865, 24] + [ ecalVeto ] 0 : Hit 1: [-11.1041, 152.694, 23] + [ ecalVeto ] 0 : Finding linreg tracks from 115 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4330.22; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3499 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [8.69618, 148.523, 21] + [ ecalVeto ] 0 : Hit 1: [11.1041, 152.694, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 20.8533, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5424.09; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3500 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 8.34132, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, 12.512, 11] + [ ecalVeto ] 0 : Hit 2: [19.2635, 16.6826, 10] + [ ecalVeto ] 0 : Hit 3: [16.8555, 12.512, 9] + [ ecalVeto ] 0 : Hit 4: [16.8555, 12.512, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, 37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [19.2635, 41.7066, 8] + [ ecalVeto ] 0 : Hit 2: [16.8555, 37.5359, 7] + [ ecalVeto ] 0 : Hit 3: [19.2635, 33.3653, 6] + [ ecalVeto ] 0 : Hit 4: [16.8555, 29.1946, 5] + [ ecalVeto ] 0 : Hit 5: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Hit 6: [12.0397, 37.5359, 6] + [ ecalVeto ] 0 : Hit 7: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-45.7507, -37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -33.3653, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4758.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3501 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, 25.024, 16] + [ ecalVeto ] 0 : Hit 1: [31.3031, 20.8533, 15] + [ ecalVeto ] 0 : Hit 2: [33.711, 25.024, 14] + [ ecalVeto ] 0 : Hit 3: [31.3031, 20.8533, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, 12.512, 12] + [ ecalVeto ] 0 : Hit 1: [24.0793, 16.6826, 11] + [ ecalVeto ] 0 : Hit 2: [26.4873, 12.512, 10] + [ ecalVeto ] 0 : Hit 3: [24.0793, 8.34132, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3145.03; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3502 Brem photon produced 37 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 8.34132, 19] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 4.17066, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -8.34132, 17] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -12.512, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -16.6826, 15] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -20.8533, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 37.5359, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -4.17066, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5761.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3503 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -29.1946, 23] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -29.1946, 21] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -25.024, 20] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -20.8533, 19] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -25.024, 18] + [ ecalVeto ] 0 : Hit 5: [-12.0397, -20.8533, 17] + [ ecalVeto ] 0 : Hit 6: [-9.63173, -25.024, 16] + [ ecalVeto ] 0 : Hit 7: [-12.0397, -20.8533, 15] + [ ecalVeto ] 0 : Hit 8: [-9.63173, -25.024, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 12] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 11] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 10] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -16.6826, 9] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 33 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1962.16; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3504 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [40.9348, -70.9012, 14] + [ ecalVeto ] 0 : Hit 1: [38.5269, -66.7306, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, -37.5359, 10] + [ ecalVeto ] 0 : Hit 1: [24.0793, -41.7066, 9] + [ ecalVeto ] 0 : Hit 2: [26.4873, -37.5359, 8] + [ ecalVeto ] 0 : Hit 3: [24.0793, -33.3653, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, 58.3892, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, 54.2186, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3539.8; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3505 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [30.3676, -110.987, 25] + [ ecalVeto ] 0 : Hit 1: [30.3676, -110.987, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [25.5517, -102.646, 24] + [ ecalVeto ] 0 : Hit 1: [23.1438, -98.4754, 23] + [ ecalVeto ] 0 : Hit 2: [25.5517, -102.646, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [18.3279, -98.4754, 22] + [ ecalVeto ] 0 : Hit 1: [15.92, -94.3048, 21] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [11.1041, -94.3048, 20] + [ ecalVeto ] 0 : Hit 1: [9.63173, -91.7545, 19] + [ ecalVeto ] 0 : Hit 2: [12.0397, -87.5839, 18] + [ ecalVeto ] 0 : Hit 3: [9.63173, -83.4132, 17] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -83.4132, 16] + [ ecalVeto ] 0 : Hit 1: [2.40793, -79.2426, 15] + [ ecalVeto ] 0 : Hit 2: [4.81586, -75.0719, 14] + [ ecalVeto ] 0 : Hit 3: [2.40793, -70.9012, 13] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -66.7306, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -62.5599, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -58.3892, 9] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -58.3892, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -54.2186, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -50.0479, 6] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -45.8773, 5] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -41.7066, 4] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-33.711, -41.7066, 1] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -45.8773, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 42 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3917.96; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3506 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 24 + [ ecalVeto ] 0 : Beginning track merging using 24 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 21 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-32.7755, 90.1341, 27] + [ ecalVeto ] 0 : Hit 1: [-30.3676, 85.9634, 26] + [ ecalVeto ] 0 : Hit 2: [-32.7755, 81.7928, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 62.5599, 23] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 58.3892, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 45.8773, 21] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 41.7066, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 29.1946, 19] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 25.024, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 12.512, 17] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 8.34132, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-33.711, -2.66454e-15, 15] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 4.17066, 14] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 16.6826, 8] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 25.024, 8] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [-38.5269, 16.6826, 6] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [19.2635, -16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [16.8555, -20.8533, 5] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [40.9348, -4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [38.5269, -8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [40.9348, -12.512, 4] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -12.512, 5] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -16.6826, 4] + [ ecalVeto ] 0 : Hit 2: [-33.711, -16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [-31.3031, -12.512, 4] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-33.711, -8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -4.17066, 4] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 2] + [ ecalVeto ] 0 : Hit 3: [9.63173, -33.3653, 1] + [ ecalVeto ] 0 : Hit 4: [12.0397, -37.5359, 0] + [ ecalVeto ] 0 : Hit 5: [12.0397, -45.8773, 2] + [ ecalVeto ] 0 : Hit 6: [12.0397, -45.8773, 0] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [33.711, -16.6826, 4] + [ ecalVeto ] 0 : Hit 1: [31.3031, -20.8533, 3] + [ ecalVeto ] 0 : Track 14: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -20.8533, 3] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -25.024, 2] + [ ecalVeto ] 0 : Track 15: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -8.34132, 3] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -12.512, 2] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -16.6826, 3] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -20.8533, 2] + [ ecalVeto ] 0 : Track 16: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -41.7066, 3] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -37.5359, 2] + [ ecalVeto ] 0 : Track 17: + [ ecalVeto ] 0 : Hit 0: [24.0793, -41.7066, 3] + [ ecalVeto ] 0 : Hit 1: [26.4873, -37.5359, 2] + [ ecalVeto ] 0 : Track 18: + [ ecalVeto ] 0 : Hit 0: [32.7755, -115.158, 2] + [ ecalVeto ] 0 : Hit 1: [30.3676, -119.329, 1] + [ ecalVeto ] 0 : Track 19: + [ ecalVeto ] 0 : Hit 0: [19.2635, -25.024, 2] + [ ecalVeto ] 0 : Hit 1: [16.8555, -29.1946, 1] + [ ecalVeto ] 0 : Track 20: + [ ecalVeto ] 0 : Hit 0: [2.40793, -37.5359, 1] + [ ecalVeto ] 0 : Hit 1: [4.81586, -33.3653, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 21 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4287.47; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3507 Brem photon produced 33 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -73.4515, 19] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -69.2808, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, -41.7066, 13] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -37.5359, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [48.1586, -25.024, 12] + [ ecalVeto ] 0 : Hit 1: [48.1586, -25.024, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -25.024, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5987.09; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3508 Brem photon produced 31 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -8.34132, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, 54.2186, 8] + [ ecalVeto ] 0 : Hit 1: [24.0793, 50.0479, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -2.66454e-15, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 132 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 9736.47; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3509 Brem photon produced 68 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [76.1183, 115.158, 26] + [ ecalVeto ] 0 : Hit 1: [73.7103, 110.987, 25] + [ ecalVeto ] 0 : Hit 2: [76.1183, 106.817, 24] + [ ecalVeto ] 0 : Hit 3: [73.7103, 102.646, 23] + [ ecalVeto ] 0 : Hit 4: [76.1183, 98.4754, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -16.6826, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -16.6826, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 87 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4672.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3510 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3914.34; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3511 Brem photon produced 43 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -12.512, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 39 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4874.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3512 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 14 + [ ecalVeto ] 0 : Beginning track merging using 14 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 14 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [132.973, 33.3653, 30] + [ ecalVeto ] 0 : Hit 1: [130.565, 29.1946, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [125.749, 29.1946, 28] + [ ecalVeto ] 0 : Hit 1: [123.341, 25.024, 27] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [111.302, 20.8533, 26] + [ ecalVeto ] 0 : Hit 1: [108.894, 16.6826, 25] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [94.4462, 16.6826, 23] + [ ecalVeto ] 0 : Hit 1: [96.8541, 12.512, 22] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [77.0538, 8.34132, 18] + [ ecalVeto ] 0 : Hit 1: [74.6459, 4.17066, 17] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [60.1983, 4.17066, 15] + [ ecalVeto ] 0 : Hit 1: [62.6062, -2.66454e-15, 14] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [52.9745, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 1: [55.3824, -4.17066, 12] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-25.5517, -94.3048, 11] + [ ecalVeto ] 0 : Hit 1: [-23.1438, -90.1341, 10] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-32.7755, -98.4754, 11] + [ ecalVeto ] 0 : Hit 1: [-30.3676, -94.3048, 10] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [2.40793, -95.9252, 11] + [ ecalVeto ] 0 : Hit 1: [3.88031, -98.4754, 10] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [40.9348, -4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [38.5269, -8.34132, 9] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [33.711, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [31.3031, -12.512, 7] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [16.8555, -12.512, 5] + [ ecalVeto ] 0 : Hit 1: [19.2635, -16.6826, 4] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 44 hits + [ ecalVeto ] 0 : MIP tracking completed; found 14 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1410.78; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3513 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-148.356, 98.4754, 23] + [ ecalVeto ] 0 : Hit 1: [-145.948, 94.3048, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-138.725, 90.1341, 22] + [ ecalVeto ] 0 : Hit 1: [-138.725, 90.1341, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-145.013, 54.2186, 20] + [ ecalVeto ] 0 : Hit 1: [-147.421, 58.3892, 19] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-141.132, 127.67, 19] + [ ecalVeto ] 0 : Hit 1: [-138.725, 131.841, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [66.4865, 190.23, 19] + [ ecalVeto ] 0 : Hit 1: [68.8945, 194.401, 18] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-162.804, 106.817, 13] + [ ecalVeto ] 0 : Hit 1: [-160.396, 110.987, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 90 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4038.21; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3514 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [25.5517, -136.011, 20] + [ ecalVeto ] 0 : Hit 1: [23.1438, -131.841, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [25.5517, -119.329, 18] + [ ecalVeto ] 0 : Hit 1: [23.1438, -115.158, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [18.3279, -106.817, 16] + [ ecalVeto ] 0 : Hit 1: [15.92, -102.646, 15] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [16.8555, 37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [19.2635, 33.3653, 8] + [ ecalVeto ] 0 : Hit 2: [16.8555, 29.1946, 7] + [ ecalVeto ] 0 : Hit 3: [19.2635, 25.024, 6] + [ ecalVeto ] 0 : Hit 4: [19.2635, 16.6826, 8] + [ ecalVeto ] 0 : Hit 5: [16.8555, 12.512, 7] + [ ecalVeto ] 0 : Hit 6: [19.2635, 16.6826, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, -41.7066, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-33.711, 25.024, 3] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 29.1946, 2] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 25.024, 1] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 29.1946, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4849.02; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3515 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 3 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5530.62; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3516 Brem photon produced 41 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 4.17066, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 38 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4036.72; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3517 Brem photon produced 40 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -12.512, 13] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -8.34132, 12] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -4.17066, 11] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 4.17066, 9] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 6: [-12.0397, 4.17066, 7] + [ ecalVeto ] 0 : Hit 7: [-9.63173, 8.34132, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5482.75; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3518 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-162.804, -140.182, 19] + [ ecalVeto ] 0 : Hit 1: [-160.396, -144.353, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-141.132, -136.011, 17] + [ ecalVeto ] 0 : Hit 1: [-138.725, -131.841, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-119.461, -123.499, 15] + [ ecalVeto ] 0 : Hit 1: [-117.053, -119.329, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 97 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3518.09; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3519 Brem photon produced 46 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-37.5914, -173.547, 26] + [ ecalVeto ] 0 : Hit 1: [-39.9993, -169.377, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -79.2426, 13] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -75.0719, 12] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -70.9012, 11] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -66.7306, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 4.17066, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -2.66454e-15, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 99 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 9218.4; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3520 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -37.5359, 17] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -33.3653, 16] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -29.1946, 15] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -25.024, 14] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -20.8533, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, -4.17066, 11] + [ ecalVeto ] 0 : Hit 2: [19.2635, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 3: [16.8555, -4.17066, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -12.512, 9] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -8.34132, 8] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -4.17066, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 34 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5060.54; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3521 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -75.0719, 14] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -70.9012, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -54.2186, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -50.0479, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -54.2186, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -50.0479, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4281.8; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3522 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -50.0479, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -45.8773, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 34 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3319.42; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3523 Brem photon produced 66 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -79.2426, 8] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -75.0719, 7] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -79.2426, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -50.0479, 6] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -50.0479, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4686.43; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3524 Brem photon produced 33 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [-62.6062, -16.6826, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -12.512, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 33.3653, 3] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 29.1946, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 29.1946, 3] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 33.3653, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4760.21; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3525 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, 8.34132, 25] + [ ecalVeto ] 0 : Hit 1: [26.4873, 4.17066, 24] + [ ecalVeto ] 0 : Hit 2: [24.0793, 8.34132, 23] + [ ecalVeto ] 0 : Hit 3: [26.4873, 12.512, 22] + [ ecalVeto ] 0 : Hit 4: [24.0793, 8.34132, 21] + [ ecalVeto ] 0 : Hit 5: [26.4873, 12.512, 20] + [ ecalVeto ] 0 : Hit 6: [24.0793, 16.6826, 19] + [ ecalVeto ] 0 : Hit 7: [26.4873, 12.512, 18] + [ ecalVeto ] 0 : Hit 8: [24.0793, 16.6826, 17] + [ ecalVeto ] 0 : Hit 9: [26.4873, 20.8533, 16] + [ ecalVeto ] 0 : Hit 10: [26.4873, 20.8533, 14] + [ ecalVeto ] 0 : Hit 11: [26.4873, 20.8533, 12] + [ ecalVeto ] 0 : Hit 12: [24.0793, 16.6826, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2302.5; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3526 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-111.302, 37.5359, 17] + [ ecalVeto ] 0 : Hit 1: [-108.894, 41.7066, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 33.3653, 13] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 29.1946, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 25.024, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3148.96; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3527 Brem photon produced 62 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, 25.024, 5] + [ ecalVeto ] 0 : Hit 1: [24.0793, 25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 10474.4; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3528 Brem photon produced 33 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, 37.5359, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6387.57; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3529 Brem photon produced 40 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 54.2186, 24] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 50.0479, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -83.4132, 14] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -79.2426, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -70.9012, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -66.7306, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -70.9012, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -66.7306, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -66.7306, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -62.5599, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -58.3892, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -54.2186, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -50.0479, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4766.73; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3530 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 66.7306, 15] + [ ecalVeto ] 0 : Hit 1: [12.0397, 62.5599, 14] + [ ecalVeto ] 0 : Hit 2: [9.63173, 66.7306, 13] + [ ecalVeto ] 0 : Hit 3: [12.0397, 62.5599, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 29 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3074.2; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3531 Brem photon produced 5 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3531 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-123.341, -66.7306, 28] + [ ecalVeto ] 0 : Hit 1: [-125.749, -62.5599, 27] + [ ecalVeto ] 0 : Hit 2: [-123.341, -58.3892, 26] + [ ecalVeto ] 0 : Hit 3: [-123.341, -58.3892, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-118.525, -50.0479, 23] + [ ecalVeto ] 0 : Hit 1: [-116.118, -54.2186, 22] + [ ecalVeto ] 0 : Hit 2: [-118.525, -50.0479, 21] + [ ecalVeto ] 0 : Hit 3: [-116.118, -54.2186, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [55.3824, 12.512, 20] + [ ecalVeto ] 0 : Hit 1: [52.9745, 16.6826, 19] + [ ecalVeto ] 0 : Hit 2: [55.3824, 12.512, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-111.302, -45.8773, 19] + [ ecalVeto ] 0 : Hit 1: [-108.894, -50.0479, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [45.7507, 12.512, 17] + [ ecalVeto ] 0 : Hit 1: [48.1586, 8.34132, 16] + [ ecalVeto ] 0 : Hit 2: [45.7507, 12.512, 15] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -45.8773, 17] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -41.7066, 16] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -37.5359, 15] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -41.7066, 14] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-69.83, -37.5359, 13] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -33.3653, 12] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -25.024, 10] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-118.525, -2.36672e-14, 1] + [ ecalVeto ] 0 : Hit 1: [-116.118, -4.17066, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3625.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3532 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-104.078, -16.6826, 25] + [ ecalVeto ] 0 : Hit 1: [-101.67, -12.512, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -16.6826, 23] + [ ecalVeto ] 0 : Hit 1: [-87.2224, -12.512, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-69.83, -12.512, 19] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -16.6826, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -33.3653, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3988.59; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3533 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-89.6303, 50.0479, 21] + [ ecalVeto ] 0 : Hit 1: [-87.2224, 45.8773, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-111.302, 54.2186, 17] + [ ecalVeto ] 0 : Hit 1: [-108.894, 58.3892, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 37.5359, 13] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 33.3653, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 25.024, 11] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 20.8533, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -29.1946, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-140.197, -54.2186, 9] + [ ecalVeto ] 0 : Hit 1: [-137.789, -58.3892, 8] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [37.5914, 106.817, 5] + [ ecalVeto ] 0 : Hit 1: [39.9993, 110.987, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 110 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7120.89; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3534 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [40.9348, 62.5599, 28] + [ ecalVeto ] 0 : Hit 1: [38.5269, 58.3892, 27] + [ ecalVeto ] 0 : Hit 2: [40.9348, 54.2186, 26] + [ ecalVeto ] 0 : Hit 3: [38.5269, 50.0479, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, 37.5359, 22] + [ ecalVeto ] 0 : Hit 1: [24.0793, 33.3653, 21] + [ ecalVeto ] 0 : Hit 2: [26.4873, 29.1946, 20] + [ ecalVeto ] 0 : Hit 3: [24.0793, 25.024, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3069.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3535 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [90.5659, -81.7928, 10] + [ ecalVeto ] 0 : Hit 1: [88.1579, -77.6221, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 29.1946, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [68.8945, -69.2808, 8] + [ ecalVeto ] 0 : Hit 1: [68.8945, -69.2808, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 29.1946, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-33.711, -66.7306, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -62.5599, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 100 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5468.87; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3536 Brem photon produced 69 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, -33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -37.5359, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-39.9993, -144.353, 3] + [ ecalVeto ] 0 : Hit 1: [-37.5914, -148.523, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 9289.02; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3537 Brem photon produced 58 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 4.17066, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, -20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [19.2635, -16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [16.8555, -20.8533, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6842.52; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3538 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -2.66454e-15, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, 16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [19.2635, 16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5531.25; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3539 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 12.512, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 8.34132, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [24.0793, -66.7306, 9] + [ ecalVeto ] 0 : Hit 1: [26.4873, -62.5599, 8] + [ ecalVeto ] 0 : Hit 2: [24.0793, -58.3892, 7] + [ ecalVeto ] 0 : Hit 3: [26.4873, -54.2186, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -41.7066, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, -37.5359, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, -33.3653, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, -45.8773, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, -41.7066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 119 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7614.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3540 Brem photon produced 74 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, 29.1946, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2816.32; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3541 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [32.7755, -81.7928, 26] + [ ecalVeto ] 0 : Hit 1: [31.3031, -79.2426, 25] + [ ecalVeto ] 0 : Hit 2: [33.711, -75.0719, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 75.0719, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 70.9012, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3839.73; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3542 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [67.4221, 8.34132, 33] + [ ecalVeto ] 0 : Hit 1: [69.83, 4.17066, 32] + [ ecalVeto ] 0 : Hit 2: [69.83, 4.17066, 30] + [ ecalVeto ] 0 : Hit 3: [67.4221, -2.66454e-15, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [40.9348, -4.17066, 20] + [ ecalVeto ] 0 : Hit 1: [38.5269, -8.34132, 19] + [ ecalVeto ] 0 : Hit 2: [40.9348, -4.17066, 18] + [ ecalVeto ] 0 : Hit 3: [38.5269, -8.34132, 17] + [ ecalVeto ] 0 : Hit 4: [38.5269, -8.34132, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -45.8773, 16] + [ ecalVeto ] 0 : Hit 1: [9.63173, -50.0479, 15] + [ ecalVeto ] 0 : Hit 2: [12.0397, -45.8773, 14] + [ ecalVeto ] 0 : Hit 3: [12.0397, -45.8773, 12] + [ ecalVeto ] 0 : Hit 4: [9.63173, -41.7066, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, -8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, -12.512, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, -8.34132, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Hit 4: [12.0397, -4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4072.99; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3543 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -75.0719, 23] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -79.2426, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -70.9012, 21] + [ ecalVeto ] 0 : Hit 1: [4.81586, -66.7306, 20] + [ ecalVeto ] 0 : Hit 2: [2.40793, -62.5599, 19] + [ ecalVeto ] 0 : Hit 3: [4.81586, -58.3892, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -70.9012, 20] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -66.7306, 19] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -75.0719, 20] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -70.9012, 19] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 19] + [ ecalVeto ] 0 : Hit 1: [4.81586, -33.3653, 18] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, -45.8773, 17] + [ ecalVeto ] 0 : Hit 1: [4.81586, -41.7066, 16] + [ ecalVeto ] 0 : Hit 2: [2.40793, -37.5359, 15] + [ ecalVeto ] 0 : Hit 3: [4.81586, -33.3653, 14] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 12] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 11] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 10] + [ ecalVeto ] 0 : Hit 4: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 69.2808, 11] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 65.1101, 10] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-54.4469, 85.9634, 3] + [ ecalVeto ] 0 : Hit 1: [-52.039, 90.1341, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4471.2; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3544 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5827.95; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3545 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [161.868, -83.4132, 28] + [ ecalVeto ] 0 : Hit 1: [159.46, -79.2426, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [147.421, -75.0719, 26] + [ ecalVeto ] 0 : Hit 1: [145.013, -70.9012, 25] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [132.973, -66.7306, 24] + [ ecalVeto ] 0 : Hit 1: [130.565, -62.5599, 23] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-154.644, -70.9012, 23] + [ ecalVeto ] 0 : Hit 1: [-152.237, -66.7306, 22] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-125.749, -62.5599, 19] + [ ecalVeto ] 0 : Hit 1: [-123.341, -58.3892, 18] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-111.302, -62.5599, 17] + [ ecalVeto ] 0 : Hit 1: [-108.894, -58.3892, 16] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4046.76; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3546 Brem photon produced 53 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [18.3279, 115.158, 16] + [ ecalVeto ] 0 : Hit 1: [15.92, 110.987, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 54.2186, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 50.0479, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 41.7066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6738.93; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3547 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [40.9348, -37.5359, 20] + [ ecalVeto ] 0 : Hit 1: [38.5269, -33.3653, 19] + [ ecalVeto ] 0 : Hit 2: [40.9348, -37.5359, 18] + [ ecalVeto ] 0 : Hit 3: [38.5269, -33.3653, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 4: [4.81586, -8.34132, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 8.34132, 3] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5824.95; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3548 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -79.2426, 24] + [ ecalVeto ] 0 : Hit 1: [9.63173, -75.0719, 23] + [ ecalVeto ] 0 : Hit 2: [12.0397, -70.9012, 22] + [ ecalVeto ] 0 : Hit 3: [9.63173, -66.7306, 21] + [ ecalVeto ] 0 : Hit 4: [12.0397, -62.5599, 20] + [ ecalVeto ] 0 : Hit 5: [9.63173, -58.3892, 19] + [ ecalVeto ] 0 : Hit 6: [9.63173, -58.3892, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 12.512, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -4.17066, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, 16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 12.512, 10] + [ ecalVeto ] 0 : Hit 2: [-33.711, 8.34132, 9] + [ ecalVeto ] 0 : Hit 3: [-40.9348, 12.512, 11] + [ ecalVeto ] 0 : Hit 4: [-38.5269, 16.6826, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 32 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4803.36; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3549 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [19.2635, 33.3653, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [33.711, 33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [31.3031, 29.1946, 5] + [ ecalVeto ] 0 : Hit 2: [33.711, 33.3653, 4] + [ ecalVeto ] 0 : Hit 3: [26.4873, 29.1946, 6] + [ ecalVeto ] 0 : Hit 4: [24.0793, 25.024, 5] + [ ecalVeto ] 0 : Hit 5: [26.4873, 29.1946, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 8.34132, 1] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 4.17066, 0] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, 12.512, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 2] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 1] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6005.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3550 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 27 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5925.56; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3551 Brem photon produced 54 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-32.7755, -156.865, 27] + [ ecalVeto ] 0 : Hit 1: [-30.3676, -161.035, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-111.302, -54.2186, 25] + [ ecalVeto ] 0 : Hit 1: [-108.894, -50.0479, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-104.078, -50.0479, 23] + [ ecalVeto ] 0 : Hit 1: [-101.67, -45.8773, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -45.8773, 21] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -41.7066, 20] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -41.7066, 19] + [ ecalVeto ] 0 : Hit 1: [-87.2224, -45.8773, 18] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -41.7066, 17] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -45.8773, 16] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-69.83, -37.5359, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -33.3653, 14] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -25.024, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -29.1946, 10] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [12.0397, -29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5712.69; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3552 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -2.66454e-15, 15] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 4.17066, 14] + [ ecalVeto ] 0 : Hit 2: [-60.1983, 4.17066, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 4.17066, 10] + [ ecalVeto ] 0 : Hit 2: [-45.7507, 4.17066, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 20.8533, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5888.95; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3553 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [74.6459, -45.8773, 17] + [ ecalVeto ] 0 : Hit 1: [77.0538, -50.0479, 16] + [ ecalVeto ] 0 : Hit 2: [74.6459, -45.8773, 15] + [ ecalVeto ] 0 : Hit 3: [77.0538, -41.7066, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-104.078, -2.36672e-14, 9] + [ ecalVeto ] 0 : Hit 1: [-104.078, -2.36672e-14, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 5: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4496.47; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3554 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [44.8152, -169.377, 33] + [ ecalVeto ] 0 : Hit 1: [47.2231, -165.206, 32] + [ ecalVeto ] 0 : Hit 2: [44.8152, -161.035, 31] + [ ecalVeto ] 0 : Hit 3: [47.2231, -156.865, 30] + [ ecalVeto ] 0 : Hit 4: [44.8152, -152.694, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [39.9993, -144.353, 28] + [ ecalVeto ] 0 : Hit 1: [37.5914, -140.182, 27] + [ ecalVeto ] 0 : Hit 2: [39.9993, -136.011, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [32.7755, -106.817, 22] + [ ecalVeto ] 0 : Hit 1: [30.3676, -102.646, 21] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, -75.0719, 14] + [ ecalVeto ] 0 : Hit 1: [16.8555, -70.9012, 13] + [ ecalVeto ] 0 : Hit 2: [19.2635, -66.7306, 12] + [ ecalVeto ] 0 : Hit 3: [16.8555, -62.5599, 11] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -2.66454e-15, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3139.44; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3555 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 505.889; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3556 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-95.3817, -65.1101, 14] + [ ecalVeto ] 0 : Hit 1: [-97.7897, -60.9395, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -41.7066, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7069.66; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3557 Brem photon produced 40 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 98.4754, 17] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 94.3048, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 25.024, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -8.34132, 4] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -4.17066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 39 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5323.4; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3558 Brem photon produced 44 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-118.525, 16.6826, 23] + [ ecalVeto ] 0 : Hit 1: [-116.118, 20.8533, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-104.078, 16.6826, 21] + [ ecalVeto ] 0 : Hit 1: [-101.67, 12.512, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 12.512, 17] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 8.34132, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 4.17066, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 4.17066, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -16.6826, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4098.35; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3559 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 29.1946, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 70.9012, 10] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 66.7306, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4462.87; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3560 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-32.7755, 106.817, 27] + [ ecalVeto ] 0 : Hit 1: [-30.3676, 110.987, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-37.5914, 106.817, 26] + [ ecalVeto ] 0 : Hit 1: [-39.9993, 102.646, 25] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-47.2231, 98.4754, 25] + [ ecalVeto ] 0 : Hit 1: [-44.8152, 102.646, 24] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-47.2231, 73.4515, 19] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 70.9012, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -75.0719, 17] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -79.2426, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [83.3421, -127.67, 12] + [ ecalVeto ] 0 : Hit 1: [80.9341, -123.499, 11] + [ ecalVeto ] 0 : Hit 2: [83.3421, -119.329, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5729.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3561 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [81.8697, -25.024, 33] + [ ecalVeto ] 0 : Hit 1: [84.2776, -20.8533, 32] + [ ecalVeto ] 0 : Hit 2: [81.8697, -16.6826, 31] + [ ecalVeto ] 0 : Hit 3: [84.2776, -12.512, 30] + [ ecalVeto ] 0 : Hit 4: [81.8697, -8.34132, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [74.6459, 4.17066, 27] + [ ecalVeto ] 0 : Hit 1: [77.0538, 8.34132, 26] + [ ecalVeto ] 0 : Hit 2: [74.6459, 12.512, 25] + [ ecalVeto ] 0 : Hit 3: [77.0538, 16.6826, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [62.6062, 16.6826, 22] + [ ecalVeto ] 0 : Hit 1: [60.1983, 12.512, 21] + [ ecalVeto ] 0 : Hit 2: [62.6062, 16.6826, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 8: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Hit 9: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -4.17066, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -8.34132, 6] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -4.17066, 5] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -8.34132, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5106.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3562 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 15] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -29.1946, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-39.9993, 77.6221, 13] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 75.0719, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 7: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 8: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 9: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 54.2186, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 50.0479, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 45.8773, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 20.8533, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 127 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3826.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3563 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 41.7066, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -2.66454e-15, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-69.83, -12.512, 5] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -16.6826, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -8.34132, 3] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -12.512, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -12.512, 1] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -16.6826, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4071.42; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3564 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-18.3279, -98.4754, 1] + [ ecalVeto ] 0 : Hit 1: [-15.92, -102.646, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4961.68; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3565 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 16.6826, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5545.82; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3566 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 85.9634, 23] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 90.1341, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 81.7928, 21] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 85.9634, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 77.6221, 19] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 81.7928, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-61.6707, 73.4515, 17] + [ ecalVeto ] 0 : Hit 1: [-59.2627, 77.6221, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 54.2186, 10] + [ ecalVeto ] 0 : Hit 1: [-33.711, 50.0479, 9] + [ ecalVeto ] 0 : Hit 2: [-31.3031, 45.8773, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 37.5359, 7] + [ ecalVeto ] 0 : Hit 2: [-24.0793, 33.3653, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 30 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2618.38; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3567 Brem photon produced 71 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [61.6707, 140.182, 16] + [ ecalVeto ] 0 : Hit 1: [59.2627, 136.011, 15] + [ ecalVeto ] 0 : Hit 2: [61.6707, 131.841, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [19.2635, 8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [19.2635, 8.34132, 4] + [ ecalVeto ] 0 : Hit 3: [16.8555, 4.17066, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [31.3031, -4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [31.3031, -4.17066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5530.61; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3568 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 62.5599, 10] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 58.3892, 9] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 54.2186, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-11.1041, -186.059, 1] + [ ecalVeto ] 0 : Hit 1: [-8.69618, -181.889, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 87 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6924.76; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3569 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3569 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 119.329, 23] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 115.158, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -8.34132, 21] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -12.512, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -4.17066, 16] + [ ecalVeto ] 0 : Hit 1: [-33.711, -8.34132, 15] + [ ecalVeto ] 0 : Hit 2: [-31.3031, -12.512, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -4.17066, 15] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -8.34132, 14] + [ ecalVeto ] 0 : Hit 2: [-24.0793, -8.34132, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-108.894, 50.0479, 12] + [ ecalVeto ] 0 : Hit 1: [-111.302, 54.2186, 11] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 12.512, 10] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 12.512, 8] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 16.6826, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 106 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7572.61; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3570 Brem photon produced 57 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 8.34132, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7945.85; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3571 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 31 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2107.91; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3572 Brem photon produced 61 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 5: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 7: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 8: [4.81586, -8.34132, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 2: [9.63173, -2.66454e-15, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 28 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3289.59; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3573 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 41.7066, 16] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 37.5359, 15] + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5307.4; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3574 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 54.2186, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 50.0479, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 41.7066, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 37.5359, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 29.1946, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-69.83, 12.512, 1] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 16.6826, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4925.44; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3575 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -62.5599, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -58.3892, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 12.512, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 8.34132, 4] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 4.17066, 3] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -2.66454e-15, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5806.29; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3576 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -87.5839, 15] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -91.7545, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 12.512, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 12.512, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 8.34132, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 4.17066, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -2.66454e-15, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2857.24; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3577 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 12 + [ ecalVeto ] 0 : Beginning track merging using 12 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 11 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [55.3824, -37.5359, 24] + [ ecalVeto ] 0 : Hit 1: [52.9745, -41.7066, 23] + [ ecalVeto ] 0 : Hit 2: [55.3824, -37.5359, 22] + [ ecalVeto ] 0 : Hit 3: [52.9745, -41.7066, 21] + [ ecalVeto ] 0 : Hit 4: [48.1586, -41.7066, 22] + [ ecalVeto ] 0 : Hit 5: [48.1586, -41.7066, 20] + [ ecalVeto ] 0 : Hit 6: [45.7507, -45.8773, 19] + [ ecalVeto ] 0 : Hit 7: [48.1586, -41.7066, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-119.461, 90.1341, 23] + [ ecalVeto ] 0 : Hit 1: [-117.053, 85.9634, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-105.013, 81.7928, 21] + [ ecalVeto ] 0 : Hit 1: [-102.606, 77.6221, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-37.5914, 90.1341, 18] + [ ecalVeto ] 0 : Hit 1: [-39.9993, 85.9634, 17] + [ ecalVeto ] 0 : Hit 2: [-37.5914, 81.7928, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 60.9395, 17] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 56.7688, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-69.83, 54.2186, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 50.0479, 14] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [33.711, -50.0479, 14] + [ ecalVeto ] 0 : Hit 1: [31.3031, -45.8773, 13] + [ ecalVeto ] 0 : Hit 2: [33.711, -41.7066, 12] + [ ecalVeto ] 0 : Hit 3: [31.3031, -37.5359, 11] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 45.8773, 10] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 41.7066, 9] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 37.5359, 8] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [26.4873, -37.5359, 10] + [ ecalVeto ] 0 : Hit 1: [24.0793, -33.3653, 9] + [ ecalVeto ] 0 : Hit 2: [26.4873, -37.5359, 8] + [ ecalVeto ] 0 : Hit 3: [24.0793, -33.3653, 7] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -2.66454e-15, 4] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, -20.8533, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 94 hits + [ ecalVeto ] 0 : MIP tracking completed; found 11 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3464.65; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3578 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 12 + [ ecalVeto ] 0 : Beginning track merging using 12 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 11 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-197.987, -54.2186, 27] + [ ecalVeto ] 0 : Hit 1: [-195.579, -50.0479, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [83.3421, 102.646, 18] + [ ecalVeto ] 0 : Hit 1: [80.9341, 98.4754, 17] + [ ecalVeto ] 0 : Hit 2: [83.3421, 102.646, 16] + [ ecalVeto ] 0 : Hit 3: [76.1183, 106.817, 18] + [ ecalVeto ] 0 : Hit 4: [76.1183, 106.817, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-111.302, -12.512, 17] + [ ecalVeto ] 0 : Hit 1: [-108.894, -8.34132, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [95.3817, 73.4515, 17] + [ ecalVeto ] 0 : Hit 1: [95.3817, 73.4515, 15] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -4.17066, 15] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -2.36672e-14, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [61.6707, 73.4515, 14] + [ ecalVeto ] 0 : Hit 1: [59.2627, 77.6221, 13] + [ ecalVeto ] 0 : Hit 2: [61.6707, 73.4515, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -2.66454e-15, 12] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-69.83, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 8.34132, 10] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 16.6826, 8] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [-38.5269, 25.024, 6] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 25.024, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 11 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5076.12; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3579 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, 41.7066, 23] + [ ecalVeto ] 0 : Hit 1: [26.4873, 45.8773, 22] + [ ecalVeto ] 0 : Hit 2: [24.0793, 41.7066, 21] + [ ecalVeto ] 0 : Hit 3: [26.4873, 37.5359, 20] + [ ecalVeto ] 0 : Hit 4: [24.0793, 33.3653, 19] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3915.75; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3580 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -29.1946, 17] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -25.024, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -25.024, 15] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -20.8533, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, -16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -20.8533, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -16.6826, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 43 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5024.15; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3581 Brem photon produced 57 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3904.7; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3582 Brem photon produced 2 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 24 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2061.29; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3583 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [47.2231, -98.4754, 28] + [ ecalVeto ] 0 : Hit 1: [44.8152, -102.646, 27] + [ ecalVeto ] 0 : Hit 2: [47.2231, -98.4754, 26] + [ ecalVeto ] 0 : Hit 3: [44.8152, -94.3048, 25] + [ ecalVeto ] 0 : Hit 4: [47.2231, -90.1341, 24] + [ ecalVeto ] 0 : Hit 5: [44.8152, -85.9634, 23] + [ ecalVeto ] 0 : Hit 6: [47.2231, -81.7928, 22] + [ ecalVeto ] 0 : Hit 7: [44.8152, -77.6221, 21] + [ ecalVeto ] 0 : Hit 8: [47.2231, -81.7928, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [40.9348, -62.5599, 16] + [ ecalVeto ] 0 : Hit 1: [38.5269, -58.3892, 15] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2609.11; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3584 Brem photon produced 33 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -2.66454e-15, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3472.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3585 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-148.356, -156.865, 23] + [ ecalVeto ] 0 : Hit 1: [-145.948, -152.694, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-112.237, -144.353, 19] + [ ecalVeto ] 0 : Hit 1: [-109.829, -148.523, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-52.039, -131.841, 12] + [ ecalVeto ] 0 : Hit 1: [-54.4469, -127.67, 11] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2982.3; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3586 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3953.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3587 Brem photon produced 2 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 18 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2021.45; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3588 Brem photon produced 44 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-69.83, 45.8773, 25] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 50.0479, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -29.1946, 1] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -33.3653, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5060.15; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3589 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-67.4221, 50.0479, 18] + [ ecalVeto ] 0 : Hit 1: [-69.83, 45.8773, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 37.5359, 15] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 33.3653, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 25.024, 10] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 20.8533, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [105.013, 106.817, 6] + [ ecalVeto ] 0 : Hit 1: [102.606, 102.646, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4257.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3590 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3073.91; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3591 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-105.013, 98.4754, 21] + [ ecalVeto ] 0 : Hit 1: [-102.606, 94.3048, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-47.2231, 73.4515, 15] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 70.9012, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 5: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [19.2635, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, -4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [19.2635, -8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [16.8555, -12.512, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [45.7507, -29.1946, 3] + [ ecalVeto ] 0 : Hit 1: [48.1586, -33.3653, 2] + [ ecalVeto ] 0 : Hit 2: [45.7507, -29.1946, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 107 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6325.37; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3592 Brem photon produced 51 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [39.9993, -136.011, 26] + [ ecalVeto ] 0 : Hit 1: [37.5914, -131.841, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [30.3676, -85.9634, 19] + [ ecalVeto ] 0 : Hit 1: [32.7755, -81.7928, 18] + [ ecalVeto ] 0 : Hit 2: [31.3031, -79.2426, 17] + [ ecalVeto ] 0 : Hit 3: [33.711, -75.0719, 16] + [ ecalVeto ] 0 : Hit 4: [31.3031, -70.9012, 15] + [ ecalVeto ] 0 : Hit 5: [33.711, -66.7306, 14] + [ ecalVeto ] 0 : Hit 6: [31.3031, -62.5599, 13] + [ ecalVeto ] 0 : Hit 7: [33.711, -58.3892, 12] + [ ecalVeto ] 0 : Hit 8: [31.3031, -54.2186, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [26.4873, -62.5599, 14] + [ ecalVeto ] 0 : Hit 1: [24.0793, -58.3892, 13] + [ ecalVeto ] 0 : Hit 2: [26.4873, -54.2186, 12] + [ ecalVeto ] 0 : Hit 3: [24.0793, -50.0479, 11] + [ ecalVeto ] 0 : Hit 4: [26.4873, -45.8773, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4756.03; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3593 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 16] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 14] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 13] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 12] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 4.17066, 10] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 8.34132, 9] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 8: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 9: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 10: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 11: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 12: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Hit 13: [-2.40793, 4.17066, 2] + [ ecalVeto ] 0 : Hit 14: [-4.81586, 8.34132, 1] + [ ecalVeto ] 0 : Hit 15: [-2.40793, 4.17066, 0] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 16] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 15] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 14] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 13] + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4943.33; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3594 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -20.8533, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2762.58; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3595 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 161.035, 25] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 156.865, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-61.6707, 98.4754, 17] + [ ecalVeto ] 0 : Hit 1: [-59.2627, 94.3048, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 12.512, 8] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 16.6826, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 8.34132, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4824.57; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3596 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 30 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2737.06; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3597 Brem photon produced 53 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 30 + [ ecalVeto ] 0 : Beginning track merging using 30 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 27 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-69.83, 37.5359, 29] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 33.3653, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 29.1946, 27] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 25.024, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 25.024, 25] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 20.8533, 24] + [ ecalVeto ] 0 : Hit 2: [-45.7507, 20.8533, 22] + [ ecalVeto ] 0 : Hit 3: [-40.9348, 20.8533, 23] + [ ecalVeto ] 0 : Hit 4: [-40.9348, 20.8533, 21] + [ ecalVeto ] 0 : Hit 5: [-38.5269, 16.6826, 20] + [ ecalVeto ] 0 : Hit 6: [-40.9348, 20.8533, 19] + [ ecalVeto ] 0 : Hit 7: [-38.5269, 16.6826, 18] + [ ecalVeto ] 0 : Hit 8: [-38.5269, 16.6826, 16] + [ ecalVeto ] 0 : Hit 9: [-38.5269, 16.6826, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [40.9348, 4.17066, 24] + [ ecalVeto ] 0 : Hit 1: [38.5269, -2.66454e-15, 23] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [33.711, -2.66454e-15, 22] + [ ecalVeto ] 0 : Hit 1: [31.3031, 4.17066, 21] + [ ecalVeto ] 0 : Hit 2: [33.711, -2.66454e-15, 20] + [ ecalVeto ] 0 : Hit 3: [31.3031, 4.17066, 19] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 33.3653, 21] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 29.1946, 20] + [ ecalVeto ] 0 : Hit 2: [-48.1586, 25.024, 19] + [ ecalVeto ] 0 : Hit 3: [-45.7507, 20.8533, 18] + [ ecalVeto ] 0 : Hit 4: [-48.1586, 16.6826, 17] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [26.4873, 4.17066, 18] + [ ecalVeto ] 0 : Hit 1: [24.0793, -2.66454e-15, 17] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-33.711, 16.6826, 17] + [ ecalVeto ] 0 : Hit 1: [-33.711, 16.6826, 15] + [ ecalVeto ] 0 : Hit 2: [-33.711, 16.6826, 13] + [ ecalVeto ] 0 : Hit 3: [-31.3031, 12.512, 12] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-52.9745, 16.6826, 16] + [ ecalVeto ] 0 : Hit 1: [-55.3824, 12.512, 15] + [ ecalVeto ] 0 : Hit 2: [-52.9745, 8.34132, 14] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [19.2635, -2.66454e-15, 16] + [ ecalVeto ] 0 : Hit 1: [16.8555, 4.17066, 15] + [ ecalVeto ] 0 : Hit 2: [19.2635, -2.66454e-15, 14] + [ ecalVeto ] 0 : Hit 3: [16.8555, 4.17066, 13] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 25.024, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 29.1946, 12] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 4.17066, 12] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 10] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 8.34132, 10] + [ ecalVeto ] 0 : Track 14: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 12.512, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 16.6826, 10] + [ ecalVeto ] 0 : Hit 2: [-26.4873, 12.512, 9] + [ ecalVeto ] 0 : Hit 3: [-24.0793, 8.34132, 8] + [ ecalVeto ] 0 : Hit 4: [-26.4873, 4.17066, 7] + [ ecalVeto ] 0 : Hit 5: [-33.711, 8.34132, 9] + [ ecalVeto ] 0 : Hit 6: [-31.3031, 4.17066, 8] + [ ecalVeto ] 0 : Track 15: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Track 16: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Track 17: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 12.512, 6] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 4.17066, 4] + [ ecalVeto ] 0 : Hit 4: [-19.2635, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 5: [-12.0397, -4.17066, 5] + [ ecalVeto ] 0 : Hit 6: [-9.63173, -2.66454e-15, 4] + [ ecalVeto ] 0 : Track 18: + [ ecalVeto ] 0 : Hit 0: [-69.83, 37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 33.3653, 6] + [ ecalVeto ] 0 : Track 19: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 37.5359, 6] + [ ecalVeto ] 0 : Track 20: + [ ecalVeto ] 0 : Hit 0: [-67.4221, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -2.66454e-15, 4] + [ ecalVeto ] 0 : Track 21: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 8.34132, 4] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 4.17066, 3] + [ ecalVeto ] 0 : Track 22: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 4.17066, 2] + [ ecalVeto ] 0 : Track 23: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 79.2426, 4] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 75.0719, 3] + [ ecalVeto ] 0 : Track 24: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 29.1946, 4] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 33.3653, 3] + [ ecalVeto ] 0 : Track 25: + [ ecalVeto ] 0 : Hit 0: [-15.92, 94.3048, 4] + [ ecalVeto ] 0 : Hit 1: [-18.3279, 90.1341, 3] + [ ecalVeto ] 0 : Track 26: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 20.8533, 3] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 27 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4832.65; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3598 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-152.237, 33.3653, 16] + [ ecalVeto ] 0 : Hit 1: [-154.644, 37.5359, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-69.83, 37.5359, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 41.7066, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-130.565, 29.1946, 14] + [ ecalVeto ] 0 : Hit 1: [-132.973, 33.3653, 13] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 33.3653, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 37.5359, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 25.024, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 37.5359, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 95 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4982.84; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3599 Brem photon produced 42 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 85.9634, 25] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 81.7928, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 73.4515, 23] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 69.2808, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-89.6303, 50.0479, 23] + [ ecalVeto ] 0 : Hit 1: [-87.2224, 45.8773, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 60.9395, 21] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 56.7688, 20] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 37.5359, 19] + [ ecalVeto ] 0 : Hit 1: [-55.3824, 37.5359, 17] + [ ecalVeto ] 0 : Hit 2: [-52.9745, 33.3653, 16] + [ ecalVeto ] 0 : Hit 3: [-55.3824, 29.1946, 15] + [ ecalVeto ] 0 : Hit 4: [-52.9745, 25.024, 14] + [ ecalVeto ] 0 : Hit 5: [-48.1586, 25.024, 15] + [ ecalVeto ] 0 : Hit 6: [-45.7507, 20.8533, 14] + [ ecalVeto ] 0 : Hit 7: [-48.1586, 16.6826, 13] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-60.1983, 37.5359, 18] + [ ecalVeto ] 0 : Hit 1: [-62.6062, 41.7066, 17] + [ ecalVeto ] 0 : Hit 2: [-60.1983, 37.5359, 16] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7379; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3600 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-140.197, -70.9012, 33] + [ ecalVeto ] 0 : Hit 1: [-137.789, -66.7306, 32] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-111.302, -45.8773, 27] + [ ecalVeto ] 0 : Hit 1: [-108.894, -41.7066, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-104.078, -41.7066, 25] + [ ecalVeto ] 0 : Hit 1: [-101.67, -37.5359, 24] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -33.3653, 23] + [ ecalVeto ] 0 : Hit 1: [-87.2224, -29.1946, 22] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -29.1946, 21] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -25.024, 20] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -25.024, 19] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -20.8533, 18] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -12.512, 15] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -8.34132, 14] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -4.17066, 12] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -2.66454e-15, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 42 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3290.52; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3601 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [45.7507, -29.1946, 15] + [ ecalVeto ] 0 : Hit 1: [48.1586, -25.024, 14] + [ ecalVeto ] 0 : Hit 2: [45.7507, -29.1946, 13] + [ ecalVeto ] 0 : Hit 3: [48.1586, -33.3653, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [31.3031, -29.1946, 15] + [ ecalVeto ] 0 : Hit 1: [33.711, -25.024, 14] + [ ecalVeto ] 0 : Hit 2: [31.3031, -29.1946, 13] + [ ecalVeto ] 0 : Hit 3: [33.711, -25.024, 12] + [ ecalVeto ] 0 : Hit 4: [31.3031, -29.1946, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [38.5269, -25.024, 15] + [ ecalVeto ] 0 : Hit 1: [40.9348, -29.1946, 14] + [ ecalVeto ] 0 : Hit 2: [38.5269, -33.3653, 13] + [ ecalVeto ] 0 : Hit 3: [40.9348, -29.1946, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7709.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3602 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-39.9993, 177.718, 13] + [ ecalVeto ] 0 : Hit 1: [-37.5914, 173.547, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3754.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3603 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, -12.512, 18] + [ ecalVeto ] 0 : Hit 1: [26.4873, -12.512, 16] + [ ecalVeto ] 0 : Hit 2: [24.0793, -8.34132, 15] + [ ecalVeto ] 0 : Hit 3: [26.4873, -12.512, 14] + [ ecalVeto ] 0 : Hit 4: [24.0793, -8.34132, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -8.34132, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, 4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, 8.34132, 8] + [ ecalVeto ] 0 : Hit 3: [16.8555, 12.512, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3233.04; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3604 Brem photon produced 46 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 62.5599, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 58.3892, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 54.2186, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 50.0479, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 8.34132, 4] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 4.17066, 3] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 8.34132, 2] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 4.17066, 1] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [55.3824, -4.17066, 4] + [ ecalVeto ] 0 : Hit 1: [52.9745, -2.66454e-15, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [102.606, 69.2808, 3] + [ ecalVeto ] 0 : Hit 1: [102.606, 69.2808, 1] + [ ecalVeto ] 0 : Hit 2: [105.013, 65.1101, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 128 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6187.84; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3605 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 8.34132, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Hit 4: [2.40793, 12.512, 1] + [ ecalVeto ] 0 : Hit 5: [4.81586, 16.6826, 0] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [66.4865, 73.4515, 3] + [ ecalVeto ] 0 : Hit 1: [68.8945, 69.2808, 2] + [ ecalVeto ] 0 : Hit 2: [66.4865, 73.4515, 1] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [48.1586, 50.0479, 2] + [ ecalVeto ] 0 : Hit 1: [48.1586, 50.0479, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 117 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6917.35; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3606 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -66.7306, 21] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -62.5599, 20] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -58.3892, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -41.7066, 17] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -45.8773, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -33.3653, 15] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -29.1946, 14] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 13] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 12] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -16.6826, 11] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -12.512, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5360.39; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3607 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [62.6062, -41.7066, 30] + [ ecalVeto ] 0 : Hit 1: [60.1983, -37.5359, 29] + [ ecalVeto ] 0 : Hit 2: [60.1983, -37.5359, 27] + [ ecalVeto ] 0 : Finding linreg tracks from 41 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 813.238; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3608 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3608 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [68.8945, 77.6221, 10] + [ ecalVeto ] 0 : Hit 1: [68.8945, 77.6221, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 20.8533, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 50.0479, 5] + [ ecalVeto ] 0 : Hit 1: [9.63173, 50.0479, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 99 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7483.82; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3609 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5583.73; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3610 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -33.3653, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -16.6826, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 12.512, 8] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 8.34132, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4517.11; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3611 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -4.17066, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5240.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3612 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2215.63; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3613 Brem photon produced 46 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Hit 6: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Hit 7: [2.40793, 29.1946, 1] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 50.0479, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 54.2186, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 58.3892, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 54.2186, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, 50.0479, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4861.12; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3614 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 12 + [ ecalVeto ] 0 : Beginning track merging using 12 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 12 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-119.461, 148.523, 33] + [ ecalVeto ] 0 : Hit 1: [-117.053, 144.353, 32] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-112.237, 136.011, 31] + [ ecalVeto ] 0 : Hit 1: [-109.829, 131.841, 30] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-112.237, 119.329, 29] + [ ecalVeto ] 0 : Hit 1: [-109.829, 115.158, 28] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-105.013, 115.158, 27] + [ ecalVeto ] 0 : Hit 1: [-102.606, 110.987, 26] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 102.646, 25] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 98.4754, 24] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [62.6062, -16.6826, 24] + [ ecalVeto ] 0 : Hit 1: [60.1983, -12.512, 23] + [ ecalVeto ] 0 : Hit 2: [62.6062, -8.34132, 22] + [ ecalVeto ] 0 : Hit 3: [60.1983, -4.17066, 21] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 90.1341, 23] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 85.9634, 22] + [ ecalVeto ] 0 : Hit 2: [-90.5659, 90.1341, 21] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 81.7928, 21] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 77.6221, 20] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 69.2808, 17] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 65.1101, 16] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [40.9348, -4.17066, 16] + [ ecalVeto ] 0 : Hit 1: [38.5269, -8.34132, 15] + [ ecalVeto ] 0 : Hit 2: [40.9348, -4.17066, 14] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 50.0479, 13] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 45.8773, 12] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 12 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3778.15; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3615 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-161.868, 41.7066, 27] + [ ecalVeto ] 0 : Hit 1: [-159.46, 37.5359, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-147.421, 25.024, 25] + [ ecalVeto ] 0 : Hit 1: [-145.013, 20.8533, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-132.973, 8.34132, 23] + [ ecalVeto ] 0 : Hit 1: [-130.565, 4.17066, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-118.525, -2.36672e-14, 21] + [ ecalVeto ] 0 : Hit 1: [-116.118, -4.17066, 20] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -29.1946, 17] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -33.3653, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -37.5359, 15] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -33.3653, 14] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -69.2808, 13] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -65.1101, 12] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-69.83, -29.1946, 13] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -33.3653, 12] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -20.8533, 8] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-33.711, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -20.8533, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 110 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3883.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3616 Brem photon produced 43 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 50.0479, 21] + [ ecalVeto ] 0 : Hit 1: [12.0397, 45.8773, 20] + [ ecalVeto ] 0 : Hit 2: [12.0397, 45.8773, 18] + [ ecalVeto ] 0 : Hit 3: [9.63173, 41.7066, 17] + [ ecalVeto ] 0 : Hit 4: [12.0397, 37.5359, 16] + [ ecalVeto ] 0 : Hit 5: [9.63173, 33.3653, 15] + [ ecalVeto ] 0 : Hit 6: [12.0397, 29.1946, 14] + [ ecalVeto ] 0 : Hit 7: [9.63173, 25.024, 13] + [ ecalVeto ] 0 : Hit 8: [12.0397, 20.8533, 12] + [ ecalVeto ] 0 : Hit 9: [9.63173, 16.6826, 11] + [ ecalVeto ] 0 : Hit 10: [12.0397, 12.512, 10] + [ ecalVeto ] 0 : Hit 11: [9.63173, 8.34132, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -33.3653, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, -33.3653, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, -37.5359, 9] + [ ecalVeto ] 0 : Hit 4: [4.81586, -33.3653, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3775.62; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3617 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 37 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2651.21; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3618 Brem photon produced 45 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 123.499, 15] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 119.329, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 37.5359, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8694.52; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3619 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, 45.8773, 12] + [ ecalVeto ] 0 : Hit 1: [24.0793, 41.7066, 11] + [ ecalVeto ] 0 : Hit 2: [26.4873, 37.5359, 10] + [ ecalVeto ] 0 : Hit 3: [24.0793, 33.3653, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [24.0793, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [26.4873, -12.512, 6] + [ ecalVeto ] 0 : Hit 2: [24.0793, -8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [26.4873, -4.17066, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6735.45; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3620 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Hit 4: [2.40793, -20.8533, 1] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -37.5359, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 103 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7734.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3621 Brem photon produced 52 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-80.9341, 65.1101, 16] + [ ecalVeto ] 0 : Hit 1: [-83.3421, 60.9395, 15] + [ ecalVeto ] 0 : Hit 2: [-80.9341, 56.7688, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-132.973, 25.024, 13] + [ ecalVeto ] 0 : Hit 1: [-130.565, 29.1946, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 4.17066, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -20.8533, 2] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -16.6826, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5787.07; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3622 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [40.9348, -12.512, 20] + [ ecalVeto ] 0 : Hit 1: [38.5269, -8.34132, 19] + [ ecalVeto ] 0 : Hit 2: [40.9348, -4.17066, 18] + [ ecalVeto ] 0 : Hit 3: [38.5269, -2.66454e-15, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [33.711, -2.66454e-15, 16] + [ ecalVeto ] 0 : Hit 1: [31.3031, 4.17066, 15] + [ ecalVeto ] 0 : Hit 2: [33.711, 8.34132, 14] + [ ecalVeto ] 0 : Hit 3: [31.3031, 12.512, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 1] + [ ecalVeto ] 0 : Hit 4: [4.81586, 25.024, 0] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, 29.1946, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 3] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 40 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1540.03; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3623 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-118.525, -25.024, 21] + [ ecalVeto ] 0 : Hit 1: [-116.118, -20.8533, 20] + [ ecalVeto ] 0 : Hit 2: [-118.525, -25.024, 19] + [ ecalVeto ] 0 : Hit 3: [-116.118, -29.1946, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-132.973, 16.6826, 21] + [ ecalVeto ] 0 : Hit 1: [-130.565, 12.512, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-104.078, -33.3653, 17] + [ ecalVeto ] 0 : Hit 1: [-101.67, -37.5359, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -33.3653, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -37.5359, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7322.82; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3624 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-141.132, -136.011, 31] + [ ecalVeto ] 0 : Hit 1: [-138.725, -131.841, 30] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-141.132, -119.329, 31] + [ ecalVeto ] 0 : Hit 1: [-138.725, -115.158, 30] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [33.711, 33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [33.711, 33.3653, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2121.38; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3625 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -91.7545, 19] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -87.5839, 18] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -83.4132, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -66.7306, 15] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -62.5599, 14] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -58.3892, 13] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -54.2186, 12] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -50.0479, 11] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -45.8773, 10] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -41.7066, 9] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -37.5359, 8] + [ ecalVeto ] 0 : Hit 8: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 9: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 10: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 11: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 12: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -2.66454e-15, 15] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 4.17066, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -2.66454e-15, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 4.17066, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -2.66454e-15, 8] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-45.7507, -4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -8.34132, 5] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [69.83, 20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [67.4221, 16.6826, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4132.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3626 Brem photon produced 2 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 39 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4881.65; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3627 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-154.644, -4.17066, 21] + [ ecalVeto ] 0 : Hit 1: [-152.237, -8.34132, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-118.525, -16.6826, 19] + [ ecalVeto ] 0 : Hit 1: [-116.118, -20.8533, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-118.525, -41.7066, 19] + [ ecalVeto ] 0 : Hit 1: [-116.118, -37.5359, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -12.512, 17] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -16.6826, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -20.8533, 15] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -16.6826, 14] + [ ecalVeto ] 0 : Hit 2: [-77.0538, -16.6826, 15] + [ ecalVeto ] 0 : Hit 3: [-74.6459, -12.512, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -2.66454e-15, 10] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-33.711, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -4.17066, 8] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 100 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3966.7; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3628 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 45.8773, 27] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 41.7066, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-197.987, -4.17066, 23] + [ ecalVeto ] 0 : Hit 1: [-195.579, -8.34132, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-118.525, -33.3653, 17] + [ ecalVeto ] 0 : Hit 1: [-116.118, -37.5359, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -37.5359, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5096.75; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3629 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, -20.8533, 23] + [ ecalVeto ] 0 : Hit 1: [19.2635, -16.6826, 22] + [ ecalVeto ] 0 : Hit 2: [16.8555, -20.8533, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -54.2186, 15] + [ ecalVeto ] 0 : Hit 1: [4.81586, -50.0479, 14] + [ ecalVeto ] 0 : Hit 2: [2.40793, -45.8773, 13] + [ ecalVeto ] 0 : Hit 3: [4.81586, -41.7066, 12] + [ ecalVeto ] 0 : Hit 4: [2.40793, -37.5359, 11] + [ ecalVeto ] 0 : Hit 5: [4.81586, -33.3653, 10] + [ ecalVeto ] 0 : Hit 6: [2.40793, -29.1946, 9] + [ ecalVeto ] 0 : Hit 7: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 8: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 9: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 10: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 6: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 7: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 4: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Hit 5: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 6: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 7: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 2] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 102 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5856.09; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3630 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [55.3824, -45.8773, 22] + [ ecalVeto ] 0 : Hit 1: [52.9745, -50.0479, 21] + [ ecalVeto ] 0 : Hit 2: [55.3824, -45.8773, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 12] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 11] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 10] + [ ecalVeto ] 0 : Hit 4: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 5: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 6: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4273.39; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3631 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 165.206, 23] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 161.035, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-54.4469, 152.694, 23] + [ ecalVeto ] 0 : Hit 1: [-52.039, 156.865, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 152.694, 21] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 148.523, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-15.92, 152.694, 18] + [ ecalVeto ] 0 : Hit 1: [-18.3279, 148.523, 17] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-15.92, 136.011, 16] + [ ecalVeto ] 0 : Hit 1: [-18.3279, 131.841, 15] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [19.2635, -33.3653, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, -29.1946, 11] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 9] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3200.73; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3632 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 131.841, 21] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 136.011, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-23.1438, 106.817, 16] + [ ecalVeto ] 0 : Hit 1: [-25.5517, 102.646, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-32.7755, 98.4754, 15] + [ ecalVeto ] 0 : Hit 1: [-30.3676, 102.646, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, 75.0719, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 70.9012, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 45.8773, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 41.7066, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 87 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5006.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3633 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5027.85; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3634 Brem photon produced 52 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 7: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Hit 8: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Hit 9: [2.40793, 4.17066, 1] + [ ecalVeto ] 0 : Hit 10: [4.81586, -2.66454e-15, 0] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 2] + [ ecalVeto ] 0 : Hit 3: [9.63173, 8.34132, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 91 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6612.21; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3635 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 1] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 29.1946, 1] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 33.3653, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2642.88; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3636 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -45.8773, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, -41.7066, 11] + [ ecalVeto ] 0 : Hit 2: [12.0397, -37.5359, 10] + [ ecalVeto ] 0 : Hit 3: [9.63173, -33.3653, 9] + [ ecalVeto ] 0 : Hit 4: [12.0397, -37.5359, 8] + [ ecalVeto ] 0 : Hit 5: [9.63173, -33.3653, 7] + [ ecalVeto ] 0 : Hit 6: [12.0397, -37.5359, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -41.7066, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -37.5359, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6685.48; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3637 Brem photon produced 48 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, -37.5359, 4] + [ ecalVeto ] 0 : Hit 1: [24.0793, -33.3653, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 105 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7303.44; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3638 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -20.8533, 9] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -12.512, 7] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -8.34132, 6] + [ ecalVeto ] 0 : Hit 5: [-12.0397, -12.512, 5] + [ ecalVeto ] 0 : Hit 6: [-9.63173, -16.6826, 4] + [ ecalVeto ] 0 : Hit 7: [-12.0397, -12.512, 3] + [ ecalVeto ] 0 : Hit 8: [-9.63173, -8.34132, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -12.512, 6] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4200.75; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3639 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-47.2231, 73.4515, 21] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 70.9012, 20] + [ ecalVeto ] 0 : Hit 2: [-48.1586, 66.7306, 19] + [ ecalVeto ] 0 : Hit 3: [-45.7507, 62.5599, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [111.302, -54.2186, 20] + [ ecalVeto ] 0 : Hit 1: [108.894, -50.0479, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [96.8541, -45.8773, 18] + [ ecalVeto ] 0 : Hit 1: [94.4462, -41.7066, 17] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 62.5599, 17] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 58.3892, 16] + [ ecalVeto ] 0 : Hit 2: [-40.9348, 54.2186, 15] + [ ecalVeto ] 0 : Hit 3: [-38.5269, 50.0479, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-33.711, 50.0479, 13] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 45.8773, 12] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 41.7066, 10] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 37.5359, 9] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-33.711, 8.34132, 3] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 12.512, 2] + [ ecalVeto ] 0 : Hit 2: [-33.711, 16.6826, 1] + [ ecalVeto ] 0 : Hit 3: [-31.3031, 20.8533, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4027.16; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3640 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-69.83, 45.8773, 19] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 41.7066, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 33.3653, 17] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 29.1946, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, 8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 4.17066, 10] + [ ecalVeto ] 0 : Hit 2: [-33.711, 8.34132, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5595.84; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3641 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [90.5659, -73.4515, 24] + [ ecalVeto ] 0 : Hit 1: [88.1579, -69.2808, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -60.9395, 19] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -58.3892, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -54.2186, 15] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -50.0479, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [62.6062, -16.6826, 12] + [ ecalVeto ] 0 : Hit 1: [60.1983, -12.512, 11] + [ ecalVeto ] 0 : Hit 2: [62.6062, -16.6826, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-54.4469, 77.6221, 5] + [ ecalVeto ] 0 : Hit 1: [-54.4469, 77.6221, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 2] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 1] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 100 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4718.43; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3642 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-190.763, -66.7306, 23] + [ ecalVeto ] 0 : Hit 1: [-188.356, -62.5599, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-176.316, -58.3892, 21] + [ ecalVeto ] 0 : Hit 1: [-173.908, -54.2186, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-137.789, -41.7066, 16] + [ ecalVeto ] 0 : Hit 1: [-140.197, -45.8773, 15] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-132.973, -41.7066, 15] + [ ecalVeto ] 0 : Hit 1: [-130.565, -37.5359, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3619.29; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3643 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, 20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [16.8555, 20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 23 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4098.09; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3644 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 90.1341, 21] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 85.9634, 20] + [ ecalVeto ] 0 : Hit 2: [-76.1183, 81.7928, 19] + [ ecalVeto ] 0 : Hit 3: [-73.7103, 77.6221, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 62.5599, 15] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 58.3892, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 2] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 111 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5966.57; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3645 Brem photon produced 2 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [47.2231, 115.158, 28] + [ ecalVeto ] 0 : Hit 1: [44.8152, 110.987, 27] + [ ecalVeto ] 0 : Hit 2: [47.2231, 106.817, 26] + [ ecalVeto ] 0 : Hit 3: [44.8152, 102.646, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [39.9993, 94.3048, 24] + [ ecalVeto ] 0 : Hit 1: [37.5914, 90.1341, 23] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [32.7755, 90.1341, 22] + [ ecalVeto ] 0 : Hit 1: [30.3676, 85.9634, 21] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [26.4873, 70.9012, 18] + [ ecalVeto ] 0 : Hit 1: [24.0793, 66.7306, 17] + [ ecalVeto ] 0 : Hit 2: [26.4873, 62.5599, 16] + [ ecalVeto ] 0 : Hit 3: [24.0793, 58.3892, 15] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, 45.8773, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, 41.7066, 11] + [ ecalVeto ] 0 : Hit 2: [12.0397, 37.5359, 10] + [ ecalVeto ] 0 : Hit 3: [9.63173, 33.3653, 9] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [33.711, -8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [33.711, -8.34132, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5689.51; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3646 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 5: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 6: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 7: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Hit 8: [9.63173, 8.34132, 1] + [ ecalVeto ] 0 : Hit 9: [12.0397, 12.512, 0] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [31.3031, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [33.711, -16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [31.3031, -12.512, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-125.749, 45.8773, 1] + [ ecalVeto ] 0 : Hit 1: [-123.341, 41.7066, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6168.94; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3647 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [3.88031, -123.499, 28] + [ ecalVeto ] 0 : Hit 1: [3.34348, -119.329, 27] + [ ecalVeto ] 0 : Hit 2: [3.88031, -115.158, 26] + [ ecalVeto ] 0 : Hit 3: [3.34348, -110.987, 25] + [ ecalVeto ] 0 : Hit 4: [3.88031, -115.158, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [45.7507, 37.5359, 23] + [ ecalVeto ] 0 : Hit 1: [45.7507, 37.5359, 21] + [ ecalVeto ] 0 : Hit 2: [48.1586, 33.3653, 20] + [ ecalVeto ] 0 : Hit 3: [45.7507, 29.1946, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [40.9348, 29.1946, 18] + [ ecalVeto ] 0 : Hit 1: [38.5269, 25.024, 17] + [ ecalVeto ] 0 : Hit 2: [40.9348, 20.8533, 16] + [ ecalVeto ] 0 : Hit 3: [38.5269, 16.6826, 15] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, -87.5839, 18] + [ ecalVeto ] 0 : Hit 1: [9.63173, -83.4132, 17] + [ ecalVeto ] 0 : Hit 2: [12.0397, -79.2426, 16] + [ ecalVeto ] 0 : Hit 3: [9.63173, -75.0719, 15] + [ ecalVeto ] 0 : Hit 4: [12.0397, -70.9012, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, -62.5599, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, -58.3892, 11] + [ ecalVeto ] 0 : Hit 2: [12.0397, -54.2186, 10] + [ ecalVeto ] 0 : Hit 3: [9.63173, -50.0479, 9] + [ ecalVeto ] 0 : Hit 4: [12.0397, -45.8773, 8] + [ ecalVeto ] 0 : Hit 5: [9.63173, -41.7066, 7] + [ ecalVeto ] 0 : Hit 6: [12.0397, -37.5359, 6] + [ ecalVeto ] 0 : Hit 7: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Hit 8: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 9: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [19.2635, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, -4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 3: [16.8555, -4.17066, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5076.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3648 Brem photon produced 42 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [77.0538, -41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [74.6459, -37.5359, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5226.63; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3649 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 44 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4014.2; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3650 Brem photon produced 60 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [32.7755, 81.7928, 22] + [ ecalVeto ] 0 : Hit 1: [31.3031, 79.2426, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 83.4132, 20] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 79.2426, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 70.9012, 18] + [ ecalVeto ] 0 : Hit 1: [-33.711, 66.7306, 17] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5320.48; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3651 Brem photon produced 44 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 25.024, 8] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 25.024, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4975.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3652 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-148.356, 148.523, 33] + [ ecalVeto ] 0 : Hit 1: [-145.948, 144.353, 32] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-133.909, 131.841, 29] + [ ecalVeto ] 0 : Hit 1: [-131.501, 127.67, 28] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-126.685, 127.67, 27] + [ ecalVeto ] 0 : Hit 1: [-124.277, 123.499, 26] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-112.237, 119.329, 25] + [ ecalVeto ] 0 : Hit 1: [-109.829, 115.158, 24] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2555.47; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3653 Brem photon produced 51 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, 45.8773, 8] + [ ecalVeto ] 0 : Hit 1: [24.0793, 41.7066, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6222.81; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3654 Brem photon produced 62 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 83.4132, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 79.2426, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 75.0719, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 70.9012, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 66.7306, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 62.5599, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [69.83, 37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [67.4221, 41.7066, 5] + [ ecalVeto ] 0 : Hit 2: [67.4221, 41.7066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 95 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6441.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3655 Brem photon produced 31 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [-24.0793, 8.34132, 8] + [ ecalVeto ] 0 : Hit 3: [-26.4873, 4.17066, 7] + [ ecalVeto ] 0 : Hit 4: [-24.0793, 8.34132, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-111.302, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-108.894, 16.6826, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6276.91; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3656 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-118.525, -8.34132, 19] + [ ecalVeto ] 0 : Hit 1: [-116.118, -12.512, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -4.17066, 15] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -8.34132, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -33.3653, 13] + [ ecalVeto ] 0 : Hit 1: [9.63173, -33.3653, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 7: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 8: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5252.14; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3657 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [96.8541, 4.17066, 22] + [ ecalVeto ] 0 : Hit 1: [94.4462, 8.34132, 21] + [ ecalVeto ] 0 : Hit 2: [94.4462, 8.34132, 19] + [ ecalVeto ] 0 : Hit 3: [96.8541, 12.512, 18] + [ ecalVeto ] 0 : Hit 4: [96.8541, 20.8533, 20] + [ ecalVeto ] 0 : Hit 5: [94.4462, 16.6826, 19] + [ ecalVeto ] 0 : Hit 6: [96.8541, 20.8533, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2639.2; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3658 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [81.8697, 8.34132, 23] + [ ecalVeto ] 0 : Hit 1: [81.8697, 8.34132, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [77.0538, -2.66454e-15, 22] + [ ecalVeto ] 0 : Hit 1: [74.6459, 4.17066, 21] + [ ecalVeto ] 0 : Hit 2: [77.0538, -2.66454e-15, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [60.1983, 12.512, 21] + [ ecalVeto ] 0 : Hit 1: [62.6062, 8.34132, 20] + [ ecalVeto ] 0 : Hit 2: [60.1983, 4.17066, 19] + [ ecalVeto ] 0 : Hit 3: [62.6062, -2.66454e-15, 18] + [ ecalVeto ] 0 : Hit 4: [60.1983, 4.17066, 17] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [48.1586, 8.34132, 14] + [ ecalVeto ] 0 : Hit 1: [45.7507, 12.512, 13] + [ ecalVeto ] 0 : Hit 2: [48.1586, 8.34132, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 54.2186, 8] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 50.0479, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4613.49; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3659 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -58.3892, 23] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -54.2186, 22] + [ ecalVeto ] 0 : Hit 2: [-62.6062, -50.0479, 21] + [ ecalVeto ] 0 : Hit 3: [-60.1983, -45.8773, 20] + [ ecalVeto ] 0 : Hit 4: [-62.6062, -41.7066, 19] + [ ecalVeto ] 0 : Hit 5: [-60.1983, -37.5359, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -20.8533, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 58.3892, 11] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 62.5599, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 50.0479, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 45.8773, 8] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 45.8773, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-33.711, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [-33.711, -2.66454e-15, 7] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 100 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5113.24; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3660 Brem photon produced 38 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, 20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [19.2635, 25.024, 10] + [ ecalVeto ] 0 : Hit 2: [16.8555, 29.1946, 9] + [ ecalVeto ] 0 : Hit 3: [19.2635, 33.3653, 8] + [ ecalVeto ] 0 : Hit 4: [16.8555, 37.5359, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 41.7066, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-241.33, 12.512, 3] + [ ecalVeto ] 0 : Hit 1: [-241.33, 12.512, 1] + [ ecalVeto ] 0 : Hit 2: [-246.146, 12.512, 2] + [ ecalVeto ] 0 : Hit 3: [-246.146, 12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3752.46; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3661 Brem photon produced 37 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5174.41; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3662 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [31.3031, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [31.3031, 4.17066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6075.09; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3663 Brem photon produced 41 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -8.34132, 15] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -4.17066, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-52.9745, -2.66454e-15, 14] + [ ecalVeto ] 0 : Hit 1: [-55.3824, 4.17066, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 4.17066, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6340.34; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3664 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-176.316, 25.024, 27] + [ ecalVeto ] 0 : Hit 1: [-173.908, 29.1946, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-161.868, 25.024, 25] + [ ecalVeto ] 0 : Hit 1: [-159.46, 29.1946, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-118.525, 25.024, 21] + [ ecalVeto ] 0 : Hit 1: [-116.118, 29.1946, 20] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6828.16; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3665 Brem photon produced 59 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -45.8773, 17] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -50.0479, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -41.7066, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -37.5359, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6728.02; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3666 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 38 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6637.43; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3667 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 32 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3779.93; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3668 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-140.197, 45.8773, 19] + [ ecalVeto ] 0 : Hit 1: [-137.789, 50.0479, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-23.1438, 98.4754, 16] + [ ecalVeto ] 0 : Hit 1: [-25.5517, 94.3048, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-30.3676, 102.646, 16] + [ ecalVeto ] 0 : Hit 1: [-32.7755, 98.4754, 15] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 75.0719, 13] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 70.9012, 12] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 66.7306, 11] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -16.6826, 12] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -12.512, 10] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -16.6826, 8] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, -20.8533, 2] + [ ecalVeto ] 0 : Hit 4: [9.63173, -16.6826, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5434.75; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3669 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, 16.6826, 20] + [ ecalVeto ] 0 : Hit 1: [31.3031, 12.512, 19] + [ ecalVeto ] 0 : Hit 2: [33.711, 8.34132, 18] + [ ecalVeto ] 0 : Hit 3: [31.3031, 12.512, 17] + [ ecalVeto ] 0 : Hit 4: [33.711, 8.34132, 16] + [ ecalVeto ] 0 : Hit 5: [31.3031, 4.17066, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, -4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 3: [16.8555, -4.17066, 7] + [ ecalVeto ] 0 : Hit 4: [16.8555, -4.17066, 5] + [ ecalVeto ] 0 : Hit 5: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 6: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 7: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Hit 8: [12.0397, -12.512, 2] + [ ecalVeto ] 0 : Hit 9: [9.63173, -8.34132, 1] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -37.5359, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 5: [4.81586, -8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 34 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1430.66; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3670 Brem photon produced 39 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [54.4469, -85.9634, 18] + [ ecalVeto ] 0 : Hit 1: [52.039, -81.7928, 17] + [ ecalVeto ] 0 : Hit 2: [54.4469, -77.6221, 16] + [ ecalVeto ] 0 : Hit 3: [52.039, -73.4515, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3596.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3671 Brem photon produced 69 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-111.302, 37.5359, 15] + [ ecalVeto ] 0 : Hit 1: [-108.894, 41.7066, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, 25.024, 3] + [ ecalVeto ] 0 : Hit 5: [16.8555, 20.8533, 5] + [ ecalVeto ] 0 : Hit 6: [16.8555, 20.8533, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-45.7507, 29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [-48.1586, 33.3653, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5744.35; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3672 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 66.7306, 18] + [ ecalVeto ] 0 : Hit 1: [2.40793, 62.5599, 17] + [ ecalVeto ] 0 : Hit 2: [4.81586, 58.3892, 16] + [ ecalVeto ] 0 : Hit 3: [2.40793, 54.2186, 15] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 2 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4069.13; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3673 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-30.3676, 127.67, 14] + [ ecalVeto ] 0 : Hit 1: [-32.7755, 123.499, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -37.5359, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, -33.3653, 13] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 12] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-25.5517, 85.9634, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 83.4132, 8] + [ ecalVeto ] 0 : Hit 2: [-25.5517, 85.9634, 7] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 70.9012, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 75.0719, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4826.44; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3674 Brem photon produced 39 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 62.5599, 9] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 62.5599, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 50.0479, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 45.8773, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6910.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3675 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [19.2635, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 2: [16.8555, -4.17066, 7] + [ ecalVeto ] 0 : Hit 3: [19.2635, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 4: [16.8555, -4.17066, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -8.34132, 1] + [ ecalVeto ] 0 : Hit 8: [-2.40793, -4.17066, 0] + [ ecalVeto ] 0 : Hit 9: [4.81586, -8.34132, 2] + [ ecalVeto ] 0 : Hit 10: [2.40793, -4.17066, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3630.25; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3676 Brem photon produced 86 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [61.6707, -65.1101, 28] + [ ecalVeto ] 0 : Hit 1: [60.1983, -62.5599, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -50.0479, 14] + [ ecalVeto ] 0 : Hit 1: [4.81586, -50.0479, 12] + [ ecalVeto ] 0 : Hit 2: [2.40793, -45.8773, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -87.5839, 12] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -83.4132, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -45.8773, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -41.7066, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -37.5359, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -41.7066, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Hit 8: [-4.81586, -25.024, 1] + [ ecalVeto ] 0 : Hit 9: [-2.40793, -29.1946, 0] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -70.9012, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -66.7306, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -62.5599, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -58.3892, 6] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -58.3892, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -45.8773, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -41.7066, 4] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -37.5359, 3] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -33.3653, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6073.19; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3677 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, -75.0719, 28] + [ ecalVeto ] 0 : Hit 1: [31.3031, -70.9012, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -50.0479, 22] + [ ecalVeto ] 0 : Hit 1: [16.8555, -45.8773, 21] + [ ecalVeto ] 0 : Hit 2: [19.2635, -41.7066, 20] + [ ecalVeto ] 0 : Hit 3: [16.8555, -37.5359, 19] + [ ecalVeto ] 0 : Hit 4: [19.2635, -33.3653, 18] + [ ecalVeto ] 0 : Hit 5: [16.8555, -29.1946, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 13] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 12] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 50.0479, 10] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 45.8773, 9] + [ ecalVeto ] 0 : Hit 2: [-24.0793, 50.0479, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 92 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5616.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3678 Brem photon produced 50 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-119.461, 106.817, 23] + [ ecalVeto ] 0 : Hit 1: [-117.053, 102.646, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-105.013, 81.7928, 21] + [ ecalVeto ] 0 : Hit 1: [-102.606, 77.6221, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 37.5359, 12] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 41.7066, 11] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 41.7066, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 37.5359, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 41.7066, 12] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 45.8773, 11] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 41.7066, 10] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 45.8773, 9] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 41.7066, 8] + [ ecalVeto ] 0 : Hit 5: [-12.0397, 37.5359, 7] + [ ecalVeto ] 0 : Hit 6: [-9.63173, 33.3653, 6] + [ ecalVeto ] 0 : Hit 7: [-12.0397, 29.1946, 5] + [ ecalVeto ] 0 : Hit 8: [-9.63173, 33.3653, 4] + [ ecalVeto ] 0 : Hit 9: [-12.0397, 37.5359, 3] + [ ecalVeto ] 0 : Hit 10: [-9.63173, 41.7066, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 45.8773, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 41.7066, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 37.5359, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 41.7066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5371.91; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3679 Brem photon produced 37 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -12.512, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 4.17066, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -81.7928, 1] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -85.9634, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4671.13; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3680 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [11.1041, 94.3048, 24] + [ ecalVeto ] 0 : Hit 1: [9.63173, 91.7545, 23] + [ ecalVeto ] 0 : Hit 2: [12.0397, 87.5839, 22] + [ ecalVeto ] 0 : Hit 3: [9.63173, 83.4132, 21] + [ ecalVeto ] 0 : Hit 4: [12.0397, 79.2426, 20] + [ ecalVeto ] 0 : Hit 5: [9.63173, 75.0719, 19] + [ ecalVeto ] 0 : Hit 6: [12.0397, 79.2426, 18] + [ ecalVeto ] 0 : Hit 7: [9.63173, 75.0719, 17] + [ ecalVeto ] 0 : Hit 8: [12.0397, 70.9012, 16] + [ ecalVeto ] 0 : Hit 9: [9.63173, 66.7306, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [224.475, -50.0479, 17] + [ ecalVeto ] 0 : Hit 1: [224.475, -50.0479, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [219.659, -58.3892, 16] + [ ecalVeto ] 0 : Hit 1: [217.251, -54.2186, 15] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 66.7306, 14] + [ ecalVeto ] 0 : Hit 1: [2.40793, 62.5599, 13] + [ ecalVeto ] 0 : Hit 2: [4.81586, 58.3892, 12] + [ ecalVeto ] 0 : Hit 3: [2.40793, 54.2186, 11] + [ ecalVeto ] 0 : Hit 4: [4.81586, 58.3892, 10] + [ ecalVeto ] 0 : Hit 5: [2.40793, 54.2186, 9] + [ ecalVeto ] 0 : Hit 6: [4.81586, 50.0479, 8] + [ ecalVeto ] 0 : Hit 7: [2.40793, 45.8773, 7] + [ ecalVeto ] 0 : Hit 8: [2.40793, 45.8773, 5] + [ ecalVeto ] 0 : Hit 9: [-2.40793, 45.8773, 6] + [ ecalVeto ] 0 : Hit 10: [-2.40793, 45.8773, 4] + [ ecalVeto ] 0 : Hit 11: [-4.81586, 41.7066, 3] + [ ecalVeto ] 0 : Hit 12: [-2.40793, 37.5359, 2] + [ ecalVeto ] 0 : Hit 13: [-4.81586, 33.3653, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 32 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1647.69; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3681 Brem photon produced 55 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3681 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [83.3421, 60.9395, 16] + [ ecalVeto ] 0 : Hit 1: [80.9341, 56.7688, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [111.302, -12.512, 8] + [ ecalVeto ] 0 : Hit 1: [108.894, -16.6826, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3613.39; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3682 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, 12.512, 11] + [ ecalVeto ] 0 : Hit 1: [19.2635, 8.34132, 10] + [ ecalVeto ] 0 : Hit 2: [16.8555, 12.512, 9] + [ ecalVeto ] 0 : Hit 3: [12.0397, 12.512, 10] + [ ecalVeto ] 0 : Hit 4: [9.63173, 16.6826, 9] + [ ecalVeto ] 0 : Hit 5: [12.0397, 12.512, 8] + [ ecalVeto ] 0 : Hit 6: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Hit 7: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 8: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 9: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -29.1946, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, 4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7589.9; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3683 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 70.9012, 18] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 66.7306, 17] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 62.5599, 16] + [ ecalVeto ] 0 : Hit 3: [-19.2635, 58.3892, 15] + [ ecalVeto ] 0 : Hit 4: [-16.8555, 54.2186, 14] + [ ecalVeto ] 0 : Hit 5: [-16.8555, 54.2186, 12] + [ ecalVeto ] 0 : Hit 6: [-19.2635, 50.0479, 11] + [ ecalVeto ] 0 : Hit 7: [-16.8555, 45.8773, 10] + [ ecalVeto ] 0 : Hit 8: [-16.8555, 45.8773, 8] + [ ecalVeto ] 0 : Hit 9: [-19.2635, 41.7066, 7] + [ ecalVeto ] 0 : Hit 10: [-16.8555, 37.5359, 6] + [ ecalVeto ] 0 : Hit 11: [-16.8555, 37.5359, 4] + [ ecalVeto ] 0 : Hit 12: [-12.0397, 37.5359, 5] + [ ecalVeto ] 0 : Hit 13: [-9.63173, 33.3653, 4] + [ ecalVeto ] 0 : Hit 14: [-12.0397, 29.1946, 3] + [ ecalVeto ] 0 : Hit 15: [-9.63173, 33.3653, 2] + [ ecalVeto ] 0 : Hit 16: [-12.0397, 29.1946, 1] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-48.1586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [-55.3824, 4.17066, 9] + [ ecalVeto ] 0 : Hit 3: [-52.9745, 8.34132, 8] + [ ecalVeto ] 0 : Hit 4: [-55.3824, 12.512, 7] + [ ecalVeto ] 0 : Hit 5: [-52.9745, 8.34132, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 4.17066, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 29.1946, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-116.118, -12.512, 4] + [ ecalVeto ] 0 : Hit 1: [-118.525, -8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3956.84; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3684 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 102.646, 25] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 106.817, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-59.2627, 77.6221, 22] + [ ecalVeto ] 0 : Hit 1: [-61.6707, 73.4515, 21] + [ ecalVeto ] 0 : Hit 2: [-59.2627, 69.2808, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, 29.1946, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, 29.1946, 6] + [ ecalVeto ] 0 : Hit 4: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 5: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 6: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 7: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 8: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 9: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4000.47; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3685 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 28 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5548.89; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3686 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [40.9348, 4.17066, 28] + [ ecalVeto ] 0 : Hit 1: [38.5269, -2.66454e-15, 27] + [ ecalVeto ] 0 : Hit 2: [40.9348, 4.17066, 26] + [ ecalVeto ] 0 : Hit 3: [38.5269, 8.34132, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [24.0793, 16.6826, 21] + [ ecalVeto ] 0 : Hit 1: [26.4873, 20.8533, 20] + [ ecalVeto ] 0 : Hit 2: [24.0793, 16.6826, 19] + [ ecalVeto ] 0 : Hit 3: [24.0793, 16.6826, 17] + [ ecalVeto ] 0 : Hit 4: [26.4873, 12.512, 16] + [ ecalVeto ] 0 : Hit 5: [24.0793, 8.34132, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [33.711, 8.34132, 14] + [ ecalVeto ] 0 : Hit 1: [31.3031, 4.17066, 13] + [ ecalVeto ] 0 : Hit 2: [33.711, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 3: [31.3031, 4.17066, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -12.512, 4] + [ ecalVeto ] 0 : Hit 2: [-62.6062, -16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5302.22; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3687 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1363.02; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3688 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -33.3653, 23] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -37.5359, 22] + [ ecalVeto ] 0 : Hit 2: [-77.0538, -33.3653, 21] + [ ecalVeto ] 0 : Hit 3: [-74.6459, -29.1946, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-69.83, -29.1946, 19] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -25.024, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -25.024, 17] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -20.8533, 16] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5939.1; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3689 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-18.3279, 156.865, 27] + [ ecalVeto ] 0 : Hit 1: [-15.92, 161.035, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-15.92, 152.694, 26] + [ ecalVeto ] 0 : Hit 1: [-18.3279, 148.523, 25] + [ ecalVeto ] 0 : Hit 2: [-15.92, 144.353, 24] + [ ecalVeto ] 0 : Hit 3: [-18.3279, 140.182, 23] + [ ecalVeto ] 0 : Hit 4: [-15.92, 136.011, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-11.1041, 119.329, 19] + [ ecalVeto ] 0 : Hit 1: [-8.69618, 115.158, 18] + [ ecalVeto ] 0 : Hit 2: [-11.1041, 110.987, 17] + [ ecalVeto ] 0 : Hit 3: [-8.69618, 106.817, 16] + [ ecalVeto ] 0 : Hit 4: [-11.1041, 102.646, 15] + [ ecalVeto ] 0 : Hit 5: [-8.69618, 98.4754, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 87.5839, 13] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 83.4132, 12] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 79.2426, 11] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 75.0719, 10] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 70.9012, 9] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 66.7306, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3322.91; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3690 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -65.1101, 19] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -60.9395, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -60.9395, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -58.3892, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [80.9341, -106.817, 11] + [ ecalVeto ] 0 : Hit 1: [80.9341, -106.817, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -50.0479, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -45.8773, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -62.5599, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -58.3892, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -58.3892, 8] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -54.2186, 7] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-18.3279, -165.206, 1] + [ ecalVeto ] 0 : Hit 1: [-15.92, -169.377, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4111.71; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3691 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [15.92, 110.987, 29] + [ ecalVeto ] 0 : Hit 1: [15.92, 110.987, 27] + [ ecalVeto ] 0 : Hit 2: [18.3279, 106.817, 26] + [ ecalVeto ] 0 : Hit 3: [15.92, 102.646, 25] + [ ecalVeto ] 0 : Hit 4: [18.3279, 106.817, 24] + [ ecalVeto ] 0 : Hit 5: [15.92, 102.646, 23] + [ ecalVeto ] 0 : Hit 6: [18.3279, 98.4754, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-132.973, -58.3892, 27] + [ ecalVeto ] 0 : Hit 1: [-130.565, -54.2186, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-118.525, -50.0479, 25] + [ ecalVeto ] 0 : Hit 1: [-116.118, -45.8773, 24] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -45.8773, 21] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -41.7066, 20] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -33.3653, 17] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -29.1946, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-69.83, -29.1946, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -25.024, 14] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -25.024, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -20.8533, 12] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [24.0793, 58.3892, 13] + [ ecalVeto ] 0 : Hit 1: [26.4873, 54.2186, 12] + [ ecalVeto ] 0 : Hit 2: [24.0793, 50.0479, 11] + [ ecalVeto ] 0 : Hit 3: [26.4873, 45.8773, 10] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -25.024, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -20.8533, 10] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -16.6826, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3622.04; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3692 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 2: [-45.7507, -4.17066, 10] + [ ecalVeto ] 0 : Hit 3: [-48.1586, -8.34132, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -4.17066, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-45.7507, 4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -2.66454e-15, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -8.34132, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5460.65; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3693 Brem photon produced 69 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 29.1946, 5] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 33.3653, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6461.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3694 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 22 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2007.86; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3695 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -37.5359, 10] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -33.3653, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -25.024, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4424.02; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3696 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -41.7066, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, -45.8773, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, -50.0479, 8] + [ ecalVeto ] 0 : Hit 3: [19.2635, -50.0479, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5894.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3697 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [40.9348, 20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [38.5269, 25.024, 5] + [ ecalVeto ] 0 : Hit 2: [38.5269, 25.024, 3] + [ ecalVeto ] 0 : Hit 3: [31.3031, 20.8533, 5] + [ ecalVeto ] 0 : Hit 4: [33.711, 25.024, 4] + [ ecalVeto ] 0 : Hit 5: [31.3031, 29.1946, 3] + [ ecalVeto ] 0 : Hit 6: [33.711, 25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6209.64; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3698 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-44.8152, 169.377, 30] + [ ecalVeto ] 0 : Hit 1: [-47.2231, 173.547, 29] + [ ecalVeto ] 0 : Hit 2: [-44.8152, 169.377, 28] + [ ecalVeto ] 0 : Hit 3: [-47.2231, 165.206, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 66.7306, 11] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 62.5599, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 54.2186, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 50.0479, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 20.8533, 3] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 29 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3603.47; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3699 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 11 + [ ecalVeto ] 0 : Beginning track merging using 11 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 11 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-169.092, -70.9012, 33] + [ ecalVeto ] 0 : Hit 1: [-166.684, -66.7306, 32] + [ ecalVeto ] 0 : Hit 2: [-169.092, -62.5599, 31] + [ ecalVeto ] 0 : Hit 3: [-166.684, -58.3892, 30] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-161.868, -58.3892, 29] + [ ecalVeto ] 0 : Hit 1: [-159.46, -54.2186, 28] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-154.644, -54.2186, 27] + [ ecalVeto ] 0 : Hit 1: [-152.237, -50.0479, 26] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-130.565, -62.5599, 26] + [ ecalVeto ] 0 : Hit 1: [-132.973, -58.3892, 25] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-147.421, -50.0479, 25] + [ ecalVeto ] 0 : Hit 1: [-145.013, -45.8773, 24] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-132.973, -41.7066, 23] + [ ecalVeto ] 0 : Hit 1: [-130.565, -37.5359, 22] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-118.525, -33.3653, 21] + [ ecalVeto ] 0 : Hit 1: [-116.118, -29.1946, 20] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-104.078, -25.024, 19] + [ ecalVeto ] 0 : Hit 1: [-101.67, -29.1946, 18] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -16.6826, 17] + [ ecalVeto ] 0 : Hit 1: [-87.2224, -20.8533, 16] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -8.34132, 15] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -12.512, 14] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -4.17066, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 41 hits + [ ecalVeto ] 0 : MIP tracking completed; found 11 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6092.38; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3700 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -45.8773, 13] + [ ecalVeto ] 0 : Hit 1: [2.40793, -45.8773, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, -41.7066, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 45.8773, 13] + [ ecalVeto ] 0 : Hit 1: [4.81586, 50.0479, 12] + [ ecalVeto ] 0 : Hit 2: [2.40793, 45.8773, 11] + [ ecalVeto ] 0 : Hit 3: [4.81586, 41.7066, 10] + [ ecalVeto ] 0 : Hit 4: [2.40793, 37.5359, 9] + [ ecalVeto ] 0 : Hit 5: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -12.512, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5452.65; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3701 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 14 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2952.75; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3702 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 44 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4555.71; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3703 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [141.132, 85.9634, 22] + [ ecalVeto ] 0 : Hit 1: [138.725, 81.7928, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-45.7507, 37.5359, 10] + [ ecalVeto ] 0 : Hit 1: [-48.1586, 33.3653, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 25.024, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 41.7066, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 90 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4976.34; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3704 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 37.5359, 17] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 33.3653, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 33.3653, 15] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 29.1946, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-69.83, 20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 16.6826, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 12.512, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 12.512, 11] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 12.512, 9] + [ ecalVeto ] 0 : Hit 2: [-38.5269, 16.6826, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 9] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4664.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3705 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-39.9993, 102.646, 1] + [ ecalVeto ] 0 : Hit 1: [-37.5914, 106.817, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 97 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3160.45; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3706 Brem photon produced 65 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 8.34132, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7230.78; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3707 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 23] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 21] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -20.8533, 20] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 18] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -20.8533, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-104.078, -58.3892, 19] + [ ecalVeto ] 0 : Hit 1: [-102.606, -60.9395, 18] + [ ecalVeto ] 0 : Hit 2: [-97.7897, -60.9395, 19] + [ ecalVeto ] 0 : Hit 3: [-95.3817, -56.7688, 18] + [ ecalVeto ] 0 : Hit 4: [-96.8541, -54.2186, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 19] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 17] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 16] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 15] + [ ecalVeto ] 0 : Hit 4: [4.81586, -16.6826, 14] + [ ecalVeto ] 0 : Hit 5: [2.40793, -20.8533, 13] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -56.7688, 17] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -52.5982, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -37.5359, 15] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -33.3653, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2744.77; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3708 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 136.011, 27] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 131.841, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-32.7755, 106.817, 17] + [ ecalVeto ] 0 : Hit 1: [-30.3676, 110.987, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 91.7545, 15] + [ ecalVeto ] 0 : Hit 1: [12.0397, 87.5839, 14] + [ ecalVeto ] 0 : Hit 2: [9.63173, 91.7545, 13] + [ ecalVeto ] 0 : Hit 3: [9.63173, 91.7545, 11] + [ ecalVeto ] 0 : Hit 4: [4.81586, 91.7545, 12] + [ ecalVeto ] 0 : Hit 5: [4.81586, 91.7545, 10] + [ ecalVeto ] 0 : Hit 6: [2.40793, 87.5839, 9] + [ ecalVeto ] 0 : Hit 7: [4.81586, 83.4132, 8] + [ ecalVeto ] 0 : Hit 8: [2.40793, 79.2426, 7] + [ ecalVeto ] 0 : Hit 9: [4.81586, 75.0719, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-18.3279, -90.1341, 15] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -87.5839, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 45.8773, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 41.7066, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 3: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Hit 4: [2.40793, 37.5359, 1] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, 62.5599, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 58.3892, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 54.2186, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, 50.0479, 2] + [ ecalVeto ] 0 : Hit 4: [2.40793, 45.8773, 1] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 41.7066, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 37.5359, 2] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 37.5359, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 112 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3890.59; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3709 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 35 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3332.91; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3710 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-212.435, 4.17066, 19] + [ ecalVeto ] 0 : Hit 1: [-210.027, 8.34132, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-197.987, 12.512, 17] + [ ecalVeto ] 0 : Hit 1: [-195.579, 8.34132, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [83.3421, 52.5982, 16] + [ ecalVeto ] 0 : Hit 1: [81.8697, 50.0479, 15] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-183.54, 12.512, 15] + [ ecalVeto ] 0 : Hit 1: [-181.132, 16.6826, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 98 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3403.06; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3711 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 25] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 24] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 23] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 22] + [ ecalVeto ] 0 : Hit 4: [2.40793, 20.8533, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 21] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 20] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 19] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 20] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 19] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 14] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 13] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -12.512, 12] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -16.6826, 11] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -12.512, 10] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -16.6826, 9] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 8: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 9: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Hit 10: [-2.40793, -37.5359, 4] + [ ecalVeto ] 0 : Hit 11: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-33.711, -75.0719, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -70.9012, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 42 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3564.85; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3712 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 98.4754, 23] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 94.3048, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [33.711, 16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [31.3031, 12.512, 9] + [ ecalVeto ] 0 : Hit 2: [33.711, 8.34132, 8] + [ ecalVeto ] 0 : Hit 3: [31.3031, 4.17066, 7] + [ ecalVeto ] 0 : Hit 4: [33.711, 8.34132, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-67.4221, -33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [-69.83, -37.5359, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -29.1946, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7206.84; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3713 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 10 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1886.51; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3714 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -2.36672e-14, 19] + [ ecalVeto ] 0 : Hit 1: [-87.2224, 4.17066, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [32.7755, -98.4754, 18] + [ ecalVeto ] 0 : Hit 1: [30.3676, -94.3048, 17] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4690.22; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3715 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [48.1586, 66.7306, 26] + [ ecalVeto ] 0 : Hit 1: [45.7507, 62.5599, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [40.9348, 62.5599, 24] + [ ecalVeto ] 0 : Hit 1: [38.5269, 58.3892, 23] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [33.711, 50.0479, 22] + [ ecalVeto ] 0 : Hit 1: [31.3031, 54.2186, 21] + [ ecalVeto ] 0 : Hit 2: [33.711, 50.0479, 20] + [ ecalVeto ] 0 : Hit 3: [31.3031, 45.8773, 19] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [33.711, 75.0719, 16] + [ ecalVeto ] 0 : Hit 1: [31.3031, 70.9012, 15] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, 66.7306, 14] + [ ecalVeto ] 0 : Hit 1: [2.40793, 62.5599, 13] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [9.63173, 58.3892, 13] + [ ecalVeto ] 0 : Hit 1: [12.0397, 54.2186, 12] + [ ecalVeto ] 0 : Hit 2: [9.63173, 50.0479, 11] + [ ecalVeto ] 0 : Hit 3: [12.0397, 45.8773, 10] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 13] + [ ecalVeto ] 0 : Hit 1: [12.0397, 29.1946, 12] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 11] + [ ecalVeto ] 0 : Hit 3: [12.0397, 29.1946, 10] + [ ecalVeto ] 0 : Hit 4: [9.63173, 33.3653, 9] + [ ecalVeto ] 0 : Hit 5: [12.0397, 29.1946, 8] + [ ecalVeto ] 0 : Hit 6: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 7: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 8: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5124.36; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3716 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-47.2231, -115.158, 13] + [ ecalVeto ] 0 : Hit 1: [-44.8152, -110.987, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -66.7306, 11] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -66.7306, 9] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -70.9012, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -25.024, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [-33.711, -16.6826, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4371.97; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3717 Brem photon produced 57 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, -41.7066, 13] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -45.8773, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -29.1946, 12] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -33.3653, 11] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -29.1946, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 37.5359, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3500.51; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3718 Brem photon produced 31 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [37.5914, 123.499, 1] + [ ecalVeto ] 0 : Hit 1: [39.9993, 127.67, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2409.47; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3719 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [18.3279, 98.4754, 26] + [ ecalVeto ] 0 : Hit 1: [15.92, 94.3048, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 13] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 12] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 11] + [ ecalVeto ] 0 : Hit 3: [12.0397, 12.512, 10] + [ ecalVeto ] 0 : Hit 4: [9.63173, 8.34132, 9] + [ ecalVeto ] 0 : Hit 5: [12.0397, 4.17066, 8] + [ ecalVeto ] 0 : Hit 6: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -8.34132, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -12.512, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4243.38; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3720 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [205.211, 75.0719, 20] + [ ecalVeto ] 0 : Hit 1: [202.803, 70.9012, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -29.1946, 10] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -33.3653, 9] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -37.5359, 8] + [ ecalVeto ] 0 : Hit 4: [-19.2635, -33.3653, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -33.3653, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 4: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 5: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 6: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 7: [9.63173, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 8: [12.0397, 4.17066, 2] + [ ecalVeto ] 0 : Hit 9: [9.63173, -2.66454e-15, 1] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [16.8555, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [16.8555, 4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 8] + [ ecalVeto ] 0 : Hit 3: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 4: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 4.17066, 2] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-67.4221, 8.34132, 2] + [ ecalVeto ] 0 : Hit 1: [-69.83, 4.17066, 1] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -2.66454e-15, 1] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 4.17066, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5641.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3721 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6921.85; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3722 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6775.93; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3723 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 2 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5476.84; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3724 Brem photon produced 82 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, -37.5359, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 43 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4542.45; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3725 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5468.59; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3726 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [119.461, -81.7928, 32] + [ ecalVeto ] 0 : Hit 1: [117.053, -77.6221, 31] + [ ecalVeto ] 0 : Hit 2: [119.461, -73.4515, 30] + [ ecalVeto ] 0 : Hit 3: [117.053, -69.2808, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [76.1183, -56.7688, 22] + [ ecalVeto ] 0 : Hit 1: [74.6459, -54.2186, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 18] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 17] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -29.1946, 16] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -25.024, 15] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -29.1946, 14] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -25.024, 13] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -29.1946, 12] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -25.024, 11] + [ ecalVeto ] 0 : Hit 8: [-2.40793, -20.8533, 10] + [ ecalVeto ] 0 : Hit 9: [-9.63173, -25.024, 12] + [ ecalVeto ] 0 : Hit 10: [-12.0397, -20.8533, 11] + [ ecalVeto ] 0 : Hit 11: [-9.63173, -25.024, 10] + [ ecalVeto ] 0 : Hit 12: [-12.0397, -20.8533, 9] + [ ecalVeto ] 0 : Hit 13: [-12.0397, -20.8533, 7] + [ ecalVeto ] 0 : Hit 14: [-9.63173, -25.024, 6] + [ ecalVeto ] 0 : Hit 15: [-12.0397, -20.8533, 5] + [ ecalVeto ] 0 : Hit 16: [-9.63173, -25.024, 4] + [ ecalVeto ] 0 : Hit 17: [-12.0397, -20.8533, 3] + [ ecalVeto ] 0 : Hit 18: [-9.63173, -16.6826, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 12] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 11] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -12.512, 8] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -20.8533, 6] + [ ecalVeto ] 0 : Hit 3: [-19.2635, -25.024, 5] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -20.8533, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3539.34; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3727 Brem photon produced 69 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -20.8533, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -8.34132, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6263.36; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3728 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 35 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3914.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3729 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4806.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3730 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [123.341, 50.0479, 31] + [ ecalVeto ] 0 : Hit 1: [125.749, 45.8773, 30] + [ ecalVeto ] 0 : Hit 2: [123.341, 41.7066, 29] + [ ecalVeto ] 0 : Hit 3: [125.749, 37.5359, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [133.909, -106.817, 28] + [ ecalVeto ] 0 : Hit 1: [131.501, -102.646, 27] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [241.33, -37.5359, 26] + [ ecalVeto ] 0 : Hit 1: [238.922, -33.3653, 25] + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1284.05; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3731 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 41.7066, 5] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 37.5359, 4] + [ ecalVeto ] 0 : Hit 2: [-55.3824, 37.5359, 5] + [ ecalVeto ] 0 : Hit 3: [-55.3824, 37.5359, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 43 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4296.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3732 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [12.0397, 4.17066, 10] + [ ecalVeto ] 0 : Hit 2: [9.63173, 8.34132, 9] + [ ecalVeto ] 0 : Hit 3: [12.0397, 12.512, 8] + [ ecalVeto ] 0 : Hit 4: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [59.2627, 102.646, 11] + [ ecalVeto ] 0 : Hit 1: [61.6707, 98.4754, 10] + [ ecalVeto ] 0 : Hit 2: [59.2627, 94.3048, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 75.0719, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 79.2426, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 100 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6475.75; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3733 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 8.34132, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2721.5; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3734 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [-48.1586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 3: [-45.7507, -4.17066, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -20.8533, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6814.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3735 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 17 + [ ecalVeto ] 0 : Beginning track merging using 17 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 12 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -75.0719, 20] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -75.0719, 18] + [ ecalVeto ] 0 : Hit 2: [-24.0793, -75.0719, 16] + [ ecalVeto ] 0 : Hit 3: [-31.3031, -79.2426, 18] + [ ecalVeto ] 0 : Hit 4: [-33.711, -75.0719, 17] + [ ecalVeto ] 0 : Hit 5: [-31.3031, -70.9012, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-44.8152, -77.6221, 20] + [ ecalVeto ] 0 : Hit 1: [-47.2231, -73.4515, 19] + [ ecalVeto ] 0 : Hit 2: [-45.7507, -70.9012, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -66.7306, 19] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -62.5599, 18] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -58.3892, 17] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -54.2186, 16] + [ ecalVeto ] 0 : Hit 4: [-19.2635, -50.0479, 15] + [ ecalVeto ] 0 : Hit 5: [-16.8555, -54.2186, 14] + [ ecalVeto ] 0 : Hit 6: [-19.2635, -50.0479, 13] + [ ecalVeto ] 0 : Hit 7: [-26.4873, -45.8773, 15] + [ ecalVeto ] 0 : Hit 8: [-24.0793, -50.0479, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -70.9012, 19] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -75.0719, 18] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -75.0719, 16] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -70.9012, 18] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -66.7306, 17] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -58.3892, 18] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -58.3892, 16] + [ ecalVeto ] 0 : Hit 2: [-31.3031, -62.5599, 18] + [ ecalVeto ] 0 : Hit 3: [-33.711, -58.3892, 17] + [ ecalVeto ] 0 : Hit 4: [-31.3031, -62.5599, 16] + [ ecalVeto ] 0 : Hit 5: [-33.711, -58.3892, 15] + [ ecalVeto ] 0 : Hit 6: [-31.3031, -62.5599, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -66.7306, 18] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -62.5599, 17] + [ ecalVeto ] 0 : Hit 2: [-24.0793, -66.7306, 16] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -54.2186, 17] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -58.3892, 16] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -54.2186, 15] + [ ecalVeto ] 0 : Hit 3: [-24.0793, -58.3892, 14] + [ ecalVeto ] 0 : Hit 4: [-31.3031, -54.2186, 16] + [ ecalVeto ] 0 : Hit 5: [-33.711, -50.0479, 15] + [ ecalVeto ] 0 : Hit 6: [-31.3031, -54.2186, 14] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -62.5599, 17] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -66.7306, 16] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-33.711, -41.7066, 15] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -45.8773, 14] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -58.3892, 15] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -62.5599, 14] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 13] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 12] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 11] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 10] + [ ecalVeto ] 0 : Hit 4: [2.40793, 20.8533, 9] + [ ecalVeto ] 0 : Hit 5: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 6: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 7: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [40.9348, 12.512, 4] + [ ecalVeto ] 0 : Hit 1: [38.5269, 8.34132, 3] + [ ecalVeto ] 0 : Hit 2: [40.9348, 12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 12 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7599.76; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3736 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -41.7066, 20] + [ ecalVeto ] 0 : Hit 1: [16.8555, -37.5359, 19] + [ ecalVeto ] 0 : Hit 2: [19.2635, -33.3653, 18] + [ ecalVeto ] 0 : Hit 3: [16.8555, -29.1946, 17] + [ ecalVeto ] 0 : Hit 4: [16.8555, -29.1946, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 13] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 12] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 11] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 9] + [ ecalVeto ] 0 : Hit 4: [4.81586, -16.6826, 10] + [ ecalVeto ] 0 : Hit 5: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 6: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 7: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 8: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 9: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 58.3892, 3] + [ ecalVeto ] 0 : Hit 1: [12.0397, 62.5599, 2] + [ ecalVeto ] 0 : Hit 2: [9.63173, 58.3892, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3381.7; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3737 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 15] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 13] + [ ecalVeto ] 0 : Hit 2: [12.0397, -20.8533, 12] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 11] + [ ecalVeto ] 0 : Hit 4: [12.0397, -20.8533, 10] + [ ecalVeto ] 0 : Hit 5: [9.63173, -25.024, 9] + [ ecalVeto ] 0 : Hit 6: [12.0397, -20.8533, 8] + [ ecalVeto ] 0 : Hit 7: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, -20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [19.2635, -25.024, 12] + [ ecalVeto ] 0 : Hit 2: [16.8555, -20.8533, 11] + [ ecalVeto ] 0 : Hit 3: [19.2635, -25.024, 10] + [ ecalVeto ] 0 : Hit 4: [16.8555, -29.1946, 9] + [ ecalVeto ] 0 : Hit 5: [9.63173, -33.3653, 11] + [ ecalVeto ] 0 : Hit 6: [12.0397, -29.1946, 10] + [ ecalVeto ] 0 : Hit 7: [12.0397, -29.1946, 8] + [ ecalVeto ] 0 : Hit 8: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 9] + [ ecalVeto ] 0 : Hit 4: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 5: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 6: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 7: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 8: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 9: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Hit 10: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Hit 11: [2.40793, -20.8533, 1] + [ ecalVeto ] 0 : Hit 12: [4.81586, -25.024, 0] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 4: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 5: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -16.6826, 9] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 8: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 9: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [4.81586, -33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 2 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6883.68; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3738 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [31.3031, -79.2426, 25] + [ ecalVeto ] 0 : Hit 1: [33.711, -75.0719, 24] + [ ecalVeto ] 0 : Hit 2: [31.3031, -70.9012, 23] + [ ecalVeto ] 0 : Hit 3: [33.711, -66.7306, 22] + [ ecalVeto ] 0 : Hit 4: [31.3031, -70.9012, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [24.0793, -58.3892, 19] + [ ecalVeto ] 0 : Hit 1: [26.4873, -62.5599, 18] + [ ecalVeto ] 0 : Hit 2: [24.0793, -58.3892, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 16.6826, 16] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 12.512, 15] + [ ecalVeto ] 0 : Hit 2: [-38.5269, 8.34132, 14] + [ ecalVeto ] 0 : Hit 3: [-40.9348, 4.17066, 13] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, -58.3892, 16] + [ ecalVeto ] 0 : Hit 1: [16.8555, -54.2186, 15] + [ ecalVeto ] 0 : Hit 2: [19.2635, -50.0479, 14] + [ ecalVeto ] 0 : Hit 3: [16.8555, -54.2186, 13] + [ ecalVeto ] 0 : Hit 4: [19.2635, -50.0479, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, -45.8773, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -41.7066, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Hit 3: [2.40793, -37.5359, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, -41.7066, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -37.5359, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -41.7066, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -37.5359, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 44 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3885.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3739 Brem photon produced 47 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 12] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 11] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 4: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 5: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 6: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 7: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 8: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 9: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -75.0719, 13] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -70.9012, 12] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -66.7306, 11] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -62.5599, 10] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -58.3892, 9] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -54.2186, 8] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -50.0479, 7] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -45.8773, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 4: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [40.9348, -62.5599, 2] + [ ecalVeto ] 0 : Hit 1: [40.9348, -62.5599, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6107.63; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3740 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 37 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3701.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3741 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-54.4469, 85.9634, 19] + [ ecalVeto ] 0 : Hit 1: [-52.039, 81.7928, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-11.1041, -119.329, 17] + [ ecalVeto ] 0 : Hit 1: [-8.69618, -123.499, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 66.7306, 13] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 62.5599, 12] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 66.7306, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 37.5359, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8649.01; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3742 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-125.749, 29.1946, 17] + [ ecalVeto ] 0 : Hit 1: [-123.341, 33.3653, 16] + [ ecalVeto ] 0 : Finding linreg tracks from 31 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2232.55; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3743 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 1: [31.3031, 4.17066, 11] + [ ecalVeto ] 0 : Hit 2: [33.711, 8.34132, 10] + [ ecalVeto ] 0 : Hit 3: [31.3031, 4.17066, 9] + [ ecalVeto ] 0 : Hit 4: [33.711, 8.34132, 8] + [ ecalVeto ] 0 : Hit 5: [31.3031, 12.512, 7] + [ ecalVeto ] 0 : Hit 6: [33.711, 8.34132, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [24.0793, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [26.4873, 12.512, 6] + [ ecalVeto ] 0 : Hit 2: [24.0793, 8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [26.4873, 12.512, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, 12.512, 2] + [ ecalVeto ] 0 : Hit 4: [19.2635, 8.34132, 4] + [ ecalVeto ] 0 : Hit 5: [16.8555, 4.17066, 3] + [ ecalVeto ] 0 : Hit 6: [19.2635, -2.66454e-15, 2] + [ ecalVeto ] 0 : Hit 7: [16.8555, 4.17066, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 92 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5738.78; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3744 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 36 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3123.52; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3745 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-30.3676, 127.67, 28] + [ ecalVeto ] 0 : Hit 1: [-32.7755, 123.499, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -58.3892, 19] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -62.5599, 18] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -58.3892, 17] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -54.2186, 16] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -54.2186, 14] + [ ecalVeto ] 0 : Hit 5: [2.40793, -54.2186, 15] + [ ecalVeto ] 0 : Hit 6: [2.40793, -54.2186, 13] + [ ecalVeto ] 0 : Hit 7: [4.81586, -58.3892, 12] + [ ecalVeto ] 0 : Hit 8: [2.40793, -54.2186, 11] + [ ecalVeto ] 0 : Hit 9: [4.81586, -50.0479, 10] + [ ecalVeto ] 0 : Hit 10: [4.81586, -50.0479, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -16.6826, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -41.7066, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, -33.3653, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 112 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 2 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5141.29; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3746 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 4.17066, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 41.7066, 2] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 37.5359, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5707.74; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3747 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [18.3279, 156.865, 28] + [ ecalVeto ] 0 : Hit 1: [18.3279, 156.865, 26] + [ ecalVeto ] 0 : Hit 2: [15.92, 161.035, 25] + [ ecalVeto ] 0 : Hit 3: [18.3279, 156.865, 24] + [ ecalVeto ] 0 : Hit 4: [15.92, 161.035, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-37.5914, -98.4754, 24] + [ ecalVeto ] 0 : Hit 1: [-39.9993, -94.3048, 23] + [ ecalVeto ] 0 : Hit 2: [-37.5914, -90.1341, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [11.1041, 161.035, 22] + [ ecalVeto ] 0 : Hit 1: [8.69618, 156.865, 21] + [ ecalVeto ] 0 : Hit 2: [11.1041, 152.694, 20] + [ ecalVeto ] 0 : Hit 3: [11.1041, 152.694, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-32.7755, -81.7928, 21] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -79.2426, 20] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -70.9012, 19] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -66.7306, 18] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -62.5599, 17] + [ ecalVeto ] 0 : Hit 3: [-24.0793, -58.3892, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [15.92, 144.353, 17] + [ ecalVeto ] 0 : Hit 1: [15.92, 144.353, 15] + [ ecalVeto ] 0 : Hit 2: [18.3279, 140.182, 14] + [ ecalVeto ] 0 : Hit 3: [15.92, 136.011, 13] + [ ecalVeto ] 0 : Hit 4: [18.3279, 131.841, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -37.5359, 13] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -33.3653, 12] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -29.1946, 11] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -25.024, 10] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [9.63173, 50.0479, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 45.8773, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 41.7066, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 37.5359, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, 33.3653, 3] + [ ecalVeto ] 0 : Hit 5: [12.0397, 29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1918.83; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3748 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [40.9348, 20.8533, 26] + [ ecalVeto ] 0 : Hit 1: [38.5269, 16.6826, 25] + [ ecalVeto ] 0 : Hit 2: [40.9348, 12.512, 24] + [ ecalVeto ] 0 : Hit 3: [38.5269, 16.6826, 23] + [ ecalVeto ] 0 : Hit 4: [40.9348, 20.8533, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [31.3031, 12.512, 25] + [ ecalVeto ] 0 : Hit 1: [33.711, 16.6826, 24] + [ ecalVeto ] 0 : Hit 2: [31.3031, 12.512, 23] + [ ecalVeto ] 0 : Hit 3: [33.711, 16.6826, 22] + [ ecalVeto ] 0 : Hit 4: [31.3031, 12.512, 21] + [ ecalVeto ] 0 : Hit 5: [33.711, 8.34132, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [26.4873, 20.8533, 24] + [ ecalVeto ] 0 : Hit 1: [24.0793, 16.6826, 23] + [ ecalVeto ] 0 : Hit 2: [26.4873, 12.512, 22] + [ ecalVeto ] 0 : Hit 3: [24.0793, 8.34132, 21] + [ ecalVeto ] 0 : Hit 4: [26.4873, 12.512, 20] + [ ecalVeto ] 0 : Hit 5: [24.0793, 8.34132, 19] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Hit 2: [9.63173, -25.024, 1] + [ ecalVeto ] 0 : Hit 3: [12.0397, -29.1946, 0] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1991.65; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3749 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [38.5269, 8.34132, 23] + [ ecalVeto ] 0 : Hit 1: [40.9348, 12.512, 22] + [ ecalVeto ] 0 : Hit 2: [38.5269, 16.6826, 21] + [ ecalVeto ] 0 : Hit 3: [40.9348, 12.512, 20] + [ ecalVeto ] 0 : Hit 4: [38.5269, 16.6826, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [33.711, 16.6826, 18] + [ ecalVeto ] 0 : Hit 1: [31.3031, 12.512, 17] + [ ecalVeto ] 0 : Hit 2: [33.711, 8.34132, 16] + [ ecalVeto ] 0 : Hit 3: [31.3031, 4.17066, 15] + [ ecalVeto ] 0 : Hit 4: [33.711, 8.34132, 14] + [ ecalVeto ] 0 : Hit 5: [31.3031, 4.17066, 13] + [ ecalVeto ] 0 : Hit 6: [33.711, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 7: [31.3031, -4.17066, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 7: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 8: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Hit 9: [4.81586, -8.34132, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [26.4873, -4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [24.0793, -8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [26.4873, -12.512, 8] + [ ecalVeto ] 0 : Hit 3: [24.0793, -8.34132, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6076.7; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3750 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 45.8773, 27] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 41.7066, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 33.3653, 25] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 29.1946, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-69.83, 20.8533, 23] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 25.024, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-52.9745, 16.6826, 20] + [ ecalVeto ] 0 : Hit 1: [-55.3824, 12.512, 19] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8500.07; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3751 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-89.6303, 41.7066, 19] + [ ecalVeto ] 0 : Hit 1: [-87.2224, 37.5359, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 45.8773, 14] + [ ecalVeto ] 0 : Hit 1: [-33.711, 41.7066, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -2.66454e-15, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4366.99; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3752 Brem photon produced 31 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 15] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 14] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 13] + [ ecalVeto ] 0 : Hit 3: [12.0397, 12.512, 12] + [ ecalVeto ] 0 : Hit 4: [9.63173, 16.6826, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 14] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 12] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 6: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 7: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -25.024, 6] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -20.8533, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 94 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6544.15; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3753 Brem photon produced 36 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, -54.2186, 16] + [ ecalVeto ] 0 : Hit 1: [26.4873, -54.2186, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -41.7066, 15] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -37.5359, 14] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -33.3653, 13] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -33.3653, 14] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -29.1946, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5987.11; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3754 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 91 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5382.98; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3755 Brem photon produced 54 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [52.9745, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [55.3824, -12.512, 8] + [ ecalVeto ] 0 : Hit 2: [52.9745, -16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [55.3824, -20.8533, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6692.26; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3756 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3617.47; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3757 Brem photon produced 48 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-69.83, 37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 33.3653, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [33.711, 8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [31.3031, 12.512, 7] + [ ecalVeto ] 0 : Hit 2: [31.3031, 12.512, 5] + [ ecalVeto ] 0 : Hit 3: [33.711, 8.34132, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 29.1946, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [26.4873, -4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [26.4873, -4.17066, 4] + [ ecalVeto ] 0 : Hit 2: [24.0793, -2.66454e-15, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 98 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6993.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3758 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6262.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3759 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-112.237, -85.9634, 19] + [ ecalVeto ] 0 : Hit 1: [-109.829, -81.7928, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -77.6221, 17] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -73.4515, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -25.024, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6041.35; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3760 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 45.8773, 20] + [ ecalVeto ] 0 : Hit 1: [9.63173, 41.7066, 19] + [ ecalVeto ] 0 : Hit 2: [12.0397, 45.8773, 18] + [ ecalVeto ] 0 : Hit 3: [9.63173, 41.7066, 17] + [ ecalVeto ] 0 : Hit 4: [9.63173, 41.7066, 15] + [ ecalVeto ] 0 : Hit 5: [9.63173, 41.7066, 13] + [ ecalVeto ] 0 : Hit 6: [12.0397, 37.5359, 12] + [ ecalVeto ] 0 : Hit 7: [9.63173, 33.3653, 11] + [ ecalVeto ] 0 : Hit 8: [9.63173, 33.3653, 9] + [ ecalVeto ] 0 : Hit 9: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Hit 10: [12.0397, 29.1946, 6] + [ ecalVeto ] 0 : Hit 11: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 12: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 13: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 4: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Hit 5: [4.81586, 25.024, 0] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, 29.1946, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, 29.1946, 2] + [ ecalVeto ] 0 : Hit 4: [9.63173, 25.024, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2567.33; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3761 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 33.3653, 4] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 29.1946, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 42 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3548.95; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3762 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, -83.4132, 25] + [ ecalVeto ] 0 : Hit 1: [26.4873, -79.2426, 24] + [ ecalVeto ] 0 : Hit 2: [24.0793, -75.0719, 23] + [ ecalVeto ] 0 : Hit 3: [26.4873, -70.9012, 22] + [ ecalVeto ] 0 : Hit 4: [24.0793, -66.7306, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 83.4132, 23] + [ ecalVeto ] 0 : Hit 1: [12.0397, 87.5839, 22] + [ ecalVeto ] 0 : Hit 2: [9.63173, 91.7545, 21] + [ ecalVeto ] 0 : Hit 3: [11.1041, 94.3048, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, -66.7306, 20] + [ ecalVeto ] 0 : Hit 1: [16.8555, -62.5599, 19] + [ ecalVeto ] 0 : Hit 2: [19.2635, -58.3892, 18] + [ ecalVeto ] 0 : Hit 3: [16.8555, -54.2186, 17] + [ ecalVeto ] 0 : Hit 4: [12.0397, -54.2186, 18] + [ ecalVeto ] 0 : Hit 5: [12.0397, -54.2186, 16] + [ ecalVeto ] 0 : Hit 6: [9.63173, -50.0479, 15] + [ ecalVeto ] 0 : Hit 7: [12.0397, -45.8773, 14] + [ ecalVeto ] 0 : Hit 8: [9.63173, -41.7066, 13] + [ ecalVeto ] 0 : Hit 9: [12.0397, -37.5359, 12] + [ ecalVeto ] 0 : Hit 10: [9.63173, -33.3653, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 10] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 41 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3414.99; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3763 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 14 + [ ecalVeto ] 0 : Beginning track merging using 14 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 14 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-161.868, 58.3892, 29] + [ ecalVeto ] 0 : Hit 1: [-159.46, 62.5599, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-132.973, 58.3892, 25] + [ ecalVeto ] 0 : Hit 1: [-130.565, 62.5599, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-118.525, 58.3892, 23] + [ ecalVeto ] 0 : Hit 1: [-116.118, 62.5599, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-105.013, -81.7928, 23] + [ ecalVeto ] 0 : Hit 1: [-102.606, -77.6221, 22] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -73.4515, 21] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -69.2808, 20] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -60.9395, 19] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -56.7688, 18] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 65.1101, 19] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 60.9395, 18] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 56.7688, 17] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 60.9395, 16] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [39.9993, 77.6221, 16] + [ ecalVeto ] 0 : Hit 1: [38.5269, 75.0719, 15] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 58.3892, 15] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 54.2186, 14] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [33.711, 75.0719, 14] + [ ecalVeto ] 0 : Hit 1: [31.3031, 70.9012, 13] + [ ecalVeto ] 0 : Hit 2: [33.711, 66.7306, 12] + [ ecalVeto ] 0 : Hit 3: [31.3031, 62.5599, 11] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 54.2186, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 50.0479, 12] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [19.2635, 50.0479, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, 45.8773, 7] + [ ecalVeto ] 0 : Hit 2: [19.2635, 41.7066, 6] + [ ecalVeto ] 0 : Hit 3: [16.8555, 37.5359, 5] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 8.34132, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 14 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5652.24; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3764 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 33 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2566.55; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3765 Brem photon produced 5 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 14 + [ ecalVeto ] 0 : Beginning track merging using 14 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 13 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-219.659, -66.7306, 29] + [ ecalVeto ] 0 : Hit 1: [-217.251, -62.5599, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-212.435, -62.5599, 27] + [ ecalVeto ] 0 : Hit 1: [-210.027, -58.3892, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [112.237, -127.67, 22] + [ ecalVeto ] 0 : Hit 1: [109.829, -123.499, 21] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-154.644, -54.2186, 21] + [ ecalVeto ] 0 : Hit 1: [-152.237, -50.0479, 20] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-140.197, -54.2186, 19] + [ ecalVeto ] 0 : Hit 1: [-137.789, -50.0479, 18] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-105.013, 81.7928, 19] + [ ecalVeto ] 0 : Hit 1: [-102.606, 77.6221, 18] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -25.024, 17] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -20.8533, 16] + [ ecalVeto ] 0 : Hit 2: [-62.6062, -25.024, 15] + [ ecalVeto ] 0 : Hit 3: [-60.1983, -20.8533, 14] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [83.3421, -102.646, 16] + [ ecalVeto ] 0 : Hit 1: [80.9341, -98.4754, 15] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-104.078, -41.7066, 15] + [ ecalVeto ] 0 : Hit 1: [-101.67, -45.8773, 14] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -25.024, 12] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [31.3031, -12.512, 13] + [ ecalVeto ] 0 : Hit 1: [33.711, -16.6826, 12] + [ ecalVeto ] 0 : Hit 2: [31.3031, -20.8533, 11] + [ ecalVeto ] 0 : Hit 3: [33.711, -16.6826, 10] + [ ecalVeto ] 0 : Hit 4: [31.3031, -20.8533, 9] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -25.024, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -20.8533, 10] + [ ecalVeto ] 0 : Hit 2: [-48.1586, -25.024, 9] + [ ecalVeto ] 0 : Hit 3: [-45.7507, -20.8533, 8] + [ ecalVeto ] 0 : Hit 4: [-40.9348, -20.8533, 9] + [ ecalVeto ] 0 : Hit 5: [-38.5269, -16.6826, 8] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [19.2635, -25.024, 6] + [ ecalVeto ] 0 : Hit 1: [16.8555, -29.1946, 5] + [ ecalVeto ] 0 : Hit 2: [19.2635, -33.3653, 4] + [ ecalVeto ] 0 : Hit 3: [16.8555, -29.1946, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 100 hits + [ ecalVeto ] 0 : MIP tracking completed; found 13 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4092.62; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3766 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-44.8152, 85.9634, 22] + [ ecalVeto ] 0 : Hit 1: [-47.2231, 81.7928, 21] + [ ecalVeto ] 0 : Hit 2: [-44.8152, 77.6221, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 66.7306, 18] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 62.5599, 17] + [ ecalVeto ] 0 : Hit 2: [-38.5269, 58.3892, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 45.8773, 13] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 41.7066, 12] + [ ecalVeto ] 0 : Hit 2: [-26.4873, 37.5359, 11] + [ ecalVeto ] 0 : Hit 3: [-24.0793, 33.3653, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 12.512, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -20.8533, 2] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -25.024, 1] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -4.17066, 3] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 44 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4397.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3767 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 50.0479, 11] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 54.2186, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 4.17066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6628.18; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3768 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 45.8773, 15] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 50.0479, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, -62.5599, 10] + [ ecalVeto ] 0 : Hit 1: [24.0793, -58.3892, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, -50.0479, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, -45.8773, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3825.86; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3769 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 127.67, 29] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 131.841, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 123.499, 27] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 127.67, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 25.024, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-45.7507, 29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 29.1946, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-60.1983, 54.2186, 8] + [ ecalVeto ] 0 : Hit 1: [-62.6062, 50.0479, 7] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 4.17066, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 25.024, 6] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 20.8533, 5] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 12.512, 4] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 25.024, 4] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -8.34132, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5048.53; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3770 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 12.512, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 8.34132, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 95 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6619.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3771 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [183.54, 12.512, 28] + [ ecalVeto ] 0 : Hit 1: [181.132, 8.34132, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 20.8533, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3977.85; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3772 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [141.132, -119.329, 28] + [ ecalVeto ] 0 : Hit 1: [138.725, -115.158, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-15.92, 144.353, 22] + [ ecalVeto ] 0 : Hit 1: [-18.3279, 140.182, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-66.4865, -140.182, 20] + [ ecalVeto ] 0 : Hit 1: [-68.8945, -136.011, 19] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-66.4865, -165.206, 18] + [ ecalVeto ] 0 : Hit 1: [-68.8945, -161.035, 17] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [19.2635, -33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [16.8555, -29.1946, 5] + [ ecalVeto ] 0 : Hit 2: [19.2635, -25.024, 4] + [ ecalVeto ] 0 : Hit 3: [16.8555, -20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 95 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4734.8; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3773 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 12.512, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -4.17066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4089.02; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3774 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 20 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1426.93; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3775 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3899.24; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3776 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 11 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4154.74; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3777 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -45.8773, 19] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -41.7066, 18] + [ ecalVeto ] 0 : Hit 2: [-55.3824, -45.8773, 17] + [ ecalVeto ] 0 : Hit 3: [-52.9745, -41.7066, 16] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6985.74; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3778 Brem photon produced 45 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 44 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5009.36; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3779 Brem photon produced 97 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -33.3653, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5097.7; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3780 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [88.1579, -102.646, 27] + [ ecalVeto ] 0 : Hit 1: [90.5659, -98.4754, 26] + [ ecalVeto ] 0 : Hit 2: [88.1579, -94.3048, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [83.3421, -94.3048, 24] + [ ecalVeto ] 0 : Hit 1: [80.9341, -90.1341, 23] + [ ecalVeto ] 0 : Hit 2: [83.3421, -85.9634, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [73.7103, -77.6221, 21] + [ ecalVeto ] 0 : Hit 1: [76.1183, -73.4515, 20] + [ ecalVeto ] 0 : Hit 2: [73.7103, -69.2808, 19] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [62.6062, -58.3892, 16] + [ ecalVeto ] 0 : Hit 1: [60.1983, -54.2186, 15] + [ ecalVeto ] 0 : Hit 2: [62.6062, -50.0479, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [52.9745, -41.7066, 13] + [ ecalVeto ] 0 : Hit 1: [55.3824, -37.5359, 12] + [ ecalVeto ] 0 : Hit 2: [52.9745, -33.3653, 11] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [19.2635, 25.024, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, 29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [19.2635, 25.024, 6] + [ ecalVeto ] 0 : Hit 3: [16.8555, 29.1946, 5] + [ ecalVeto ] 0 : Hit 4: [19.2635, 25.024, 4] + [ ecalVeto ] 0 : Hit 5: [16.8555, 29.1946, 3] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, 41.7066, 2] + [ ecalVeto ] 0 : Hit 5: [2.40793, 37.5359, 1] + [ ecalVeto ] 0 : Hit 6: [4.81586, 41.7066, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 93 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6177.74; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3781 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, -70.9012, 12] + [ ecalVeto ] 0 : Hit 1: [24.0793, -66.7306, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-32.7755, -90.1341, 7] + [ ecalVeto ] 0 : Hit 1: [-30.3676, -85.9634, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6460.63; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3782 Brem photon produced 43 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [52.039, -165.206, 9] + [ ecalVeto ] 0 : Hit 1: [54.4469, -161.035, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6744.59; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3783 Brem photon produced 67 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-131.501, -94.3048, 24] + [ ecalVeto ] 0 : Hit 1: [-133.909, -90.1341, 23] + [ ecalVeto ] 0 : Hit 2: [-131.501, -94.3048, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-8.69618, 123.499, 22] + [ ecalVeto ] 0 : Hit 1: [-11.1041, 119.329, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-15.92, 94.3048, 18] + [ ecalVeto ] 0 : Hit 1: [-18.3279, 90.1341, 17] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-73.7103, 102.646, 12] + [ ecalVeto ] 0 : Hit 1: [-76.1183, 98.4754, 11] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [48.1586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [45.7507, 20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [48.1586, 25.024, 4] + [ ecalVeto ] 0 : Hit 3: [45.7507, 29.1946, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5321.86; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3784 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -83.4132, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, -87.5839, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [101.67, 12.512, 11] + [ ecalVeto ] 0 : Hit 1: [104.078, 8.34132, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [66.4865, -90.1341, 11] + [ ecalVeto ] 0 : Hit 1: [68.8945, -94.3048, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [80.9341, -106.817, 9] + [ ecalVeto ] 0 : Hit 1: [83.3421, -110.987, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [88.1579, -110.987, 7] + [ ecalVeto ] 0 : Hit 1: [90.5659, -115.158, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5677.59; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3785 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [44.8152, 85.9634, 31] + [ ecalVeto ] 0 : Hit 1: [44.8152, 85.9634, 29] + [ ecalVeto ] 0 : Hit 2: [47.2231, 90.1341, 28] + [ ecalVeto ] 0 : Hit 3: [44.8152, 85.9634, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [33.711, 75.0719, 24] + [ ecalVeto ] 0 : Hit 1: [31.3031, 70.9012, 23] + [ ecalVeto ] 0 : Hit 2: [33.711, 66.7306, 22] + [ ecalVeto ] 0 : Hit 3: [31.3031, 62.5599, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 24] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 23] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 22] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 21] + [ ecalVeto ] 0 : Hit 4: [4.81586, -8.34132, 20] + [ ecalVeto ] 0 : Hit 5: [2.40793, -4.17066, 19] + [ ecalVeto ] 0 : Hit 6: [4.81586, -8.34132, 18] + [ ecalVeto ] 0 : Hit 7: [2.40793, -4.17066, 17] + [ ecalVeto ] 0 : Hit 8: [4.81586, -8.34132, 16] + [ ecalVeto ] 0 : Hit 9: [2.40793, -12.512, 15] + [ ecalVeto ] 0 : Hit 10: [4.81586, -8.34132, 14] + [ ecalVeto ] 0 : Hit 11: [2.40793, -12.512, 13] + [ ecalVeto ] 0 : Hit 12: [2.40793, -12.512, 11] + [ ecalVeto ] 0 : Hit 13: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 14: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 15: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 16: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 17: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 18: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Hit 19: [2.40793, -12.512, 1] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [26.4873, 62.5599, 20] + [ ecalVeto ] 0 : Hit 1: [24.0793, 58.3892, 19] + [ ecalVeto ] 0 : Hit 2: [26.4873, 54.2186, 18] + [ ecalVeto ] 0 : Hit 3: [24.0793, 50.0479, 17] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-3.88031, -106.817, 13] + [ ecalVeto ] 0 : Hit 1: [-1.47238, -102.646, 12] + [ ecalVeto ] 0 : Hit 2: [-3.88031, -98.4754, 11] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, 29.1946, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 11] + [ ecalVeto ] 0 : Hit 2: [12.0397, 20.8533, 10] + [ ecalVeto ] 0 : Hit 3: [9.63173, 16.6826, 9] + [ ecalVeto ] 0 : Hit 4: [12.0397, 12.512, 8] + [ ecalVeto ] 0 : Hit 5: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 12] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -20.8533, 2] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -87.5839, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -83.4132, 9] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, -8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1796.32; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3786 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 12.512, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 16.6826, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 62.5599, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 58.3892, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 90 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7673.23; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3787 Brem photon produced 97 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [18.3279, 140.182, 32] + [ ecalVeto ] 0 : Hit 1: [15.92, 136.011, 31] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [11.1041, 127.67, 28] + [ ecalVeto ] 0 : Hit 1: [8.69618, 123.499, 27] + [ ecalVeto ] 0 : Hit 2: [11.1041, 119.329, 26] + [ ecalVeto ] 0 : Hit 3: [8.69618, 115.158, 25] + [ ecalVeto ] 0 : Hit 4: [11.1041, 110.987, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [8.69618, 98.4754, 23] + [ ecalVeto ] 0 : Hit 1: [11.1041, 94.3048, 22] + [ ecalVeto ] 0 : Hit 2: [9.63173, 91.7545, 21] + [ ecalVeto ] 0 : Hit 3: [12.0397, 87.5839, 20] + [ ecalVeto ] 0 : Hit 4: [9.63173, 83.4132, 19] + [ ecalVeto ] 0 : Hit 5: [12.0397, 79.2426, 18] + [ ecalVeto ] 0 : Hit 6: [9.63173, 75.0719, 17] + [ ecalVeto ] 0 : Hit 7: [12.0397, 70.9012, 16] + [ ecalVeto ] 0 : Hit 8: [9.63173, 66.7306, 15] + [ ecalVeto ] 0 : Hit 9: [12.0397, 62.5599, 14] + [ ecalVeto ] 0 : Hit 10: [9.63173, 58.3892, 13] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 50.0479, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 45.8773, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, 41.7066, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, 41.7066, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 7: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Hit 8: [4.81586, 33.3653, 2] + [ ecalVeto ] 0 : Hit 9: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 10: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Hit 11: [-2.40793, 29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 2 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4003.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3788 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-154.644, 79.2426, 29] + [ ecalVeto ] 0 : Hit 1: [-152.237, 75.0719, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-140.197, 79.2426, 27] + [ ecalVeto ] 0 : Hit 1: [-137.789, 75.0719, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 65.1101, 19] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 60.9395, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [108.894, 8.34132, 15] + [ ecalVeto ] 0 : Hit 1: [108.894, 8.34132, 13] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 60.9395, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 58.3892, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [111.302, -4.17066, 14] + [ ecalVeto ] 0 : Hit 1: [111.302, -4.17066, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 54.2186, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 58.3892, 12] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 50.0479, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 54.2186, 10] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [31.3031, 37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [33.711, 41.7066, 6] + [ ecalVeto ] 0 : Hit 2: [31.3031, 37.5359, 5] + [ ecalVeto ] 0 : Hit 3: [33.711, 33.3653, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4358.61; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3789 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [30.3676, -102.646, 15] + [ ecalVeto ] 0 : Hit 1: [32.7755, -98.4754, 14] + [ ecalVeto ] 0 : Hit 2: [30.3676, -102.646, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-52.039, -73.4515, 12] + [ ecalVeto ] 0 : Hit 1: [-54.4469, -69.2808, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [11.1041, -110.987, 12] + [ ecalVeto ] 0 : Hit 1: [8.69618, -106.817, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [102.606, 161.035, 9] + [ ecalVeto ] 0 : Hit 1: [105.013, 156.865, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5926.34; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3790 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7364.92; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3791 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 11 + [ ecalVeto ] 0 : Beginning track merging using 11 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 11 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -54.2186, 15] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -50.0479, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -50.0479, 13] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -45.8773, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -41.7066, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-94.4462, -25.024, 10] + [ ecalVeto ] 0 : Hit 1: [-96.8541, -29.1946, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-33.711, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -37.5359, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -33.3653, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 12.512, 5] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-45.7507, -12.512, 6] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [-45.7507, -20.8533, 4] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-33.711, -16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -20.8533, 4] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, -20.8533, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 11 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6619.86; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3792 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -37.5359, 19] + [ ecalVeto ] 0 : Hit 1: [4.81586, -41.7066, 18] + [ ecalVeto ] 0 : Hit 2: [2.40793, -37.5359, 17] + [ ecalVeto ] 0 : Hit 3: [4.81586, -33.3653, 16] + [ ecalVeto ] 0 : Hit 4: [2.40793, -29.1946, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 12.512, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 16.6826, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 16.6826, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6308.4; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3793 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [90.5659, 106.817, 16] + [ ecalVeto ] 0 : Hit 1: [88.1579, 102.646, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-125.749, -62.5599, 15] + [ ecalVeto ] 0 : Hit 1: [-123.341, -58.3892, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-104.078, -50.0479, 13] + [ ecalVeto ] 0 : Hit 1: [-101.67, -45.8773, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [68.8945, 85.9634, 12] + [ ecalVeto ] 0 : Hit 1: [66.4865, 81.7928, 11] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, 29.1946, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 3] + [ ecalVeto ] 0 : Hit 2: [12.0397, 29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1492.23; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3794 Brem photon produced 79 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3794 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -66.7306, 22] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -62.5599, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -54.2186, 20] + [ ecalVeto ] 0 : Hit 1: [-33.711, -50.0479, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -41.7066, 18] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -37.5359, 17] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-52.9745, -16.6826, 14] + [ ecalVeto ] 0 : Hit 1: [-55.3824, -20.8533, 13] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, 45.8773, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, 50.0479, 11] + [ ecalVeto ] 0 : Hit 2: [12.0397, 45.8773, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-60.1983, -29.1946, 12] + [ ecalVeto ] 0 : Hit 1: [-62.6062, -33.3653, 11] + [ ecalVeto ] 0 : Hit 2: [-60.1983, -37.5359, 10] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -50.0479, 9] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -45.8773, 8] + [ ecalVeto ] 0 : Hit 2: [-62.6062, -50.0479, 7] + [ ecalVeto ] 0 : Hit 3: [-60.1983, -45.8773, 6] + [ ecalVeto ] 0 : Hit 4: [-62.6062, -41.7066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5058.16; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3795 Brem photon produced 48 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, 29.1946, 23] + [ ecalVeto ] 0 : Hit 1: [19.2635, 33.3653, 22] + [ ecalVeto ] 0 : Hit 2: [16.8555, 37.5359, 21] + [ ecalVeto ] 0 : Hit 3: [19.2635, 33.3653, 20] + [ ecalVeto ] 0 : Hit 4: [16.8555, 29.1946, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 29.1946, 18] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 17] + [ ecalVeto ] 0 : Hit 2: [12.0397, 20.8533, 16] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 14] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 13] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 12] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 11] + [ ecalVeto ] 0 : Hit 4: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 5: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 11] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 10] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 6: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 7: [4.81586, -8.34132, 2] + [ ecalVeto ] 0 : Hit 8: [2.40793, -12.512, 1] + [ ecalVeto ] 0 : Hit 9: [4.81586, -8.34132, 0] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -8.34132, 1] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6509.97; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3796 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-69.83, 45.8773, 11] + [ ecalVeto ] 0 : Hit 1: [-69.83, 45.8773, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-45.7507, 29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [-48.1586, 25.024, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, 50.0479, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 54.2186, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5985.42; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3797 Brem photon produced 33 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [48.1586, 33.3653, 20] + [ ecalVeto ] 0 : Hit 1: [45.7507, 29.1946, 19] + [ ecalVeto ] 0 : Hit 2: [48.1586, 33.3653, 18] + [ ecalVeto ] 0 : Hit 3: [45.7507, 29.1946, 17] + [ ecalVeto ] 0 : Hit 4: [48.1586, 25.024, 16] + [ ecalVeto ] 0 : Hit 5: [48.1586, 25.024, 14] + [ ecalVeto ] 0 : Hit 6: [55.3824, 20.8533, 16] + [ ecalVeto ] 0 : Hit 7: [55.3824, 20.8533, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [38.5269, 33.3653, 19] + [ ecalVeto ] 0 : Hit 1: [40.9348, 29.1946, 18] + [ ecalVeto ] 0 : Hit 2: [40.9348, 29.1946, 16] + [ ecalVeto ] 0 : Hit 3: [38.5269, 25.024, 15] + [ ecalVeto ] 0 : Hit 4: [40.9348, 29.1946, 14] + [ ecalVeto ] 0 : Hit 5: [38.5269, 25.024, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [52.9745, 33.3653, 19] + [ ecalVeto ] 0 : Hit 1: [55.3824, 37.5359, 18] + [ ecalVeto ] 0 : Hit 2: [52.9745, 33.3653, 17] + [ ecalVeto ] 0 : Hit 3: [55.3824, 29.1946, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [33.711, 25.024, 16] + [ ecalVeto ] 0 : Hit 1: [33.711, 25.024, 14] + [ ecalVeto ] 0 : Hit 2: [31.3031, 29.1946, 13] + [ ecalVeto ] 0 : Hit 3: [33.711, 25.024, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 12] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 10] + [ ecalVeto ] 0 : Hit 3: [9.63173, 8.34132, 9] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [26.4873, 12.512, 12] + [ ecalVeto ] 0 : Hit 1: [24.0793, 16.6826, 11] + [ ecalVeto ] 0 : Hit 2: [26.4873, 12.512, 10] + [ ecalVeto ] 0 : Hit 3: [24.0793, 8.34132, 9] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [19.2635, 25.024, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, 20.8533, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7311.33; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3798 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 50.0479, 20] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 45.8773, 19] + [ ecalVeto ] 0 : Hit 2: [-38.5269, 41.7066, 18] + [ ecalVeto ] 0 : Hit 3: [-38.5269, 41.7066, 16] + [ ecalVeto ] 0 : Hit 4: [-40.9348, 37.5359, 15] + [ ecalVeto ] 0 : Hit 5: [-38.5269, 33.3653, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 16.6826, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3116.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3799 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 15 + [ ecalVeto ] 0 : Beginning track merging using 15 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 14 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [52.039, 98.4754, 29] + [ ecalVeto ] 0 : Hit 1: [54.4469, 94.3048, 28] + [ ecalVeto ] 0 : Hit 2: [52.039, 90.1341, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [33.711, 75.0719, 26] + [ ecalVeto ] 0 : Hit 1: [31.3031, 70.9012, 25] + [ ecalVeto ] 0 : Hit 2: [33.711, 66.7306, 24] + [ ecalVeto ] 0 : Hit 3: [31.3031, 62.5599, 23] + [ ecalVeto ] 0 : Hit 4: [33.711, 58.3892, 22] + [ ecalVeto ] 0 : Hit 5: [31.3031, 54.2186, 21] + [ ecalVeto ] 0 : Hit 6: [33.711, 50.0479, 20] + [ ecalVeto ] 0 : Hit 7: [31.3031, 45.8773, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [24.0793, -75.0719, 23] + [ ecalVeto ] 0 : Hit 1: [26.4873, -79.2426, 22] + [ ecalVeto ] 0 : Hit 2: [24.0793, -75.0719, 21] + [ ecalVeto ] 0 : Hit 3: [26.4873, -70.9012, 20] + [ ecalVeto ] 0 : Hit 4: [24.0793, -66.7306, 19] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [26.4873, 45.8773, 18] + [ ecalVeto ] 0 : Hit 1: [24.0793, 41.7066, 17] + [ ecalVeto ] 0 : Hit 2: [26.4873, 37.5359, 16] + [ ecalVeto ] 0 : Hit 3: [24.0793, 33.3653, 15] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -198.571, 17] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -202.742, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [19.2635, -58.3892, 16] + [ ecalVeto ] 0 : Hit 1: [16.8555, -54.2186, 15] + [ ecalVeto ] 0 : Hit 2: [19.2635, -50.0479, 14] + [ ecalVeto ] 0 : Hit 3: [16.8555, -45.8773, 13] + [ ecalVeto ] 0 : Hit 4: [19.2635, -41.7066, 12] + [ ecalVeto ] 0 : Hit 5: [16.8555, -45.8773, 11] + [ ecalVeto ] 0 : Hit 6: [19.2635, -41.7066, 10] + [ ecalVeto ] 0 : Hit 7: [16.8555, -37.5359, 9] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -177.718, 15] + [ ecalVeto ] 0 : Hit 1: [-52.039, -173.547, 14] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -169.377, 15] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -165.206, 14] + [ ecalVeto ] 0 : Hit 2: [-68.8945, -161.035, 13] + [ ecalVeto ] 0 : Hit 3: [-66.4865, -156.865, 12] + [ ecalVeto ] 0 : Hit 4: [-73.7103, -161.035, 14] + [ ecalVeto ] 0 : Hit 5: [-76.1183, -156.865, 13] + [ ecalVeto ] 0 : Hit 6: [-73.7103, -152.694, 12] + [ ecalVeto ] 0 : Hit 7: [-73.7103, -152.694, 10] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [19.2635, 25.024, 14] + [ ecalVeto ] 0 : Hit 1: [16.8555, 20.8533, 13] + [ ecalVeto ] 0 : Hit 2: [19.2635, 25.024, 12] + [ ecalVeto ] 0 : Hit 3: [16.8555, 20.8533, 11] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -131.841, 13] + [ ecalVeto ] 0 : Hit 1: [-59.2627, -136.011, 12] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-66.4865, -140.182, 12] + [ ecalVeto ] 0 : Hit 1: [-68.8945, -136.011, 11] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 4: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 5: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [12.0397, -37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 14 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2280.83; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3800 Brem photon produced 38 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 96 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4359.95; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3801 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-112.237, 69.2808, 23] + [ ecalVeto ] 0 : Hit 1: [-109.829, 73.4515, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-95.3817, 65.1101, 20] + [ ecalVeto ] 0 : Hit 1: [-97.7897, 60.9395, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [126.685, -94.3048, 18] + [ ecalVeto ] 0 : Hit 1: [124.277, -90.1341, 17] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 52.5982, 17] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 56.7688, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 41.7066, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 45.8773, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 87 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5823.52; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3802 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-154.644, 4.17066, 17] + [ ecalVeto ] 0 : Hit 1: [-152.237, 8.34132, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7120.65; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3803 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 8 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 829.092; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3804 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [101.67, -37.5359, 23] + [ ecalVeto ] 0 : Hit 1: [104.078, -33.3653, 22] + [ ecalVeto ] 0 : Hit 2: [101.67, -29.1946, 21] + [ ecalVeto ] 0 : Hit 3: [104.078, -25.024, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-59.2627, -119.329, 14] + [ ecalVeto ] 0 : Hit 1: [-59.2627, -119.329, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -12.512, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3398.73; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3805 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3391.81; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3806 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-89.6303, 16.6826, 23] + [ ecalVeto ] 0 : Hit 1: [-87.2224, 12.512, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-119.461, 115.158, 23] + [ ecalVeto ] 0 : Hit 1: [-117.053, 119.329, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-104.078, 16.6826, 21] + [ ecalVeto ] 0 : Hit 1: [-101.67, 20.8533, 20] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2552.66; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3807 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4751.1; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3808 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 39 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3062.46; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3809 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 29.1946, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6317.37; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3810 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, -12.512, 11] + [ ecalVeto ] 0 : Hit 1: [16.8555, -12.512, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 24 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4376.85; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3811 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 18 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3430.48; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3812 Brem photon produced 68 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-95.3817, 73.4515, 16] + [ ecalVeto ] 0 : Hit 1: [-97.7897, 77.6221, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 50.0479, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 45.8773, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7450.13; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3813 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -45.8773, 6] + [ ecalVeto ] 0 : Hit 1: [-33.711, -41.7066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 37 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3945.81; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3814 Brem photon produced 33 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 58.3892, 16] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 54.2186, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 45.8773, 12] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 41.7066, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 45.8773, 10] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 45.8773, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 41.7066, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7378.37; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3815 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 5: [2.40793, 12.512, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 23 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2222.77; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3816 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [8.69618, -123.499, 27] + [ ecalVeto ] 0 : Hit 1: [11.1041, -127.67, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 66.7306, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 62.5599, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 54.2186, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 50.0479, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4955.5; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3817 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 4: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 5: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 5: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 6: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Hit 7: [2.40793, 12.512, 1] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 92 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 3 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5582.4; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3818 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-141.132, -102.646, 27] + [ ecalVeto ] 0 : Hit 1: [-138.725, -98.4754, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-133.909, -98.4754, 25] + [ ecalVeto ] 0 : Hit 1: [-131.501, -102.646, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [77.0538, 16.6826, 24] + [ ecalVeto ] 0 : Hit 1: [74.6459, 12.512, 23] + [ ecalVeto ] 0 : Hit 2: [77.0538, 16.6826, 22] + [ ecalVeto ] 0 : Hit 3: [74.6459, 12.512, 21] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [69.83, 12.512, 20] + [ ecalVeto ] 0 : Hit 1: [67.4221, 8.34132, 19] + [ ecalVeto ] 0 : Hit 2: [69.83, 12.512, 18] + [ ecalVeto ] 0 : Hit 3: [67.4221, 8.34132, 17] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 4: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [33.711, -25.024, 6] + [ ecalVeto ] 0 : Hit 1: [33.711, -25.024, 4] + [ ecalVeto ] 0 : Hit 2: [31.3031, -20.8533, 3] + [ ecalVeto ] 0 : Hit 3: [33.711, -16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3070.1; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3819 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 95.9252, 19] + [ ecalVeto ] 0 : Hit 1: [4.81586, 91.7545, 18] + [ ecalVeto ] 0 : Hit 2: [2.40793, 87.5839, 17] + [ ecalVeto ] 0 : Hit 3: [4.81586, 83.4132, 16] + [ ecalVeto ] 0 : Hit 4: [2.40793, 79.2426, 15] + [ ecalVeto ] 0 : Hit 5: [4.81586, 75.0719, 14] + [ ecalVeto ] 0 : Hit 6: [9.63173, 75.0719, 15] + [ ecalVeto ] 0 : Hit 7: [9.63173, 75.0719, 13] + [ ecalVeto ] 0 : Hit 8: [12.0397, 70.9012, 12] + [ ecalVeto ] 0 : Hit 9: [9.63173, 66.7306, 11] + [ ecalVeto ] 0 : Hit 10: [12.0397, 62.5599, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [11.1041, 94.3048, 18] + [ ecalVeto ] 0 : Hit 1: [9.63173, 91.7545, 17] + [ ecalVeto ] 0 : Hit 2: [12.0397, 87.5839, 16] + [ ecalVeto ] 0 : Hit 3: [9.63173, 83.4132, 15] + [ ecalVeto ] 0 : Hit 4: [12.0397, 79.2426, 14] + [ ecalVeto ] 0 : Hit 5: [9.63173, 83.4132, 13] + [ ecalVeto ] 0 : Hit 6: [12.0397, 79.2426, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [15.92, 102.646, 17] + [ ecalVeto ] 0 : Hit 1: [18.3279, 106.817, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 96 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6488; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3820 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [32.7755, -115.158, 22] + [ ecalVeto ] 0 : Hit 1: [30.3676, -110.987, 21] + [ ecalVeto ] 0 : Hit 2: [32.7755, -106.817, 20] + [ ecalVeto ] 0 : Hit 3: [30.3676, -102.646, 19] + [ ecalVeto ] 0 : Hit 4: [32.7755, -98.4754, 18] + [ ecalVeto ] 0 : Hit 5: [30.3676, -94.3048, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-145.013, 54.2186, 22] + [ ecalVeto ] 0 : Hit 1: [-147.421, 58.3892, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-132.973, 66.7306, 21] + [ ecalVeto ] 0 : Hit 1: [-130.565, 70.9012, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-118.525, 58.3892, 19] + [ ecalVeto ] 0 : Hit 1: [-116.118, 54.2186, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-104.078, 50.0479, 17] + [ ecalVeto ] 0 : Hit 1: [-101.67, 45.8773, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [26.4873, -79.2426, 14] + [ ecalVeto ] 0 : Hit 1: [24.0793, -75.0719, 13] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-69.83, 29.1946, 13] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 25.024, 12] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 12.512, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 8.34132, 10] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [19.2635, -66.7306, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, -62.5599, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, -58.3892, 8] + [ ecalVeto ] 0 : Hit 3: [16.8555, -54.2186, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2320.77; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3821 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [40.9348, 54.2186, 16] + [ ecalVeto ] 0 : Hit 1: [38.5269, 50.0479, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [33.711, 41.7066, 14] + [ ecalVeto ] 0 : Hit 1: [31.3031, 37.5359, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-25.5517, -85.9634, 11] + [ ecalVeto ] 0 : Hit 1: [-23.1438, -90.1341, 10] + [ ecalVeto ] 0 : Hit 2: [-25.5517, -94.3048, 9] + [ ecalVeto ] 0 : Hit 3: [-23.1438, -90.1341, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 90 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3637.96; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3822 Brem photon produced 67 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-104.078, -2.36672e-14, 9] + [ ecalVeto ] 0 : Hit 1: [-101.67, -4.17066, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [62.6062, 41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [62.6062, 41.7066, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 25.024, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 2] + [ ecalVeto ] 0 : Hit 2: [9.63173, 8.34132, 1] + [ ecalVeto ] 0 : Hit 3: [12.0397, 12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 101 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5515.57; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3823 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-154.644, 54.2186, 19] + [ ecalVeto ] 0 : Hit 1: [-152.237, 58.3892, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-140.197, 45.8773, 17] + [ ecalVeto ] 0 : Hit 1: [-137.789, 41.7066, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [24.0793, 50.0479, 11] + [ ecalVeto ] 0 : Hit 1: [24.0793, 50.0479, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-47.2231, 115.158, 11] + [ ecalVeto ] 0 : Hit 1: [-44.8152, 110.987, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-111.302, -37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [-108.894, -33.3653, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 104 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5961.18; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3824 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 29.1946, 15] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 29.1946, 13] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 33.3653, 12] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 29.1946, 11] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 33.3653, 10] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 33.3653, 8] + [ ecalVeto ] 0 : Hit 6: [-12.0397, 37.5359, 7] + [ ecalVeto ] 0 : Hit 7: [-9.63173, 33.3653, 6] + [ ecalVeto ] 0 : Hit 8: [-12.0397, 37.5359, 5] + [ ecalVeto ] 0 : Hit 9: [-9.63173, 33.3653, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 37.5359, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4623.91; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3825 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-1.47238, -110.987, 24] + [ ecalVeto ] 0 : Hit 1: [-3.88031, -106.817, 23] + [ ecalVeto ] 0 : Hit 2: [-1.47238, -110.987, 22] + [ ecalVeto ] 0 : Hit 3: [-3.88031, -106.817, 21] + [ ecalVeto ] 0 : Hit 4: [-1.47238, -110.987, 20] + [ ecalVeto ] 0 : Finding linreg tracks from 40 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3791.09; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3826 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-162.804, -131.841, 23] + [ ecalVeto ] 0 : Hit 1: [-160.396, -127.67, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-126.685, -94.3048, 19] + [ ecalVeto ] 0 : Hit 1: [-124.277, -90.1341, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 19] + [ ecalVeto ] 0 : Hit 1: [4.81586, -33.3653, 18] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 17] + [ ecalVeto ] 0 : Hit 3: [2.40793, -29.1946, 15] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -29.1946, 16] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -29.1946, 14] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -25.024, 13] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -20.8533, 12] + [ ecalVeto ] 0 : Hit 8: [-4.81586, -25.024, 11] + [ ecalVeto ] 0 : Hit 9: [-2.40793, -20.8533, 10] + [ ecalVeto ] 0 : Hit 10: [-4.81586, -25.024, 9] + [ ecalVeto ] 0 : Hit 11: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Hit 12: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 13: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 14: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -25.024, 12] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -29.1946, 11] + [ ecalVeto ] 0 : Hit 2: [-24.0793, -25.024, 10] + [ ecalVeto ] 0 : Hit 3: [-24.0793, -25.024, 8] + [ ecalVeto ] 0 : Hit 4: [-26.4873, -29.1946, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5369.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3827 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [8.69618, -131.841, 27] + [ ecalVeto ] 0 : Hit 1: [11.1041, -136.011, 26] + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6738.69; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3828 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3561.11; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3829 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-109.829, -156.865, 28] + [ ecalVeto ] 0 : Hit 1: [-112.237, -152.694, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -123.499, 23] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -119.329, 22] + [ ecalVeto ] 0 : Hit 2: [-90.5659, -115.158, 21] + [ ecalVeto ] 0 : Hit 3: [-88.1579, -119.329, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-80.9341, -115.158, 20] + [ ecalVeto ] 0 : Hit 1: [-83.3421, -110.987, 19] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3072.72; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3830 Brem photon produced 41 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-105.013, -98.4754, 13] + [ ecalVeto ] 0 : Hit 1: [-102.606, -94.3048, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 87 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3340.91; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3831 Brem photon produced 45 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 66.7306, 19] + [ ecalVeto ] 0 : Hit 1: [12.0397, 70.9012, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 12.512, 17] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 8.34132, 16] + [ ecalVeto ] 0 : Hit 2: [-40.9348, 4.17066, 15] + [ ecalVeto ] 0 : Hit 3: [-38.5269, -2.66454e-15, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 15] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 14] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 13] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 12] + [ ecalVeto ] 0 : Hit 4: [2.40793, 20.8533, 11] + [ ecalVeto ] 0 : Hit 5: [4.81586, 25.024, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -4.17066, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 108 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5511.65; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3832 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-30.3676, -102.646, 22] + [ ecalVeto ] 0 : Hit 1: [-32.7755, -98.4754, 21] + [ ecalVeto ] 0 : Hit 2: [-30.3676, -102.646, 20] + [ ecalVeto ] 0 : Hit 3: [-32.7755, -98.4754, 19] + [ ecalVeto ] 0 : Hit 4: [-30.3676, -94.3048, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -75.0719, 11] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -70.9012, 10] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -66.7306, 9] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -62.5599, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 23 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4431.7; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3833 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -50.0479, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, -45.8773, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, -50.0479, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, -45.8773, 9] + [ ecalVeto ] 0 : Hit 4: [4.81586, -41.7066, 8] + [ ecalVeto ] 0 : Hit 5: [2.40793, -37.5359, 7] + [ ecalVeto ] 0 : Hit 6: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 7: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 8: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 9: [4.81586, -33.3653, 2] + [ ecalVeto ] 0 : Hit 10: [4.81586, -33.3653, 0] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [9.63173, -33.3653, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -50.0479, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -45.8773, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -50.0479, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -45.8773, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, -41.7066, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Hit 1: [9.63173, -33.3653, 3] + [ ecalVeto ] 0 : Hit 2: [9.63173, -33.3653, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7941.87; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3834 Brem photon produced 62 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -2.66454e-15, 23] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -4.17066, 22] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -8.34132, 21] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -4.17066, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -12.512, 19] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -8.34132, 18] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -12.512, 17] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -16.6826, 16] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -16.6826, 14] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -16.6826, 15] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -16.6826, 13] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -20.8533, 12] + [ ecalVeto ] 0 : Hit 8: [-4.81586, -25.024, 11] + [ ecalVeto ] 0 : Hit 9: [-2.40793, -20.8533, 10] + [ ecalVeto ] 0 : Hit 10: [-4.81586, -25.024, 9] + [ ecalVeto ] 0 : Hit 11: [-2.40793, -29.1946, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [44.8152, -85.9634, 15] + [ ecalVeto ] 0 : Hit 1: [47.2231, -81.7928, 14] + [ ecalVeto ] 0 : Hit 2: [44.8152, -77.6221, 13] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, -45.8773, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, -41.7066, 3] + [ ecalVeto ] 0 : Hit 2: [12.0397, -37.5359, 2] + [ ecalVeto ] 0 : Hit 3: [9.63173, -33.3653, 1] + [ ecalVeto ] 0 : Hit 4: [12.0397, -29.1946, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1687.19; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3835 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -20.8533, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 3 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3833.15; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3836 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [140.197, 45.8773, 26] + [ ecalVeto ] 0 : Hit 1: [137.789, 41.7066, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [125.749, 37.5359, 24] + [ ecalVeto ] 0 : Hit 1: [123.341, 33.3653, 23] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -16.6826, 17] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -12.512, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 66.7306, 16] + [ ecalVeto ] 0 : Hit 1: [2.40793, 62.5599, 15] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -12.512, 15] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -8.34132, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 54.2186, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 50.0479, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 45.8773, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 41.7066, 8] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5412.72; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3837 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-104.078, -2.36672e-14, 21] + [ ecalVeto ] 0 : Hit 1: [-101.67, -4.17066, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -83.4132, 20] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -79.2426, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -8.34132, 17] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -4.17066, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-148.356, 156.865, 11] + [ ecalVeto ] 0 : Hit 1: [-145.948, 152.694, 10] + [ ecalVeto ] 0 : Hit 2: [-148.356, 156.865, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-148.356, 140.182, 11] + [ ecalVeto ] 0 : Hit 1: [-145.948, 144.353, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4523.54; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3838 Brem photon produced 79 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5667.96; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3839 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-118.525, 25.024, 19] + [ ecalVeto ] 0 : Hit 1: [-116.118, 20.8533, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-111.302, 20.8533, 17] + [ ecalVeto ] 0 : Hit 1: [-108.894, 25.024, 16] + [ ecalVeto ] 0 : Hit 2: [-111.302, 20.8533, 15] + [ ecalVeto ] 0 : Hit 3: [-108.894, 25.024, 14] + [ ecalVeto ] 0 : Hit 4: [-111.302, 29.1946, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [26.4873, -12.512, 10] + [ ecalVeto ] 0 : Hit 1: [26.4873, -12.512, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 25.024, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4983.97; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3840 Brem photon produced 46 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 40 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4464.48; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3841 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [31.3031, 37.5359, 19] + [ ecalVeto ] 0 : Hit 1: [33.711, 41.7066, 18] + [ ecalVeto ] 0 : Hit 2: [31.3031, 37.5359, 17] + [ ecalVeto ] 0 : Hit 3: [33.711, 33.3653, 16] + [ ecalVeto ] 0 : Hit 4: [31.3031, 29.1946, 15] + [ ecalVeto ] 0 : Hit 5: [33.711, 25.024, 14] + [ ecalVeto ] 0 : Hit 6: [31.3031, 29.1946, 13] + [ ecalVeto ] 0 : Hit 7: [33.711, 25.024, 12] + [ ecalVeto ] 0 : Hit 8: [31.3031, 20.8533, 11] + [ ecalVeto ] 0 : Hit 9: [33.711, 25.024, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 45.8773, 13] + [ ecalVeto ] 0 : Hit 1: [4.81586, 41.7066, 12] + [ ecalVeto ] 0 : Hit 2: [2.40793, 45.8773, 11] + [ ecalVeto ] 0 : Hit 3: [4.81586, 41.7066, 10] + [ ecalVeto ] 0 : Hit 4: [2.40793, 37.5359, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 41.7066, 13] + [ ecalVeto ] 0 : Hit 1: [12.0397, 37.5359, 12] + [ ecalVeto ] 0 : Hit 2: [9.63173, 33.3653, 11] + [ ecalVeto ] 0 : Hit 3: [12.0397, 29.1946, 10] + [ ecalVeto ] 0 : Hit 4: [9.63173, 25.024, 9] + [ ecalVeto ] 0 : Hit 5: [12.0397, 29.1946, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 108 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4986; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3842 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 30 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1246.91; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3843 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -206.913, 23] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -202.742, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -8.34132, 22] + [ ecalVeto ] 0 : Hit 1: [16.8555, -12.512, 21] + [ ecalVeto ] 0 : Hit 2: [19.2635, -8.34132, 20] + [ ecalVeto ] 0 : Hit 3: [16.8555, -4.17066, 19] + [ ecalVeto ] 0 : Hit 4: [16.8555, -4.17066, 17] + [ ecalVeto ] 0 : Hit 5: [12.0397, -4.17066, 18] + [ ecalVeto ] 0 : Hit 6: [12.0397, -4.17066, 16] + [ ecalVeto ] 0 : Hit 7: [9.63173, -2.66454e-15, 15] + [ ecalVeto ] 0 : Hit 8: [12.0397, -4.17066, 14] + [ ecalVeto ] 0 : Hit 9: [9.63173, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 10: [12.0397, 4.17066, 12] + [ ecalVeto ] 0 : Hit 11: [9.63173, 8.34132, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -181.889, 21] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -177.718, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-45.7507, -62.5599, 12] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -58.3892, 11] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 7: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Hit 8: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 9: [-2.40793, 29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4308.91; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3844 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [55.3824, 29.1946, 20] + [ ecalVeto ] 0 : Hit 1: [52.9745, 25.024, 19] + [ ecalVeto ] 0 : Hit 2: [52.9745, 25.024, 17] + [ ecalVeto ] 0 : Hit 3: [48.1586, 25.024, 18] + [ ecalVeto ] 0 : Hit 4: [48.1586, 25.024, 16] + [ ecalVeto ] 0 : Hit 5: [45.7507, 20.8533, 15] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3789.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3845 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [31.3031, -4.17066, 23] + [ ecalVeto ] 0 : Hit 1: [31.3031, -4.17066, 21] + [ ecalVeto ] 0 : Hit 2: [33.711, -8.34132, 20] + [ ecalVeto ] 0 : Hit 3: [31.3031, -12.512, 19] + [ ecalVeto ] 0 : Hit 4: [31.3031, -12.512, 17] + [ ecalVeto ] 0 : Hit 5: [31.3031, -12.512, 15] + [ ecalVeto ] 0 : Hit 6: [31.3031, -12.512, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -56.7688, 21] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -52.5982, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 69.2808, 19] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 73.4515, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2123.54; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3846 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-88.1579, -85.9634, 10] + [ ecalVeto ] 0 : Hit 1: [-90.5659, -81.7928, 9] + [ ecalVeto ] 0 : Hit 2: [-88.1579, -77.6221, 8] + [ ecalVeto ] 0 : Hit 3: [-90.5659, -81.7928, 7] + [ ecalVeto ] 0 : Hit 4: [-83.3421, -77.6221, 9] + [ ecalVeto ] 0 : Hit 5: [-80.9341, -73.4515, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -45.8773, 8] + [ ecalVeto ] 0 : Hit 2: [-45.7507, -45.8773, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -65.1101, 9] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -69.2808, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-80.9341, -65.1101, 8] + [ ecalVeto ] 0 : Hit 1: [-83.3421, -60.9395, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-60.1983, -62.5599, 8] + [ ecalVeto ] 0 : Hit 1: [-62.6062, -58.3892, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5623.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3847 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, 4.17066, 15] + [ ecalVeto ] 0 : Hit 1: [19.2635, -2.66454e-15, 14] + [ ecalVeto ] 0 : Hit 2: [16.8555, -4.17066, 13] + [ ecalVeto ] 0 : Hit 3: [19.2635, -8.34132, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [24.0793, -2.66454e-15, 15] + [ ecalVeto ] 0 : Hit 1: [24.0793, -2.66454e-15, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -65.1101, 7] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -60.9395, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -41.7066, 5] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -45.8773, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -33.3653, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 91 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6113.46; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3848 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5621.93; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3849 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3103.87; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3850 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 62.5599, 8] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 58.3892, 7] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 54.2186, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Hit 5: [12.0397, 4.17066, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2324.46; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3851 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -87.5839, 31] + [ ecalVeto ] 0 : Hit 1: [4.81586, -83.4132, 30] + [ ecalVeto ] 0 : Hit 2: [2.40793, -79.2426, 29] + [ ecalVeto ] 0 : Hit 3: [4.81586, -75.0719, 28] + [ ecalVeto ] 0 : Hit 4: [2.40793, -70.9012, 27] + [ ecalVeto ] 0 : Hit 5: [4.81586, -66.7306, 26] + [ ecalVeto ] 0 : Hit 6: [2.40793, -62.5599, 25] + [ ecalVeto ] 0 : Hit 7: [4.81586, -58.3892, 24] + [ ecalVeto ] 0 : Hit 8: [2.40793, -54.2186, 23] + [ ecalVeto ] 0 : Hit 9: [4.81586, -50.0479, 22] + [ ecalVeto ] 0 : Hit 10: [2.40793, -45.8773, 21] + [ ecalVeto ] 0 : Hit 11: [4.81586, -41.7066, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 15] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 13] + [ ecalVeto ] 0 : Hit 2: [12.0397, -20.8533, 12] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 11] + [ ecalVeto ] 0 : Hit 4: [12.0397, -12.512, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 4: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 5: [4.81586, -8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5575.47; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3852 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 7: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 8: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Hit 9: [2.40793, 12.512, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 30 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4597.09; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3853 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4735.74; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3854 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, -33.3653, 14] + [ ecalVeto ] 0 : Hit 1: [31.3031, -29.1946, 13] + [ ecalVeto ] 0 : Hit 2: [33.711, -33.3653, 12] + [ ecalVeto ] 0 : Hit 3: [31.3031, -29.1946, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [19.2635, -33.3653, 6] + [ ecalVeto ] 0 : Hit 2: [19.2635, -33.3653, 4] + [ ecalVeto ] 0 : Hit 3: [16.8555, -29.1946, 3] + [ ecalVeto ] 0 : Hit 4: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Hit 5: [9.63173, -33.3653, 3] + [ ecalVeto ] 0 : Hit 6: [9.63173, -33.3653, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6149.16; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3855 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -8.34132, 17] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -4.17066, 16] + [ ecalVeto ] 0 : Hit 2: [-74.6459, -4.17066, 14] + [ ecalVeto ] 0 : Hit 3: [-69.83, -4.17066, 15] + [ ecalVeto ] 0 : Hit 4: [-67.4221, -8.34132, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-52.039, -73.4515, 14] + [ ecalVeto ] 0 : Hit 1: [-54.4469, -69.2808, 13] + [ ecalVeto ] 0 : Hit 2: [-52.9745, -66.7306, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -12.512, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -12.512, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -16.6826, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [-38.5269, -16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [-40.9348, -20.8533, 5] + [ ecalVeto ] 0 : Hit 4: [-38.5269, -16.6826, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -50.0479, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -45.8773, 8] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -33.3653, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5999.06; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3856 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -41.7066, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 11] + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4085.55; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3857 Brem photon produced 58 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -54.2186, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -58.3892, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 90 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4085.07; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3858 Brem photon produced 45 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [195.579, -41.7066, 33] + [ ecalVeto ] 0 : Hit 1: [197.987, -37.5359, 32] + [ ecalVeto ] 0 : Hit 2: [195.579, -41.7066, 31] + [ ecalVeto ] 0 : Hit 3: [188.356, -37.5359, 33] + [ ecalVeto ] 0 : Hit 4: [188.356, -37.5359, 31] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -41.7066, 13] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -45.8773, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -12.512, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -8.34132, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -58.3892, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -62.5599, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, 45.8773, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, 41.7066, 9] + [ ecalVeto ] 0 : Hit 2: [9.63173, 41.7066, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5178.1; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3859 Brem photon produced 36 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 136.011, 19] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 131.841, 18] + [ ecalVeto ] 0 : Hit 2: [-97.7897, 127.67, 17] + [ ecalVeto ] 0 : Hit 3: [-95.3817, 123.499, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 37.5359, 14] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 33.3653, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 94.3048, 13] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 90.1341, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 69.2808, 11] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 65.1101, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6962.15; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3860 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -58.3892, 8] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -54.2186, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5182.89; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3861 Brem photon produced 42 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, 16.6826, 14] + [ ecalVeto ] 0 : Hit 1: [31.3031, 12.512, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-45.7507, 4.17066, 12] + [ ecalVeto ] 0 : Hit 1: [-48.1586, 8.34132, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [24.0793, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [26.4873, -12.512, 8] + [ ecalVeto ] 0 : Hit 2: [24.0793, -8.34132, 7] + [ ecalVeto ] 0 : Hit 3: [26.4873, -12.512, 6] + [ ecalVeto ] 0 : Hit 4: [24.0793, -16.6826, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -83.4132, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -79.2426, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -83.4132, 3] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -83.4132, 1] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -87.5839, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 100 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7915.04; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3862 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-47.2231, 81.7928, 23] + [ ecalVeto ] 0 : Hit 1: [-44.8152, 85.9634, 22] + [ ecalVeto ] 0 : Hit 2: [-39.9993, 85.9634, 23] + [ ecalVeto ] 0 : Hit 3: [-37.5914, 90.1341, 22] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4081.78; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3863 Brem photon produced 56 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -25.024, 5] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -20.8533, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -12.512, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -16.6826, 4] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -20.8533, 3] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -16.6826, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3344.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3864 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3947.43; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3865 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-118.525, 41.7066, 27] + [ ecalVeto ] 0 : Hit 1: [-116.118, 45.8773, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-111.302, 45.8773, 25] + [ ecalVeto ] 0 : Hit 1: [-108.894, 50.0479, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 54.2186, 23] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 50.0479, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 50.0479, 17] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 45.8773, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 25.024, 13] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 29.1946, 12] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [16.8555, -4.17066, 3] + [ ecalVeto ] 0 : Hit 1: [16.8555, -4.17066, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3799.93; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3866 Brem photon produced 75 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 8.34132, 1] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3373.22; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3867 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 58.3892, 16] + [ ecalVeto ] 0 : Hit 1: [16.8555, 54.2186, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [52.039, -98.4754, 15] + [ ecalVeto ] 0 : Hit 1: [52.039, -98.4754, 13] + [ ecalVeto ] 0 : Hit 2: [54.4469, -94.3048, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [44.8152, -94.3048, 13] + [ ecalVeto ] 0 : Hit 1: [47.2231, -90.1341, 12] + [ ecalVeto ] 0 : Hit 2: [44.8152, -85.9634, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [16.8555, -79.2426, 13] + [ ecalVeto ] 0 : Hit 1: [19.2635, -75.0719, 12] + [ ecalVeto ] 0 : Hit 2: [16.8555, -79.2426, 11] + [ ecalVeto ] 0 : Hit 3: [19.2635, -75.0719, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 33.3653, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5180.37; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3868 Brem photon produced 61 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4829.49; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3869 Brem photon produced 88 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 25.024, 4] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 25.024, 6] + [ ecalVeto ] 0 : Hit 5: [-12.0397, 29.1946, 5] + [ ecalVeto ] 0 : Hit 6: [-9.63173, 33.3653, 4] + [ ecalVeto ] 0 : Hit 7: [-12.0397, 37.5359, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5521; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3870 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -81.7928, 17] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -77.6221, 16] + [ ecalVeto ] 0 : Finding linreg tracks from 40 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5338.99; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3871 Brem photon produced 38 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [153.172, -198.571, 29] + [ ecalVeto ] 0 : Hit 1: [155.58, -194.401, 28] + [ ecalVeto ] 0 : Hit 2: [153.172, -190.23, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 16] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 15] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 13] + [ ecalVeto ] 0 : Hit 3: [12.0397, 20.8533, 12] + [ ecalVeto ] 0 : Hit 4: [9.63173, 16.6826, 11] + [ ecalVeto ] 0 : Hit 5: [9.63173, 16.6826, 9] + [ ecalVeto ] 0 : Hit 6: [2.40793, 12.512, 11] + [ ecalVeto ] 0 : Hit 7: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 8: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Hit 9: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 10: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 11: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 2 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3623.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3872 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [60.1983, -62.5599, 19] + [ ecalVeto ] 0 : Hit 1: [62.6062, -58.3892, 18] + [ ecalVeto ] 0 : Hit 2: [60.1983, -62.5599, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [23.1438, 106.817, 5] + [ ecalVeto ] 0 : Hit 1: [25.5517, 102.646, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -41.7066, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, -37.5359, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, -33.3653, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, -29.1946, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4923.34; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3873 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 25] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 24] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 23] + [ ecalVeto ] 0 : Hit 3: [12.0397, 20.8533, 22] + [ ecalVeto ] 0 : Hit 4: [9.63173, 25.024, 21] + [ ecalVeto ] 0 : Hit 5: [12.0397, 29.1946, 20] + [ ecalVeto ] 0 : Hit 6: [12.0397, 29.1946, 18] + [ ecalVeto ] 0 : Hit 7: [16.8555, 29.1946, 19] + [ ecalVeto ] 0 : Hit 8: [16.8555, 29.1946, 17] + [ ecalVeto ] 0 : Hit 9: [19.2635, 33.3653, 16] + [ ecalVeto ] 0 : Hit 10: [16.8555, 29.1946, 15] + [ ecalVeto ] 0 : Hit 11: [19.2635, 33.3653, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4189.33; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3874 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 8.34132, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4358.85; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3875 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-15.92, 136.011, 32] + [ ecalVeto ] 0 : Hit 1: [-18.3279, 131.841, 31] + [ ecalVeto ] 0 : Hit 2: [-23.1438, 131.841, 32] + [ ecalVeto ] 0 : Hit 3: [-25.5517, 127.67, 31] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-23.1438, 140.182, 32] + [ ecalVeto ] 0 : Hit 1: [-25.5517, 136.011, 31] + [ ecalVeto ] 0 : Finding linreg tracks from 32 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1117.2; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3876 Brem photon produced 83 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, -16.6826, 4] + [ ecalVeto ] 0 : Hit 1: [31.3031, -20.8533, 3] + [ ecalVeto ] 0 : Hit 2: [33.711, -16.6826, 2] + [ ecalVeto ] 0 : Hit 3: [31.3031, -20.8533, 1] + [ ecalVeto ] 0 : Hit 4: [33.711, -25.024, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 23 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1958.92; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3877 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4267.13; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3878 Brem photon produced 45 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 29.1946, 15] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 25.024, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, 25.024, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 29.1946, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4778.71; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3879 Brem photon produced 38 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [83.3421, -69.2808, 14] + [ ecalVeto ] 0 : Hit 1: [80.9341, -65.1101, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, -12.512, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, -8.34132, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Hit 4: [12.0397, -12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4444.65; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3880 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4379.84; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3881 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [61.6707, -115.158, 28] + [ ecalVeto ] 0 : Hit 1: [59.2627, -110.987, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [54.4469, -110.987, 26] + [ ecalVeto ] 0 : Hit 1: [52.039, -106.817, 25] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [32.7755, -98.4754, 20] + [ ecalVeto ] 0 : Hit 1: [30.3676, -94.3048, 19] + [ ecalVeto ] 0 : Hit 2: [32.7755, -90.1341, 18] + [ ecalVeto ] 0 : Hit 3: [30.3676, -85.9634, 17] + [ ecalVeto ] 0 : Hit 4: [32.7755, -81.7928, 16] + [ ecalVeto ] 0 : Hit 5: [31.3031, -79.2426, 15] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, -58.3892, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, -54.2186, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, -50.0479, 8] + [ ecalVeto ] 0 : Hit 3: [16.8555, -45.8773, 7] + [ ecalVeto ] 0 : Hit 4: [19.2635, -41.7066, 6] + [ ecalVeto ] 0 : Hit 5: [16.8555, -37.5359, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-33.711, -75.0719, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -70.9012, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 2] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3295.61; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3882 Brem photon produced 44 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, -45.8773, 19] + [ ecalVeto ] 0 : Hit 1: [19.2635, -50.0479, 18] + [ ecalVeto ] 0 : Hit 2: [16.8555, -54.2186, 17] + [ ecalVeto ] 0 : Hit 3: [16.8555, -54.2186, 15] + [ ecalVeto ] 0 : Hit 4: [12.0397, -54.2186, 16] + [ ecalVeto ] 0 : Hit 5: [12.0397, -54.2186, 14] + [ ecalVeto ] 0 : Hit 6: [9.63173, -50.0479, 13] + [ ecalVeto ] 0 : Hit 7: [12.0397, -45.8773, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 19] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 18] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 17] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-105.013, -98.4754, 11] + [ ecalVeto ] 0 : Hit 1: [-102.606, -94.3048, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -8.34132, 4] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4360.25; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3883 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [55.3824, 20.8533, 22] + [ ecalVeto ] 0 : Hit 1: [52.9745, 25.024, 21] + [ ecalVeto ] 0 : Hit 2: [55.3824, 20.8533, 20] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4805.66; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3884 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-125.749, -4.17066, 23] + [ ecalVeto ] 0 : Hit 1: [-123.341, -8.34132, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-123.341, -16.6826, 20] + [ ecalVeto ] 0 : Hit 1: [-125.749, -20.8533, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -16.6826, 19] + [ ecalVeto ] 0 : Hit 1: [-87.2224, -12.512, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-116.118, -12.512, 18] + [ ecalVeto ] 0 : Hit 1: [-118.525, -8.34132, 17] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-125.749, -4.17066, 17] + [ ecalVeto ] 0 : Hit 1: [-125.749, -4.17066, 15] + [ ecalVeto ] 0 : Hit 2: [-123.341, -2.36672e-14, 14] + [ ecalVeto ] 0 : Hit 3: [-130.565, -4.17066, 16] + [ ecalVeto ] 0 : Hit 4: [-132.973, -2.36672e-14, 15] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 25.024, 10] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 20.8533, 9] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 87 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8101.5; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3885 Brem photon produced 38 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-141.132, 161.035, 23] + [ ecalVeto ] 0 : Hit 1: [-138.725, 156.865, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-126.685, 144.353, 21] + [ ecalVeto ] 0 : Hit 1: [-124.277, 140.182, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 70.9012, 18] + [ ecalVeto ] 0 : Hit 1: [9.63173, 66.7306, 17] + [ ecalVeto ] 0 : Hit 2: [12.0397, 62.5599, 16] + [ ecalVeto ] 0 : Hit 3: [9.63173, 58.3892, 15] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-105.013, 123.499, 17] + [ ecalVeto ] 0 : Hit 1: [-102.606, 119.329, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 70.9012, 10] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 66.7306, 9] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 37.5359, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 33.3653, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 29.1946, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 33.3653, 6] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-33.711, 8.34132, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5595.7; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3886 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-119.461, 81.7928, 25] + [ ecalVeto ] 0 : Hit 1: [-117.053, 85.9634, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-112.237, 77.6221, 23] + [ ecalVeto ] 0 : Hit 1: [-109.829, 73.4515, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-105.013, 73.4515, 21] + [ ecalVeto ] 0 : Hit 1: [-102.606, 69.2808, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 52.5982, 17] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 50.0479, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [19.2635, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, -4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, -2.66454e-15, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 118 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5955.62; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3887 Brem photon produced 47 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 45.8773, 25] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 41.7066, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-87.2224, -4.17066, 24] + [ ecalVeto ] 0 : Hit 1: [-87.2224, -4.17066, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 41.7066, 23] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 37.5359, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-69.83, 37.5359, 21] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 33.3653, 20] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 33.3653, 19] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 37.5359, 18] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 37.5359, 17] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 33.3653, 16] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [4.81586, -91.7545, 14] + [ ecalVeto ] 0 : Hit 1: [2.40793, -87.5839, 13] + [ ecalVeto ] 0 : Hit 2: [4.81586, -83.4132, 14] + [ ecalVeto ] 0 : Hit 3: [2.40793, -79.2426, 13] + [ ecalVeto ] 0 : Hit 4: [4.81586, -75.0719, 12] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-69.83, -37.5359, 1] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -33.3653, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4594.33; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3888 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 12 + [ ecalVeto ] 0 : Beginning track merging using 12 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-61.6707, 81.7928, 27] + [ ecalVeto ] 0 : Hit 1: [-59.2627, 77.6221, 26] + [ ecalVeto ] 0 : Hit 2: [-61.6707, 73.4515, 25] + [ ecalVeto ] 0 : Hit 3: [-59.2627, 69.2808, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-131.501, 102.646, 22] + [ ecalVeto ] 0 : Hit 1: [-133.909, 98.4754, 21] + [ ecalVeto ] 0 : Hit 2: [-131.501, 94.3048, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 54.2186, 21] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 50.0479, 20] + [ ecalVeto ] 0 : Hit 2: [-55.3824, 45.8773, 19] + [ ecalVeto ] 0 : Hit 3: [-52.9745, 41.7066, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-119.461, 90.1341, 19] + [ ecalVeto ] 0 : Hit 1: [-117.053, 94.3048, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-112.237, 85.9634, 17] + [ ecalVeto ] 0 : Hit 1: [-109.829, 81.7928, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 20.8533, 15] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 25.024, 14] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 4.17066, 9] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-33.711, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-33.711, -8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -4.17066, 9] + [ ecalVeto ] 0 : Hit 3: [-24.0793, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 4: [-26.4873, -4.17066, 7] + [ ecalVeto ] 0 : Hit 5: [-24.0793, -8.34132, 6] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -12.512, 7] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -20.8533, 7] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -20.8533, 5] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -25.024, 4] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 100 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5817.22; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3889 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [45.7507, -12.512, 15] + [ ecalVeto ] 0 : Hit 1: [48.1586, -8.34132, 14] + [ ecalVeto ] 0 : Hit 2: [48.1586, -8.34132, 12] + [ ecalVeto ] 0 : Hit 3: [45.7507, -12.512, 11] + [ ecalVeto ] 0 : Hit 4: [38.5269, -8.34132, 13] + [ ecalVeto ] 0 : Hit 5: [40.9348, -12.512, 12] + [ ecalVeto ] 0 : Hit 6: [38.5269, -8.34132, 11] + [ ecalVeto ] 0 : Hit 7: [40.9348, -4.17066, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [24.0793, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 1: [24.0793, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 2: [26.4873, -4.17066, 10] + [ ecalVeto ] 0 : Hit 3: [24.0793, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 4: [26.4873, 4.17066, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [16.8555, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [16.8555, 29.1946, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7427.08; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3890 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [141.132, 169.377, 26] + [ ecalVeto ] 0 : Hit 1: [138.725, 165.206, 25] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4119.86; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3891 Brem photon produced 62 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-39.9993, 144.353, 9] + [ ecalVeto ] 0 : Hit 1: [-37.5914, 140.182, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [147.421, 8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [145.013, 12.512, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5644.51; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3892 Brem photon produced 43 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, -29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [24.0793, -25.024, 9] + [ ecalVeto ] 0 : Hit 2: [26.4873, -29.1946, 8] + [ ecalVeto ] 0 : Hit 3: [24.0793, -25.024, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6602.48; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3893 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 127.67, 29] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 123.499, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 115.158, 27] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 110.987, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [48.1586, 50.0479, 22] + [ ecalVeto ] 0 : Hit 1: [45.7507, 45.8773, 21] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [40.9348, 45.8773, 20] + [ ecalVeto ] 0 : Hit 1: [38.5269, 41.7066, 19] + [ ecalVeto ] 0 : Hit 2: [40.9348, 37.5359, 18] + [ ecalVeto ] 0 : Hit 3: [38.5269, 33.3653, 17] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [33.711, 33.3653, 16] + [ ecalVeto ] 0 : Hit 1: [31.3031, 29.1946, 15] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [26.4873, 12.512, 12] + [ ecalVeto ] 0 : Hit 1: [24.0793, 8.34132, 11] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [19.2635, -33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, -29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [19.2635, -33.3653, 6] + [ ecalVeto ] 0 : Hit 3: [16.8555, -37.5359, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5220.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3894 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [3.88031, -98.4754, 24] + [ ecalVeto ] 0 : Hit 1: [2.40793, -95.9252, 23] + [ ecalVeto ] 0 : Hit 2: [4.81586, -91.7545, 22] + [ ecalVeto ] 0 : Hit 3: [2.40793, -87.5839, 21] + [ ecalVeto ] 0 : Hit 4: [4.81586, -83.4132, 20] + [ ecalVeto ] 0 : Hit 5: [2.40793, -79.2426, 19] + [ ecalVeto ] 0 : Hit 6: [2.40793, -79.2426, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -58.3892, 18] + [ ecalVeto ] 0 : Hit 1: [2.40793, -62.5599, 17] + [ ecalVeto ] 0 : Hit 2: [4.81586, -58.3892, 16] + [ ecalVeto ] 0 : Hit 3: [2.40793, -54.2186, 15] + [ ecalVeto ] 0 : Hit 4: [2.40793, -54.2186, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -70.9012, 16] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -70.9012, 14] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -66.7306, 13] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -62.5599, 12] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -58.3892, 11] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -54.2186, 10] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -50.0479, 9] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -45.8773, 8] + [ ecalVeto ] 0 : Hit 8: [-4.81586, -41.7066, 7] + [ ecalVeto ] 0 : Hit 9: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Hit 10: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Hit 11: [-2.40793, -37.5359, 4] + [ ecalVeto ] 0 : Hit 12: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Hit 13: [-2.40793, -37.5359, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-111.302, -54.2186, 11] + [ ecalVeto ] 0 : Hit 1: [-108.894, -58.3892, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -41.7066, 5] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -41.7066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 87 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4099.22; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3895 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 29.1946, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, 37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [19.2635, 33.3653, 8] + [ ecalVeto ] 0 : Hit 2: [16.8555, 29.1946, 7] + [ ecalVeto ] 0 : Hit 3: [19.2635, 33.3653, 6] + [ ecalVeto ] 0 : Hit 4: [16.8555, 29.1946, 5] + [ ecalVeto ] 0 : Hit 5: [19.2635, 33.3653, 4] + [ ecalVeto ] 0 : Hit 6: [12.0397, 29.1946, 6] + [ ecalVeto ] 0 : Hit 7: [12.0397, 29.1946, 4] + [ ecalVeto ] 0 : Hit 8: [9.63173, 33.3653, 3] + [ ecalVeto ] 0 : Hit 9: [12.0397, 37.5359, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-105.013, 81.7928, 9] + [ ecalVeto ] 0 : Hit 1: [-102.606, 85.9634, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, 33.3653, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 29.1946, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 20.8533, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-61.6707, 65.1101, 5] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 62.5599, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 109 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6719.59; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3896 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -2.66454e-15, 15] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 4.17066, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -25.024, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5946.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3897 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 28 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3434.07; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3898 Brem photon produced 31 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 17 + [ ecalVeto ] 0 : Beginning track merging using 17 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 17 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-126.685, -177.718, 33] + [ ecalVeto ] 0 : Hit 1: [-124.277, -173.547, 32] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-109.829, -165.206, 30] + [ ecalVeto ] 0 : Hit 1: [-112.237, -161.035, 29] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-154.644, -54.2186, 29] + [ ecalVeto ] 0 : Hit 1: [-152.237, -58.3892, 28] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-140.197, -54.2186, 27] + [ ecalVeto ] 0 : Hit 1: [-137.789, -50.0479, 26] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -152.694, 27] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -148.523, 26] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-125.749, -54.2186, 25] + [ ecalVeto ] 0 : Hit 1: [-123.341, -50.0479, 24] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -140.182, 25] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -136.011, 24] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-111.302, -45.8773, 23] + [ ecalVeto ] 0 : Hit 1: [-108.894, -50.0479, 22] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -127.67, 23] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -123.499, 22] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -45.8773, 21] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -41.7066, 20] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -119.329, 21] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -115.158, 20] + [ ecalVeto ] 0 : Hit 2: [-68.8945, -110.987, 19] + [ ecalVeto ] 0 : Hit 3: [-66.4865, -106.817, 18] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -41.7066, 15] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -37.5359, 14] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [-44.8152, -85.9634, 14] + [ ecalVeto ] 0 : Hit 1: [-47.2231, -81.7928, 13] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [-33.711, -66.7306, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -62.5599, 10] + [ ecalVeto ] 0 : Hit 2: [-33.711, -58.3892, 9] + [ ecalVeto ] 0 : Hit 3: [-31.3031, -54.2186, 8] + [ ecalVeto ] 0 : Track 14: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -33.3653, 10] + [ ecalVeto ] 0 : Track 15: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -4.17066, 7] + [ ecalVeto ] 0 : Track 16: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -12.512, 3] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 17 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4964.99; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3899 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 16.6826, 16] + [ ecalVeto ] 0 : Hit 1: [16.8555, 20.8533, 15] + [ ecalVeto ] 0 : Hit 2: [19.2635, 25.024, 14] + [ ecalVeto ] 0 : Hit 3: [16.8555, 20.8533, 13] + [ ecalVeto ] 0 : Hit 4: [19.2635, 25.024, 12] + [ ecalVeto ] 0 : Hit 5: [16.8555, 20.8533, 11] + [ ecalVeto ] 0 : Hit 6: [16.8555, 20.8533, 9] + [ ecalVeto ] 0 : Hit 7: [12.0397, 20.8533, 10] + [ ecalVeto ] 0 : Hit 8: [12.0397, 20.8533, 8] + [ ecalVeto ] 0 : Hit 9: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 10: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 11: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 12: [9.63173, 25.024, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 6: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 29 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2904.6; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3900 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 73.4515, 27] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 69.2808, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-69.83, 54.2186, 23] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 50.0479, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 50.0479, 21] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 45.8773, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 66.7306, 15] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 66.7306, 13] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 62.5599, 12] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 66.7306, 11] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 62.5599, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 50.0479, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 45.8773, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 41.7066, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 37.5359, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5045.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3901 Brem photon produced 61 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 75.0719, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, 70.9012, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, 66.7306, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, 62.5599, 9] + [ ecalVeto ] 0 : Hit 4: [4.81586, 58.3892, 8] + [ ecalVeto ] 0 : Hit 5: [2.40793, 54.2186, 7] + [ ecalVeto ] 0 : Hit 6: [4.81586, 50.0479, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4216.85; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3902 Brem photon produced 38 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -58.3892, 12] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -58.3892, 10] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -54.2186, 9] + [ ecalVeto ] 0 : Hit 3: [-24.0793, -50.0479, 8] + [ ecalVeto ] 0 : Hit 4: [-26.4873, -54.2186, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, -41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -45.8773, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -77.6221, 1] + [ ecalVeto ] 0 : Hit 1: [-52.039, -81.7928, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4355.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3903 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 70.9012, 22] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 66.7306, 21] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 70.9012, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 5: [12.0397, 4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3693.2; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3904 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-153.172, 98.4754, 30] + [ ecalVeto ] 0 : Hit 1: [-155.58, 94.3048, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-154.644, 87.5839, 29] + [ ecalVeto ] 0 : Hit 1: [-152.237, 83.4132, 28] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-140.197, 79.2426, 27] + [ ecalVeto ] 0 : Hit 1: [-137.789, 75.0719, 26] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-132.973, 66.7306, 25] + [ ecalVeto ] 0 : Hit 1: [-130.565, 62.5599, 24] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-125.749, 54.2186, 23] + [ ecalVeto ] 0 : Hit 1: [-123.341, 50.0479, 22] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-118.525, 41.7066, 21] + [ ecalVeto ] 0 : Hit 1: [-116.118, 37.5359, 20] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-111.302, 37.5359, 19] + [ ecalVeto ] 0 : Hit 1: [-108.894, 33.3653, 18] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-104.078, 25.024, 17] + [ ecalVeto ] 0 : Hit 1: [-101.67, 29.1946, 16] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 20.8533, 15] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 16.6826, 14] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2778.7; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3905 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-118.525, -50.0479, 23] + [ ecalVeto ] 0 : Hit 1: [-116.118, -54.2186, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -54.2186, 19] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -50.0479, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -45.8773, 17] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -50.0479, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-69.83, -45.8773, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -41.7066, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 12] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 11] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 10] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -16.6826, 9] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -45.8773, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -41.7066, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4775.08; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3906 Brem photon produced 38 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 66.7306, 4] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 62.5599, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5875.38; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3907 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5003.38; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3908 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-54.4469, 186.059, 31] + [ ecalVeto ] 0 : Hit 1: [-52.039, 181.889, 30] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [24.0793, -41.7066, 23] + [ ecalVeto ] 0 : Hit 1: [26.4873, -45.8773, 22] + [ ecalVeto ] 0 : Hit 2: [24.0793, -41.7066, 21] + [ ecalVeto ] 0 : Hit 3: [26.4873, -37.5359, 20] + [ ecalVeto ] 0 : Hit 4: [24.0793, -33.3653, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, -33.3653, 18] + [ ecalVeto ] 0 : Hit 1: [16.8555, -29.1946, 17] + [ ecalVeto ] 0 : Hit 2: [19.2635, -33.3653, 16] + [ ecalVeto ] 0 : Hit 3: [16.8555, -29.1946, 15] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, -29.1946, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 13] + [ ecalVeto ] 0 : Hit 2: [12.0397, -20.8533, 12] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 11] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -8.34132, 1] + [ ecalVeto ] 0 : Hit 8: [-2.40793, -4.17066, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1643.11; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3909 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [83.3421, -52.5982, 16] + [ ecalVeto ] 0 : Hit 1: [81.8697, -50.0479, 15] + [ ecalVeto ] 0 : Hit 2: [83.3421, -52.5982, 14] + [ ecalVeto ] 0 : Hit 3: [83.3421, -52.5982, 12] + [ ecalVeto ] 0 : Hit 4: [80.9341, -56.7688, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [68.8945, -60.9395, 14] + [ ecalVeto ] 0 : Hit 1: [67.4221, -58.3892, 13] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5140.47; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3910 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [48.1586, -66.7306, 20] + [ ecalVeto ] 0 : Hit 1: [45.7507, -62.5599, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [141.132, 110.987, 8] + [ ecalVeto ] 0 : Hit 1: [138.725, 106.817, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 42 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4624.76; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3911 Brem photon produced 31 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-119.461, 123.499, 23] + [ ecalVeto ] 0 : Hit 1: [-117.053, 119.329, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 37.5359, 23] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 41.7066, 22] + [ ecalVeto ] 0 : Hit 2: [-82.4065, 37.5359, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [148.356, -98.4754, 20] + [ ecalVeto ] 0 : Hit 1: [148.356, -98.4754, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-60.1983, 54.2186, 14] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 54.2186, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4026.34; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3912 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-154.644, -12.512, 19] + [ ecalVeto ] 0 : Hit 1: [-152.237, -8.34132, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [47.2231, 73.4515, 16] + [ ecalVeto ] 0 : Hit 1: [45.7507, 70.9012, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 50.0479, 10] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 45.8773, 9] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 41.7066, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-26.4873, 4.17066, 7] + [ ecalVeto ] 0 : Hit 3: [-24.0793, 8.34132, 6] + [ ecalVeto ] 0 : Hit 4: [-26.4873, 4.17066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6181.59; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3913 Brem photon produced 41 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-105.013, 73.4515, 7] + [ ecalVeto ] 0 : Hit 1: [-102.606, 69.2808, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 107 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5608.84; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3914 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 12] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 10] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 8.34132, 9] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4335.55; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3915 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 12 + [ ecalVeto ] 0 : Beginning track merging using 12 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 11 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -119.329, 25] + [ ecalVeto ] 0 : Hit 1: [-52.039, -123.499, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-15.92, -94.3048, 14] + [ ecalVeto ] 0 : Hit 1: [-18.3279, -90.1341, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -37.5359, 12] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -37.5359, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, -50.0479, 11] + [ ecalVeto ] 0 : Hit 1: [9.63173, -50.0479, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, -37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -41.7066, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -37.5359, 7] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [24.0793, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [26.4873, 4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [24.0793, 8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [26.4873, 12.512, 4] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-33.711, -58.3892, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -62.5599, 6] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-62.6062, 8.34132, 5] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 2: [-55.3824, 4.17066, 3] + [ ecalVeto ] 0 : Hit 3: [-48.1586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 4: [-45.7507, 4.17066, 4] + [ ecalVeto ] 0 : Hit 5: [-48.1586, 8.34132, 3] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -33.3653, 4] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -29.1946, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 99 hits + [ ecalVeto ] 0 : MIP tracking completed; found 11 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7498.47; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3916 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -33.3653, 15] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -29.1946, 14] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 13] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 12] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -20.8533, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -12.512, 13] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -16.6826, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 40 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5110.89; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3917 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-23.1438, -131.841, 8] + [ ecalVeto ] 0 : Hit 1: [-25.5517, -127.67, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3676.51; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3918 Brem photon produced 40 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-23.1438, -156.865, 32] + [ ecalVeto ] 0 : Hit 1: [-25.5517, -152.694, 31] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-23.1438, -140.182, 30] + [ ecalVeto ] 0 : Hit 1: [-25.5517, -136.011, 29] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-32.7755, -106.817, 25] + [ ecalVeto ] 0 : Hit 1: [-30.3676, -102.646, 24] + [ ecalVeto ] 0 : Hit 2: [-32.7755, -98.4754, 23] + [ ecalVeto ] 0 : Hit 3: [-30.3676, -94.3048, 22] + [ ecalVeto ] 0 : Hit 4: [-32.7755, -90.1341, 21] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, -66.7306, 19] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -70.9012, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [83.3421, 152.694, 18] + [ ecalVeto ] 0 : Hit 1: [80.9341, 148.523, 17] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [76.1183, 140.182, 16] + [ ecalVeto ] 0 : Hit 1: [73.7103, 136.011, 15] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [69.83, -29.1946, 4] + [ ecalVeto ] 0 : Hit 1: [67.4221, -25.024, 3] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3393.18; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3919 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-147.421, -75.0719, 23] + [ ecalVeto ] 0 : Hit 1: [-145.013, -79.2426, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-59.2627, -102.646, 20] + [ ecalVeto ] 0 : Hit 1: [-61.6707, -98.4754, 19] + [ ecalVeto ] 0 : Hit 2: [-61.6707, -98.4754, 17] + [ ecalVeto ] 0 : Hit 3: [-59.2627, -94.3048, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -50.0479, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -50.0479, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -45.8773, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [26.4873, 20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [24.0793, 16.6826, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [16.8555, 12.512, 5] + [ ecalVeto ] 0 : Hit 1: [19.2635, 16.6826, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [16.8555, 70.9012, 1] + [ ecalVeto ] 0 : Hit 1: [19.2635, 75.0719, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7024.89; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3920 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, -37.5359, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, -41.7066, 8] + [ ecalVeto ] 0 : Hit 3: [16.8555, -37.5359, 7] + [ ecalVeto ] 0 : Hit 4: [16.8555, -37.5359, 5] + [ ecalVeto ] 0 : Hit 5: [19.2635, -33.3653, 4] + [ ecalVeto ] 0 : Hit 6: [19.2635, -33.3653, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [62.6062, -16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [62.6062, -16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [62.6062, -16.6826, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -37.5359, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -41.7066, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [40.9348, -20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [40.9348, -20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5853.35; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3921 Brem photon produced 49 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [61.6707, -115.158, 10] + [ ecalVeto ] 0 : Hit 1: [59.2627, -110.987, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4621.81; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3922 Brem photon produced 71 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -50.0479, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -54.2186, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -50.0479, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -45.8773, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, -41.7066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5956.07; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3923 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 79.2426, 13] + [ ecalVeto ] 0 : Hit 1: [4.81586, 75.0719, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6860.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3924 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-25.5517, 152.694, 29] + [ ecalVeto ] 0 : Hit 1: [-23.1438, 156.865, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-11.1041, 152.694, 27] + [ ecalVeto ] 0 : Hit 1: [-8.69618, 156.865, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-8.69618, 140.182, 24] + [ ecalVeto ] 0 : Hit 1: [-11.1041, 136.011, 23] + [ ecalVeto ] 0 : Hit 2: [-8.69618, 131.841, 22] + [ ecalVeto ] 0 : Hit 3: [-11.1041, 127.67, 21] + [ ecalVeto ] 0 : Hit 4: [-8.69618, 123.499, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-11.1041, 110.987, 19] + [ ecalVeto ] 0 : Hit 1: [-8.69618, 106.817, 18] + [ ecalVeto ] 0 : Hit 2: [-11.1041, 102.646, 17] + [ ecalVeto ] 0 : Hit 3: [-8.69618, 98.4754, 16] + [ ecalVeto ] 0 : Hit 4: [-11.1041, 94.3048, 15] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 91.7545, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-30.3676, -85.9634, 16] + [ ecalVeto ] 0 : Hit 1: [-32.7755, -81.7928, 15] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 83.4132, 13] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 79.2426, 12] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 75.0719, 11] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 70.9012, 10] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 66.7306, 9] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 50.0479, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 54.2186, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 50.0479, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 45.8773, 6] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-54.4469, 119.329, 9] + [ ecalVeto ] 0 : Hit 1: [-52.039, 123.499, 8] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5420.54; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3925 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, 25.024, 23] + [ ecalVeto ] 0 : Hit 1: [26.4873, 29.1946, 22] + [ ecalVeto ] 0 : Hit 2: [24.0793, 25.024, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, 25.024, 20] + [ ecalVeto ] 0 : Hit 1: [16.8555, 20.8533, 19] + [ ecalVeto ] 0 : Hit 2: [19.2635, 25.024, 18] + [ ecalVeto ] 0 : Hit 3: [16.8555, 20.8533, 17] + [ ecalVeto ] 0 : Hit 4: [19.2635, 16.6826, 16] + [ ecalVeto ] 0 : Hit 5: [16.8555, 20.8533, 15] + [ ecalVeto ] 0 : Hit 6: [19.2635, 16.6826, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -45.8773, 17] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -45.8773, 15] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [26.4873, -20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [24.0793, -16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [26.4873, -20.8533, 4] + [ ecalVeto ] 0 : Hit 3: [26.4873, -20.8533, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 93 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 2 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3286.7; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3926 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 37.5359, 17] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 33.3653, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 33.3653, 15] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 29.1946, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 16.6826, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -45.8773, 11] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -45.8773, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-33.711, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -20.8533, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 4.17066, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6564; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3927 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [40.9348, -29.1946, 24] + [ ecalVeto ] 0 : Hit 1: [38.5269, -25.024, 23] + [ ecalVeto ] 0 : Hit 2: [40.9348, -20.8533, 22] + [ ecalVeto ] 0 : Hit 3: [38.5269, -16.6826, 21] + [ ecalVeto ] 0 : Hit 4: [40.9348, -12.512, 20] + [ ecalVeto ] 0 : Hit 5: [38.5269, -8.34132, 19] + [ ecalVeto ] 0 : Hit 6: [40.9348, -4.17066, 18] + [ ecalVeto ] 0 : Hit 7: [38.5269, -2.66454e-15, 17] + [ ecalVeto ] 0 : Hit 8: [40.9348, 4.17066, 16] + [ ecalVeto ] 0 : Hit 9: [38.5269, 8.34132, 15] + [ ecalVeto ] 0 : Hit 10: [40.9348, 4.17066, 14] + [ ecalVeto ] 0 : Hit 11: [38.5269, 8.34132, 13] + [ ecalVeto ] 0 : Hit 12: [40.9348, 12.512, 12] + [ ecalVeto ] 0 : Hit 13: [38.5269, 16.6826, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-132.973, 66.7306, 19] + [ ecalVeto ] 0 : Hit 1: [-130.565, 62.5599, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 29.1946, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -12.512, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3039.29; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3928 Brem photon produced 66 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 18 + [ ecalVeto ] 0 : Beginning track merging using 18 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 16 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-176.316, -41.7066, 23] + [ ecalVeto ] 0 : Hit 1: [-173.908, -37.5359, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [61.6707, 73.4515, 16] + [ ecalVeto ] 0 : Hit 1: [59.2627, 69.2808, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-104.078, -16.6826, 15] + [ ecalVeto ] 0 : Hit 1: [-101.67, -12.512, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [54.4469, 69.2808, 14] + [ ecalVeto ] 0 : Hit 1: [52.9745, 66.7306, 13] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 13] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-69.83, -4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -2.66454e-15, 10] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [33.711, 58.3892, 10] + [ ecalVeto ] 0 : Hit 1: [31.3031, 54.2186, 9] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 37.5359, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 41.7066, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 37.5359, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 41.7066, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Hit 7: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Hit 8: [-2.40793, 37.5359, 2] + [ ecalVeto ] 0 : Hit 9: [-4.81586, 33.3653, 1] + [ ecalVeto ] 0 : Hit 10: [-2.40793, 37.5359, 0] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 8.34132, 8] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [26.4873, 54.2186, 8] + [ ecalVeto ] 0 : Hit 1: [24.0793, 50.0479, 7] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [19.2635, 33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, 37.5359, 7] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Hit 6: [2.40793, 45.8773, 5] + [ ecalVeto ] 0 : Hit 7: [2.40793, 45.8773, 3] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 45.8773, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 50.0479, 6] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Track 14: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 33.3653, 4] + [ ecalVeto ] 0 : Track 15: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 25.024, 2] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 29.1946, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 16 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5596.49; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3929 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 50.0479, 20] + [ ecalVeto ] 0 : Hit 1: [2.40793, 54.2186, 19] + [ ecalVeto ] 0 : Hit 2: [4.81586, 58.3892, 18] + [ ecalVeto ] 0 : Hit 3: [2.40793, 62.5599, 17] + [ ecalVeto ] 0 : Hit 4: [4.81586, 66.7306, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 50.0479, 18] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 54.2186, 17] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 58.3892, 16] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 54.2186, 15] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 50.0479, 14] + [ ecalVeto ] 0 : Hit 5: [-12.0397, 54.2186, 13] + [ ecalVeto ] 0 : Hit 6: [-9.63173, 50.0479, 12] + [ ecalVeto ] 0 : Hit 7: [-12.0397, 54.2186, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 54.2186, 16] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 58.3892, 15] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 54.2186, 14] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 50.0479, 13] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 45.8773, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 45.8773, 16] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 50.0479, 15] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 45.8773, 14] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 41.7066, 13] + [ ecalVeto ] 0 : Finding linreg tracks from 122 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7355.91; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3930 Brem photon produced 41 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 20.8533, 2] + [ ecalVeto ] 0 : Hit 7: [-4.81586, 25.024, 1] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [-24.0793, -8.34132, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 25.024, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4950.89; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3931 Brem photon produced 58 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 14] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 13] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 12] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 11] + [ ecalVeto ] 0 : Hit 4: [4.81586, -8.34132, 10] + [ ecalVeto ] 0 : Hit 5: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 6: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 7: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7369.04; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3932 Brem photon produced 49 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [69.83, 37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [67.4221, 33.3653, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [9.63173, 41.7066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6702.35; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3933 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 41 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3684.46; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3934 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -41.7066, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -37.5359, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 23 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3663.59; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3935 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-69.83, 29.1946, 13] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 33.3653, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [94.4462, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [94.4462, -2.66454e-15, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5983.33; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3936 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -41.7066, 13] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -41.7066, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-104.078, -8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [-101.67, -12.512, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [33.711, -41.7066, 10] + [ ecalVeto ] 0 : Hit 1: [31.3031, -37.5359, 9] + [ ecalVeto ] 0 : Hit 2: [33.711, -33.3653, 8] + [ ecalVeto ] 0 : Hit 3: [31.3031, -29.1946, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -50.0479, 10] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -45.8773, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-33.711, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -37.5359, 8] + [ ecalVeto ] 0 : Hit 2: [-31.3031, -37.5359, 6] + [ ecalVeto ] 0 : Hit 3: [-24.0793, -41.7066, 8] + [ ecalVeto ] 0 : Hit 4: [-26.4873, -37.5359, 7] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-33.711, -41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -45.8773, 8] + [ ecalVeto ] 0 : Hit 2: [-31.3031, -45.8773, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -29.1946, 6] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -2.66454e-15, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 90 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6245.89; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3937 Brem photon produced 44 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Hit 4: [2.40793, -29.1946, 1] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -41.7066, 6] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -41.7066, 4] + [ ecalVeto ] 0 : Hit 2: [-40.9348, -37.5359, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -12.512, 5] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6330.97; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3938 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 18 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1666.45; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3939 Brem photon produced 71 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 14] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 12] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 11] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 10] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 7: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 8: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 4: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 7: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -45.8773, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -41.7066, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5405.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3940 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 25 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3456.22; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3941 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [12.0397, 29.1946, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 12.512, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -16.6826, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 20.8533, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6855.54; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3942 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-152.237, 25.024, 28] + [ ecalVeto ] 0 : Hit 1: [-154.644, 29.1946, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-140.197, 54.2186, 23] + [ ecalVeto ] 0 : Hit 1: [-137.789, 58.3892, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [16.8555, -45.8773, 11] + [ ecalVeto ] 0 : Hit 1: [19.2635, -41.7066, 10] + [ ecalVeto ] 0 : Hit 2: [16.8555, -37.5359, 9] + [ ecalVeto ] 0 : Hit 3: [16.8555, -37.5359, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2822.71; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3943 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [48.1586, -41.7066, 18] + [ ecalVeto ] 0 : Hit 1: [45.7507, -37.5359, 17] + [ ecalVeto ] 0 : Hit 2: [48.1586, -33.3653, 16] + [ ecalVeto ] 0 : Hit 3: [45.7507, -29.1946, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [40.9348, -29.1946, 14] + [ ecalVeto ] 0 : Hit 1: [38.5269, -33.3653, 13] + [ ecalVeto ] 0 : Hit 2: [40.9348, -29.1946, 12] + [ ecalVeto ] 0 : Hit 3: [38.5269, -33.3653, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [33.711, -33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [31.3031, -29.1946, 9] + [ ecalVeto ] 0 : Hit 2: [33.711, -25.024, 8] + [ ecalVeto ] 0 : Hit 3: [31.3031, -29.1946, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2373.08; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3944 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [18.3279, -140.182, 16] + [ ecalVeto ] 0 : Hit 1: [15.92, -136.011, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [18.3279, -123.499, 14] + [ ecalVeto ] 0 : Hit 1: [15.92, -119.329, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [11.1041, -102.646, 12] + [ ecalVeto ] 0 : Hit 1: [8.69618, -98.4754, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [18.3279, -106.817, 12] + [ ecalVeto ] 0 : Hit 1: [15.92, -102.646, 11] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [19.2635, -75.0719, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, -70.9012, 7] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -25.024, 7] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [9.63173, -58.3892, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -62.5599, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -58.3892, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, -54.2186, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, -50.0479, 3] + [ ecalVeto ] 0 : Hit 5: [2.40793, -45.8773, 5] + [ ecalVeto ] 0 : Hit 6: [2.40793, -45.8773, 3] + [ ecalVeto ] 0 : Hit 7: [4.81586, -50.0479, 2] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-33.711, -58.3892, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -62.5599, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4374.69; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3945 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -58.3892, 13] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -54.2186, 12] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -50.0479, 11] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -45.8773, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -62.5599, 12] + [ ecalVeto ] 0 : Hit 1: [-33.711, -58.3892, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -45.8773, 10] + [ ecalVeto ] 0 : Hit 1: [-33.711, -41.7066, 9] + [ ecalVeto ] 0 : Hit 2: [-31.3031, -37.5359, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6559.59; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3946 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-54.4469, 169.377, 21] + [ ecalVeto ] 0 : Hit 1: [-52.039, 173.547, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 20.8533, 9] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 16.6826, 6] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 20.8533, 5] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 16.6826, 4] + [ ecalVeto ] 0 : Hit 6: [-12.0397, 12.512, 3] + [ ecalVeto ] 0 : Hit 7: [-9.63173, 16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 106 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5001.71; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3947 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [19.2635, 16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [16.8555, 12.512, 7] + [ ecalVeto ] 0 : Hit 3: [19.2635, 16.6826, 6] + [ ecalVeto ] 0 : Hit 4: [16.8555, 20.8533, 5] + [ ecalVeto ] 0 : Hit 5: [19.2635, 25.024, 4] + [ ecalVeto ] 0 : Hit 6: [16.8555, 20.8533, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, 37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [19.2635, 41.7066, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-47.2231, -81.7928, 1] + [ ecalVeto ] 0 : Hit 1: [-44.8152, -85.9634, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4903.33; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3948 Brem photon produced 46 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 8: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Hit 9: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Hit 10: [-4.81586, -8.34132, 1] + [ ecalVeto ] 0 : Hit 11: [-2.40793, -4.17066, 0] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 5: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Hit 6: [2.40793, -4.17066, 1] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -8.34132, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [12.0397, -4.17066, 2] + [ ecalVeto ] 0 : Hit 4: [9.63173, -8.34132, 1] + [ ecalVeto ] 0 : Hit 5: [12.0397, -4.17066, 0] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [16.8555, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [16.8555, -12.512, 5] + [ ecalVeto ] 0 : Hit 2: [19.2635, -16.6826, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -20.8533, 4] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 4.17066, 2] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -2.66454e-15, 1] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 20.8533, 3] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 16.6826, 2] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -12.512, 1] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -8.34132, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 41 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2749.24; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3949 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-118.525, -66.7306, 19] + [ ecalVeto ] 0 : Hit 1: [-116.118, -62.5599, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-104.078, -58.3892, 17] + [ ecalVeto ] 0 : Hit 1: [-101.67, -54.2186, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -50.0479, 15] + [ ecalVeto ] 0 : Hit 1: [-87.2224, -45.8773, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -41.7066, 13] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -37.5359, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 4: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4447.48; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3950 Brem photon produced 33 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 12.512, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -50.0479, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -45.8773, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6366.57; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3951 Brem photon produced 78 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 37.5359, 2] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 33.3653, 1] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 54.2186, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 50.0479, 4] + [ ecalVeto ] 0 : Hit 2: [4.81586, 50.0479, 2] + [ ecalVeto ] 0 : Hit 3: [2.40793, 45.8773, 1] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 45.8773, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 41.7066, 3] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 45.8773, 2] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 41.7066, 1] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 45.8773, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5654.87; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3952 Brem photon produced 77 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -16.6826, 4] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -12.512, 3] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -16.6826, 2] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -20.8533, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4182.9; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3953 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [18.3279, 90.1341, 24] + [ ecalVeto ] 0 : Hit 1: [16.8555, 87.5839, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, 20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [19.2635, 25.024, 10] + [ ecalVeto ] 0 : Hit 2: [16.8555, 20.8533, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5546.52; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3954 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -41.7066, 19] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -37.5359, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-61.6707, 81.7928, 15] + [ ecalVeto ] 0 : Hit 1: [-59.2627, 77.6221, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 12.512, 8] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 12.512, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5721.06; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3955 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -37.5359, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -29.1946, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -12.512, 3] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 108 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7422.26; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3956 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 15 + [ ecalVeto ] 0 : Beginning track merging using 15 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 13 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-169.092, -4.17066, 27] + [ ecalVeto ] 0 : Hit 1: [-166.684, -2.36672e-14, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-132.973, -2.36672e-14, 23] + [ ecalVeto ] 0 : Hit 1: [-130.565, 4.17066, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-118.525, -2.36672e-14, 21] + [ ecalVeto ] 0 : Hit 1: [-116.118, 4.17066, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-101.67, -4.17066, 20] + [ ecalVeto ] 0 : Hit 1: [-104.078, -2.36672e-14, 19] + [ ecalVeto ] 0 : Hit 2: [-101.67, 4.17066, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -2.36672e-14, 17] + [ ecalVeto ] 0 : Hit 1: [-87.2224, -4.17066, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-60.1983, 4.17066, 16] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 4.17066, 14] + [ ecalVeto ] 0 : Hit 2: [-62.6062, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 3: [-60.1983, -4.17066, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-74.6459, -4.17066, 14] + [ ecalVeto ] 0 : Hit 1: [-77.0538, -2.66454e-15, 13] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 12.512, 13] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 12.512, 11] + [ ecalVeto ] 0 : Hit 2: [-38.5269, 8.34132, 10] + [ ecalVeto ] 0 : Hit 3: [-40.9348, 4.17066, 11] + [ ecalVeto ] 0 : Hit 4: [-38.5269, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 5: [-40.9348, -4.17066, 9] + [ ecalVeto ] 0 : Hit 6: [-38.5269, -8.34132, 8] + [ ecalVeto ] 0 : Hit 7: [-38.5269, -8.34132, 6] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 20.8533, 12] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -8.34132, 10] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -4.17066, 10] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [-33.711, -8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [-31.3031, -4.17066, 8] + [ ecalVeto ] 0 : Hit 3: [-33.711, -8.34132, 7] + [ ecalVeto ] 0 : Hit 4: [-26.4873, -4.17066, 9] + [ ecalVeto ] 0 : Hit 5: [-26.4873, -4.17066, 7] + [ ecalVeto ] 0 : Hit 6: [-24.0793, -8.34132, 6] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [38.5269, 8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [38.5269, 8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 95 hits + [ ecalVeto ] 0 : MIP tracking completed; found 13 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 9270.04; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3957 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 14 + [ ecalVeto ] 0 : Beginning track merging using 14 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 13 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -37.5359, 25] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -33.3653, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [38.5269, 16.6826, 19] + [ ecalVeto ] 0 : Hit 1: [40.9348, 20.8533, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [31.3031, -12.512, 17] + [ ecalVeto ] 0 : Hit 1: [33.711, -8.34132, 16] + [ ecalVeto ] 0 : Hit 2: [31.3031, -4.17066, 15] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [16.8555, 4.17066, 15] + [ ecalVeto ] 0 : Hit 1: [19.2635, 8.34132, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [26.4873, -4.17066, 14] + [ ecalVeto ] 0 : Hit 1: [24.0793, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 2: [26.4873, 4.17066, 12] + [ ecalVeto ] 0 : Hit 3: [24.0793, 8.34132, 11] + [ ecalVeto ] 0 : Hit 4: [24.0793, 8.34132, 9] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 11] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [19.2635, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, 12.512, 7] + [ ecalVeto ] 0 : Hit 2: [19.2635, 16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [16.8555, 20.8533, 5] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [12.0397, 29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 3] + [ ecalVeto ] 0 : Hit 4: [12.0397, 29.1946, 2] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 13 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5064.33; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3958 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [32.7755, -106.817, 24] + [ ecalVeto ] 0 : Hit 1: [30.3676, -102.646, 23] + [ ecalVeto ] 0 : Hit 2: [32.7755, -98.4754, 22] + [ ecalVeto ] 0 : Hit 3: [30.3676, -94.3048, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [25.5517, -85.9634, 20] + [ ecalVeto ] 0 : Hit 1: [24.0793, -83.4132, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, -83.4132, 18] + [ ecalVeto ] 0 : Hit 1: [16.8555, -79.2426, 17] + [ ecalVeto ] 0 : Hit 2: [19.2635, -75.0719, 16] + [ ecalVeto ] 0 : Hit 3: [16.8555, -70.9012, 15] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, -62.5599, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, -66.7306, 13] + [ ecalVeto ] 0 : Hit 2: [12.0397, -62.5599, 12] + [ ecalVeto ] 0 : Hit 3: [9.63173, -58.3892, 11] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -58.3892, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -54.2186, 9] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -45.8773, 8] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -45.8773, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -41.7066, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -37.5359, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6347.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3959 Brem photon produced 55 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3225.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3960 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-54.4469, 102.646, 25] + [ ecalVeto ] 0 : Hit 1: [-52.039, 98.4754, 24] + [ ecalVeto ] 0 : Hit 2: [-54.4469, 94.3048, 23] + [ ecalVeto ] 0 : Hit 3: [-52.039, 90.1341, 22] + [ ecalVeto ] 0 : Hit 4: [-54.4469, 85.9634, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-59.2627, 77.6221, 20] + [ ecalVeto ] 0 : Hit 1: [-61.6707, 73.4515, 19] + [ ecalVeto ] 0 : Hit 2: [-59.2627, 69.2808, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-54.4469, 69.2808, 17] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 66.7306, 16] + [ ecalVeto ] 0 : Hit 2: [-55.3824, 62.5599, 15] + [ ecalVeto ] 0 : Hit 3: [-52.9745, 58.3892, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 54.2186, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 58.3892, 10] + [ ecalVeto ] 0 : Hit 2: [-40.9348, 54.2186, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 45.8773, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 50.0479, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 41.7066, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 37.5359, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 90 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4938.85; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3961 Brem photon produced 65 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -81.7928, 15] + [ ecalVeto ] 0 : Hit 1: [-59.2627, -77.6221, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 37 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5525.46; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3962 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 41 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1428.26; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3963 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 66.7306, 24] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 62.5599, 23] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 58.3892, 22] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 54.2186, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 54.2186, 20] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 50.0479, 19] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 45.8773, 18] + [ ecalVeto ] 0 : Hit 3: [-19.2635, 41.7066, 17] + [ ecalVeto ] 0 : Hit 4: [-16.8555, 37.5359, 16] + [ ecalVeto ] 0 : Hit 5: [-19.2635, 41.7066, 15] + [ ecalVeto ] 0 : Hit 6: [-16.8555, 37.5359, 14] + [ ecalVeto ] 0 : Hit 7: [-19.2635, 33.3653, 13] + [ ecalVeto ] 0 : Hit 8: [-16.8555, 29.1946, 12] + [ ecalVeto ] 0 : Hit 9: [-16.8555, 29.1946, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [26.4873, 20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [24.0793, 16.6826, 9] + [ ecalVeto ] 0 : Hit 2: [26.4873, 20.8533, 8] + [ ecalVeto ] 0 : Hit 3: [24.0793, 16.6826, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Hit 5: [12.0397, 20.8533, 2] + [ ecalVeto ] 0 : Hit 6: [9.63173, 16.6826, 1] + [ ecalVeto ] 0 : Hit 7: [12.0397, 12.512, 0] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [19.2635, 16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [16.8555, 20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [19.2635, 16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [16.8555, 12.512, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 16.6826, 1] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 12.512, 0] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Hit 4: [2.40793, 20.8533, 1] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 12.512, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 8.34132, 4] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 12.512, 3] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 16.6826, 2] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 12.512, 1] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 16.6826, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4660.19; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3964 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 37.5359, 20] + [ ecalVeto ] 0 : Hit 1: [12.0397, 37.5359, 18] + [ ecalVeto ] 0 : Hit 2: [9.63173, 41.7066, 17] + [ ecalVeto ] 0 : Hit 3: [9.63173, 41.7066, 15] + [ ecalVeto ] 0 : Hit 4: [12.0397, 37.5359, 14] + [ ecalVeto ] 0 : Hit 5: [4.81586, 41.7066, 16] + [ ecalVeto ] 0 : Hit 6: [4.81586, 41.7066, 14] + [ ecalVeto ] 0 : Hit 7: [2.40793, 37.5359, 13] + [ ecalVeto ] 0 : Hit 8: [4.81586, 33.3653, 12] + [ ecalVeto ] 0 : Hit 9: [2.40793, 29.1946, 11] + [ ecalVeto ] 0 : Hit 10: [4.81586, 33.3653, 10] + [ ecalVeto ] 0 : Hit 11: [2.40793, 37.5359, 9] + [ ecalVeto ] 0 : Hit 12: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 13: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 14: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 15: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 16: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 16] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 14] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 33.3653, 13] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 37.5359, 12] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 33.3653, 11] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 37.5359, 10] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 33.3653, 9] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 29.1946, 8] + [ ecalVeto ] 0 : Hit 8: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 9: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 10: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 11: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 12] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 11] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 29.1946, 10] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 25.024, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4235.06; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3965 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-61.6707, 65.1101, 1] + [ ecalVeto ] 0 : Hit 1: [-59.2627, 69.2808, 0] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 29.1946, 1] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 33.3653, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4624.35; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3966 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [40.9348, -70.9012, 26] + [ ecalVeto ] 0 : Hit 1: [38.5269, -66.7306, 25] + [ ecalVeto ] 0 : Hit 2: [40.9348, -62.5599, 24] + [ ecalVeto ] 0 : Hit 3: [38.5269, -58.3892, 23] + [ ecalVeto ] 0 : Hit 4: [40.9348, -54.2186, 22] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1923.27; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3967 Brem photon produced 2 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 29.1946, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 23 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2949.08; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3968 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4633.25; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3969 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-37.5914, -156.865, 20] + [ ecalVeto ] 0 : Hit 1: [-39.9993, -152.694, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [24.0793, 8.34132, 15] + [ ecalVeto ] 0 : Hit 1: [24.0793, 8.34132, 13] + [ ecalVeto ] 0 : Hit 2: [26.4873, 4.17066, 12] + [ ecalVeto ] 0 : Hit 3: [24.0793, 8.34132, 11] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6754.08; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3970 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-18.3279, -115.158, 21] + [ ecalVeto ] 0 : Hit 1: [-15.92, -119.329, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-11.1041, -110.987, 19] + [ ecalVeto ] 0 : Hit 1: [-8.69618, -115.158, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 91.7545, 17] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 95.9252, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4087.61; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3971 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-148.356, 131.841, 33] + [ ecalVeto ] 0 : Hit 1: [-145.948, 136.011, 32] + [ ecalVeto ] 0 : Hit 2: [-148.356, 131.841, 31] + [ ecalVeto ] 0 : Hit 3: [-145.948, 127.67, 30] + [ ecalVeto ] 0 : Hit 4: [-141.132, 127.67, 31] + [ ecalVeto ] 0 : Hit 5: [-138.725, 123.499, 30] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-133.909, 115.158, 29] + [ ecalVeto ] 0 : Hit 1: [-131.501, 110.987, 28] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-112.237, 85.9634, 25] + [ ecalVeto ] 0 : Hit 1: [-109.829, 81.7928, 24] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3221.66; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3972 Brem photon produced 66 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-137.789, -58.3892, 22] + [ ecalVeto ] 0 : Hit 1: [-140.197, -54.2186, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-111.302, -45.8773, 21] + [ ecalVeto ] 0 : Hit 1: [-108.894, -50.0479, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-132.973, -58.3892, 21] + [ ecalVeto ] 0 : Hit 1: [-130.565, -54.2186, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-116.118, -54.2186, 20] + [ ecalVeto ] 0 : Hit 1: [-118.525, -50.0479, 19] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -45.8773, 15] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -41.7066, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Hit 5: [4.81586, -8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3679.29; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3973 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 75.0719, 22] + [ ecalVeto ] 0 : Hit 1: [2.40793, 70.9012, 21] + [ ecalVeto ] 0 : Hit 2: [4.81586, 66.7306, 20] + [ ecalVeto ] 0 : Hit 3: [2.40793, 62.5599, 19] + [ ecalVeto ] 0 : Hit 4: [4.81586, 58.3892, 18] + [ ecalVeto ] 0 : Hit 5: [2.40793, 54.2186, 17] + [ ecalVeto ] 0 : Hit 6: [4.81586, 50.0479, 16] + [ ecalVeto ] 0 : Hit 7: [2.40793, 45.8773, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 37.5359, 14] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 33.3653, 13] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 29.1946, 12] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 25.024, 11] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 20.8533, 10] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 7: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 8: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 9: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-44.8152, -102.646, 6] + [ ecalVeto ] 0 : Hit 1: [-47.2231, -98.4754, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -94.3048, 5] + [ ecalVeto ] 0 : Hit 1: [-52.039, -98.4754, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-47.2231, -81.7928, 5] + [ ecalVeto ] 0 : Hit 1: [-44.8152, -77.6221, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 107 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2766.14; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3974 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 87 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6009.78; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3975 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, 54.2186, 13] + [ ecalVeto ] 0 : Hit 1: [19.2635, 58.3892, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -58.3892, 12] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -54.2186, 11] + [ ecalVeto ] 0 : Hit 2: [-38.5269, -50.0479, 10] + [ ecalVeto ] 0 : Hit 3: [-38.5269, -50.0479, 8] + [ ecalVeto ] 0 : Hit 4: [-33.711, -50.0479, 9] + [ ecalVeto ] 0 : Hit 5: [-33.711, -50.0479, 7] + [ ecalVeto ] 0 : Hit 6: [-31.3031, -54.2186, 6] + [ ecalVeto ] 0 : Hit 7: [-33.711, -58.3892, 5] + [ ecalVeto ] 0 : Hit 8: [-31.3031, -62.5599, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -62.5599, 3] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -66.7306, 2] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -70.9012, 1] + [ ecalVeto ] 0 : Hit 3: [-24.0793, -75.0719, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4536.06; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3976 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-88.1579, 85.9634, 16] + [ ecalVeto ] 0 : Hit 1: [-90.5659, 81.7928, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-88.1579, 69.2808, 14] + [ ecalVeto ] 0 : Hit 1: [-90.5659, 73.4515, 13] + [ ecalVeto ] 0 : Hit 2: [-90.5659, 73.4515, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-105.013, 90.1341, 13] + [ ecalVeto ] 0 : Hit 1: [-102.606, 85.9634, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 45.8773, 13] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 45.8773, 11] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-155.58, 102.646, 13] + [ ecalVeto ] 0 : Hit 1: [-153.172, 98.4754, 12] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 54.2186, 7] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 50.0479, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-33.711, 41.7066, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 37.5359, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6318.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3977 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 66.7306, 12] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 62.5599, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -54.2186, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -50.0479, 10] + [ ecalVeto ] 0 : Hit 2: [-52.9745, -50.0479, 8] + [ ecalVeto ] 0 : Hit 3: [-48.1586, -50.0479, 9] + [ ecalVeto ] 0 : Hit 4: [-45.7507, -45.8773, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -45.8773, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -50.0479, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [190.763, -66.7306, 6] + [ ecalVeto ] 0 : Hit 1: [188.356, -70.9012, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3399.06; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3978 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 31 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3191.35; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3979 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-30.3676, 94.3048, 24] + [ ecalVeto ] 0 : Hit 1: [-32.7755, 90.1341, 23] + [ ecalVeto ] 0 : Hit 2: [-30.3676, 85.9634, 22] + [ ecalVeto ] 0 : Hit 3: [-32.7755, 81.7928, 21] + [ ecalVeto ] 0 : Hit 4: [-31.3031, 79.2426, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 54.2186, 15] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 50.0479, 14] + [ ecalVeto ] 0 : Hit 2: [-26.4873, 45.8773, 13] + [ ecalVeto ] 0 : Hit 3: [-24.0793, 41.7066, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 54.2186, 13] + [ ecalVeto ] 0 : Hit 1: [4.81586, 50.0479, 12] + [ ecalVeto ] 0 : Hit 2: [2.40793, 45.8773, 11] + [ ecalVeto ] 0 : Hit 3: [4.81586, 41.7066, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [24.0793, -25.024, 11] + [ ecalVeto ] 0 : Hit 1: [26.4873, -29.1946, 10] + [ ecalVeto ] 0 : Hit 2: [24.0793, -25.024, 9] + [ ecalVeto ] 0 : Hit 3: [26.4873, -29.1946, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [16.8555, -12.512, 11] + [ ecalVeto ] 0 : Hit 1: [19.2635, -8.34132, 10] + [ ecalVeto ] 0 : Hit 2: [16.8555, -12.512, 9] + [ ecalVeto ] 0 : Hit 3: [19.2635, -16.6826, 8] + [ ecalVeto ] 0 : Hit 4: [16.8555, -20.8533, 7] + [ ecalVeto ] 0 : Hit 5: [19.2635, -25.024, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 4: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 7: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 8: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 108 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6622.81; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3980 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -16.6826, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -20.8533, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -16.6826, 8] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -12.512, 7] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -8.34132, 6] + [ ecalVeto ] 0 : Hit 6: [-12.0397, -4.17066, 5] + [ ecalVeto ] 0 : Hit 7: [-9.63173, -2.66454e-15, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, 54.2186, 8] + [ ecalVeto ] 0 : Hit 1: [26.4873, 54.2186, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -25.024, 6] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -20.8533, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 113 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5621.7; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3981 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [11.1041, 102.646, 22] + [ ecalVeto ] 0 : Hit 1: [8.69618, 98.4754, 21] + [ ecalVeto ] 0 : Hit 2: [11.1041, 94.3048, 20] + [ ecalVeto ] 0 : Hit 3: [9.63173, 91.7545, 19] + [ ecalVeto ] 0 : Hit 4: [12.0397, 87.5839, 18] + [ ecalVeto ] 0 : Hit 5: [9.63173, 83.4132, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 83.4132, 16] + [ ecalVeto ] 0 : Hit 1: [2.40793, 79.2426, 15] + [ ecalVeto ] 0 : Hit 2: [4.81586, 75.0719, 14] + [ ecalVeto ] 0 : Hit 3: [2.40793, 70.9012, 13] + [ ecalVeto ] 0 : Hit 4: [4.81586, 66.7306, 12] + [ ecalVeto ] 0 : Hit 5: [2.40793, 62.5599, 11] + [ ecalVeto ] 0 : Hit 6: [4.81586, 58.3892, 10] + [ ecalVeto ] 0 : Hit 7: [2.40793, 54.2186, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 45.8773, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 41.7066, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 29.1946, 2] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 25.024, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1819.12; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3982 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-147.421, 41.7066, 29] + [ ecalVeto ] 0 : Hit 1: [-145.013, 37.5359, 28] + [ ecalVeto ] 0 : Hit 2: [-147.421, 41.7066, 27] + [ ecalVeto ] 0 : Hit 3: [-145.013, 37.5359, 26] + [ ecalVeto ] 0 : Hit 4: [-147.421, 41.7066, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-125.749, 37.5359, 23] + [ ecalVeto ] 0 : Hit 1: [-123.341, 33.3653, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-118.525, 33.3653, 21] + [ ecalVeto ] 0 : Hit 1: [-116.118, 29.1946, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-111.302, 29.1946, 19] + [ ecalVeto ] 0 : Hit 1: [-108.894, 25.024, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [152.237, 58.3892, 19] + [ ecalVeto ] 0 : Hit 1: [152.237, 58.3892, 17] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 20.8533, 17] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 16.6826, 16] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-69.83, 12.512, 13] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 8.34132, 12] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 4.17066, 8] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 98 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4055.96; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3983 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [60.1983, 37.5359, 25] + [ ecalVeto ] 0 : Hit 1: [62.6062, 33.3653, 24] + [ ecalVeto ] 0 : Hit 2: [60.1983, 29.1946, 23] + [ ecalVeto ] 0 : Hit 3: [62.6062, 25.024, 22] + [ ecalVeto ] 0 : Hit 4: [60.1983, 20.8533, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-147.421, 25.024, 19] + [ ecalVeto ] 0 : Hit 1: [-145.013, 29.1946, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [52.9745, 8.34132, 19] + [ ecalVeto ] 0 : Hit 1: [55.3824, 12.512, 18] + [ ecalVeto ] 0 : Hit 2: [52.9745, 8.34132, 17] + [ ecalVeto ] 0 : Hit 3: [55.3824, 12.512, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [48.1586, -2.66454e-15, 16] + [ ecalVeto ] 0 : Hit 1: [45.7507, -4.17066, 15] + [ ecalVeto ] 0 : Hit 2: [48.1586, -8.34132, 14] + [ ecalVeto ] 0 : Hit 3: [45.7507, -12.512, 13] + [ ecalVeto ] 0 : Hit 4: [48.1586, -8.34132, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-111.302, 20.8533, 15] + [ ecalVeto ] 0 : Hit 1: [-108.894, 25.024, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 20.8533, 10] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 20.8533, 8] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 4.17066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 105 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3960.51; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3984 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -58.3892, 14] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -54.2186, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 12.512, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Hit 6: [12.0397, -12.512, 2] + [ ecalVeto ] 0 : Hit 7: [9.63173, -8.34132, 1] + [ ecalVeto ] 0 : Hit 8: [12.0397, -4.17066, 0] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7157.02; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3985 Brem photon produced 79 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -12.512, 8] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -8.34132, 7] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -4.17066, 9] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -8.34132, 8] + [ ecalVeto ] 0 : Hit 5: [-12.0397, -12.512, 7] + [ ecalVeto ] 0 : Hit 6: [-9.63173, -8.34132, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7335.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3986 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-132.973, 50.0479, 11] + [ ecalVeto ] 0 : Hit 1: [-130.565, 45.8773, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 37.5359, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 12.512, 4] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 16.6826, 6] + [ ecalVeto ] 0 : Hit 5: [-12.0397, 20.8533, 5] + [ ecalVeto ] 0 : Hit 6: [-9.63173, 16.6826, 4] + [ ecalVeto ] 0 : Hit 7: [-12.0397, 20.8533, 3] + [ ecalVeto ] 0 : Hit 8: [-9.63173, 25.024, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 45.8773, 3] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 41.7066, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [30.3676, 202.742, 1] + [ ecalVeto ] 0 : Hit 1: [32.7755, 206.913, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5039.65; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3987 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4940.23; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3988 Brem photon produced 41 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 34 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4482.66; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3989 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 25.024, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6225.69; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3990 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [23.1438, 106.817, 17] + [ ecalVeto ] 0 : Hit 1: [25.5517, 110.987, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [54.4469, -69.2808, 16] + [ ecalVeto ] 0 : Hit 1: [52.9745, -66.7306, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [30.3676, 127.67, 15] + [ ecalVeto ] 0 : Hit 1: [32.7755, 123.499, 14] + [ ecalVeto ] 0 : Hit 2: [30.3676, 119.329, 13] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5712.26; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3991 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [54.4469, 144.353, 20] + [ ecalVeto ] 0 : Hit 1: [52.039, 140.182, 19] + [ ecalVeto ] 0 : Hit 2: [54.4469, 136.011, 18] + [ ecalVeto ] 0 : Hit 3: [52.039, 131.841, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [44.8152, 127.67, 17] + [ ecalVeto ] 0 : Hit 1: [47.2231, 123.499, 16] + [ ecalVeto ] 0 : Hit 2: [44.8152, 119.329, 15] + [ ecalVeto ] 0 : Hit 3: [39.9993, 119.329, 16] + [ ecalVeto ] 0 : Hit 4: [37.5914, 115.158, 15] + [ ecalVeto ] 0 : Hit 5: [39.9993, 110.987, 14] + [ ecalVeto ] 0 : Hit 6: [37.5914, 106.817, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 29.1946, 2] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 25.024, 1] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 29.1946, 0] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6870.65; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3992 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [26.4873, 4.17066, 10] + [ ecalVeto ] 0 : Hit 2: [24.0793, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 3: [26.4873, -4.17066, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 41.7066, 11] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 37.5359, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-69.83, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 25.024, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 29.1946, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [19.2635, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, 4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [19.2635, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 3: [16.8555, 4.17066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3936.82; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3993 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 8: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, -2.66454e-15, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 103 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7575.85; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3994 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5688.44; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3995 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5411.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3996 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-173.908, -45.8773, 22] + [ ecalVeto ] 0 : Hit 1: [-176.316, -50.0479, 21] + [ ecalVeto ] 0 : Hit 2: [-173.908, -45.8773, 20] + [ ecalVeto ] 0 : Hit 3: [-176.316, -50.0479, 19] + [ ecalVeto ] 0 : Hit 4: [-173.908, -54.2186, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-140.197, -54.2186, 19] + [ ecalVeto ] 0 : Hit 1: [-137.789, -50.0479, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-118.525, -50.0479, 17] + [ ecalVeto ] 0 : Hit 1: [-116.118, -45.8773, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [133.909, -98.4754, 16] + [ ecalVeto ] 0 : Hit 1: [131.501, -94.3048, 15] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-104.078, -50.0479, 15] + [ ecalVeto ] 0 : Hit 1: [-101.67, -45.8773, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [45.7507, -45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [48.1586, -41.7066, 8] + [ ecalVeto ] 0 : Hit 2: [45.7507, -45.8773, 7] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -25.024, 6] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -20.8533, 3] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -20.8533, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5344.71; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3997 Brem photon produced 40 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [197.987, -62.5599, 22] + [ ecalVeto ] 0 : Hit 1: [195.579, -58.3892, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 11] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, -33.3653, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, -37.5359, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [8.69618, -123.499, 11] + [ ecalVeto ] 0 : Hit 1: [11.1041, -127.67, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3568.04; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3998 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, 20.8533, 8] + [ ecalVeto ] 0 : Hit 3: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 36 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6481.47; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 3999 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-133.909, 165.206, 33] + [ ecalVeto ] 0 : Hit 1: [-131.501, 169.377, 32] + [ ecalVeto ] 0 : Hit 2: [-133.909, 173.547, 31] + [ ecalVeto ] 0 : Finding linreg tracks from 29 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2329.92; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4000 Brem photon produced 36 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -41.7066, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -29.1946, 2] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -25.024, 1] + [ ecalVeto ] 0 : Hit 8: [-2.40793, -29.1946, 0] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 91.7545, 7] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 91.7545, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 87.5839, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Hit 4: [2.40793, -29.1946, 1] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 45.8773, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 41.7066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 100 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7138.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4001 Brem photon produced 81 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [12.0397, 4.17066, 10] + [ ecalVeto ] 0 : Hit 2: [9.63173, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 3: [12.0397, 4.17066, 8] + [ ecalVeto ] 0 : Hit 4: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [24.0793, -8.34132, 3] + [ ecalVeto ] 0 : Hit 1: [26.4873, -4.17066, 2] + [ ecalVeto ] 0 : Hit 2: [24.0793, -8.34132, 1] + [ ecalVeto ] 0 : Hit 3: [26.4873, -4.17066, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 104 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4910.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4002 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-111.302, 54.2186, 27] + [ ecalVeto ] 0 : Hit 1: [-108.894, 58.3892, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -79.2426, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, -75.0719, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -75.0719, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, -70.9012, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, -66.7306, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, -62.5599, 9] + [ ecalVeto ] 0 : Hit 4: [4.81586, -58.3892, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2491.34; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4003 Brem photon produced 40 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [153.172, -140.182, 31] + [ ecalVeto ] 0 : Hit 1: [153.172, -140.182, 29] + [ ecalVeto ] 0 : Hit 2: [148.356, -140.182, 30] + [ ecalVeto ] 0 : Hit 3: [148.356, -140.182, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [119.461, -90.1341, 24] + [ ecalVeto ] 0 : Hit 1: [117.053, -85.9634, 23] + [ ecalVeto ] 0 : Hit 2: [119.461, -90.1341, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [148.356, -106.817, 22] + [ ecalVeto ] 0 : Hit 1: [145.948, -102.646, 21] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [119.461, -81.7928, 20] + [ ecalVeto ] 0 : Hit 1: [119.461, -81.7928, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 33.3653, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Hit 1: [9.63173, -33.3653, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3853.04; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4004 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3662.91; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4005 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -45.8773, 21] + [ ecalVeto ] 0 : Hit 1: [4.81586, -50.0479, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -12.512, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2840; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4006 Brem photon produced 37 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [32.7755, 115.158, 26] + [ ecalVeto ] 0 : Hit 1: [30.3676, 110.987, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [25.5517, 102.646, 24] + [ ecalVeto ] 0 : Hit 1: [23.1438, 98.4754, 23] + [ ecalVeto ] 0 : Hit 2: [25.5517, 94.3048, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 33.3653, 15] + [ ecalVeto ] 0 : Hit 1: [12.0397, 29.1946, 14] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 13] + [ ecalVeto ] 0 : Hit 3: [12.0397, 20.8533, 12] + [ ecalVeto ] 0 : Hit 4: [9.63173, 16.6826, 11] + [ ecalVeto ] 0 : Hit 5: [12.0397, 12.512, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -20.8533, 15] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -16.6826, 14] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -20.8533, 13] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -16.6826, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 4: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 5: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 6: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8714.97; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4007 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-59.2627, 69.2808, 18] + [ ecalVeto ] 0 : Hit 1: [-61.6707, 65.1101, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 58.3892, 14] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 54.2186, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 62.5599, 13] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 66.7306, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 33.3653, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 2] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 1] + [ ecalVeto ] 0 : Hit 3: [12.0397, 12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7122.55; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4008 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, 29.1946, 17] + [ ecalVeto ] 0 : Hit 1: [19.2635, 33.3653, 16] + [ ecalVeto ] 0 : Hit 2: [16.8555, 29.1946, 15] + [ ecalVeto ] 0 : Hit 3: [19.2635, 25.024, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 58.3892, 17] + [ ecalVeto ] 0 : Hit 1: [9.63173, 58.3892, 15] + [ ecalVeto ] 0 : Hit 2: [4.81586, 58.3892, 16] + [ ecalVeto ] 0 : Hit 3: [2.40793, 54.2186, 15] + [ ecalVeto ] 0 : Hit 4: [4.81586, 50.0479, 14] + [ ecalVeto ] 0 : Hit 5: [2.40793, 45.8773, 13] + [ ecalVeto ] 0 : Hit 6: [4.81586, 41.7066, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 16] + [ ecalVeto ] 0 : Hit 1: [12.0397, 4.17066, 14] + [ ecalVeto ] 0 : Hit 2: [9.63173, 8.34132, 13] + [ ecalVeto ] 0 : Hit 3: [12.0397, 12.512, 12] + [ ecalVeto ] 0 : Hit 4: [9.63173, 16.6826, 11] + [ ecalVeto ] 0 : Hit 5: [9.63173, 16.6826, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, 29.1946, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 13] + [ ecalVeto ] 0 : Hit 2: [12.0397, 29.1946, 12] + [ ecalVeto ] 0 : Hit 3: [12.0397, 29.1946, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Hit 5: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6857.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4009 Brem photon produced 33 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-190.763, -50.0479, 21] + [ ecalVeto ] 0 : Hit 1: [-188.356, -45.8773, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-152.237, -25.024, 18] + [ ecalVeto ] 0 : Hit 1: [-154.644, -29.1946, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-176.316, -16.6826, 17] + [ ecalVeto ] 0 : Hit 1: [-173.908, -12.512, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-132.973, -25.024, 15] + [ ecalVeto ] 0 : Hit 1: [-130.565, -29.1946, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-111.302, -29.1946, 13] + [ ecalVeto ] 0 : Hit 1: [-108.894, -25.024, 12] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-161.868, 16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [-159.46, 20.8533, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -45.8773, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -50.0479, 10] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -20.8533, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7369; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4010 Brem photon produced 38 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3616; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4011 Brem photon produced 53 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 9] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 4: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Hit 5: [12.0397, 20.8533, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 6: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 2 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5265.36; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4012 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -62.5599, 9] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -62.5599, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -4.17066, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6336.38; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4013 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-39.9993, 85.9634, 17] + [ ecalVeto ] 0 : Hit 1: [-37.5914, 81.7928, 16] + [ ecalVeto ] 0 : Hit 2: [-39.9993, 77.6221, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -37.5359, 13] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -37.5359, 11] + [ ecalVeto ] 0 : Hit 2: [-24.0793, -33.3653, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -37.5359, 12] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 11] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -29.1946, 10] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -25.024, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3546.65; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4014 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -50.0479, 21] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -45.8773, 20] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -50.0479, 19] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -45.8773, 18] + [ ecalVeto ] 0 : Hit 4: [-19.2635, -41.7066, 17] + [ ecalVeto ] 0 : Hit 5: [-16.8555, -37.5359, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -25.024, 12] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -20.8533, 11] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -16.6826, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 36 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3499.42; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4015 Brem photon produced 41 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [3.88031, 106.817, 18] + [ ecalVeto ] 0 : Hit 1: [3.34348, 102.646, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-132.973, -8.34132, 17] + [ ecalVeto ] 0 : Hit 1: [-130.565, -12.512, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 83.4132, 15] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 79.2426, 14] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 75.0719, 13] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 70.9012, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6106.91; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4016 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 75.0719, 14] + [ ecalVeto ] 0 : Hit 1: [2.40793, 70.9012, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [38.5269, 41.7066, 13] + [ ecalVeto ] 0 : Hit 1: [40.9348, 45.8773, 12] + [ ecalVeto ] 0 : Hit 2: [38.5269, 50.0479, 11] + [ ecalVeto ] 0 : Hit 3: [40.9348, 45.8773, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [16.8555, 29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [19.2635, 33.3653, 8] + [ ecalVeto ] 0 : Hit 2: [16.8555, 29.1946, 7] + [ ecalVeto ] 0 : Hit 3: [19.2635, 33.3653, 6] + [ ecalVeto ] 0 : Hit 4: [16.8555, 29.1946, 5] + [ ecalVeto ] 0 : Hit 5: [19.2635, 25.024, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, 37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5124.87; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4017 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [55.3824, -37.5359, 22] + [ ecalVeto ] 0 : Hit 1: [52.9745, -33.3653, 21] + [ ecalVeto ] 0 : Hit 2: [55.3824, -37.5359, 20] + [ ecalVeto ] 0 : Hit 3: [52.9745, -33.3653, 19] + [ ecalVeto ] 0 : Hit 4: [48.1586, -33.3653, 20] + [ ecalVeto ] 0 : Hit 5: [45.7507, -29.1946, 19] + [ ecalVeto ] 0 : Hit 6: [48.1586, -33.3653, 18] + [ ecalVeto ] 0 : Hit 7: [45.7507, -29.1946, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-147.421, 33.3653, 17] + [ ecalVeto ] 0 : Hit 1: [-145.013, 29.1946, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4278.73; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4018 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -123.499, 27] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -119.329, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -119.329, 25] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -115.158, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [16.8555, 20.8533, 19] + [ ecalVeto ] 0 : Hit 1: [19.2635, 25.024, 18] + [ ecalVeto ] 0 : Hit 2: [16.8555, 20.8533, 17] + [ ecalVeto ] 0 : Hit 3: [19.2635, 16.6826, 16] + [ ecalVeto ] 0 : Hit 4: [16.8555, 12.512, 15] + [ ecalVeto ] 0 : Hit 5: [19.2635, 8.34132, 14] + [ ecalVeto ] 0 : Hit 6: [16.8555, 4.17066, 13] + [ ecalVeto ] 0 : Hit 7: [19.2635, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 8: [16.8555, -4.17066, 11] + [ ecalVeto ] 0 : Hit 9: [19.2635, -8.34132, 10] + [ ecalVeto ] 0 : Hit 10: [16.8555, -12.512, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-47.2231, -81.7928, 15] + [ ecalVeto ] 0 : Hit 1: [-44.8152, -85.9634, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-33.711, -75.0719, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -70.9012, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -62.5599, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -58.3892, 8] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -50.0479, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -54.2186, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -50.0479, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -45.8773, 4] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-45.7507, -29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -25.024, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 108 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5735.7; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4019 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -2.66454e-15, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 4.17066, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4806.18; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4020 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [90.5659, -81.7928, 24] + [ ecalVeto ] 0 : Hit 1: [88.1579, -77.6221, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [61.6707, -65.1101, 18] + [ ecalVeto ] 0 : Hit 1: [60.1983, -62.5599, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 58.3892, 17] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 62.5599, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 33.3653, 9] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 29.1946, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6309.16; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4021 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-47.2231, -73.4515, 15] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -70.9012, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 45.8773, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, 41.7066, 13] + [ ecalVeto ] 0 : Hit 2: [12.0397, 37.5359, 12] + [ ecalVeto ] 0 : Hit 3: [9.63173, 33.3653, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -62.5599, 13] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -66.7306, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, -58.3892, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -62.5599, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Hit 6: [4.81586, -2.66454e-15, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4350.73; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4022 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-111.302, -29.1946, 3] + [ ecalVeto ] 0 : Hit 1: [-108.894, -33.3653, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 58.3892, 1] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 62.5599, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 35 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2709.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4023 Brem photon produced 38 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [62.6062, -2.66454e-15, 20] + [ ecalVeto ] 0 : Hit 1: [62.6062, -2.66454e-15, 18] + [ ecalVeto ] 0 : Hit 2: [62.6062, -2.66454e-15, 16] + [ ecalVeto ] 0 : Hit 3: [60.1983, -4.17066, 15] + [ ecalVeto ] 0 : Hit 4: [62.6062, -2.66454e-15, 14] + [ ecalVeto ] 0 : Hit 5: [60.1983, -4.17066, 13] + [ ecalVeto ] 0 : Hit 6: [60.1983, -4.17066, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [67.4221, -2.66454e-15, 19] + [ ecalVeto ] 0 : Hit 1: [67.4221, -2.66454e-15, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 20.8533, 6] + [ ecalVeto ] 0 : Hit 4: [-16.8555, 12.512, 8] + [ ecalVeto ] 0 : Hit 5: [-19.2635, 8.34132, 7] + [ ecalVeto ] 0 : Hit 6: [-16.8555, 12.512, 6] + [ ecalVeto ] 0 : Hit 7: [-19.2635, 8.34132, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 29.1946, 5] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 25.024, 4] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8364.15; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4024 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [55.3824, 29.1946, 20] + [ ecalVeto ] 0 : Hit 1: [52.9745, 25.024, 19] + [ ecalVeto ] 0 : Hit 2: [55.3824, 29.1946, 18] + [ ecalVeto ] 0 : Hit 3: [52.9745, 25.024, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 12.512, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 8.34132, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -4.17066, 10] + [ ecalVeto ] 0 : Hit 2: [-62.6062, -8.34132, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, -41.7066, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, -37.5359, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [31.3031, -37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [33.711, -41.7066, 8] + [ ecalVeto ] 0 : Hit 2: [31.3031, -37.5359, 7] + [ ecalVeto ] 0 : Hit 3: [33.711, -33.3653, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -8.34132, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5185.22; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4025 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-11.1041, -102.646, 9] + [ ecalVeto ] 0 : Hit 1: [-8.69618, -106.817, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3877.14; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4026 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, -45.8773, 14] + [ ecalVeto ] 0 : Hit 1: [24.0793, -41.7066, 13] + [ ecalVeto ] 0 : Hit 2: [26.4873, -37.5359, 12] + [ ecalVeto ] 0 : Hit 3: [24.0793, -33.3653, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-87.2224, 45.8773, 6] + [ ecalVeto ] 0 : Hit 1: [-89.6303, 41.7066, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Hit 4: [2.40793, 4.17066, 1] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 41.7066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3278.11; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4027 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 83.4132, 13] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 87.5839, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-73.7103, 60.9395, 8] + [ ecalVeto ] 0 : Hit 1: [-76.1183, 56.7688, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 121 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7062.04; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4028 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 15 + [ ecalVeto ] 0 : Beginning track merging using 15 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 15 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-161.868, 75.0719, 31] + [ ecalVeto ] 0 : Hit 1: [-159.46, 70.9012, 30] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-147.421, 58.3892, 29] + [ ecalVeto ] 0 : Hit 1: [-145.013, 54.2186, 28] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-132.973, 41.7066, 27] + [ ecalVeto ] 0 : Hit 1: [-130.565, 37.5359, 26] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-118.525, 33.3653, 25] + [ ecalVeto ] 0 : Hit 1: [-116.118, 29.1946, 24] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-111.302, 29.1946, 23] + [ ecalVeto ] 0 : Hit 1: [-108.894, 25.024, 22] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-94.4462, 16.6826, 20] + [ ecalVeto ] 0 : Hit 1: [-96.8541, 12.512, 19] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 4.17066, 17] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -2.66454e-15, 16] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-125.749, -29.1946, 17] + [ ecalVeto ] 0 : Hit 1: [-123.341, -33.3653, 16] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-111.302, -37.5359, 15] + [ ecalVeto ] 0 : Hit 1: [-108.894, -33.3653, 14] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -2.66454e-15, 15] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -4.17066, 14] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -37.5359, 13] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -33.3653, 12] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-69.83, -4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -8.34132, 12] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -20.8533, 8] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -37.5359, 8] + [ ecalVeto ] 0 : Track 14: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -25.024, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 15 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2685.51; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4029 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-226.882, -37.5359, 33] + [ ecalVeto ] 0 : Hit 1: [-224.475, -33.3653, 32] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-190.763, -25.024, 29] + [ ecalVeto ] 0 : Hit 1: [-188.356, -20.8533, 28] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-176.316, -16.6826, 27] + [ ecalVeto ] 0 : Hit 1: [-173.908, -20.8533, 26] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-140.197, -12.512, 23] + [ ecalVeto ] 0 : Hit 1: [-137.789, -8.34132, 22] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-125.749, -4.17066, 21] + [ ecalVeto ] 0 : Hit 1: [-123.341, -8.34132, 20] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-111.302, -4.17066, 19] + [ ecalVeto ] 0 : Hit 1: [-108.894, -2.36672e-14, 18] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 4.17066, 17] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -2.36672e-14, 16] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 4.17066, 15] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 8.34132, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1402.85; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4030 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [38.5269, 25.024, 13] + [ ecalVeto ] 0 : Hit 1: [40.9348, 20.8533, 12] + [ ecalVeto ] 0 : Hit 2: [38.5269, 25.024, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -20.8533, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4348.69; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4031 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-162.804, 131.841, 17] + [ ecalVeto ] 0 : Hit 1: [-160.396, 127.67, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, 54.2186, 13] + [ ecalVeto ] 0 : Hit 1: [19.2635, 58.3892, 12] + [ ecalVeto ] 0 : Hit 2: [16.8555, 54.2186, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 45.8773, 12] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 50.0479, 11] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 45.8773, 10] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 41.7066, 9] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 41.7066, 7] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 41.7066, 8] + [ ecalVeto ] 0 : Hit 6: [-12.0397, 37.5359, 7] + [ ecalVeto ] 0 : Hit 7: [-9.63173, 41.7066, 6] + [ ecalVeto ] 0 : Hit 8: [-12.0397, 37.5359, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 8: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Hit 9: [-2.40793, 29.1946, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, 50.0479, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 45.8773, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 41.7066, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-33.711, 66.7306, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 62.5599, 4] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 37.5359, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 105 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4526.1; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4032 Brem photon produced 39 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 15] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 14] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 13] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 12] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 12.512, 10] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, 16.6826, 14] + [ ecalVeto ] 0 : Hit 1: [19.2635, 16.6826, 12] + [ ecalVeto ] 0 : Hit 2: [16.8555, 12.512, 11] + [ ecalVeto ] 0 : Hit 3: [19.2635, 16.6826, 10] + [ ecalVeto ] 0 : Hit 4: [16.8555, 12.512, 9] + [ ecalVeto ] 0 : Hit 5: [19.2635, 16.6826, 8] + [ ecalVeto ] 0 : Hit 6: [16.8555, 20.8533, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 14] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 12] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 11] + [ ecalVeto ] 0 : Hit 3: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 4: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 5: [2.40793, 12.512, 11] + [ ecalVeto ] 0 : Hit 6: [4.81586, 16.6826, 10] + [ ecalVeto ] 0 : Hit 7: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Hit 8: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 9: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 10: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [16.8555, 29.1946, 13] + [ ecalVeto ] 0 : Hit 1: [19.2635, 25.024, 12] + [ ecalVeto ] 0 : Hit 2: [16.8555, 20.8533, 11] + [ ecalVeto ] 0 : Hit 3: [16.8555, 20.8533, 9] + [ ecalVeto ] 0 : Hit 4: [19.2635, 25.024, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, 29.1946, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, 33.3653, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, 29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4929.09; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4033 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 33.3653, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4345.08; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4034 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -54.2186, 10] + [ ecalVeto ] 0 : Hit 1: [-33.711, -50.0479, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -62.5599, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -58.3892, 8] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -62.5599, 7] + [ ecalVeto ] 0 : Hit 3: [-24.0793, -58.3892, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -50.0479, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -45.8773, 6] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -50.0479, 5] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -45.8773, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -41.7066, 2] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -45.8773, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7849.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4035 Brem photon produced 2 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6237.04; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4036 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-3.88031, 190.23, 27] + [ ecalVeto ] 0 : Hit 1: [-1.47238, 186.059, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-1.47238, 119.329, 20] + [ ecalVeto ] 0 : Hit 1: [-3.88031, 115.158, 19] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4376.61; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4037 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-59.2627, -152.694, 28] + [ ecalVeto ] 0 : Hit 1: [-61.6707, -148.523, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, 29.1946, 20] + [ ecalVeto ] 0 : Hit 1: [24.0793, 25.024, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 16] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 15] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 14] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 13] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 33.3653, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 29.1946, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 25.024, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4440.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4038 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-73.7103, -136.011, 30] + [ ecalVeto ] 0 : Hit 1: [-76.1183, -131.841, 29] + [ ecalVeto ] 0 : Hit 2: [-73.7103, -127.67, 28] + [ ecalVeto ] 0 : Hit 3: [-76.1183, -123.499, 27] + [ ecalVeto ] 0 : Hit 4: [-73.7103, -119.329, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -110.987, 25] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -115.158, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -106.817, 23] + [ ecalVeto ] 0 : Hit 1: [-59.2627, -102.646, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, -50.0479, 17] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -54.2186, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-45.7507, -62.5599, 16] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -58.3892, 15] + [ ecalVeto ] 0 : Hit 2: [-45.7507, -54.2186, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -50.0479, 14] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -45.8773, 13] + [ ecalVeto ] 0 : Hit 2: [-24.0793, -41.7066, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [76.1183, 56.7688, 12] + [ ecalVeto ] 0 : Hit 1: [74.6459, 54.2186, 11] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [62.6062, 50.0479, 10] + [ ecalVeto ] 0 : Hit 1: [60.1983, 45.8773, 9] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -25.024, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3311.1; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4039 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 1] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2473.73; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4040 Brem photon produced 36 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-15.92, 144.353, 26] + [ ecalVeto ] 0 : Hit 1: [-18.3279, 140.182, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-18.3279, 123.499, 23] + [ ecalVeto ] 0 : Hit 1: [-15.92, 119.329, 22] + [ ecalVeto ] 0 : Hit 2: [-18.3279, 115.158, 21] + [ ecalVeto ] 0 : Hit 3: [-15.92, 110.987, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-11.1041, 94.3048, 17] + [ ecalVeto ] 0 : Hit 1: [-8.69618, 98.4754, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -54.2186, 8] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -50.0479, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -12.512, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -8.34132, 4] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -8.34132, 2] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Hit 4: [2.40793, 20.8533, 1] + [ ecalVeto ] 0 : Hit 5: [4.81586, 25.024, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5888.03; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4041 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [83.3421, -52.5982, 18] + [ ecalVeto ] 0 : Hit 1: [81.8697, -50.0479, 17] + [ ecalVeto ] 0 : Finding linreg tracks from 34 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2120.84; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4042 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [60.1983, 54.2186, 23] + [ ecalVeto ] 0 : Hit 1: [60.1983, 54.2186, 21] + [ ecalVeto ] 0 : Hit 2: [62.6062, 50.0479, 20] + [ ecalVeto ] 0 : Hit 3: [60.1983, 45.8773, 19] + [ ecalVeto ] 0 : Hit 4: [62.6062, 50.0479, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [55.3824, 54.2186, 22] + [ ecalVeto ] 0 : Hit 1: [55.3824, 54.2186, 20] + [ ecalVeto ] 0 : Finding linreg tracks from 39 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3229.55; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4043 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -37.5359, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 20 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2976.49; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4044 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4044 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [83.3421, 85.9634, 28] + [ ecalVeto ] 0 : Hit 1: [80.9341, 81.7928, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 4.17066, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -45.8773, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-33.711, -2.66454e-15, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 45.8773, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 25.024, 6] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 20.8533, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5380.08; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4045 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 69.2808, 11] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 65.1101, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-132.973, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-130.565, -29.1946, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-69.83, 45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 41.7066, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -37.5359, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 92 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6658.26; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4046 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 70.9012, 25] + [ ecalVeto ] 0 : Hit 1: [4.81586, 66.7306, 24] + [ ecalVeto ] 0 : Hit 2: [2.40793, 62.5599, 23] + [ ecalVeto ] 0 : Hit 3: [4.81586, 58.3892, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 41.7066, 19] + [ ecalVeto ] 0 : Hit 1: [12.0397, 37.5359, 18] + [ ecalVeto ] 0 : Hit 2: [9.63173, 33.3653, 17] + [ ecalVeto ] 0 : Hit 3: [12.0397, 29.1946, 16] + [ ecalVeto ] 0 : Hit 4: [9.63173, 25.024, 15] + [ ecalVeto ] 0 : Hit 5: [12.0397, 20.8533, 14] + [ ecalVeto ] 0 : Hit 6: [9.63173, 16.6826, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 9] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 5: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 6: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 7: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 8: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 94 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 2 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4374.81; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4047 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 18] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 16] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 15] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 13] + [ ecalVeto ] 0 : Hit 4: [4.81586, -8.34132, 12] + [ ecalVeto ] 0 : Hit 5: [2.40793, -12.512, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Hit 8: [-2.40793, -29.1946, 2] + [ ecalVeto ] 0 : Hit 9: [-4.81586, -25.024, 1] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4195.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4048 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -50.0479, 17] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -54.2186, 16] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -50.0479, 15] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -54.2186, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -54.2186, 15] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -50.0479, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -4.17066, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -41.7066, 10] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -37.5359, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-33.711, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-33.711, -25.024, 7] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 8.34132, 8] + [ ecalVeto ] 0 : Hit 2: [-38.5269, 8.34132, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 100 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6977.89; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4049 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [69.83, 29.1946, 26] + [ ecalVeto ] 0 : Hit 1: [67.4221, 25.024, 25] + [ ecalVeto ] 0 : Hit 2: [69.83, 20.8533, 24] + [ ecalVeto ] 0 : Hit 3: [67.4221, 16.6826, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [62.6062, 16.6826, 22] + [ ecalVeto ] 0 : Hit 1: [60.1983, 12.512, 21] + [ ecalVeto ] 0 : Hit 2: [62.6062, 8.34132, 20] + [ ecalVeto ] 0 : Hit 3: [60.1983, 4.17066, 19] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5968.57; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4050 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -62.5599, 12] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -58.3892, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, -50.0479, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -54.2186, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -54.2186, 10] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -54.2186, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -50.0479, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -50.0479, 10] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -45.8773, 9] + [ ecalVeto ] 0 : Hit 2: [-24.0793, -41.7066, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -16.6826, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5012.74; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4051 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [3.88031, 115.158, 22] + [ ecalVeto ] 0 : Hit 1: [3.34348, 110.987, 21] + [ ecalVeto ] 0 : Hit 2: [3.88031, 106.817, 20] + [ ecalVeto ] 0 : Hit 3: [3.34348, 102.646, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 87.5839, 17] + [ ecalVeto ] 0 : Hit 1: [4.81586, 83.4132, 16] + [ ecalVeto ] 0 : Hit 2: [2.40793, 79.2426, 15] + [ ecalVeto ] 0 : Hit 3: [4.81586, 75.0719, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [33.711, -66.7306, 10] + [ ecalVeto ] 0 : Hit 1: [31.3031, -62.5599, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [26.4873, -54.2186, 8] + [ ecalVeto ] 0 : Hit 1: [24.0793, -50.0479, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 1: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [19.2635, -41.7066, 6] + [ ecalVeto ] 0 : Hit 1: [16.8555, -37.5359, 5] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4114.51; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4052 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4328.41; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4053 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 29.1946, 16] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 25.024, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 15] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 4.17066, 13] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 8.34132, 12] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 4.17066, 11] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -2.66454e-15, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, -33.3653, 14] + [ ecalVeto ] 0 : Hit 1: [19.2635, -33.3653, 12] + [ ecalVeto ] 0 : Hit 2: [16.8555, -37.5359, 11] + [ ecalVeto ] 0 : Hit 3: [19.2635, -41.7066, 10] + [ ecalVeto ] 0 : Hit 4: [16.8555, -37.5359, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, -33.3653, 13] + [ ecalVeto ] 0 : Hit 1: [12.0397, -37.5359, 12] + [ ecalVeto ] 0 : Hit 2: [9.63173, -33.3653, 11] + [ ecalVeto ] 0 : Hit 3: [12.0397, -37.5359, 10] + [ ecalVeto ] 0 : Hit 4: [9.63173, -41.7066, 9] + [ ecalVeto ] 0 : Hit 5: [12.0397, -37.5359, 8] + [ ecalVeto ] 0 : Hit 6: [9.63173, -33.3653, 7] + [ ecalVeto ] 0 : Hit 7: [12.0397, -37.5359, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [16.8555, -54.2186, 13] + [ ecalVeto ] 0 : Hit 1: [19.2635, -50.0479, 12] + [ ecalVeto ] 0 : Hit 2: [16.8555, -45.8773, 11] + [ ecalVeto ] 0 : Hit 3: [16.8555, -45.8773, 9] + [ ecalVeto ] 0 : Hit 4: [9.63173, -50.0479, 11] + [ ecalVeto ] 0 : Hit 5: [12.0397, -45.8773, 10] + [ ecalVeto ] 0 : Hit 6: [9.63173, -50.0479, 9] + [ ecalVeto ] 0 : Hit 7: [12.0397, -45.8773, 8] + [ ecalVeto ] 0 : Hit 8: [9.63173, -41.7066, 7] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, -33.3653, 12] + [ ecalVeto ] 0 : Hit 1: [4.81586, -33.3653, 10] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [2.40793, -45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -41.7066, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -37.5359, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -41.7066, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 103 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5976.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4054 Brem photon produced 44 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -54.2186, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -50.0479, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -45.8773, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -41.7066, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6771.38; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4055 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -119.329, 19] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -115.158, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -106.817, 17] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -102.646, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -94.3048, 15] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -90.1341, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -73.4515, 13] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -69.2808, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -41.7066, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4938.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4056 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5119.33; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4057 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-69.83, 37.5359, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 33.3653, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5472.23; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4058 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -45.8773, 14] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -41.7066, 13] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -37.5359, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -65.1101, 13] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -60.9395, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-60.1983, -45.8773, 10] + [ ecalVeto ] 0 : Hit 1: [-62.6062, -41.7066, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5601.95; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4059 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 15 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3639.07; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4060 Brem photon produced 41 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 62.5599, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 58.3892, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 114 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6315.56; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4061 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [15.92, 94.3048, 21] + [ ecalVeto ] 0 : Hit 1: [18.3279, 90.1341, 20] + [ ecalVeto ] 0 : Hit 2: [16.8555, 87.5839, 19] + [ ecalVeto ] 0 : Hit 3: [19.2635, 83.4132, 18] + [ ecalVeto ] 0 : Hit 4: [16.8555, 79.2426, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [68.8945, 60.9395, 18] + [ ecalVeto ] 0 : Hit 1: [67.4221, 58.3892, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-104.078, -2.36672e-14, 15] + [ ecalVeto ] 0 : Hit 1: [-101.67, 4.17066, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, 70.9012, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, 66.7306, 13] + [ ecalVeto ] 0 : Hit 2: [12.0397, 62.5599, 12] + [ ecalVeto ] 0 : Hit 3: [9.63173, 58.3892, 11] + [ ecalVeto ] 0 : Hit 4: [12.0397, 54.2186, 10] + [ ecalVeto ] 0 : Hit 5: [9.63173, 50.0479, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 12.512, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [40.9348, 45.8773, 10] + [ ecalVeto ] 0 : Hit 1: [38.5269, 41.7066, 9] + [ ecalVeto ] 0 : Hit 2: [38.5269, 41.7066, 7] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 12.512, 8] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [-33.711, 16.6826, 7] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [4.81586, 50.0479, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 45.8773, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 41.7066, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7228.81; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4062 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-154.644, 4.17066, 19] + [ ecalVeto ] 0 : Hit 1: [-152.237, 8.34132, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -2.36672e-14, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -4.17066, 7] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -2.66454e-15, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 7: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3625.87; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4063 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [37.5914, -98.4754, 21] + [ ecalVeto ] 0 : Hit 1: [39.9993, -94.3048, 20] + [ ecalVeto ] 0 : Hit 2: [37.5914, -98.4754, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [32.7755, -90.1341, 18] + [ ecalVeto ] 0 : Hit 1: [30.3676, -94.3048, 17] + [ ecalVeto ] 0 : Hit 2: [32.7755, -90.1341, 16] + [ ecalVeto ] 0 : Hit 3: [30.3676, -85.9634, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [25.5517, -85.9634, 14] + [ ecalVeto ] 0 : Hit 1: [24.0793, -83.4132, 13] + [ ecalVeto ] 0 : Hit 2: [25.5517, -85.9634, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 43 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3087.64; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4064 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-205.211, -41.7066, 33] + [ ecalVeto ] 0 : Hit 1: [-202.803, -45.8773, 32] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-169.092, -62.5599, 27] + [ ecalVeto ] 0 : Hit 1: [-166.684, -58.3892, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-154.644, -62.5599, 25] + [ ecalVeto ] 0 : Hit 1: [-152.237, -66.7306, 24] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-140.197, -62.5599, 23] + [ ecalVeto ] 0 : Hit 1: [-137.789, -66.7306, 22] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-125.749, -62.5599, 21] + [ ecalVeto ] 0 : Hit 1: [-123.341, -66.7306, 20] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-111.302, -62.5599, 19] + [ ecalVeto ] 0 : Hit 1: [-108.894, -58.3892, 18] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -37.5359, 8] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Hit 6: [4.81586, -33.3653, 2] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-33.711, -33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -37.5359, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 107 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4047.55; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4065 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-140.197, -70.9012, 25] + [ ecalVeto ] 0 : Hit 1: [-137.789, -66.7306, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-125.749, -54.2186, 23] + [ ecalVeto ] 0 : Hit 1: [-123.341, -50.0479, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-111.302, -45.8773, 21] + [ ecalVeto ] 0 : Hit 1: [-108.894, -41.7066, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -29.1946, 19] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -25.024, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-69.83, -4.17066, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -2.66454e-15, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -2.66454e-15, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 8.34132, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 30 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2425.17; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4066 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 37 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3380.53; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4067 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 15 + [ ecalVeto ] 0 : Beginning track merging using 15 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 15 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-148.356, 115.158, 29] + [ ecalVeto ] 0 : Hit 1: [-145.948, 110.987, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-133.909, 106.817, 27] + [ ecalVeto ] 0 : Hit 1: [-131.501, 102.646, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-119.461, 90.1341, 25] + [ ecalVeto ] 0 : Hit 1: [-117.053, 85.9634, 24] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-105.013, 81.7928, 23] + [ ecalVeto ] 0 : Hit 1: [-102.606, 77.6221, 22] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [112.237, -94.3048, 22] + [ ecalVeto ] 0 : Hit 1: [109.829, -90.1341, 21] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 73.4515, 21] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 69.2808, 20] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [105.013, -81.7928, 20] + [ ecalVeto ] 0 : Hit 1: [102.606, -77.6221, 19] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 69.2808, 19] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 65.1101, 18] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [97.7897, -77.6221, 18] + [ ecalVeto ] 0 : Hit 1: [95.3817, -73.4515, 17] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 60.9395, 17] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 58.3892, 16] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 54.2186, 15] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 50.0479, 14] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Track 14: + [ ecalVeto ] 0 : Hit 0: [16.8555, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [19.2635, 16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [16.8555, 20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [19.2635, 16.6826, 4] + [ ecalVeto ] 0 : Hit 4: [16.8555, 20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 15 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5674.75; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4068 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, -41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -45.8773, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3794.15; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4069 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 27 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2831.18; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4070 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 21] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 19] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -4.17066, 18] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -8.34132, 17] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -4.17066, 16] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -8.34132, 15] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -12.512, 14] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -16.6826, 13] + [ ecalVeto ] 0 : Hit 8: [-2.40793, -12.512, 12] + [ ecalVeto ] 0 : Hit 9: [-4.81586, -16.6826, 11] + [ ecalVeto ] 0 : Hit 10: [-2.40793, -20.8533, 10] + [ ecalVeto ] 0 : Hit 11: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-32.7755, -131.841, 9] + [ ecalVeto ] 0 : Hit 1: [-30.3676, -136.011, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -37.5359, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, -41.7066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2984.2; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4071 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 22] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 21] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 20] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 19] + [ ecalVeto ] 0 : Hit 4: [9.63173, -8.34132, 17] + [ ecalVeto ] 0 : Hit 5: [12.0397, -4.17066, 16] + [ ecalVeto ] 0 : Hit 6: [9.63173, -2.66454e-15, 15] + [ ecalVeto ] 0 : Hit 7: [9.63173, -2.66454e-15, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 12] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 7: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Hit 8: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 12.512, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 29 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1537.61; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4072 Brem photon produced 40 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-105.013, -106.817, 19] + [ ecalVeto ] 0 : Hit 1: [-102.606, -102.646, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -98.4754, 17] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -94.3048, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -77.6221, 13] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -73.4515, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -69.2808, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -66.7306, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -58.3892, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -54.2186, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6213.38; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4073 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-125.749, -45.8773, 11] + [ ecalVeto ] 0 : Hit 1: [-123.341, -41.7066, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -8.34132, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -29.1946, 1] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -25.024, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 110 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4843.11; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4074 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 79.2426, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 75.0719, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 70.9012, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 66.7306, 6] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 62.5599, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [24.0793, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [26.4873, -4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [24.0793, -2.66454e-15, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 39 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6362.69; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4075 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [162.804, -140.182, 30] + [ ecalVeto ] 0 : Hit 1: [160.396, -136.011, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [112.237, -110.987, 22] + [ ecalVeto ] 0 : Hit 1: [109.829, -106.817, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 14] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -4.17066, 12] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -8.34132, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2298.03; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4076 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-155.58, 94.3048, 11] + [ ecalVeto ] 0 : Hit 1: [-153.172, 90.1341, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 8.34132, 1] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [12.0397, 4.17066, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, 66.7306, 3] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 70.9012, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 99 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5248; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4077 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-87.2224, -20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [-89.6303, -25.024, 9] + [ ecalVeto ] 0 : Hit 2: [-87.2224, -29.1946, 8] + [ ecalVeto ] 0 : Hit 3: [-89.6303, -33.3653, 7] + [ ecalVeto ] 0 : Hit 4: [-96.8541, -29.1946, 9] + [ ecalVeto ] 0 : Hit 5: [-94.4462, -33.3653, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -50.0479, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -45.8773, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -41.7066, 7] + [ ecalVeto ] 0 : Hit 3: [9.63173, -41.7066, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -4.17066, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 100 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5457.36; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4078 Brem photon produced 41 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-161.868, 58.3892, 25] + [ ecalVeto ] 0 : Hit 1: [-159.46, 54.2186, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-125.749, 54.2186, 21] + [ ecalVeto ] 0 : Hit 1: [-123.341, 50.0479, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-111.302, 54.2186, 19] + [ ecalVeto ] 0 : Hit 1: [-108.894, 50.0479, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 109 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5796.21; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4079 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 7: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 8: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Hit 9: [4.81586, -2.66454e-15, 2] + [ ecalVeto ] 0 : Hit 10: [2.40793, -4.17066, 1] + [ ecalVeto ] 0 : Hit 11: [4.81586, -2.66454e-15, 0] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 144 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5158.5; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4080 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [52.039, -115.158, 17] + [ ecalVeto ] 0 : Hit 1: [54.4469, -110.987, 16] + [ ecalVeto ] 0 : Hit 2: [52.039, -106.817, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -58.3892, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, -54.2186, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -8.34132, 1] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -4.17066, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4255.91; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4081 Brem photon produced 56 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [52.039, 131.841, 31] + [ ecalVeto ] 0 : Hit 1: [54.4469, 136.011, 30] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 62.5599, 22] + [ ecalVeto ] 0 : Hit 1: [-33.711, 58.3892, 21] + [ ecalVeto ] 0 : Hit 2: [-31.3031, 54.2186, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [40.9348, 12.512, 6] + [ ecalVeto ] 0 : Hit 1: [38.5269, 8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [40.9348, 4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [38.5269, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 4: [40.9348, -4.17066, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4580.24; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4082 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 41.7066, 14] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 37.5359, 13] + [ ecalVeto ] 0 : Hit 2: [-24.0793, 33.3653, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2266.63; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4083 Brem photon produced 39 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, -25.024, 15] + [ ecalVeto ] 0 : Hit 1: [26.4873, -20.8533, 14] + [ ecalVeto ] 0 : Hit 2: [24.0793, -25.024, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 7: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 8: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 8: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 4: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 4: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 5: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 6: [9.63173, -2.66454e-15, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5235.12; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4084 Brem photon produced 50 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -70.9012, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, -66.7306, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, 20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [16.8555, 20.8533, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -50.0479, 8] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -50.0479, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -41.7066, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -37.5359, 4] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -37.5359, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5453.15; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4085 Brem photon produced 69 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -41.7066, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -41.7066, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -37.5359, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, -33.3653, 2] + [ ecalVeto ] 0 : Hit 5: [2.40793, -29.1946, 1] + [ ecalVeto ] 0 : Hit 6: [4.81586, -25.024, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6362.98; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4086 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4086 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, -20.8533, 21] + [ ecalVeto ] 0 : Hit 1: [19.2635, -16.6826, 20] + [ ecalVeto ] 0 : Hit 2: [16.8555, -12.512, 19] + [ ecalVeto ] 0 : Hit 3: [19.2635, -8.34132, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7571.34; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4087 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-67.4221, 33.3653, 4] + [ ecalVeto ] 0 : Hit 1: [-69.83, 29.1946, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 9901.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4088 Brem photon produced 55 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -45.8773, 19] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -50.0479, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-169.092, 87.5839, 17] + [ ecalVeto ] 0 : Hit 1: [-166.684, 83.4132, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -41.7066, 15] + [ ecalVeto ] 0 : Hit 1: [12.0397, -37.5359, 14] + [ ecalVeto ] 0 : Hit 2: [9.63173, -33.3653, 13] + [ ecalVeto ] 0 : Hit 3: [12.0397, -29.1946, 12] + [ ecalVeto ] 0 : Hit 4: [9.63173, -25.024, 11] + [ ecalVeto ] 0 : Hit 5: [12.0397, -20.8533, 10] + [ ecalVeto ] 0 : Hit 6: [9.63173, -16.6826, 9] + [ ecalVeto ] 0 : Hit 7: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 8: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 1] + [ ecalVeto ] 0 : Hit 4: [12.0397, -29.1946, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4311.37; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4089 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [48.1586, -50.0479, 10] + [ ecalVeto ] 0 : Hit 1: [48.1586, -50.0479, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, -29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [24.0793, -33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [26.4873, -29.1946, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 2] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4815.51; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4090 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, -20.8533, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Hit 4: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 5: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 6: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Hit 7: [12.0397, -29.1946, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, -45.8773, 8] + [ ecalVeto ] 0 : Hit 1: [26.4873, -45.8773, 6] + [ ecalVeto ] 0 : Hit 2: [24.0793, -41.7066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 32 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2549.49; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4091 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 32 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4978.29; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4092 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -12.512, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-45.7507, -12.512, 4] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 42 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5263.22; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4093 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2443.72; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4094 Brem photon produced 31 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -54.2186, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -50.0479, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -54.2186, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -50.0479, 1] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -54.2186, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 94 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6449.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4095 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-166.684, -33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [-169.092, -29.1946, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -69.2808, 5] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -73.4515, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4147.69; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4096 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, 62.5599, 12] + [ ecalVeto ] 0 : Hit 1: [24.0793, 58.3892, 11] + [ ecalVeto ] 0 : Hit 2: [26.4873, 54.2186, 10] + [ ecalVeto ] 0 : Hit 3: [24.0793, 50.0479, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 1: [19.2635, -2.66454e-15, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 5: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -4.17066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 91 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8526.21; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4097 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-124.277, -173.547, 32] + [ ecalVeto ] 0 : Hit 1: [-126.685, -169.377, 31] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-119.461, -165.206, 31] + [ ecalVeto ] 0 : Hit 1: [-117.053, -161.035, 30] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -136.011, 27] + [ ecalVeto ] 0 : Hit 1: [-52.039, -140.182, 26] + [ ecalVeto ] 0 : Hit 2: [-54.4469, -136.011, 25] + [ ecalVeto ] 0 : Hit 3: [-52.039, -131.841, 24] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-80.9341, -123.499, 26] + [ ecalVeto ] 0 : Hit 1: [-83.3421, -127.67, 25] + [ ecalVeto ] 0 : Hit 2: [-80.9341, -123.499, 24] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-52.039, -98.4754, 20] + [ ecalVeto ] 0 : Hit 1: [-54.4469, -94.3048, 19] + [ ecalVeto ] 0 : Hit 2: [-52.039, -90.1341, 18] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2834.45; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4098 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [30.3676, 110.987, 19] + [ ecalVeto ] 0 : Hit 1: [32.7755, 106.817, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [30.3676, 94.3048, 17] + [ ecalVeto ] 0 : Hit 1: [32.7755, 90.1341, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, 33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, 37.5359, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [-26.4873, 20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [-24.0793, 16.6826, 4] + [ ecalVeto ] 0 : Hit 4: [-26.4873, 20.8533, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-33.711, 8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 12.512, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 16.6826, 4] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 20.8533, 3] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 41 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2558.61; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4099 Brem photon produced 38 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 25.024, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, 16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 20.8533, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -12.512, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -8.34132, 4] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -4.17066, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -58.3892, 1] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -62.5599, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6047.04; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4100 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -215.254, 29] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -211.083, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [33.711, 75.0719, 18] + [ ecalVeto ] 0 : Hit 1: [31.3031, 70.9012, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [26.4873, 62.5599, 16] + [ ecalVeto ] 0 : Hit 1: [24.0793, 58.3892, 15] + [ ecalVeto ] 0 : Hit 2: [26.4873, 54.2186, 14] + [ ecalVeto ] 0 : Hit 3: [24.0793, 50.0479, 13] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2015.01; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4101 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 8.34132, 15] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 13] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 12] + [ ecalVeto ] 0 : Hit 3: [9.63173, 8.34132, 11] + [ ecalVeto ] 0 : Hit 4: [12.0397, 12.512, 10] + [ ecalVeto ] 0 : Hit 5: [9.63173, 8.34132, 9] + [ ecalVeto ] 0 : Hit 6: [12.0397, 12.512, 8] + [ ecalVeto ] 0 : Hit 7: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Hit 8: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 14] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 12] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 11] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 10] + [ ecalVeto ] 0 : Hit 4: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Hit 5: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 11] + [ ecalVeto ] 0 : Hit 2: [12.0397, 20.8533, 10] + [ ecalVeto ] 0 : Hit 3: [9.63173, 16.6826, 9] + [ ecalVeto ] 0 : Hit 4: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3178.97; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4102 Brem photon produced 62 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -16.6826, 4] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4533.54; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4103 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -62.5599, 1] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -66.7306, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 96 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8564.87; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4104 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 17 + [ ecalVeto ] 0 : Beginning track merging using 17 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 16 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-147.421, 50.0479, 27] + [ ecalVeto ] 0 : Hit 1: [-145.013, 45.8773, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-147.421, -25.024, 23] + [ ecalVeto ] 0 : Hit 1: [-145.013, -20.8533, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-125.749, 45.8773, 23] + [ ecalVeto ] 0 : Hit 1: [-123.341, 41.7066, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [169.092, -62.5599, 22] + [ ecalVeto ] 0 : Hit 1: [166.684, -58.3892, 21] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-111.302, 37.5359, 21] + [ ecalVeto ] 0 : Hit 1: [-108.894, 33.3653, 20] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-132.973, -16.6826, 21] + [ ecalVeto ] 0 : Hit 1: [-130.565, -20.8533, 20] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-140.197, -29.1946, 21] + [ ecalVeto ] 0 : Hit 1: [-137.789, -33.3653, 20] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [154.644, -54.2186, 20] + [ ecalVeto ] 0 : Hit 1: [152.237, -50.0479, 19] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 45.8773, 16] + [ ecalVeto ] 0 : Hit 1: [-33.711, 41.7066, 15] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -12.512, 15] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -8.34132, 14] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-33.711, 33.3653, 15] + [ ecalVeto ] 0 : Hit 1: [-33.711, 33.3653, 13] + [ ecalVeto ] 0 : Hit 2: [-31.3031, 29.1946, 12] + [ ecalVeto ] 0 : Hit 3: [-33.711, 33.3653, 11] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-69.83, -12.512, 13] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -8.34132, 12] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [12.0397, -54.2186, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, -50.0479, 11] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 12.512, 10] + [ ecalVeto ] 0 : Track 14: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [-33.711, 16.6826, 9] + [ ecalVeto ] 0 : Hit 2: [-31.3031, 12.512, 8] + [ ecalVeto ] 0 : Hit 3: [-33.711, 8.34132, 9] + [ ecalVeto ] 0 : Hit 4: [-31.3031, 4.17066, 8] + [ ecalVeto ] 0 : Track 15: + [ ecalVeto ] 0 : Hit 0: [2.40793, -37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -33.3653, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 16 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4080.38; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4105 Brem photon produced 58 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [11.1041, -119.329, 20] + [ ecalVeto ] 0 : Hit 1: [8.69618, -115.158, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [3.88031, -106.817, 18] + [ ecalVeto ] 0 : Hit 1: [3.34348, -102.646, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -91.7545, 16] + [ ecalVeto ] 0 : Hit 1: [2.40793, -87.5839, 15] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -25.024, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -20.8533, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -58.3892, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -54.2186, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -50.0479, 7] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -50.0479, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -45.8773, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5166.87; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4106 Brem photon produced 46 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -54.2186, 25] + [ ecalVeto ] 0 : Hit 1: [4.81586, -50.0479, 24] + [ ecalVeto ] 0 : Hit 2: [2.40793, -54.2186, 23] + [ ecalVeto ] 0 : Hit 3: [4.81586, -50.0479, 22] + [ ecalVeto ] 0 : Hit 4: [2.40793, -45.8773, 21] + [ ecalVeto ] 0 : Hit 5: [4.81586, -41.7066, 20] + [ ecalVeto ] 0 : Hit 6: [2.40793, -45.8773, 19] + [ ecalVeto ] 0 : Hit 7: [4.81586, -41.7066, 18] + [ ecalVeto ] 0 : Hit 8: [2.40793, -37.5359, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -37.5359, 16] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 15] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -37.5359, 14] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -33.3653, 13] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -29.1946, 12] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -33.3653, 11] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -33.3653, 9] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 8: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 9: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -29.1946, 9] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -33.3653, 8] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -33.3653, 6] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -37.5359, 5] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -33.3653, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4559.74; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4107 Brem photon produced 73 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 3: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5406.09; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4108 Brem photon produced 60 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 42 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5202.38; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4109 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 17 + [ ecalVeto ] 0 : Beginning track merging using 17 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 17 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-147.421, -66.7306, 29] + [ ecalVeto ] 0 : Hit 1: [-145.013, -62.5599, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -79.2426, 27] + [ ecalVeto ] 0 : Hit 1: [4.81586, -75.0719, 26] + [ ecalVeto ] 0 : Hit 2: [2.40793, -70.9012, 25] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [16.8555, -87.5839, 25] + [ ecalVeto ] 0 : Hit 1: [19.2635, -83.4132, 24] + [ ecalVeto ] 0 : Hit 2: [16.8555, -79.2426, 23] + [ ecalVeto ] 0 : Hit 3: [19.2635, -75.0719, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-125.749, -54.2186, 25] + [ ecalVeto ] 0 : Hit 1: [-123.341, -50.0479, 24] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-111.302, -45.8773, 23] + [ ecalVeto ] 0 : Hit 1: [-108.894, -41.7066, 22] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-104.078, -33.3653, 21] + [ ecalVeto ] 0 : Hit 1: [-101.67, -37.5359, 20] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -33.3653, 19] + [ ecalVeto ] 0 : Hit 1: [-87.2224, -29.1946, 18] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [2.40793, -45.8773, 19] + [ ecalVeto ] 0 : Hit 1: [4.81586, -41.7066, 18] + [ ecalVeto ] 0 : Hit 2: [2.40793, -37.5359, 17] + [ ecalVeto ] 0 : Hit 3: [4.81586, -33.3653, 16] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -16.6826, 17] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -20.8533, 16] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [24.0793, -50.0479, 17] + [ ecalVeto ] 0 : Hit 1: [26.4873, -45.8773, 16] + [ ecalVeto ] 0 : Hit 2: [24.0793, -41.7066, 15] + [ ecalVeto ] 0 : Hit 3: [26.4873, -37.5359, 14] + [ ecalVeto ] 0 : Hit 4: [24.0793, -33.3653, 13] + [ ecalVeto ] 0 : Hit 5: [26.4873, -29.1946, 12] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -4.17066, 17] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -2.36672e-14, 16] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-25.5517, 85.9634, 17] + [ ecalVeto ] 0 : Hit 1: [-23.1438, 90.1341, 16] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [-69.83, -20.8533, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -16.6826, 14] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 4.17066, 12] + [ ecalVeto ] 0 : Track 14: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -12.512, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -8.34132, 12] + [ ecalVeto ] 0 : Track 15: + [ ecalVeto ] 0 : Hit 0: [16.8555, -20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [19.2635, -16.6826, 12] + [ ecalVeto ] 0 : Hit 2: [16.8555, -12.512, 11] + [ ecalVeto ] 0 : Hit 3: [19.2635, -16.6826, 10] + [ ecalVeto ] 0 : Track 16: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 8.34132, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 17 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5041.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4110 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [38.5269, 8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [40.9348, 4.17066, 10] + [ ecalVeto ] 0 : Hit 2: [38.5269, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 3: [40.9348, -4.17066, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [33.711, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 1: [31.3031, -4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [31.3031, -4.17066, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 125 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6357.71; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4111 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3620.57; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4112 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Hit 4: [12.0397, 12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8101.47; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4113 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 16 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1641.09; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4114 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -62.5599, 25] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -58.3892, 24] + [ ecalVeto ] 0 : Hit 2: [-40.9348, -62.5599, 23] + [ ecalVeto ] 0 : Hit 3: [-38.5269, -58.3892, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [24.0793, 41.7066, 21] + [ ecalVeto ] 0 : Hit 1: [26.4873, 37.5359, 20] + [ ecalVeto ] 0 : Hit 2: [24.0793, 41.7066, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, -58.3892, 21] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -54.2186, 20] + [ ecalVeto ] 0 : Hit 2: [-33.711, -50.0479, 19] + [ ecalVeto ] 0 : Hit 3: [-31.3031, -54.2186, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -45.8773, 17] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -50.0479, 16] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -45.8773, 15] + [ ecalVeto ] 0 : Hit 3: [-24.0793, -41.7066, 14] + [ ecalVeto ] 0 : Hit 4: [-26.4873, -45.8773, 13] + [ ecalVeto ] 0 : Hit 5: [-24.0793, -41.7066, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, 50.0479, 15] + [ ecalVeto ] 0 : Hit 1: [12.0397, 45.8773, 14] + [ ecalVeto ] 0 : Hit 2: [9.63173, 41.7066, 13] + [ ecalVeto ] 0 : Hit 3: [12.0397, 37.5359, 12] + [ ecalVeto ] 0 : Hit 4: [9.63173, 33.3653, 11] + [ ecalVeto ] 0 : Hit 5: [12.0397, 29.1946, 10] + [ ecalVeto ] 0 : Hit 6: [9.63173, 25.024, 9] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 14] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 12] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 11] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 4: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Hit 5: [4.81586, -2.66454e-15, 2] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [19.2635, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, -4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [19.2635, -8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [16.8555, -4.17066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 113 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4583.46; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4115 Brem photon produced 63 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-52.9745, -41.7066, 12] + [ ecalVeto ] 0 : Hit 1: [-55.3824, -45.8773, 11] + [ ecalVeto ] 0 : Hit 2: [-52.9745, -50.0479, 10] + [ ecalVeto ] 0 : Hit 3: [-55.3824, -54.2186, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, -41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -37.5359, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5715.11; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4116 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 37.5359, 16] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 33.3653, 15] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 29.1946, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4976.36; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4117 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -33.3653, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -29.1946, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -33.3653, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -41.7066, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -37.5359, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -41.7066, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -45.8773, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -45.8773, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -41.7066, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -45.8773, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -41.7066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 38 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2214.24; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4118 Brem photon produced 68 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 41.7066, 8] + [ ecalVeto ] 0 : Hit 2: [4.81586, 41.7066, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 44 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3724.55; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4119 Brem photon produced 94 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-25.5517, 94.3048, 1] + [ ecalVeto ] 0 : Hit 1: [-23.1438, 98.4754, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4362.21; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4120 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 12 + [ ecalVeto ] 0 : Beginning track merging using 12 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 12 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 94.3048, 29] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 90.1341, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 81.7928, 27] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 77.6221, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 69.2808, 25] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 65.1101, 24] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 50.0479, 21] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 45.8773, 20] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 37.5359, 19] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 33.3653, 18] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 33.3653, 17] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 29.1946, 16] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 20.8533, 15] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 25.024, 14] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -29.1946, 13] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -25.024, 12] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -12.512, 13] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -12.512, 11] + [ ecalVeto ] 0 : Hit 2: [-38.5269, -8.34132, 10] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [16.8555, -54.2186, 9] + [ ecalVeto ] 0 : Hit 1: [19.2635, -50.0479, 8] + [ ecalVeto ] 0 : Hit 2: [19.2635, -50.0479, 6] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -12.512, 7] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [16.8555, -37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [19.2635, -41.7066, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 12 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6153.48; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4121 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Hit 4: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 7: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Hit 8: [4.81586, -2.66454e-15, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5600.64; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4122 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 14 + [ ecalVeto ] 0 : Beginning track merging using 14 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 14 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-125.749, -37.5359, 29] + [ ecalVeto ] 0 : Hit 1: [-123.341, -33.3653, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-111.302, -29.1946, 27] + [ ecalVeto ] 0 : Hit 1: [-108.894, -25.024, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -16.6826, 21] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -12.512, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-69.83, -12.512, 19] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -16.6826, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-60.1983, -4.17066, 18] + [ ecalVeto ] 0 : Hit 1: [-62.6062, -8.34132, 17] + [ ecalVeto ] 0 : Hit 2: [-60.1983, -12.512, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -37.5359, 17] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -33.3653, 16] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -25.024, 17] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -29.1946, 16] + [ ecalVeto ] 0 : Hit 2: [-74.6459, -29.1946, 14] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -41.7066, 15] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -45.8773, 14] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -8.34132, 15] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -4.17066, 14] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 14] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 13] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -2.66454e-15, 12] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-33.711, -16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -20.8533, 12] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [-33.711, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 4.17066, 10] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 4.17066, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 14 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3461.81; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4123 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 69.2808, 21] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 65.1101, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-61.6707, 65.1101, 17] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 62.5599, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 54.2186, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 50.0479, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4360.49; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4124 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [25.5517, -127.67, 22] + [ ecalVeto ] 0 : Hit 1: [23.1438, -123.499, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-59.2627, -69.2808, 14] + [ ecalVeto ] 0 : Hit 1: [-61.6707, -65.1101, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -66.7306, 13] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -62.5599, 12] + [ ecalVeto ] 0 : Hit 2: [-48.1586, -66.7306, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -66.7306, 12] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -62.5599, 11] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -77.6221, 11] + [ ecalVeto ] 0 : Hit 1: [-52.039, -73.4515, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 5: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4861.69; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4125 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -62.5599, 24] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -58.3892, 23] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -54.2186, 22] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -50.0479, 21] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -45.8773, 20] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -50.0479, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -41.7066, 19] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -37.5359, 18] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -41.7066, 17] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -37.5359, 16] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -33.3653, 15] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -29.1946, 14] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -25.024, 13] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -20.8533, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2876.08; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4126 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-30.3676, 110.987, 20] + [ ecalVeto ] 0 : Hit 1: [-32.7755, 106.817, 19] + [ ecalVeto ] 0 : Hit 2: [-30.3676, 102.646, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 79.2426, 15] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 75.0719, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [-24.0793, 8.34132, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 10369.9; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4127 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5006.47; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4128 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 15] + [ ecalVeto ] 0 : Hit 1: [4.81586, 41.7066, 14] + [ ecalVeto ] 0 : Hit 2: [2.40793, 37.5359, 13] + [ ecalVeto ] 0 : Hit 3: [4.81586, 33.3653, 12] + [ ecalVeto ] 0 : Hit 4: [2.40793, 29.1946, 11] + [ ecalVeto ] 0 : Hit 5: [2.40793, 29.1946, 9] + [ ecalVeto ] 0 : Hit 6: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 7: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 8: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 37.5359, 14] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 12] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 33.3653, 11] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 37.5359, 10] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 29.1946, 12] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 29.1946, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-39.9993, 110.987, 13] + [ ecalVeto ] 0 : Hit 1: [-37.5914, 106.817, 12] + [ ecalVeto ] 0 : Hit 2: [-39.9993, 102.646, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, 41.7066, 10] + [ ecalVeto ] 0 : Hit 2: [4.81586, 41.7066, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5059.05; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4129 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [190.763, 83.4132, 26] + [ ecalVeto ] 0 : Hit 1: [188.356, 79.2426, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [147.421, 66.7306, 18] + [ ecalVeto ] 0 : Hit 1: [145.013, 62.5599, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-105.013, 131.841, 13] + [ ecalVeto ] 0 : Hit 1: [-102.606, 127.67, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 25.024, 4] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 25.024, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 1] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 110 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4434.45; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4130 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-89.6303, 33.3653, 17] + [ ecalVeto ] 0 : Hit 1: [-89.6303, 33.3653, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 12.512, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Hit 4: [12.0397, -4.17066, 2] + [ ecalVeto ] 0 : Hit 5: [9.63173, -2.66454e-15, 1] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 2] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 0] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, 4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7639.41; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4131 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [3.34348, -119.329, 19] + [ ecalVeto ] 0 : Hit 1: [3.88031, -115.158, 18] + [ ecalVeto ] 0 : Hit 2: [3.34348, -110.987, 17] + [ ecalVeto ] 0 : Hit 3: [3.88031, -106.817, 16] + [ ecalVeto ] 0 : Hit 4: [3.34348, -102.646, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -58.3892, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -54.2186, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -50.0479, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -45.8773, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -41.7066, 3] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -37.5359, 2] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -33.3653, 1] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -29.1946, 0] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 37.5359, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 25.024, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 20.8533, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3170.08; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4132 Brem photon produced 41 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, -8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -4.17066, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6817.9; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4133 Brem photon produced 74 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-119.461, -81.7928, 15] + [ ecalVeto ] 0 : Hit 1: [-117.053, -77.6221, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7161.48; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4134 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [52.039, -106.817, 31] + [ ecalVeto ] 0 : Hit 1: [54.4469, -102.646, 30] + [ ecalVeto ] 0 : Hit 2: [52.039, -98.4754, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, -45.8773, 20] + [ ecalVeto ] 0 : Hit 1: [24.0793, -41.7066, 19] + [ ecalVeto ] 0 : Hit 2: [26.4873, -37.5359, 18] + [ ecalVeto ] 0 : Hit 3: [24.0793, -33.3653, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 13] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 12] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 12] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 11] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 20.8533, 10] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 25.024, 9] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 29.1946, 8] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 8: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 9: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 66.7306, 13] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 62.5599, 12] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 58.3892, 11] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 62.5599, 10] + [ ecalVeto ] 0 : Hit 4: [-19.2635, 58.3892, 9] + [ ecalVeto ] 0 : Hit 5: [-16.8555, 54.2186, 8] + [ ecalVeto ] 0 : Hit 6: [-19.2635, 50.0479, 7] + [ ecalVeto ] 0 : Hit 7: [-16.8555, 45.8773, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-183.54, 54.2186, 11] + [ ecalVeto ] 0 : Hit 1: [-181.132, 50.0479, 10] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 12.512, 9] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 20.8533, 7] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 25.024, 6] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 12.512, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3440.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4135 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4135 Brem photon produced 47 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [8.69618, 181.889, 23] + [ ecalVeto ] 0 : Hit 1: [11.1041, 177.718, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [11.1041, 161.035, 20] + [ ecalVeto ] 0 : Hit 1: [8.69618, 156.865, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [11.1041, 144.353, 18] + [ ecalVeto ] 0 : Hit 1: [8.69618, 140.182, 17] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [24.0793, -16.6826, 15] + [ ecalVeto ] 0 : Hit 1: [26.4873, -12.512, 14] + [ ecalVeto ] 0 : Hit 2: [24.0793, -8.34132, 13] + [ ecalVeto ] 0 : Hit 3: [26.4873, -4.17066, 12] + [ ecalVeto ] 0 : Hit 4: [24.0793, -2.66454e-15, 11] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 12.512, 13] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 8.34132, 12] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 12.512, 11] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 16.6826, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [4.81586, 50.0479, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 45.8773, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, 33.3653, 2] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-15.92, 110.987, 6] + [ ecalVeto ] 0 : Hit 1: [-18.3279, 106.817, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 111 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4767.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4136 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-162.804, 115.158, 19] + [ ecalVeto ] 0 : Hit 1: [-160.396, 110.987, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, -37.5359, 14] + [ ecalVeto ] 0 : Hit 1: [24.0793, -33.3653, 13] + [ ecalVeto ] 0 : Hit 2: [26.4873, -29.1946, 12] + [ ecalVeto ] 0 : Hit 3: [24.0793, -25.024, 11] + [ ecalVeto ] 0 : Hit 4: [24.0793, -25.024, 9] + [ ecalVeto ] 0 : Hit 5: [19.2635, -25.024, 10] + [ ecalVeto ] 0 : Hit 6: [19.2635, -25.024, 8] + [ ecalVeto ] 0 : Hit 7: [16.8555, -20.8533, 7] + [ ecalVeto ] 0 : Hit 8: [19.2635, -16.6826, 6] + [ ecalVeto ] 0 : Hit 9: [16.8555, -12.512, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-69.83, -37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [-69.83, -37.5359, 9] + [ ecalVeto ] 0 : Hit 2: [-67.4221, -41.7066, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [16.8555, -45.8773, 11] + [ ecalVeto ] 0 : Hit 1: [19.2635, -41.7066, 10] + [ ecalVeto ] 0 : Hit 2: [16.8555, -37.5359, 9] + [ ecalVeto ] 0 : Hit 3: [19.2635, -33.3653, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -41.7066, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-87.2224, -45.8773, 10] + [ ecalVeto ] 0 : Hit 1: [-89.6303, -41.7066, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4515.09; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4137 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4633.89; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4138 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [67.4221, -50.0479, 27] + [ ecalVeto ] 0 : Hit 1: [69.83, -54.2186, 26] + [ ecalVeto ] 0 : Hit 2: [67.4221, -50.0479, 25] + [ ecalVeto ] 0 : Hit 3: [69.83, -45.8773, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [55.3824, -37.5359, 22] + [ ecalVeto ] 0 : Hit 1: [52.9745, -33.3653, 21] + [ ecalVeto ] 0 : Hit 2: [55.3824, -29.1946, 20] + [ ecalVeto ] 0 : Hit 3: [52.9745, -25.024, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 16.6826, 14] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 16.6826, 12] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 20.8533, 11] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 25.024, 10] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 29.1946, 9] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 25.024, 8] + [ ecalVeto ] 0 : Hit 6: [-9.63173, 25.024, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 33.3653, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, 41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 45.8773, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 41.7066, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 4: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Hit 5: [4.81586, 41.7066, 2] + [ ecalVeto ] 0 : Hit 6: [2.40793, 37.5359, 1] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 37.5359, 2] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 33.3653, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4980.36; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4139 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-160.396, 169.377, 28] + [ ecalVeto ] 0 : Hit 1: [-162.804, 165.206, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-112.237, 110.987, 21] + [ ecalVeto ] 0 : Hit 1: [-109.829, 106.817, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-95.3817, 90.1341, 18] + [ ecalVeto ] 0 : Hit 1: [-97.7897, 94.3048, 17] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 85.9634, 17] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 81.7928, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 73.4515, 15] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 69.2808, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-61.6707, 65.1101, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 62.5599, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 33.3653, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 98 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4481.53; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4140 Brem photon produced 89 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -144.353, 9] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -148.523, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -70.9012, 6] + [ ecalVeto ] 0 : Hit 1: [-33.711, -66.7306, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5239.98; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4141 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [62.6062, 25.024, 24] + [ ecalVeto ] 0 : Hit 1: [60.1983, 29.1946, 23] + [ ecalVeto ] 0 : Hit 2: [62.6062, 25.024, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [40.9348, 20.8533, 18] + [ ecalVeto ] 0 : Hit 1: [38.5269, 16.6826, 17] + [ ecalVeto ] 0 : Hit 2: [40.9348, 20.8533, 16] + [ ecalVeto ] 0 : Hit 3: [38.5269, 16.6826, 15] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3800.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4142 Brem photon produced 60 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [59.2627, 77.6221, 21] + [ ecalVeto ] 0 : Hit 1: [59.2627, 77.6221, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [47.2231, 73.4515, 16] + [ ecalVeto ] 0 : Hit 1: [45.7507, 70.9012, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [48.1586, 33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [48.1586, 33.3653, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [40.9348, 4.17066, 4] + [ ecalVeto ] 0 : Hit 1: [38.5269, 8.34132, 3] + [ ecalVeto ] 0 : Hit 2: [40.9348, 12.512, 2] + [ ecalVeto ] 0 : Hit 3: [38.5269, 8.34132, 1] + [ ecalVeto ] 0 : Hit 4: [40.9348, 12.512, 0] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 1] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6291.09; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4143 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 70.9012, 12] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 66.7306, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -20.8533, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [23.1438, -173.547, 11] + [ ecalVeto ] 0 : Hit 1: [25.5517, -169.377, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, 41.7066, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, 37.5359, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Hit 5: [12.0397, 12.512, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Hit 4: [12.0397, -4.17066, 2] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4828.54; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4144 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, 20.8533, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, 16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [16.8555, 20.8533, 7] + [ ecalVeto ] 0 : Hit 4: [12.0397, 20.8533, 8] + [ ecalVeto ] 0 : Hit 5: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 6: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 7: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 8: [12.0397, 29.1946, 4] + [ ecalVeto ] 0 : Hit 9: [9.63173, 33.3653, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, 4.17066, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3120.8; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4145 Brem photon produced 47 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -37.5359, 19] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -33.3653, 18] + [ ecalVeto ] 0 : Hit 2: [-96.8541, -37.5359, 17] + [ ecalVeto ] 0 : Hit 3: [-94.4462, -41.7066, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [45.7507, -20.8533, 15] + [ ecalVeto ] 0 : Hit 1: [45.7507, -20.8533, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [31.3031, -12.512, 15] + [ ecalVeto ] 0 : Hit 1: [33.711, -8.34132, 14] + [ ecalVeto ] 0 : Hit 2: [31.3031, -12.512, 13] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, -8.34132, 14] + [ ecalVeto ] 0 : Hit 1: [16.8555, -12.512, 13] + [ ecalVeto ] 0 : Hit 2: [19.2635, -16.6826, 12] + [ ecalVeto ] 0 : Hit 3: [16.8555, -20.8533, 11] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [26.4873, -20.8533, 14] + [ ecalVeto ] 0 : Hit 1: [24.0793, -25.024, 13] + [ ecalVeto ] 0 : Hit 2: [26.4873, -20.8533, 12] + [ ecalVeto ] 0 : Hit 3: [24.0793, -16.6826, 11] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -54.2186, 5] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -50.0479, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6978.42; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4146 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-47.2231, 81.7928, 25] + [ ecalVeto ] 0 : Hit 1: [-44.8152, 77.6221, 24] + [ ecalVeto ] 0 : Hit 2: [-47.2231, 73.4515, 23] + [ ecalVeto ] 0 : Hit 3: [-45.7507, 70.9012, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 54.2186, 18] + [ ecalVeto ] 0 : Hit 1: [-33.711, 50.0479, 17] + [ ecalVeto ] 0 : Hit 2: [-31.3031, 45.8773, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 33.3653, 13] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 37.5359, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 25.024, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 20.8533, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 16.6826, 8] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 12.512, 7] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 8.34132, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 33 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3609.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4147 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [30.3676, 94.3048, 27] + [ ecalVeto ] 0 : Hit 1: [32.7755, 90.1341, 26] + [ ecalVeto ] 0 : Hit 2: [32.7755, 90.1341, 24] + [ ecalVeto ] 0 : Hit 3: [32.7755, 90.1341, 22] + [ ecalVeto ] 0 : Hit 4: [30.3676, 85.9634, 21] + [ ecalVeto ] 0 : Hit 5: [32.7755, 90.1341, 20] + [ ecalVeto ] 0 : Hit 6: [30.3676, 85.9634, 19] + [ ecalVeto ] 0 : Hit 7: [32.7755, 81.7928, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-132.973, -58.3892, 23] + [ ecalVeto ] 0 : Hit 1: [-130.565, -54.2186, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -45.8773, 17] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -41.7066, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-69.83, -37.5359, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -33.3653, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -29.1946, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -25.024, 12] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, 70.9012, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, 66.7306, 11] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-33.711, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -20.8533, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3161.22; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4148 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-39.9993, 85.9634, 11] + [ ecalVeto ] 0 : Hit 1: [-37.5914, 81.7928, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 41.7066, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3369.35; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4149 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [126.685, 85.9634, 30] + [ ecalVeto ] 0 : Hit 1: [124.277, 81.7928, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [90.5659, 65.1101, 24] + [ ecalVeto ] 0 : Hit 1: [88.1579, 60.9395, 23] + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4629.03; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4150 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-47.2231, -140.182, 25] + [ ecalVeto ] 0 : Hit 1: [-44.8152, -144.353, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-23.1438, -90.1341, 16] + [ ecalVeto ] 0 : Hit 1: [-25.5517, -85.9634, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [16.8555, 12.512, 15] + [ ecalVeto ] 0 : Hit 1: [16.8555, 12.512, 13] + [ ecalVeto ] 0 : Hit 2: [16.8555, 12.512, 11] + [ ecalVeto ] 0 : Hit 3: [16.8555, 12.512, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [16.8555, 4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [16.8555, 4.17066, 11] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [24.0793, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [26.4873, 4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [24.0793, -2.66454e-15, 7] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -41.7066, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -37.5359, 7] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5985.56; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4151 Brem photon produced 38 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -65.1101, 9] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -62.5599, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4599.82; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4152 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-118.525, -8.34132, 1] + [ ecalVeto ] 0 : Hit 1: [-116.118, -12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 41 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3388.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4153 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -77.6221, 9] + [ ecalVeto ] 0 : Hit 1: [-52.039, -73.4515, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [-33.711, -33.3653, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -54.2186, 7] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -54.2186, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -62.5599, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -58.3892, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 21 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4108.16; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4154 Brem photon produced 33 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [73.7103, 161.035, 33] + [ ecalVeto ] 0 : Hit 1: [76.1183, 156.865, 32] + [ ecalVeto ] 0 : Hit 2: [73.7103, 152.694, 31] + [ ecalVeto ] 0 : Hit 3: [76.1183, 148.523, 30] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [66.4865, 140.182, 29] + [ ecalVeto ] 0 : Hit 1: [68.8945, 136.011, 28] + [ ecalVeto ] 0 : Hit 2: [66.4865, 131.841, 27] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [54.4469, 110.987, 24] + [ ecalVeto ] 0 : Hit 1: [52.039, 106.817, 23] + [ ecalVeto ] 0 : Hit 2: [54.4469, 102.646, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -33.3653, 17] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -29.1946, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [33.711, 66.7306, 16] + [ ecalVeto ] 0 : Hit 1: [31.3031, 62.5599, 15] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-69.83, -12.512, 13] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -8.34132, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -4.17066, 10] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -33.3653, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 99 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 9611.13; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4155 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, -29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [16.8555, -29.1946, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -33.3653, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -37.5359, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 5: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 6: [4.81586, -33.3653, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -37.5359, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -33.3653, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Hit 5: [12.0397, -37.5359, 4] + [ ecalVeto ] 0 : Hit 6: [9.63173, -33.3653, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4854.33; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4156 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -62.5599, 13] + [ ecalVeto ] 0 : Hit 1: [4.81586, -58.3892, 12] + [ ecalVeto ] 0 : Hit 2: [2.40793, -54.2186, 11] + [ ecalVeto ] 0 : Hit 3: [4.81586, -58.3892, 10] + [ ecalVeto ] 0 : Hit 4: [2.40793, -54.2186, 9] + [ ecalVeto ] 0 : Hit 5: [4.81586, -50.0479, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -50.0479, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, -45.8773, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, -50.0479, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, -45.8773, 9] + [ ecalVeto ] 0 : Hit 4: [4.81586, -41.7066, 8] + [ ecalVeto ] 0 : Hit 5: [2.40793, -37.5359, 7] + [ ecalVeto ] 0 : Hit 6: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 7: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -29.1946, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -50.0479, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -45.8773, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -50.0479, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -45.8773, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -41.7066, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -37.5359, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 3 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6013.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4157 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 17 + [ ecalVeto ] 0 : Beginning track merging using 17 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 16 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 54.2186, 25] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 50.0479, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [137.789, 16.6826, 21] + [ ecalVeto ] 0 : Hit 1: [140.197, 20.8533, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [132.973, 16.6826, 20] + [ ecalVeto ] 0 : Hit 1: [130.565, 12.512, 19] + [ ecalVeto ] 0 : Hit 2: [132.973, 16.6826, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [123.341, 8.34132, 17] + [ ecalVeto ] 0 : Hit 1: [125.749, 12.512, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [97.7897, 77.6221, 16] + [ ecalVeto ] 0 : Hit 1: [95.3817, 73.4515, 15] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 8.34132, 15] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 12.512, 14] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [116.118, 12.512, 15] + [ ecalVeto ] 0 : Hit 1: [118.525, 8.34132, 14] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [111.302, 12.512, 14] + [ ecalVeto ] 0 : Hit 1: [108.894, 8.34132, 13] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 14] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 13] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 12] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 11] + [ ecalVeto ] 0 : Hit 4: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 5: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 6: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 7: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 8: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 9: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 10: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 11: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 12: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 13] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 11] + [ ecalVeto ] 0 : Hit 2: [9.63173, 8.34132, 13] + [ ecalVeto ] 0 : Hit 3: [12.0397, 12.512, 12] + [ ecalVeto ] 0 : Hit 4: [9.63173, 8.34132, 11] + [ ecalVeto ] 0 : Hit 5: [12.0397, 4.17066, 10] + [ ecalVeto ] 0 : Hit 6: [9.63173, 8.34132, 9] + [ ecalVeto ] 0 : Hit 7: [12.0397, 4.17066, 8] + [ ecalVeto ] 0 : Hit 8: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Hit 9: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 10: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 11: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 12: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Hit 13: [9.63173, 8.34132, 1] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [19.2635, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, 4.17066, 11] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [62.6062, 41.7066, 10] + [ ecalVeto ] 0 : Hit 1: [60.1983, 37.5359, 9] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 41.7066, 8] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [48.1586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [45.7507, 29.1946, 7] + [ ecalVeto ] 0 : Track 14: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Track 15: + [ ecalVeto ] 0 : Hit 0: [16.8555, 12.512, 3] + [ ecalVeto ] 0 : Hit 1: [19.2635, 8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 16 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7644.62; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4158 Brem photon produced 36 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [197.987, 12.512, 16] + [ ecalVeto ] 0 : Hit 1: [195.579, 16.6826, 15] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5367.87; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4159 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-212.435, -29.1946, 33] + [ ecalVeto ] 0 : Hit 1: [-210.027, -25.024, 32] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-176.316, -25.024, 29] + [ ecalVeto ] 0 : Hit 1: [-173.908, -29.1946, 28] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-125.749, -29.1946, 23] + [ ecalVeto ] 0 : Hit 1: [-123.341, -25.024, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-111.302, -29.1946, 21] + [ ecalVeto ] 0 : Hit 1: [-108.894, -33.3653, 20] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -29.1946, 19] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -33.3653, 18] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [19.2635, -25.024, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, -29.1946, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, -25.024, 8] + [ ecalVeto ] 0 : Hit 3: [16.8555, -20.8533, 7] + [ ecalVeto ] 0 : Hit 4: [19.2635, -16.6826, 6] + [ ecalVeto ] 0 : Hit 5: [16.8555, -20.8533, 5] + [ ecalVeto ] 0 : Hit 6: [16.8555, -20.8533, 3] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-33.711, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -37.5359, 8] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [24.0793, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [26.4873, 4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [24.0793, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 3: [26.4873, -4.17066, 6] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 95 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5875.16; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4160 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [11.1041, 110.987, 20] + [ ecalVeto ] 0 : Hit 1: [8.69618, 106.817, 19] + [ ecalVeto ] 0 : Hit 2: [11.1041, 102.646, 18] + [ ecalVeto ] 0 : Hit 3: [8.69618, 98.4754, 17] + [ ecalVeto ] 0 : Hit 4: [11.1041, 94.3048, 16] + [ ecalVeto ] 0 : Hit 5: [9.63173, 91.7545, 15] + [ ecalVeto ] 0 : Hit 6: [12.0397, 87.5839, 14] + [ ecalVeto ] 0 : Hit 7: [9.63173, 83.4132, 13] + [ ecalVeto ] 0 : Hit 8: [12.0397, 79.2426, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 66.7306, 11] + [ ecalVeto ] 0 : Hit 1: [12.0397, 62.5599, 10] + [ ecalVeto ] 0 : Hit 2: [9.63173, 58.3892, 9] + [ ecalVeto ] 0 : Hit 3: [12.0397, 54.2186, 8] + [ ecalVeto ] 0 : Hit 4: [9.63173, 50.0479, 7] + [ ecalVeto ] 0 : Hit 5: [12.0397, 45.8773, 6] + [ ecalVeto ] 0 : Hit 6: [9.63173, 41.7066, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 12.512, 2] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 16.6826, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4570.14; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4161 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-147.421, -41.7066, 29] + [ ecalVeto ] 0 : Hit 1: [-145.013, -37.5359, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-132.973, -41.7066, 27] + [ ecalVeto ] 0 : Hit 1: [-130.565, -37.5359, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-118.525, -41.7066, 25] + [ ecalVeto ] 0 : Hit 1: [-116.118, -37.5359, 24] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-154.644, 87.5839, 23] + [ ecalVeto ] 0 : Hit 1: [-152.237, 83.4132, 22] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -37.5359, 21] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -33.3653, 20] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-118.525, 66.7306, 19] + [ ecalVeto ] 0 : Hit 1: [-116.118, 62.5599, 18] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -37.5359, 19] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -33.3653, 18] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-69.83, 45.8773, 13] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 41.7066, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6786.02; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4162 Brem photon produced 50 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -227.766, 33] + [ ecalVeto ] 0 : Hit 1: [-52.039, -223.595, 32] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 13] + [ ecalVeto ] 0 : Hit 1: [12.0397, 29.1946, 12] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 99 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3562.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4163 Brem photon produced 38 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-18.3279, -131.841, 21] + [ ecalVeto ] 0 : Hit 1: [-15.92, -127.67, 20] + [ ecalVeto ] 0 : Hit 2: [-15.92, -127.67, 18] + [ ecalVeto ] 0 : Hit 3: [-11.1041, -127.67, 19] + [ ecalVeto ] 0 : Hit 4: [-11.1041, -127.67, 17] + [ ecalVeto ] 0 : Hit 5: [-8.69618, -123.499, 16] + [ ecalVeto ] 0 : Hit 6: [-8.69618, -123.499, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -83.4132, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -79.2426, 6] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -79.2426, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7183.25; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4164 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 34 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4220.76; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4165 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, -20.8533, 12] + [ ecalVeto ] 0 : Hit 1: [24.0793, -16.6826, 11] + [ ecalVeto ] 0 : Hit 2: [26.4873, -20.8533, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-45.7507, 29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [-48.1586, 25.024, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 12.512, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -77.6221, 3] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -73.4515, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 104 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5080.42; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4166 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5130.43; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4167 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 26 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3003.28; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4168 Brem photon produced 49 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5155.5; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4169 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 40 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1066.28; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4170 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 16 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2598.93; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4171 Brem photon produced 97 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 16] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 15] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 14] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 13] + [ ecalVeto ] 0 : Hit 4: [4.81586, -16.6826, 12] + [ ecalVeto ] 0 : Hit 5: [2.40793, -20.8533, 11] + [ ecalVeto ] 0 : Hit 6: [4.81586, -16.6826, 10] + [ ecalVeto ] 0 : Hit 7: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 8: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 9: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 10: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 11: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 12: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3970.39; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4172 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-119.461, -181.889, 33] + [ ecalVeto ] 0 : Hit 1: [-117.053, -177.718, 32] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-112.237, -169.377, 31] + [ ecalVeto ] 0 : Hit 1: [-109.829, -165.206, 30] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-105.013, -140.182, 27] + [ ecalVeto ] 0 : Hit 1: [-102.606, -136.011, 26] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -119.329, 25] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -115.158, 24] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -106.817, 23] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -102.646, 22] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -94.3048, 21] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -90.1341, 20] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [26.4873, 12.512, 20] + [ ecalVeto ] 0 : Hit 1: [24.0793, 8.34132, 19] + [ ecalVeto ] 0 : Hit 2: [26.4873, 12.512, 18] + [ ecalVeto ] 0 : Hit 3: [24.0793, 8.34132, 17] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -81.7928, 19] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -77.6221, 18] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -69.2808, 17] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -65.1101, 16] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3338.25; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4173 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2424.79; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4174 Brem photon produced 75 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, 29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [16.8555, 29.1946, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4146.69; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4175 Brem photon produced 2 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3298.24; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4176 Brem photon produced 44 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -211.083, 25] + [ ecalVeto ] 0 : Hit 1: [-52.039, -215.254, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-154.644, -62.5599, 19] + [ ecalVeto ] 0 : Hit 1: [-152.237, -58.3892, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 90 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4864.37; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4177 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [31.3031, -45.8773, 13] + [ ecalVeto ] 0 : Hit 1: [33.711, -41.7066, 12] + [ ecalVeto ] 0 : Hit 2: [31.3031, -37.5359, 11] + [ ecalVeto ] 0 : Hit 3: [33.711, -41.7066, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 50.0479, 2] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 45.8773, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6806.37; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4178 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [126.685, -94.3048, 26] + [ ecalVeto ] 0 : Hit 1: [124.277, -90.1341, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [119.461, -81.7928, 24] + [ ecalVeto ] 0 : Hit 1: [117.053, -77.6221, 23] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 11066.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4179 Brem photon produced 72 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -4.17066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 35 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3815.16; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4180 Brem photon produced 46 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [83.3421, 119.329, 18] + [ ecalVeto ] 0 : Hit 1: [80.9341, 115.158, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, 29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [19.2635, 33.3653, 10] + [ ecalVeto ] 0 : Hit 2: [16.8555, 29.1946, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 4.17066, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 12.512, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 8.34132, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [54.4469, 85.9634, 10] + [ ecalVeto ] 0 : Hit 1: [54.4469, 85.9634, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, 29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 3] + [ ecalVeto ] 0 : Hit 4: [12.0397, 29.1946, 2] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [26.4873, 45.8773, 6] + [ ecalVeto ] 0 : Hit 1: [26.4873, 45.8773, 4] + [ ecalVeto ] 0 : Hit 2: [33.711, 50.0479, 6] + [ ecalVeto ] 0 : Hit 3: [31.3031, 54.2186, 5] + [ ecalVeto ] 0 : Hit 4: [33.711, 50.0479, 4] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [33.711, 58.3892, 6] + [ ecalVeto ] 0 : Hit 1: [31.3031, 62.5599, 5] + [ ecalVeto ] 0 : Hit 2: [33.711, 58.3892, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 92 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4879.07; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4181 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-154.644, -54.2186, 29] + [ ecalVeto ] 0 : Hit 1: [-152.237, -50.0479, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-147.421, -8.34132, 21] + [ ecalVeto ] 0 : Hit 1: [-145.013, -4.17066, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-111.302, 4.17066, 17] + [ ecalVeto ] 0 : Hit 1: [-108.894, -2.36672e-14, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-89.6303, 25.024, 15] + [ ecalVeto ] 0 : Hit 1: [-87.2224, 20.8533, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 4.17066, 15] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 8.34132, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 8.34132, 8] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 8.34132, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2595.4; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4182 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4694.02; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4183 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4183 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -16.6826, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-52.9745, 8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [-55.3824, 4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [-52.9745, 8.34132, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-74.6459, 4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [-77.0538, 8.34132, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 20.8533, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6721.98; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4184 Brem photon produced 67 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -110.987, 23] + [ ecalVeto ] 0 : Hit 1: [-52.039, -106.817, 22] + [ ecalVeto ] 0 : Hit 2: [-54.4469, -102.646, 21] + [ ecalVeto ] 0 : Hit 3: [-52.039, -98.4754, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-47.2231, -90.1341, 19] + [ ecalVeto ] 0 : Hit 1: [-44.8152, -94.3048, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-32.7755, -81.7928, 15] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -79.2426, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -70.9012, 13] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -66.7306, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3959.09; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4185 Brem photon produced 72 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4185 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-60.1983, -37.5359, 24] + [ ecalVeto ] 0 : Hit 1: [-62.6062, -41.7066, 23] + [ ecalVeto ] 0 : Hit 2: [-60.1983, -37.5359, 22] + [ ecalVeto ] 0 : Hit 3: [-62.6062, -33.3653, 21] + [ ecalVeto ] 0 : Hit 4: [-62.6062, -33.3653, 19] + [ ecalVeto ] 0 : Hit 5: [-67.4221, -33.3653, 20] + [ ecalVeto ] 0 : Hit 6: [-69.83, -37.5359, 19] + [ ecalVeto ] 0 : Hit 7: [-67.4221, -41.7066, 18] + [ ecalVeto ] 0 : Finding linreg tracks from 40 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4527.61; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4186 Brem photon produced 54 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-52.039, -81.7928, 16] + [ ecalVeto ] 0 : Hit 1: [-54.4469, -77.6221, 15] + [ ecalVeto ] 0 : Hit 2: [-52.039, -81.7928, 14] + [ ecalVeto ] 0 : Hit 3: [-54.4469, -77.6221, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-148.356, 156.865, 15] + [ ecalVeto ] 0 : Hit 1: [-148.356, 156.865, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -41.7066, 8] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -41.7066, 6] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -37.5359, 5] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -33.3653, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -41.7066, 7] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -37.5359, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -29.1946, 2] + [ ecalVeto ] 0 : Hit 8: [-4.81586, -33.3653, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 94 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3865.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4187 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 30 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 729.494; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4188 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 56.7688, 27] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 52.5982, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-60.1983, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-62.6062, 8.34132, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4889.92; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4189 Brem photon produced 37 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 11 + [ ecalVeto ] 0 : Beginning track merging using 11 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 11 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [61.6707, 140.182, 30] + [ ecalVeto ] 0 : Hit 1: [59.2627, 144.353, 29] + [ ecalVeto ] 0 : Hit 2: [61.6707, 140.182, 28] + [ ecalVeto ] 0 : Hit 3: [59.2627, 144.353, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [54.4469, 144.353, 26] + [ ecalVeto ] 0 : Hit 1: [52.039, 140.182, 25] + [ ecalVeto ] 0 : Hit 2: [54.4469, 144.353, 24] + [ ecalVeto ] 0 : Hit 3: [52.039, 140.182, 23] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [47.2231, 140.182, 22] + [ ecalVeto ] 0 : Hit 1: [44.8152, 136.011, 21] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [39.9993, 127.67, 20] + [ ecalVeto ] 0 : Hit 1: [37.5914, 123.499, 19] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 102.646, 17] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 98.4754, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 85.9634, 15] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 81.7928, 14] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-148.356, 90.1341, 11] + [ ecalVeto ] 0 : Hit 1: [-145.948, 94.3048, 10] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [12.0397, 79.2426, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, 75.0719, 9] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 4.17066, 7] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [4.81586, 66.7306, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 62.5599, 7] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 54.2186, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 50.0479, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 45.8773, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 41.7066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 11 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4990.4; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4190 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -165.206, 29] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -161.035, 28] + [ ecalVeto ] 0 : Hit 2: [-90.5659, -156.865, 27] + [ ecalVeto ] 0 : Hit 3: [-88.1579, -152.694, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -131.841, 23] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -136.011, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -127.67, 21] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -123.499, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -123.499, 19] + [ ecalVeto ] 0 : Hit 1: [-59.2627, -119.329, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 37.5359, 19] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 33.3653, 18] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 29.1946, 17] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 25.024, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -110.987, 17] + [ ecalVeto ] 0 : Hit 1: [-52.039, -106.817, 16] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 15] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 14] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 13] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 12] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-32.7755, -90.1341, 11] + [ ecalVeto ] 0 : Hit 1: [-30.3676, -85.9634, 10] + [ ecalVeto ] 0 : Hit 2: [-32.7755, -81.7928, 9] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -54.2186, 3] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -50.0479, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4931.93; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4191 Brem photon produced 89 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, 45.8773, 12] + [ ecalVeto ] 0 : Hit 1: [24.0793, 41.7066, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -41.7066, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -37.5359, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -33.3653, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -29.1946, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 93 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3541.93; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4192 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [38.5269, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [38.5269, -2.66454e-15, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -45.8773, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -50.0479, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7365.04; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4193 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 13 + [ ecalVeto ] 0 : Beginning track merging using 13 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 13 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-145.013, 29.1946, 24] + [ ecalVeto ] 0 : Hit 1: [-147.421, 33.3653, 23] + [ ecalVeto ] 0 : Hit 2: [-145.013, 37.5359, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [31.3031, -29.1946, 23] + [ ecalVeto ] 0 : Hit 1: [33.711, -33.3653, 22] + [ ecalVeto ] 0 : Hit 2: [31.3031, -29.1946, 21] + [ ecalVeto ] 0 : Hit 3: [33.711, -25.024, 20] + [ ecalVeto ] 0 : Hit 4: [31.3031, -20.8533, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-137.789, 41.7066, 22] + [ ecalVeto ] 0 : Hit 1: [-140.197, 37.5359, 21] + [ ecalVeto ] 0 : Hit 2: [-137.789, 41.7066, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-125.749, 37.5359, 19] + [ ecalVeto ] 0 : Hit 1: [-123.341, 41.7066, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [26.4873, -20.8533, 18] + [ ecalVeto ] 0 : Hit 1: [24.0793, -16.6826, 17] + [ ecalVeto ] 0 : Hit 2: [26.4873, -20.8533, 16] + [ ecalVeto ] 0 : Hit 3: [24.0793, -16.6826, 15] + [ ecalVeto ] 0 : Hit 4: [26.4873, -12.512, 14] + [ ecalVeto ] 0 : Hit 5: [24.0793, -8.34132, 13] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-111.302, 37.5359, 17] + [ ecalVeto ] 0 : Hit 1: [-108.894, 33.3653, 16] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 37.5359, 15] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 33.3653, 14] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 37.5359, 13] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 33.3653, 12] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [19.2635, -8.34132, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, -4.17066, 11] + [ ecalVeto ] 0 : Hit 2: [19.2635, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 3: [16.8555, -4.17066, 9] + [ ecalVeto ] 0 : Hit 4: [19.2635, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 5: [16.8555, 4.17066, 7] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-69.83, 29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 33.3653, 10] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 25.024, 8] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -25.024, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -20.8533, 5] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 1] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 13 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5325.31; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4194 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [60.1983, 37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [60.1983, 37.5359, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3981.8; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4195 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 13] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 12] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 11] + [ ecalVeto ] 0 : Hit 3: [12.0397, -20.8533, 10] + [ ecalVeto ] 0 : Hit 4: [9.63173, -16.6826, 9] + [ ecalVeto ] 0 : Hit 5: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 6: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 7: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 8: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 9: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 4: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 7: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, -12.512, 7] + [ ecalVeto ] 0 : Hit 2: [19.2635, -8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [16.8555, -12.512, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 99 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5642.01; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4196 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 45.8773, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 50.0479, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2266.36; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4197 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [89.0935, -12.512, 19] + [ ecalVeto ] 0 : Hit 1: [89.6303, -16.6826, 18] + [ ecalVeto ] 0 : Hit 2: [89.0935, -12.512, 17] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4371.12; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4198 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [31.3031, -37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [33.711, -33.3653, 8] + [ ecalVeto ] 0 : Hit 2: [33.711, -33.3653, 6] + [ ecalVeto ] 0 : Hit 3: [33.711, -33.3653, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3144.21; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4199 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 65.1101, 13] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 60.9395, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3227.89; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4200 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-11.1041, 102.646, 23] + [ ecalVeto ] 0 : Hit 1: [-8.69618, 98.4754, 22] + [ ecalVeto ] 0 : Hit 2: [-11.1041, 94.3048, 21] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 91.7545, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -102.646, 23] + [ ecalVeto ] 0 : Hit 1: [-52.039, -98.4754, 22] + [ ecalVeto ] 0 : Hit 2: [-54.4469, -94.3048, 21] + [ ecalVeto ] 0 : Hit 3: [-52.039, -90.1341, 20] + [ ecalVeto ] 0 : Hit 4: [-54.4469, -85.9634, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 75.0719, 18] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 70.9012, 17] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 66.7306, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-59.2627, -69.2808, 16] + [ ecalVeto ] 0 : Hit 1: [-61.6707, -65.1101, 15] + [ ecalVeto ] 0 : Hit 2: [-60.1983, -62.5599, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-33.711, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -20.8533, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-33.711, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 12.512, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -25.024, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6032.18; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4201 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, -45.8773, 23] + [ ecalVeto ] 0 : Hit 1: [19.2635, -50.0479, 22] + [ ecalVeto ] 0 : Hit 2: [16.8555, -54.2186, 21] + [ ecalVeto ] 0 : Hit 3: [16.8555, -54.2186, 19] + [ ecalVeto ] 0 : Hit 4: [19.2635, -50.0479, 18] + [ ecalVeto ] 0 : Hit 5: [16.8555, -45.8773, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -37.5359, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, -33.3653, 13] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 12] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 56.7688, 13] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 52.5982, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 94 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5354.57; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4202 Brem photon produced 46 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [66.4865, 106.817, 19] + [ ecalVeto ] 0 : Hit 1: [68.8945, 102.646, 18] + [ ecalVeto ] 0 : Hit 2: [66.4865, 98.4754, 17] + [ ecalVeto ] 0 : Hit 3: [68.8945, 94.3048, 16] + [ ecalVeto ] 0 : Hit 4: [66.4865, 90.1341, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [40.9348, 45.8773, 10] + [ ecalVeto ] 0 : Hit 1: [38.5269, 41.7066, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 12.512, 6] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6323.44; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4203 Brem photon produced 38 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -29.1946, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4567.75; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4204 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-219.659, -16.6826, 19] + [ ecalVeto ] 0 : Hit 1: [-217.251, -12.512, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-152.237, -41.7066, 16] + [ ecalVeto ] 0 : Hit 1: [-154.644, -37.5359, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-140.197, -20.8533, 15] + [ ecalVeto ] 0 : Hit 1: [-137.789, -25.024, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-140.197, -37.5359, 15] + [ ecalVeto ] 0 : Hit 1: [-137.789, -33.3653, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-125.749, -29.1946, 13] + [ ecalVeto ] 0 : Hit 1: [-123.341, -25.024, 12] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 117 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3896.93; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4205 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6216.34; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4206 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-147.421, -16.6826, 3] + [ ecalVeto ] 0 : Hit 1: [-145.013, -12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 41 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1617.75; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4207 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 11 + [ ecalVeto ] 0 : Beginning track merging using 11 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 11 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -77.6221, 27] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -73.4515, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-111.302, -29.1946, 25] + [ ecalVeto ] 0 : Hit 1: [-108.894, -25.024, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -37.5359, 23] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -33.3653, 22] + [ ecalVeto ] 0 : Hit 2: [-96.8541, -37.5359, 21] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-132.973, -16.6826, 21] + [ ecalVeto ] 0 : Hit 1: [-130.565, -12.512, 20] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-111.302, -12.512, 19] + [ ecalVeto ] 0 : Hit 1: [-108.894, -8.34132, 18] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -25.024, 19] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -20.8533, 18] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-69.83, -12.512, 17] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -16.6826, 16] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -12.512, 15] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -8.34132, 14] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-133.909, 156.865, 7] + [ ecalVeto ] 0 : Hit 1: [-131.501, 161.035, 6] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-133.909, 173.547, 5] + [ ecalVeto ] 0 : Hit 1: [-131.501, 177.718, 4] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-126.685, 186.059, 3] + [ ecalVeto ] 0 : Hit 1: [-124.277, 190.23, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 11 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4138.07; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4208 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 54.2186, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 50.0479, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 45.8773, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 41.7066, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 58.3892, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 54.2186, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 87 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6765.57; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4209 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-15.92, -110.987, 18] + [ ecalVeto ] 0 : Hit 1: [-18.3279, -106.817, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -70.9012, 12] + [ ecalVeto ] 0 : Hit 1: [-33.711, -66.7306, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -58.3892, 10] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -58.3892, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -54.2186, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -50.0479, 6] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -50.0479, 4] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -54.2186, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4638.97; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4210 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 6: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 35 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3352.84; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4211 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 37.5359, 12] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 33.3653, 11] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 29.1946, 10] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 33.3653, 9] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 29.1946, 8] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 7: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 8: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Hit 9: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 37.5359, 10] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 8] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 41.7066, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 33.3653, 6] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 33.3653, 4] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 37.5359, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6221.63; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4212 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 45.8773, 24] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 41.7066, 23] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 45.8773, 22] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 41.7066, 21] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 37.5359, 20] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 41.7066, 19] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 37.5359, 18] + [ ecalVeto ] 0 : Hit 7: [-4.81586, 41.7066, 17] + [ ecalVeto ] 0 : Hit 8: [-2.40793, 37.5359, 16] + [ ecalVeto ] 0 : Hit 9: [-4.81586, 41.7066, 15] + [ ecalVeto ] 0 : Hit 10: [-2.40793, 37.5359, 14] + [ ecalVeto ] 0 : Hit 11: [-4.81586, 41.7066, 13] + [ ecalVeto ] 0 : Hit 12: [-2.40793, 37.5359, 12] + [ ecalVeto ] 0 : Hit 13: [-4.81586, 33.3653, 11] + [ ecalVeto ] 0 : Hit 14: [-2.40793, 37.5359, 10] + [ ecalVeto ] 0 : Hit 15: [-4.81586, 33.3653, 9] + [ ecalVeto ] 0 : Hit 16: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 17: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 18: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Hit 19: [-4.81586, 33.3653, 1] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-154.644, -87.5839, 21] + [ ecalVeto ] 0 : Hit 1: [-152.237, -83.4132, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-118.525, -66.7306, 17] + [ ecalVeto ] 0 : Hit 1: [-116.118, -62.5599, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 33.3653, 6] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 33.3653, 4] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 33.3653, 2] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 29.1946, 1] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 33.3653, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 20 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 864.655; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4213 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 24 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 370.246; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4214 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -41.7066, 17] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -41.7066, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -37.5359, 16] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -37.5359, 14] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -33.3653, 13] + [ ecalVeto ] 0 : Hit 3: [-19.2635, -33.3653, 11] + [ ecalVeto ] 0 : Hit 4: [-16.8555, -29.1946, 10] + [ ecalVeto ] 0 : Hit 5: [-19.2635, -25.024, 9] + [ ecalVeto ] 0 : Hit 6: [-16.8555, -20.8533, 8] + [ ecalVeto ] 0 : Hit 7: [-16.8555, -20.8533, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -25.024, 15] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -29.1946, 14] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -25.024, 13] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -20.8533, 12] + [ ecalVeto ] 0 : Hit 4: [-19.2635, -16.6826, 11] + [ ecalVeto ] 0 : Hit 5: [-16.8555, -20.8533, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -45.8773, 13] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -50.0479, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -29.1946, 13] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -25.024, 12] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -20.8533, 11] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -16.6826, 10] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -12.512, 9] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -16.6826, 8] + [ ecalVeto ] 0 : Hit 6: [-12.0397, -20.8533, 7] + [ ecalVeto ] 0 : Hit 7: [-9.63173, -16.6826, 6] + [ ecalVeto ] 0 : Hit 8: [-12.0397, -20.8533, 5] + [ ecalVeto ] 0 : Hit 9: [-9.63173, -16.6826, 4] + [ ecalVeto ] 0 : Hit 10: [-12.0397, -20.8533, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -33.3653, 10] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -29.1946, 9] + [ ecalVeto ] 0 : Hit 3: [-24.0793, -25.024, 8] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 11] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 91 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 9093.92; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4215 Brem photon produced 45 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 8.34132, 12] + [ ecalVeto ] 0 : Hit 1: [19.2635, 8.34132, 10] + [ ecalVeto ] 0 : Hit 2: [16.8555, 4.17066, 9] + [ ecalVeto ] 0 : Hit 3: [19.2635, 8.34132, 8] + [ ecalVeto ] 0 : Hit 4: [16.8555, 4.17066, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, -2.66454e-15, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5923.48; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4216 Brem photon produced 37 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4216 Brem photon produced 61 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 70.9012, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 75.0719, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -4.17066, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 41.7066, 6] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 37.5359, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 62.5599, 1] + [ ecalVeto ] 0 : Hit 1: [4.81586, 66.7306, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6588.36; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4217 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 20.8533, 25] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 16.6826, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [33.711, 41.7066, 16] + [ ecalVeto ] 0 : Hit 1: [31.3031, 37.5359, 15] + [ ecalVeto ] 0 : Hit 2: [33.711, 41.7066, 14] + [ ecalVeto ] 0 : Hit 3: [31.3031, 37.5359, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-60.1983, 20.8533, 16] + [ ecalVeto ] 0 : Hit 1: [-62.6062, 16.6826, 15] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 20.8533, 15] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 16.6826, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -2.66454e-15, 15] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -4.17066, 14] + [ ecalVeto ] 0 : Hit 2: [-48.1586, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 3: [-45.7507, 4.17066, 12] + [ ecalVeto ] 0 : Hit 4: [-45.7507, 4.17066, 10] + [ ecalVeto ] 0 : Hit 5: [-40.9348, 4.17066, 11] + [ ecalVeto ] 0 : Hit 6: [-40.9348, 4.17066, 9] + [ ecalVeto ] 0 : Hit 7: [-38.5269, 8.34132, 8] + [ ecalVeto ] 0 : Hit 8: [-40.9348, 12.512, 7] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 20.8533, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 16.6826, 10] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-33.711, 25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 20.8533, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4021.93; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4218 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, 45.8773, 16] + [ ecalVeto ] 0 : Hit 1: [24.0793, 41.7066, 15] + [ ecalVeto ] 0 : Hit 2: [26.4873, 45.8773, 14] + [ ecalVeto ] 0 : Hit 3: [24.0793, 41.7066, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, 50.0479, 12] + [ ecalVeto ] 0 : Hit 1: [19.2635, 50.0479, 10] + [ ecalVeto ] 0 : Hit 2: [16.8555, 45.8773, 9] + [ ecalVeto ] 0 : Hit 3: [19.2635, 41.7066, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 41.7066, 11] + [ ecalVeto ] 0 : Hit 1: [12.0397, 45.8773, 10] + [ ecalVeto ] 0 : Hit 2: [9.63173, 41.7066, 9] + [ ecalVeto ] 0 : Hit 3: [12.0397, 37.5359, 8] + [ ecalVeto ] 0 : Hit 4: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 45.8773, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 41.7066, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5423.7; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4219 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-109.829, 81.7928, 28] + [ ecalVeto ] 0 : Hit 1: [-112.237, 85.9634, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 94.3048, 25] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 90.1341, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 81.7928, 23] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 85.9634, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-61.6707, 65.1101, 19] + [ ecalVeto ] 0 : Hit 1: [-59.2627, 69.2808, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 62.5599, 17] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 58.3892, 16] + [ ecalVeto ] 0 : Hit 2: [-55.3824, 54.2186, 15] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-33.711, 33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 37.5359, 10] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 20.8533, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3266.93; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4220 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [23.1438, -165.206, 29] + [ ecalVeto ] 0 : Hit 1: [25.5517, -161.035, 28] + [ ecalVeto ] 0 : Hit 2: [23.1438, -156.865, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [18.3279, -148.523, 26] + [ ecalVeto ] 0 : Hit 1: [15.92, -144.353, 25] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [18.3279, -131.841, 24] + [ ecalVeto ] 0 : Hit 1: [15.92, -127.67, 23] + [ ecalVeto ] 0 : Hit 2: [18.3279, -123.499, 22] + [ ecalVeto ] 0 : Hit 3: [15.92, -119.329, 21] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 21] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 20] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 18] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 17] + [ ecalVeto ] 0 : Hit 4: [4.81586, 8.34132, 16] + [ ecalVeto ] 0 : Hit 5: [2.40793, 4.17066, 15] + [ ecalVeto ] 0 : Hit 6: [4.81586, -2.66454e-15, 14] + [ ecalVeto ] 0 : Hit 7: [2.40793, -4.17066, 13] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, -87.5839, 16] + [ ecalVeto ] 0 : Hit 1: [9.63173, -83.4132, 15] + [ ecalVeto ] 0 : Hit 2: [12.0397, -79.2426, 14] + [ ecalVeto ] 0 : Hit 3: [9.63173, -75.0719, 13] + [ ecalVeto ] 0 : Hit 4: [12.0397, -70.9012, 12] + [ ecalVeto ] 0 : Hit 5: [9.63173, -66.7306, 11] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 7: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 8: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [4.81586, -58.3892, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -54.2186, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -50.0479, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -45.8773, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -41.7066, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4356.94; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4221 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 42 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4404.33; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4222 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -52.5982, 19] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -56.7688, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, -66.7306, 17] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -70.9012, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -54.2186, 14] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -54.2186, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5893.16; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4223 Brem photon produced 74 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-248.554, 41.7066, 27] + [ ecalVeto ] 0 : Hit 1: [-246.146, 37.5359, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-226.882, 37.5359, 23] + [ ecalVeto ] 0 : Hit 1: [-224.475, 33.3653, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [77.0538, 41.7066, 22] + [ ecalVeto ] 0 : Hit 1: [74.6459, 37.5359, 21] + [ ecalVeto ] 0 : Hit 2: [77.0538, 33.3653, 20] + [ ecalVeto ] 0 : Hit 3: [74.6459, 37.5359, 19] + [ ecalVeto ] 0 : Hit 4: [77.0538, 33.3653, 18] + [ ecalVeto ] 0 : Hit 5: [74.6459, 29.1946, 17] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 7: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 8: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 9: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 10: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 11: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 12.512, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7633.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4224 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 16.6826, 4] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 41 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3339.7; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4225 Brem photon produced 43 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-104.078, -33.3653, 25] + [ ecalVeto ] 0 : Hit 1: [-101.67, -37.5359, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -41.7066, 23] + [ ecalVeto ] 0 : Hit 1: [-87.2224, -45.8773, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-69.83, -45.8773, 19] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -50.0479, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -50.0479, 17] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -45.8773, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -45.8773, 15] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -41.7066, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [19.2635, -83.4132, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, -79.2426, 11] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5599.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4226 Brem photon produced 40 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [97.7897, 69.2808, 20] + [ ecalVeto ] 0 : Hit 1: [95.3817, 65.1101, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [48.1586, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 1: [48.1586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 2: [45.7507, 4.17066, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [31.3031, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [33.711, 16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [31.3031, 12.512, 7] + [ ecalVeto ] 0 : Hit 3: [33.711, 8.34132, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [-40.9348, 12.512, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [16.8555, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [19.2635, 16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [16.8555, 12.512, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 20.8533, 4] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5919; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4227 Brem photon produced 42 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [44.8152, 136.011, 25] + [ ecalVeto ] 0 : Hit 1: [47.2231, 140.182, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5807.9; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4228 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5569.85; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4229 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 11] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2065.02; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4230 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Hit 4: [12.0397, -12.512, 2] + [ ecalVeto ] 0 : Hit 5: [9.63173, -16.6826, 1] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 50.0479, 1] + [ ecalVeto ] 0 : Hit 1: [12.0397, 54.2186, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4210.45; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4231 Brem photon produced 37 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 54.2186, 10] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 50.0479, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 114 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3904.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4232 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-39.9993, 94.3048, 19] + [ ecalVeto ] 0 : Hit 1: [-37.5914, 98.4754, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-39.9993, 110.987, 17] + [ ecalVeto ] 0 : Hit 1: [-37.5914, 115.158, 16] + [ ecalVeto ] 0 : Finding linreg tracks from 18 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3737.15; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4233 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -20.8533, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -16.6826, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -45.8773, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-45.7507, -37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -33.3653, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Hit 6: [12.0397, -12.512, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-33.711, -25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -20.8533, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [16.8555, -29.1946, 3] + [ ecalVeto ] 0 : Hit 1: [16.8555, -29.1946, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4978.94; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4234 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -58.3892, 24] + [ ecalVeto ] 0 : Hit 1: [2.40793, -54.2186, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -37.5359, 22] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 21] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2407.03; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4235 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [76.1183, -115.158, 22] + [ ecalVeto ] 0 : Hit 1: [73.7103, -110.987, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 15] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 13] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 12] + [ ecalVeto ] 0 : Hit 3: [12.0397, -12.512, 10] + [ ecalVeto ] 0 : Hit 4: [9.63173, -8.34132, 9] + [ ecalVeto ] 0 : Hit 5: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 6: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 7: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 8: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 9: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Hit 10: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Hit 11: [12.0397, -20.8533, 2] + [ ecalVeto ] 0 : Hit 12: [9.63173, -16.6826, 1] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [26.4873, -62.5599, 12] + [ ecalVeto ] 0 : Hit 1: [24.0793, -58.3892, 11] + [ ecalVeto ] 0 : Hit 2: [26.4873, -54.2186, 10] + [ ecalVeto ] 0 : Hit 3: [24.0793, -50.0479, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [33.711, 41.7066, 10] + [ ecalVeto ] 0 : Hit 1: [31.3031, 37.5359, 9] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3770.26; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4236 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [54.4469, -119.329, 16] + [ ecalVeto ] 0 : Hit 1: [52.039, -115.158, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [47.2231, -106.817, 14] + [ ecalVeto ] 0 : Hit 1: [44.8152, -102.646, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [32.7755, -81.7928, 10] + [ ecalVeto ] 0 : Hit 1: [31.3031, -79.2426, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 37.5359, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3411.65; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4237 Brem photon produced 48 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5555.07; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4238 Brem photon produced 36 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, 29.1946, 20] + [ ecalVeto ] 0 : Hit 1: [24.0793, 25.024, 19] + [ ecalVeto ] 0 : Hit 2: [26.4873, 20.8533, 18] + [ ecalVeto ] 0 : Hit 3: [24.0793, 16.6826, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 12] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2989.06; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4239 Brem photon produced 2 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -8.34132, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7177.09; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4240 Brem photon produced 31 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 12 + [ ecalVeto ] 0 : Beginning track merging using 12 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 12 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-105.013, -90.1341, 23] + [ ecalVeto ] 0 : Hit 1: [-102.606, -85.9634, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-176.316, -58.3892, 21] + [ ecalVeto ] 0 : Hit 1: [-173.908, -54.2186, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -69.2808, 19] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -65.1101, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-140.197, -37.5359, 17] + [ ecalVeto ] 0 : Hit 1: [-137.789, -33.3653, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -60.9395, 17] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -58.3892, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-118.525, -25.024, 15] + [ ecalVeto ] 0 : Hit 1: [-116.118, -29.1946, 14] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -50.0479, 15] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -45.8773, 14] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -33.3653, 10] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -20.8533, 10] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -8.34132, 8] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -12.512, 6] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -2.66454e-15, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 12 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4092; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4241 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 35 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3555.69; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4242 Brem photon produced 39 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-141.132, 94.3048, 17] + [ ecalVeto ] 0 : Hit 1: [-138.725, 90.1341, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, 16.6826, 4] + [ ecalVeto ] 0 : Hit 1: [19.2635, 16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3684.72; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4243 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [83.3421, 77.6221, 16] + [ ecalVeto ] 0 : Hit 1: [80.9341, 73.4515, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -25.024, 12] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -29.1946, 11] + [ ecalVeto ] 0 : Hit 2: [-38.5269, -33.3653, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-60.1983, 12.512, 10] + [ ecalVeto ] 0 : Hit 1: [-62.6062, 8.34132, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 4.17066, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5994.76; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4244 Brem photon produced 37 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-155.58, -186.059, 23] + [ ecalVeto ] 0 : Hit 1: [-153.172, -181.889, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-119.461, -140.182, 17] + [ ecalVeto ] 0 : Hit 1: [-117.053, -136.011, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -90.1341, 11] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -85.9634, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 5: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 2 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5061.34; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4245 Brem photon produced 53 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [118.525, 66.7306, 26] + [ ecalVeto ] 0 : Hit 1: [116.118, 62.5599, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [104.078, 58.3892, 24] + [ ecalVeto ] 0 : Hit 1: [101.67, 54.2186, 23] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -45.8773, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -41.7066, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -37.5359, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -33.3653, 8] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -29.1946, 7] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -25.024, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -75.0719, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -79.2426, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -91.7545, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -95.9252, 6] + [ ecalVeto ] 0 : Hit 2: [-3.88031, -98.4754, 5] + [ ecalVeto ] 0 : Hit 3: [-3.88031, -98.4754, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 2] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -91.7545, 4] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -87.5839, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 90 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7964.43; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4246 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3785.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4247 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-89.6303, 25.024, 17] + [ ecalVeto ] 0 : Hit 1: [-89.6303, 25.024, 15] + [ ecalVeto ] 0 : Hit 2: [-87.2224, 20.8533, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-87.2224, 37.5359, 16] + [ ecalVeto ] 0 : Hit 1: [-89.6303, 33.3653, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-74.6459, 29.1946, 16] + [ ecalVeto ] 0 : Hit 1: [-77.0538, 33.3653, 15] + [ ecalVeto ] 0 : Hit 2: [-74.6459, 37.5359, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-69.83, 29.1946, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 33.3653, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 29.1946, 15] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 33.3653, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-33.711, 66.7306, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 62.5599, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [26.4873, -4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [24.0793, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 2: [26.4873, 4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [24.0793, 8.34132, 3] + [ ecalVeto ] 0 : Hit 4: [26.4873, 4.17066, 2] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 54.2186, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 50.0479, 4] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-104.078, 25.024, 3] + [ ecalVeto ] 0 : Hit 1: [-101.67, 29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6104.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4248 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 17] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 15] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 14] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 13] + [ ecalVeto ] 0 : Hit 4: [9.63173, -8.34132, 11] + [ ecalVeto ] 0 : Hit 5: [12.0397, -4.17066, 10] + [ ecalVeto ] 0 : Hit 6: [9.63173, -8.34132, 9] + [ ecalVeto ] 0 : Hit 7: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 8: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 9: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 10: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 11: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 12: [9.63173, -2.66454e-15, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 12] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 7: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 8: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6151.65; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4249 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Hit 5: [2.40793, -12.512, 1] + [ ecalVeto ] 0 : Hit 6: [4.81586, -8.34132, 0] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 38 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2581.74; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4250 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 16 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2385.4; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4251 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [30.3676, 119.329, 27] + [ ecalVeto ] 0 : Hit 1: [32.7755, 115.158, 26] + [ ecalVeto ] 0 : Hit 2: [30.3676, 110.987, 25] + [ ecalVeto ] 0 : Hit 3: [32.7755, 106.817, 24] + [ ecalVeto ] 0 : Hit 4: [30.3676, 102.646, 23] + [ ecalVeto ] 0 : Hit 5: [32.7755, 98.4754, 22] + [ ecalVeto ] 0 : Hit 6: [30.3676, 94.3048, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -50.0479, 22] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -45.8773, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [16.8555, 70.9012, 15] + [ ecalVeto ] 0 : Hit 1: [19.2635, 75.0719, 14] + [ ecalVeto ] 0 : Hit 2: [16.8555, 70.9012, 13] + [ ecalVeto ] 0 : Hit 3: [19.2635, 66.7306, 12] + [ ecalVeto ] 0 : Hit 4: [16.8555, 62.5599, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -25.024, 15] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -20.8533, 14] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -16.6826, 13] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -12.512, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, 62.5599, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, 58.3892, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, 54.2186, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, 50.0479, 7] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 4.17066, 5] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [4.81586, 41.7066, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 45.8773, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 44 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3370.96; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4252 Brem photon produced 42 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 25 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1697.68; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4253 Brem photon produced 39 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 11 + [ ecalVeto ] 0 : Beginning track merging using 11 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-109.829, 81.7928, 18] + [ ecalVeto ] 0 : Hit 1: [-112.237, 77.6221, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 69.2808, 15] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 65.1101, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-89.6303, 50.0479, 15] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 52.5982, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-73.7103, 69.2808, 14] + [ ecalVeto ] 0 : Hit 1: [-76.1183, 65.1101, 13] + [ ecalVeto ] 0 : Hit 2: [-73.7103, 69.2808, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 69.2808, 11] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 65.1101, 10] + [ ecalVeto ] 0 : Hit 2: [-61.6707, 65.1101, 11] + [ ecalVeto ] 0 : Hit 3: [-59.2627, 69.2808, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-54.4469, 69.2808, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 66.7306, 10] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 58.3892, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 62.5599, 8] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [38.5269, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [38.5269, 8.34132, 7] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [4.81586, 50.0479, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 45.8773, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 50.0479, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 45.8773, 3] + [ ecalVeto ] 0 : Hit 4: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Hit 6: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 95 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5262.97; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4254 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4254 Brem photon produced 66 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 79.2426, 10] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 75.0719, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 93 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4826.39; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4255 Brem photon produced 59 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5845.02; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4256 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [8.69618, -198.571, 19] + [ ecalVeto ] 0 : Hit 1: [11.1041, -194.401, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [8.69618, -123.499, 11] + [ ecalVeto ] 0 : Hit 1: [11.1041, -119.329, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 2] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 1] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 0] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -4.17066, 3] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -8.34132, 2] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -4.17066, 1] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -8.34132, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4133.68; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4257 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [40.9348, -37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [38.5269, -33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [38.5269, -33.3653, 5] + [ ecalVeto ] 0 : Hit 3: [38.5269, -33.3653, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -70.9012, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -75.0719, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8010.78; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4258 Brem photon produced 38 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [8.69618, 140.182, 27] + [ ecalVeto ] 0 : Hit 1: [11.1041, 144.353, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [8.69618, 131.841, 25] + [ ecalVeto ] 0 : Hit 1: [11.1041, 127.67, 24] + [ ecalVeto ] 0 : Hit 2: [8.69618, 123.499, 23] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [8.69618, 115.158, 21] + [ ecalVeto ] 0 : Hit 1: [11.1041, 110.987, 20] + [ ecalVeto ] 0 : Hit 2: [8.69618, 106.817, 19] + [ ecalVeto ] 0 : Hit 3: [11.1041, 102.646, 18] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4770.81; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4259 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [18.3279, -131.841, 26] + [ ecalVeto ] 0 : Hit 1: [15.92, -127.67, 25] + [ ecalVeto ] 0 : Hit 2: [18.3279, -123.499, 24] + [ ecalVeto ] 0 : Hit 3: [15.92, -119.329, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [11.1041, -119.329, 22] + [ ecalVeto ] 0 : Hit 1: [8.69618, -115.158, 21] + [ ecalVeto ] 0 : Hit 2: [11.1041, -110.987, 20] + [ ecalVeto ] 0 : Hit 3: [8.69618, -106.817, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [3.88031, -98.4754, 18] + [ ecalVeto ] 0 : Hit 1: [2.40793, -95.9252, 17] + [ ecalVeto ] 0 : Hit 2: [4.81586, -91.7545, 16] + [ ecalVeto ] 0 : Hit 3: [2.40793, -87.5839, 15] + [ ecalVeto ] 0 : Hit 4: [4.81586, -83.4132, 14] + [ ecalVeto ] 0 : Hit 5: [2.40793, -79.2426, 13] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -62.5599, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -58.3892, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -62.5599, 8] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -62.5599, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -62.5599, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -58.3892, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -54.2186, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -50.0479, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -29.1946, 5] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -33.3653, 4] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -29.1946, 2] + [ ecalVeto ] 0 : Hit 8: [-4.81586, -33.3653, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4150.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4260 Brem photon produced 61 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3775.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4261 Brem photon produced 39 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, -45.8773, 16] + [ ecalVeto ] 0 : Hit 1: [24.0793, -41.7066, 15] + [ ecalVeto ] 0 : Hit 2: [26.4873, -45.8773, 14] + [ ecalVeto ] 0 : Hit 3: [24.0793, -41.7066, 13] + [ ecalVeto ] 0 : Hit 4: [26.4873, -37.5359, 12] + [ ecalVeto ] 0 : Hit 5: [24.0793, -33.3653, 11] + [ ecalVeto ] 0 : Hit 6: [26.4873, -37.5359, 10] + [ ecalVeto ] 0 : Hit 7: [24.0793, -33.3653, 9] + [ ecalVeto ] 0 : Hit 8: [26.4873, -29.1946, 8] + [ ecalVeto ] 0 : Hit 9: [24.0793, -25.024, 7] + [ ecalVeto ] 0 : Hit 10: [26.4873, -20.8533, 6] + [ ecalVeto ] 0 : Hit 11: [24.0793, -16.6826, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -25.024, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-37.5914, -90.1341, 4] + [ ecalVeto ] 0 : Hit 1: [-39.9993, -85.9634, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5523.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4262 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5965.24; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4263 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 38 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3761.75; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4264 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-15.92, -136.011, 20] + [ ecalVeto ] 0 : Hit 1: [-18.3279, -131.841, 19] + [ ecalVeto ] 0 : Hit 2: [-15.92, -127.67, 18] + [ ecalVeto ] 0 : Hit 3: [-18.3279, -123.499, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 45.8773, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, 41.7066, 3] + [ ecalVeto ] 0 : Hit 2: [9.63173, 41.7066, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 101 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6866.25; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4265 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [25.5517, 85.9634, 20] + [ ecalVeto ] 0 : Hit 1: [24.0793, 83.4132, 19] + [ ecalVeto ] 0 : Hit 2: [26.4873, 79.2426, 18] + [ ecalVeto ] 0 : Hit 3: [24.0793, 75.0719, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, 75.0719, 16] + [ ecalVeto ] 0 : Hit 1: [16.8555, 70.9012, 15] + [ ecalVeto ] 0 : Hit 2: [19.2635, 66.7306, 14] + [ ecalVeto ] 0 : Hit 3: [16.8555, 62.5599, 13] + [ ecalVeto ] 0 : Hit 4: [19.2635, 66.7306, 12] + [ ecalVeto ] 0 : Hit 5: [16.8555, 62.5599, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 62.5599, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, 58.3892, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, 54.2186, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, 50.0479, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 39 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3670.66; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4266 Brem photon produced 45 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -20.8533, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5802.12; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4267 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -50.0479, 23] + [ ecalVeto ] 0 : Hit 1: [-87.2224, -45.8773, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -33.3653, 21] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -29.1946, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [62.6062, -16.6826, 20] + [ ecalVeto ] 0 : Hit 1: [60.1983, -20.8533, 19] + [ ecalVeto ] 0 : Hit 2: [62.6062, -25.024, 18] + [ ecalVeto ] 0 : Hit 3: [60.1983, -29.1946, 17] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [55.3824, -29.1946, 16] + [ ecalVeto ] 0 : Hit 1: [52.9745, -33.3653, 15] + [ ecalVeto ] 0 : Hit 2: [55.3824, -37.5359, 14] + [ ecalVeto ] 0 : Hit 3: [52.9745, -33.3653, 13] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3392.21; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4268 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-116.118, 4.17066, 26] + [ ecalVeto ] 0 : Hit 1: [-118.525, 8.34132, 25] + [ ecalVeto ] 0 : Hit 2: [-118.525, 8.34132, 23] + [ ecalVeto ] 0 : Hit 3: [-116.118, 4.17066, 22] + [ ecalVeto ] 0 : Hit 4: [-118.525, 8.34132, 21] + [ ecalVeto ] 0 : Hit 5: [-116.118, 4.17066, 20] + [ ecalVeto ] 0 : Hit 6: [-118.525, 8.34132, 19] + [ ecalVeto ] 0 : Finding linreg tracks from 29 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3913.24; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4269 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-8.69618, 98.4754, 16] + [ ecalVeto ] 0 : Hit 1: [-11.1041, 94.3048, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 45.8773, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 41.7066, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 37.5359, 5] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 33.3653, 4] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 37.5359, 3] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 33.3653, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 95 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5629.11; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4270 Brem photon produced 74 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6299.21; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4271 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 12] + [ ecalVeto ] 0 : Hit 1: [12.0397, 4.17066, 10] + [ ecalVeto ] 0 : Hit 2: [9.63173, 8.34132, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, 8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, 12.512, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, 16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [16.8555, 20.8533, 7] + [ ecalVeto ] 0 : Hit 4: [19.2635, 25.024, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3740.49; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4272 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-104.078, 41.7066, 17] + [ ecalVeto ] 0 : Hit 1: [-101.67, 45.8773, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 25.024, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [33.711, -8.34132, 4] + [ ecalVeto ] 0 : Hit 1: [31.3031, -4.17066, 3] + [ ecalVeto ] 0 : Hit 2: [33.711, -8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5783.82; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4273 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, 8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 4.17066, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-94.4462, -50.0479, 2] + [ ecalVeto ] 0 : Hit 1: [-96.8541, -45.8773, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5211.29; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4274 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [133.909, 115.158, 28] + [ ecalVeto ] 0 : Hit 1: [131.501, 110.987, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [97.7897, -69.2808, 26] + [ ecalVeto ] 0 : Hit 1: [95.3817, -65.1101, 25] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, -16.6826, 18] + [ ecalVeto ] 0 : Hit 1: [16.8555, -12.512, 17] + [ ecalVeto ] 0 : Hit 2: [19.2635, -8.34132, 16] + [ ecalVeto ] 0 : Hit 3: [16.8555, -4.17066, 15] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [24.0793, 41.7066, 15] + [ ecalVeto ] 0 : Hit 1: [26.4873, 45.8773, 14] + [ ecalVeto ] 0 : Hit 2: [24.0793, 41.7066, 13] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 14] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 13] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 12] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 11] + [ ecalVeto ] 0 : Hit 4: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 5: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Hit 6: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 12.512, 10] + [ ecalVeto ] 0 : Hit 8: [-4.81586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 9: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 10: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 11: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 54.2186, 14] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 54.2186, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 41.7066, 13] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 45.8773, 12] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 41.7066, 11] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 29.1946, 9] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 25.024, 8] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 20.8533, 7] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 25.024, 6] + [ ecalVeto ] 0 : Hit 5: [-12.0397, 20.8533, 5] + [ ecalVeto ] 0 : Hit 6: [-9.63173, 16.6826, 4] + [ ecalVeto ] 0 : Hit 7: [-12.0397, 20.8533, 3] + [ ecalVeto ] 0 : Hit 8: [-9.63173, 16.6826, 2] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, 20.8533, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 116 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4773.93; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4275 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 16.6826, 20] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 16.6826, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 12.512, 16] + [ ecalVeto ] 0 : Hit 1: [-33.711, 8.34132, 15] + [ ecalVeto ] 0 : Hit 2: [-31.3031, 12.512, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 8.34132, 12] + [ ecalVeto ] 0 : Hit 2: [-26.4873, 4.17066, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -8.34132, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -4.17066, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -8.34132, 4] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6558.97; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4276 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 14 + [ ecalVeto ] 0 : Beginning track merging using 14 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 13 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-176.316, -33.3653, 31] + [ ecalVeto ] 0 : Hit 1: [-173.908, -29.1946, 30] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-125.749, -12.512, 25] + [ ecalVeto ] 0 : Hit 1: [-123.341, -8.34132, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-104.078, -16.6826, 23] + [ ecalVeto ] 0 : Hit 1: [-101.67, -12.512, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-111.302, -4.17066, 23] + [ ecalVeto ] 0 : Hit 1: [-108.894, -2.36672e-14, 22] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-104.078, 8.34132, 23] + [ ecalVeto ] 0 : Hit 1: [-101.67, 12.512, 22] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-104.078, -2.36672e-14, 21] + [ ecalVeto ] 0 : Hit 1: [-101.67, 4.17066, 20] + [ ecalVeto ] 0 : Hit 2: [-96.8541, 4.17066, 21] + [ ecalVeto ] 0 : Hit 3: [-94.4462, -2.36672e-14, 20] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-89.6303, 8.34132, 19] + [ ecalVeto ] 0 : Hit 1: [-87.2224, 4.17066, 18] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 8.34132, 17] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 4.17066, 16] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 8.34132, 15] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 12.512, 14] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 12.512, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 8.34132, 12] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 12.512, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 8.34132, 10] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-33.711, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 12.512, 8] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 12.512, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 13 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3318.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4277 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1907.27; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4278 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 66.7306, 15] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 62.5599, 14] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 58.3892, 13] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 54.2186, 12] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 54.2186, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 41.7066, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3389.69; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4279 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 34 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4596.38; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4280 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-69.83, -12.512, 17] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -8.34132, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -4.17066, 15] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -2.66454e-15, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 8.34132, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5171.59; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4281 Brem photon produced 38 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [52.039, 165.206, 31] + [ ecalVeto ] 0 : Hit 1: [54.4469, 161.035, 30] + [ ecalVeto ] 0 : Hit 2: [52.039, 156.865, 29] + [ ecalVeto ] 0 : Hit 3: [54.4469, 152.694, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -69.2808, 23] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -65.1101, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -65.1101, 21] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -60.9395, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -54.2186, 17] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -58.3892, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -50.0479, 15] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -54.2186, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -54.2186, 13] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -50.0479, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -54.2186, 12] + [ ecalVeto ] 0 : Hit 1: [-33.711, -50.0479, 11] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6849.87; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4282 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Hit 8: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Hit 9: [-2.40793, 37.5359, 2] + [ ecalVeto ] 0 : Hit 10: [-4.81586, 33.3653, 1] + [ ecalVeto ] 0 : Hit 11: [-2.40793, 37.5359, 0] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 50.0479, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 45.8773, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 41.7066, 5] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 41.7066, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 15 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2076.13; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4283 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 11 + [ ecalVeto ] 0 : Beginning track merging using 11 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-39.9993, -94.3048, 33] + [ ecalVeto ] 0 : Hit 1: [-37.5914, -98.4754, 32] + [ ecalVeto ] 0 : Hit 2: [-39.9993, -94.3048, 31] + [ ecalVeto ] 0 : Hit 3: [-37.5914, -90.1341, 30] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [31.3031, -4.17066, 33] + [ ecalVeto ] 0 : Hit 1: [31.3031, -4.17066, 31] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [26.4873, 4.17066, 30] + [ ecalVeto ] 0 : Hit 1: [26.4873, 4.17066, 28] + [ ecalVeto ] 0 : Hit 2: [31.3031, 4.17066, 29] + [ ecalVeto ] 0 : Hit 3: [31.3031, 4.17066, 27] + [ ecalVeto ] 0 : Hit 4: [33.711, 8.34132, 26] + [ ecalVeto ] 0 : Hit 5: [31.3031, 4.17066, 25] + [ ecalVeto ] 0 : Hit 6: [33.711, -2.66454e-15, 24] + [ ecalVeto ] 0 : Hit 7: [31.3031, 4.17066, 23] + [ ecalVeto ] 0 : Hit 8: [33.711, -2.66454e-15, 22] + [ ecalVeto ] 0 : Hit 9: [31.3031, 4.17066, 21] + [ ecalVeto ] 0 : Hit 10: [33.711, -2.66454e-15, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-30.3676, -85.9634, 28] + [ ecalVeto ] 0 : Hit 1: [-32.7755, -81.7928, 27] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -66.7306, 21] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -66.7306, 19] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -62.5599, 18] + [ ecalVeto ] 0 : Hit 3: [-19.2635, -58.3892, 17] + [ ecalVeto ] 0 : Hit 4: [-16.8555, -54.2186, 16] + [ ecalVeto ] 0 : Hit 5: [-16.8555, -54.2186, 14] + [ ecalVeto ] 0 : Hit 6: [-19.2635, -50.0479, 13] + [ ecalVeto ] 0 : Hit 7: [-12.0397, -54.2186, 15] + [ ecalVeto ] 0 : Hit 8: [-12.0397, -54.2186, 13] + [ ecalVeto ] 0 : Hit 9: [-9.63173, -50.0479, 12] + [ ecalVeto ] 0 : Hit 10: [-12.0397, -45.8773, 11] + [ ecalVeto ] 0 : Hit 11: [-9.63173, -41.7066, 10] + [ ecalVeto ] 0 : Hit 12: [-9.63173, -41.7066, 8] + [ ecalVeto ] 0 : Hit 13: [-12.0397, -37.5359, 7] + [ ecalVeto ] 0 : Hit 14: [-9.63173, -33.3653, 6] + [ ecalVeto ] 0 : Hit 15: [-12.0397, -37.5359, 5] + [ ecalVeto ] 0 : Hit 16: [-9.63173, -33.3653, 4] + [ ecalVeto ] 0 : Hit 17: [-12.0397, -29.1946, 3] + [ ecalVeto ] 0 : Hit 18: [-9.63173, -25.024, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [24.0793, -2.66454e-15, 19] + [ ecalVeto ] 0 : Hit 1: [26.4873, 4.17066, 18] + [ ecalVeto ] 0 : Hit 2: [24.0793, -2.66454e-15, 17] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 14] + [ ecalVeto ] 0 : Hit 1: [12.0397, -4.17066, 12] + [ ecalVeto ] 0 : Hit 2: [9.63173, -8.34132, 11] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 9] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -20.8533, 2] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3344.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4284 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-11.1041, -194.401, 13] + [ ecalVeto ] 0 : Hit 1: [-8.69618, -190.23, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [31.3031, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [33.711, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 2: [31.3031, -4.17066, 7] + [ ecalVeto ] 0 : Hit 3: [33.711, -8.34132, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 114 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5249.07; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4285 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -45.8773, 25] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -41.7066, 24] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -37.5359, 23] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -33.3653, 22] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5298.63; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4286 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 23 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3131.22; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4287 Brem photon produced 62 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [16.8555, 20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [19.2635, 25.024, 4] + [ ecalVeto ] 0 : Hit 3: [16.8555, 20.8533, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Hit 4: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Hit 5: [9.63173, 33.3653, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4641.35; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4288 Brem photon produced 31 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [96.8541, 20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [94.4462, 16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [94.4462, 16.6826, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6628.39; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4289 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8425.54; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4290 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5083.13; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4291 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-60.1983, -37.5359, 12] + [ ecalVeto ] 0 : Hit 1: [-62.6062, -33.3653, 11] + [ ecalVeto ] 0 : Finding linreg tracks from 43 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3192.29; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4292 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-140.197, 45.8773, 19] + [ ecalVeto ] 0 : Hit 1: [-137.789, 41.7066, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-125.749, 37.5359, 17] + [ ecalVeto ] 0 : Hit 1: [-123.341, 33.3653, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-111.302, 29.1946, 15] + [ ecalVeto ] 0 : Hit 1: [-108.894, 25.024, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [31.3031, -37.5359, 13] + [ ecalVeto ] 0 : Hit 1: [33.711, -33.3653, 12] + [ ecalVeto ] 0 : Hit 2: [33.711, -33.3653, 10] + [ ecalVeto ] 0 : Hit 3: [31.3031, -29.1946, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 4.17066, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1725.58; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4293 Brem photon produced 53 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4204.04; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4294 Brem photon produced 73 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-39.9993, -136.011, 5] + [ ecalVeto ] 0 : Hit 1: [-37.5914, -131.841, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, 12.512, 2] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 6: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, 16.6826, 4] + [ ecalVeto ] 0 : Hit 1: [16.8555, 12.512, 3] + [ ecalVeto ] 0 : Hit 2: [19.2635, 16.6826, 2] + [ ecalVeto ] 0 : Hit 3: [16.8555, 12.512, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6155.7; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4295 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-212.435, -45.8773, 29] + [ ecalVeto ] 0 : Hit 1: [-210.027, -50.0479, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-205.211, -50.0479, 27] + [ ecalVeto ] 0 : Hit 1: [-202.803, -45.8773, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-169.092, -45.8773, 23] + [ ecalVeto ] 0 : Hit 1: [-166.684, -41.7066, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, -91.7545, 23] + [ ecalVeto ] 0 : Hit 1: [12.0397, -87.5839, 22] + [ ecalVeto ] 0 : Hit 2: [9.63173, -83.4132, 21] + [ ecalVeto ] 0 : Hit 3: [12.0397, -79.2426, 20] + [ ecalVeto ] 0 : Hit 4: [9.63173, -75.0719, 19] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-154.644, -45.8773, 21] + [ ecalVeto ] 0 : Hit 1: [-152.237, -41.7066, 20] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-140.197, -45.8773, 19] + [ ecalVeto ] 0 : Hit 1: [-137.789, -41.7066, 18] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [9.63173, -66.7306, 15] + [ ecalVeto ] 0 : Hit 1: [12.0397, -62.5599, 14] + [ ecalVeto ] 0 : Hit 2: [9.63173, -58.3892, 13] + [ ecalVeto ] 0 : Hit 3: [12.0397, -54.2186, 12] + [ ecalVeto ] 0 : Hit 4: [9.63173, -50.0479, 11] + [ ecalVeto ] 0 : Hit 5: [12.0397, -45.8773, 10] + [ ecalVeto ] 0 : Hit 6: [9.63173, -41.7066, 9] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-69.83, -37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -41.7066, 10] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 16.6826, 3] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 20.8533, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5026.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4296 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [40.9348, 20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [40.9348, 20.8533, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-124.277, -73.4515, 8] + [ ecalVeto ] 0 : Hit 1: [-125.749, -70.9012, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8074.05; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4297 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 11 + [ ecalVeto ] 0 : Beginning track merging using 11 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 11 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-61.6707, 223.595, 27] + [ ecalVeto ] 0 : Hit 1: [-59.2627, 219.425, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-154.644, -45.8773, 25] + [ ecalVeto ] 0 : Hit 1: [-152.237, -41.7066, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-147.421, -41.7066, 23] + [ ecalVeto ] 0 : Hit 1: [-145.013, -37.5359, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-140.197, -37.5359, 21] + [ ecalVeto ] 0 : Hit 1: [-137.789, -33.3653, 20] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-132.973, -33.3653, 19] + [ ecalVeto ] 0 : Hit 1: [-130.565, -29.1946, 18] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-59.2627, -85.9634, 16] + [ ecalVeto ] 0 : Hit 1: [-61.6707, -81.7928, 15] + [ ecalVeto ] 0 : Hit 2: [-59.2627, -77.6221, 14] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-111.302, -20.8533, 15] + [ ecalVeto ] 0 : Hit 1: [-108.894, -16.6826, 14] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -12.512, 13] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -16.6826, 12] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 25.024, 10] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [9.63173, -58.3892, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -54.2186, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -50.0479, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, -45.8773, 6] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-88.1579, -69.2808, 8] + [ ecalVeto ] 0 : Hit 1: [-90.5659, -73.4515, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 124 hits + [ ecalVeto ] 0 : MIP tracking completed; found 11 straight tracks and 2 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3648.48; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4298 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [90.5659, 90.1341, 18] + [ ecalVeto ] 0 : Hit 1: [88.1579, 85.9634, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3517.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4299 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-18.3279, -190.23, 19] + [ ecalVeto ] 0 : Hit 1: [-15.92, -194.401, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -20.8533, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5979.86; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4300 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 15 + [ ecalVeto ] 0 : Beginning track merging using 15 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 15 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-104.078, -58.3892, 25] + [ ecalVeto ] 0 : Hit 1: [-101.67, -54.2186, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -37.5359, 23] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -33.3653, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -25.024, 21] + [ ecalVeto ] 0 : Hit 1: [-87.2224, -20.8533, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-154.644, -4.17066, 21] + [ ecalVeto ] 0 : Hit 1: [-152.237, -8.34132, 20] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -12.512, 19] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -8.34132, 18] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-140.197, -4.17066, 19] + [ ecalVeto ] 0 : Hit 1: [-137.789, -2.36672e-14, 18] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -2.66454e-15, 17] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 4.17066, 16] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-69.83, 12.512, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 16.6826, 14] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 25.024, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 29.1946, 12] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -2.36672e-14, 13] + [ ecalVeto ] 0 : Hit 1: [-87.2224, -4.17066, 12] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [81.8697, 33.3653, 13] + [ ecalVeto ] 0 : Hit 1: [81.8697, 33.3653, 11] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 25.024, 10] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 16.6826, 8] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Track 14: + [ ecalVeto ] 0 : Hit 0: [-33.711, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 96 hits + [ ecalVeto ] 0 : MIP tracking completed; found 15 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4617.49; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4301 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4281.2; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4302 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-161.868, 33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-159.46, 37.5359, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -66.7306, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -62.5599, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -45.8773, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -41.7066, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -4.17066, 4] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6159.11; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4303 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -12.512, 14] + [ ecalVeto ] 0 : Hit 1: [-33.711, -8.34132, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-69.83, -45.8773, 13] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -41.7066, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 50.0479, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 45.8773, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 8.34132, 3] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 112 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7672.72; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4304 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 31 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 745.981; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4305 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-147.421, -58.3892, 29] + [ ecalVeto ] 0 : Hit 1: [-145.013, -54.2186, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -156.865, 23] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -161.035, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -70.9012, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, -66.7306, 11] + [ ecalVeto ] 0 : Hit 2: [12.0397, -62.5599, 10] + [ ecalVeto ] 0 : Hit 3: [9.63173, -58.3892, 9] + [ ecalVeto ] 0 : Hit 4: [9.63173, -58.3892, 7] + [ ecalVeto ] 0 : Hit 5: [12.0397, -62.5599, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3709.03; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4306 Brem photon produced 52 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, 79.2426, 25] + [ ecalVeto ] 0 : Hit 1: [19.2635, 75.0719, 24] + [ ecalVeto ] 0 : Hit 2: [16.8555, 70.9012, 23] + [ ecalVeto ] 0 : Hit 3: [19.2635, 66.7306, 22] + [ ecalVeto ] 0 : Hit 4: [16.8555, 62.5599, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 54.2186, 18] + [ ecalVeto ] 0 : Hit 1: [9.63173, 50.0479, 17] + [ ecalVeto ] 0 : Hit 2: [12.0397, 45.8773, 16] + [ ecalVeto ] 0 : Hit 3: [9.63173, 41.7066, 15] + [ ecalVeto ] 0 : Hit 4: [12.0397, 37.5359, 14] + [ ecalVeto ] 0 : Hit 5: [9.63173, 33.3653, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 7: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-45.7507, 4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -2.66454e-15, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 20.8533, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5166.08; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4307 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-125.749, 12.512, 27] + [ ecalVeto ] 0 : Hit 1: [-123.341, 8.34132, 26] + [ ecalVeto ] 0 : Hit 2: [-125.749, 4.17066, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-104.078, -2.36672e-14, 25] + [ ecalVeto ] 0 : Hit 1: [-101.67, -4.17066, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-111.302, 4.17066, 25] + [ ecalVeto ] 0 : Hit 1: [-108.894, -2.36672e-14, 24] + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2532.84; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4308 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 66.7306, 13] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 70.9012, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -4.17066, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 58.3892, 8] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 54.2186, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-176.316, -58.3892, 3] + [ ecalVeto ] 0 : Hit 1: [-173.908, -62.5599, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5002.07; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4309 Brem photon produced 46 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1793.54; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4310 Brem photon produced 56 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [48.1586, -2.66454e-15, 14] + [ ecalVeto ] 0 : Hit 1: [45.7507, -4.17066, 13] + [ ecalVeto ] 0 : Hit 2: [48.1586, -8.34132, 12] + [ ecalVeto ] 0 : Hit 3: [45.7507, -12.512, 11] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4728.26; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4311 Brem photon produced 31 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [73.7103, 60.9395, 29] + [ ecalVeto ] 0 : Hit 1: [76.1183, 65.1101, 28] + [ ecalVeto ] 0 : Hit 2: [73.7103, 60.9395, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, 37.5359, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, 37.5359, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-52.9745, 58.3892, 8] + [ ecalVeto ] 0 : Hit 1: [-55.3824, 54.2186, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -12.512, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 37.5359, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 152.694, 1] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 156.865, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 98 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5486.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4312 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 33.3653, 15] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 29.1946, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, -4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [16.8555, -4.17066, 11] + [ ecalVeto ] 0 : Hit 2: [19.2635, -8.34132, 10] + [ ecalVeto ] 0 : Hit 3: [16.8555, -12.512, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -33.3653, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -16.6826, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6736.35; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4313 Brem photon produced 40 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3932.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4314 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 10 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1865.73; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4315 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -77.6221, 27] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -73.4515, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -65.1101, 25] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -60.9395, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -52.5982, 23] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -50.0479, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -33.3653, 19] + [ ecalVeto ] 0 : Hit 1: [-77.0538, -33.3653, 17] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -25.024, 15] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -20.8533, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-69.83, -12.512, 13] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -16.6826, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -12.512, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -8.34132, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 39 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3244.07; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4316 Brem photon produced 59 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -70.9012, 13] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -75.0719, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -16.6826, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 4.17066, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -8.34132, 3] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6071.39; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4317 Brem photon produced 46 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -54.2186, 8] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -54.2186, 6] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -50.0479, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-18.3279, -90.1341, 7] + [ ecalVeto ] 0 : Hit 1: [-15.92, -94.3048, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5078.81; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4318 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-15.92, -102.646, 26] + [ ecalVeto ] 0 : Hit 1: [-18.3279, -98.4754, 25] + [ ecalVeto ] 0 : Hit 2: [-15.92, -94.3048, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -50.0479, 19] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -45.8773, 18] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -41.7066, 17] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -37.5359, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 33.3653, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 29.1946, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 7: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 12.512, 3] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 10457.9; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4319 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -37.5359, 10] + [ ecalVeto ] 0 : Hit 1: [-33.711, -33.3653, 9] + [ ecalVeto ] 0 : Hit 2: [-31.3031, -29.1946, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, 37.5359, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, 37.5359, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -12.512, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 34 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5347.59; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4320 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-81.8697, 8.34132, 24] + [ ecalVeto ] 0 : Hit 1: [-82.4065, 12.512, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 8.34132, 21] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 12.512, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 12.512, 17] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 16.6826, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-45.7507, 12.512, 14] + [ ecalVeto ] 0 : Hit 1: [-48.1586, 16.6826, 13] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-33.711, 16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 20.8533, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [-26.4873, 12.512, 7] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-33.711, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 12.512, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4703.66; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4321 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-111.302, 20.8533, 27] + [ ecalVeto ] 0 : Hit 1: [-108.894, 16.6826, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 12.512, 25] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 8.34132, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 4.17066, 23] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -2.66454e-15, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -16.6826, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4903.91; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4322 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -41.7066, 3] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -37.5359, 2] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -33.3653, 1] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -29.1946, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1372.86; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4323 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [40.9348, 62.5599, 26] + [ ecalVeto ] 0 : Hit 1: [38.5269, 58.3892, 25] + [ ecalVeto ] 0 : Hit 2: [40.9348, 54.2186, 24] + [ ecalVeto ] 0 : Hit 3: [38.5269, 50.0479, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [33.711, 41.7066, 20] + [ ecalVeto ] 0 : Hit 1: [31.3031, 37.5359, 19] + [ ecalVeto ] 0 : Hit 2: [33.711, 33.3653, 18] + [ ecalVeto ] 0 : Hit 3: [31.3031, 29.1946, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [26.4873, 29.1946, 16] + [ ecalVeto ] 0 : Hit 1: [24.0793, 25.024, 15] + [ ecalVeto ] 0 : Hit 2: [26.4873, 20.8533, 14] + [ ecalVeto ] 0 : Hit 3: [24.0793, 16.6826, 13] + [ ecalVeto ] 0 : Hit 4: [26.4873, 12.512, 12] + [ ecalVeto ] 0 : Hit 5: [24.0793, 8.34132, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, 8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, 4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 3: [16.8555, -4.17066, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 1: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, -20.8533, 2] + [ ecalVeto ] 0 : Hit 4: [9.63173, -25.024, 1] + [ ecalVeto ] 0 : Hit 5: [12.0397, -29.1946, 0] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, -41.7066, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 3] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [12.0397, -45.8773, 2] + [ ecalVeto ] 0 : Hit 1: [9.63173, -41.7066, 1] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -54.2186, 1] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -50.0479, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2326.59; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4324 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 66.7306, 27] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 62.5599, 26] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 58.3892, 25] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 54.2186, 24] + [ ecalVeto ] 0 : Hit 4: [-19.2635, 50.0479, 23] + [ ecalVeto ] 0 : Hit 5: [-16.8555, 45.8773, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 37.5359, 21] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 33.3653, 20] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 29.1946, 19] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 25.024, 18] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 20.8533, 17] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 16.6826, 16] + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3314.24; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4325 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 75.0719, 21] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 75.0719, 19] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 70.9012, 18] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 66.7306, 17] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 62.5599, 16] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 58.3892, 15] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 62.5599, 14] + [ ecalVeto ] 0 : Hit 7: [-4.81586, 58.3892, 13] + [ ecalVeto ] 0 : Hit 8: [-2.40793, 54.2186, 12] + [ ecalVeto ] 0 : Hit 9: [-4.81586, 50.0479, 11] + [ ecalVeto ] 0 : Hit 10: [-2.40793, 45.8773, 10] + [ ecalVeto ] 0 : Hit 11: [-4.81586, 41.7066, 9] + [ ecalVeto ] 0 : Hit 12: [-2.40793, 37.5359, 8] + [ ecalVeto ] 0 : Hit 13: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 14: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-1.47238, 102.646, 20] + [ ecalVeto ] 0 : Hit 1: [-3.88031, 98.4754, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2305.62; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4326 Brem photon produced 63 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5026.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4327 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 75.0719, 16] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 70.9012, 15] + [ ecalVeto ] 0 : Hit 2: [-24.0793, 66.7306, 14] + [ ecalVeto ] 0 : Hit 3: [-26.4873, 62.5599, 13] + [ ecalVeto ] 0 : Hit 4: [-24.0793, 58.3892, 12] + [ ecalVeto ] 0 : Hit 5: [-26.4873, 62.5599, 11] + [ ecalVeto ] 0 : Hit 6: [-24.0793, 58.3892, 10] + [ ecalVeto ] 0 : Hit 7: [-26.4873, 54.2186, 9] + [ ecalVeto ] 0 : Hit 8: [-24.0793, 58.3892, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-69.83, 45.8773, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 50.0479, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 66.7306, 14] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 62.5599, 13] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 45.8773, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 41.7066, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 87.5839, 12] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 83.4132, 11] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 75.0719, 10] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 70.9012, 9] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [9.63173, 33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, 29.1946, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, 29.1946, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 5: [9.63173, 25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5773.08; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4328 Brem photon produced 41 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 50.0479, 25] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 45.8773, 24] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6804.01; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4329 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -37.5359, 19] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -41.7066, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -50.0479, 15] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -54.2186, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -54.2186, 14] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -58.3892, 13] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -54.2186, 12] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -50.0479, 11] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -45.8773, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -29.1946, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-33.711, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -4.17066, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7848.04; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4330 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -106.817, 13] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -102.646, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 87.5839, 13] + [ ecalVeto ] 0 : Hit 1: [4.81586, 83.4132, 12] + [ ecalVeto ] 0 : Hit 2: [2.40793, 87.5839, 11] + [ ecalVeto ] 0 : Hit 3: [4.81586, 83.4132, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 101 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7062.54; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4331 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 100 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8156.43; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4332 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4963.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4333 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [60.1983, -45.8773, 23] + [ ecalVeto ] 0 : Hit 1: [62.6062, -41.7066, 22] + [ ecalVeto ] 0 : Hit 2: [60.1983, -37.5359, 21] + [ ecalVeto ] 0 : Hit 3: [62.6062, -33.3653, 20] + [ ecalVeto ] 0 : Hit 4: [55.3824, -37.5359, 22] + [ ecalVeto ] 0 : Hit 5: [52.9745, -33.3653, 21] + [ ecalVeto ] 0 : Hit 6: [55.3824, -37.5359, 20] + [ ecalVeto ] 0 : Hit 7: [52.9745, -41.7066, 19] + [ ecalVeto ] 0 : Hit 8: [55.3824, -37.5359, 18] + [ ecalVeto ] 0 : Hit 9: [52.9745, -41.7066, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [40.9348, -29.1946, 20] + [ ecalVeto ] 0 : Hit 1: [38.5269, -33.3653, 19] + [ ecalVeto ] 0 : Hit 2: [40.9348, -37.5359, 18] + [ ecalVeto ] 0 : Hit 3: [40.9348, -37.5359, 16] + [ ecalVeto ] 0 : Hit 4: [38.5269, -33.3653, 15] + [ ecalVeto ] 0 : Hit 5: [40.9348, -37.5359, 14] + [ ecalVeto ] 0 : Hit 6: [38.5269, -33.3653, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [24.0793, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [26.4873, -29.1946, 8] + [ ecalVeto ] 0 : Hit 2: [24.0793, -33.3653, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 2] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3275.13; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4334 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 17 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3834.71; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4335 Brem photon produced 73 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, -20.8533, 22] + [ ecalVeto ] 0 : Hit 1: [24.0793, -25.024, 21] + [ ecalVeto ] 0 : Hit 2: [26.4873, -20.8533, 20] + [ ecalVeto ] 0 : Hit 3: [24.0793, -25.024, 19] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5210.45; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4336 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 21] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 20] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 19] + [ ecalVeto ] 0 : Hit 3: [12.0397, 12.512, 18] + [ ecalVeto ] 0 : Hit 4: [12.0397, 12.512, 16] + [ ecalVeto ] 0 : Hit 5: [16.8555, 12.512, 17] + [ ecalVeto ] 0 : Hit 6: [19.2635, 8.34132, 16] + [ ecalVeto ] 0 : Hit 7: [16.8555, 4.17066, 15] + [ ecalVeto ] 0 : Hit 8: [19.2635, 8.34132, 14] + [ ecalVeto ] 0 : Hit 9: [16.8555, 4.17066, 13] + [ ecalVeto ] 0 : Hit 10: [19.2635, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 11: [16.8555, -4.17066, 11] + [ ecalVeto ] 0 : Hit 12: [19.2635, -8.34132, 10] + [ ecalVeto ] 0 : Hit 13: [16.8555, -12.512, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [12.0397, -12.512, 10] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 9] + [ ecalVeto ] 0 : Hit 3: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 4: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 5: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 6: [12.0397, -29.1946, 8] + [ ecalVeto ] 0 : Hit 7: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Hit 8: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 43 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2670.02; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4337 Brem photon produced 5 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 8.34132, 3] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5241.09; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4338 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -25.024, 25] + [ ecalVeto ] 0 : Hit 1: [-87.2224, -20.8533, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -20.8533, 23] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -16.6826, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -16.6826, 21] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -12.512, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-60.1983, -12.512, 18] + [ ecalVeto ] 0 : Hit 1: [-62.6062, -8.34132, 17] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -29.1946, 15] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -25.024, 14] + [ ecalVeto ] 0 : Hit 2: [-24.0793, -25.024, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3150.11; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4339 Brem photon produced 85 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 4.17066, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6394.2; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4340 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, -62.5599, 13] + [ ecalVeto ] 0 : Hit 1: [19.2635, -58.3892, 12] + [ ecalVeto ] 0 : Hit 2: [16.8555, -54.2186, 11] + [ ecalVeto ] 0 : Hit 3: [19.2635, -50.0479, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-54.4469, 119.329, 11] + [ ecalVeto ] 0 : Hit 1: [-52.039, 123.499, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [88.1579, -77.6221, 11] + [ ecalVeto ] 0 : Hit 1: [90.5659, -73.4515, 10] + [ ecalVeto ] 0 : Hit 2: [88.1579, -69.2808, 9] + [ ecalVeto ] 0 : Hit 3: [90.5659, -73.4515, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, -37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -33.3653, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, -8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5828.21; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4341 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-30.3676, 127.67, 28] + [ ecalVeto ] 0 : Hit 1: [-32.7755, 123.499, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-30.3676, 110.987, 26] + [ ecalVeto ] 0 : Hit 1: [-32.7755, 106.817, 25] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-30.3676, 94.3048, 24] + [ ecalVeto ] 0 : Hit 1: [-32.7755, 90.1341, 23] + [ ecalVeto ] 0 : Hit 2: [-30.3676, 85.9634, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 66.7306, 20] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 62.5599, 19] + [ ecalVeto ] 0 : Hit 2: [-24.0793, 58.3892, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 37.5359, 15] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 41.7066, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 25.024, 6] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 20.8533, 5] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -45.8773, 5] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -45.8773, 3] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 29.1946, 4] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 25.024, 3] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 20.8533, 4] + [ ecalVeto ] 0 : Hit 3: [-19.2635, 16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 93 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6270.63; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4342 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -58.3892, 19] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -54.2186, 18] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -50.0479, 17] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -45.8773, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -33.3653, 17] + [ ecalVeto ] 0 : Hit 1: [12.0397, -29.1946, 16] + [ ecalVeto ] 0 : Hit 2: [9.63173, -25.024, 15] + [ ecalVeto ] 0 : Hit 3: [12.0397, -20.8533, 14] + [ ecalVeto ] 0 : Hit 4: [9.63173, -16.6826, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -33.3653, 14] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -29.1946, 13] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-88.1579, 69.2808, 12] + [ ecalVeto ] 0 : Hit 1: [-90.5659, 65.1101, 11] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-67.4221, 58.3892, 12] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 58.3892, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 45.8773, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 41.7066, 10] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 77.6221, 11] + [ ecalVeto ] 0 : Hit 1: [-83.3421, 77.6221, 9] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-45.7507, 37.5359, 10] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 37.5359, 8] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 37.5359, 10] + [ ecalVeto ] 0 : Hit 1: [-33.711, 33.3653, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4005.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4343 Brem photon produced 4 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -20.8533, 3] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -16.6826, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, -16.6826, 1] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -20.8533, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 29 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3136.26; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4344 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, 45.8773, 3] + [ ecalVeto ] 0 : Hit 2: [4.81586, 50.0479, 2] + [ ecalVeto ] 0 : Hit 3: [4.81586, 50.0479, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5195.93; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4345 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -66.7306, 18] + [ ecalVeto ] 0 : Hit 1: [2.40793, -62.5599, 17] + [ ecalVeto ] 0 : Hit 2: [4.81586, -58.3892, 16] + [ ecalVeto ] 0 : Hit 3: [2.40793, -54.2186, 15] + [ ecalVeto ] 0 : Hit 4: [4.81586, -50.0479, 14] + [ ecalVeto ] 0 : Hit 5: [2.40793, -45.8773, 13] + [ ecalVeto ] 0 : Hit 6: [4.81586, -41.7066, 12] + [ ecalVeto ] 0 : Hit 7: [2.40793, -37.5359, 11] + [ ecalVeto ] 0 : Hit 8: [4.81586, -33.3653, 10] + [ ecalVeto ] 0 : Hit 9: [2.40793, -29.1946, 9] + [ ecalVeto ] 0 : Hit 10: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 11: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 12: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 13: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-116.118, 54.2186, 12] + [ ecalVeto ] 0 : Hit 1: [-118.525, 58.3892, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 16.6826, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3541.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4346 Brem photon produced 50 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -2.66454e-15, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5096.57; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4347 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-32.7755, -115.158, 23] + [ ecalVeto ] 0 : Hit 1: [-30.3676, -119.329, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-25.5517, -127.67, 21] + [ ecalVeto ] 0 : Hit 1: [-23.1438, -131.841, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-18.3279, -148.523, 19] + [ ecalVeto ] 0 : Hit 1: [-15.92, -152.694, 18] + [ ecalVeto ] 0 : Finding linreg tracks from 40 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3703.38; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4348 Brem photon produced 33 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-23.1438, 106.817, 24] + [ ecalVeto ] 0 : Hit 1: [-25.5517, 102.646, 23] + [ ecalVeto ] 0 : Hit 2: [-23.1438, 98.4754, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -16.6826, 14] + [ ecalVeto ] 0 : Hit 1: [16.8555, -12.512, 13] + [ ecalVeto ] 0 : Hit 2: [19.2635, -8.34132, 12] + [ ecalVeto ] 0 : Hit 3: [16.8555, -4.17066, 11] + [ ecalVeto ] 0 : Hit 4: [19.2635, -2.66454e-15, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 60.9395, 11] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 65.1101, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 54.2186, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 58.3892, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 50.0479, 9] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 54.2186, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, 29.1946, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5097.54; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4349 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, -25.024, 12] + [ ecalVeto ] 0 : Hit 1: [31.3031, -20.8533, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, -12.512, 10] + [ ecalVeto ] 0 : Hit 1: [24.0793, -8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [26.4873, -4.17066, 8] + [ ecalVeto ] 0 : Hit 3: [24.0793, -2.66454e-15, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, 8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [16.8555, 12.512, 5] + [ ecalVeto ] 0 : Hit 2: [19.2635, 16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [19.2635, 16.6826, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, 41.7066, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, 37.5359, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, 33.3653, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, 29.1946, 2] + [ ecalVeto ] 0 : Hit 4: [9.63173, 25.024, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4363.05; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4350 Brem photon produced 39 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-39.9993, -202.742, 23] + [ ecalVeto ] 0 : Hit 1: [-37.5914, -198.571, 22] + [ ecalVeto ] 0 : Hit 2: [-39.9993, -194.401, 21] + [ ecalVeto ] 0 : Hit 3: [-37.5914, -190.23, 20] + [ ecalVeto ] 0 : Hit 4: [-32.7755, -190.23, 21] + [ ecalVeto ] 0 : Hit 5: [-30.3676, -194.401, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-37.5914, -181.889, 20] + [ ecalVeto ] 0 : Hit 1: [-39.9993, -177.718, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [38.5269, 16.6826, 19] + [ ecalVeto ] 0 : Hit 1: [40.9348, 12.512, 18] + [ ecalVeto ] 0 : Hit 2: [38.5269, 8.34132, 17] + [ ecalVeto ] 0 : Hit 3: [40.9348, 4.17066, 16] + [ ecalVeto ] 0 : Hit 4: [38.5269, -2.66454e-15, 15] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, -83.4132, 15] + [ ecalVeto ] 0 : Hit 1: [12.0397, -79.2426, 14] + [ ecalVeto ] 0 : Hit 2: [9.63173, -75.0719, 13] + [ ecalVeto ] 0 : Hit 3: [12.0397, -79.2426, 12] + [ ecalVeto ] 0 : Hit 4: [9.63173, -83.4132, 11] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -75.0719, 14] + [ ecalVeto ] 0 : Hit 1: [2.40793, -70.9012, 13] + [ ecalVeto ] 0 : Hit 2: [4.81586, -66.7306, 12] + [ ecalVeto ] 0 : Hit 3: [2.40793, -62.5599, 11] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 14] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 13] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -12.512, 12] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 10] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -16.6826, 9] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [26.4873, -4.17066, 12] + [ ecalVeto ] 0 : Hit 1: [24.0793, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 2: [26.4873, -4.17066, 10] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -50.0479, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -54.2186, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -50.0479, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -45.8773, 8] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3956.02; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4351 Brem photon produced 33 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 41.7066, 22] + [ ecalVeto ] 0 : Hit 1: [16.8555, 45.8773, 21] + [ ecalVeto ] 0 : Hit 2: [19.2635, 41.7066, 20] + [ ecalVeto ] 0 : Hit 3: [16.8555, 45.8773, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 45.8773, 18] + [ ecalVeto ] 0 : Hit 1: [9.63173, 41.7066, 17] + [ ecalVeto ] 0 : Hit 2: [12.0397, 37.5359, 16] + [ ecalVeto ] 0 : Hit 3: [9.63173, 41.7066, 15] + [ ecalVeto ] 0 : Hit 4: [12.0397, 37.5359, 14] + [ ecalVeto ] 0 : Hit 5: [9.63173, 33.3653, 13] + [ ecalVeto ] 0 : Hit 6: [12.0397, 37.5359, 12] + [ ecalVeto ] 0 : Hit 7: [9.63173, 41.7066, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, 41.7066, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, 37.5359, 9] + [ ecalVeto ] 0 : Hit 4: [4.81586, 41.7066, 8] + [ ecalVeto ] 0 : Hit 5: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 6: [4.81586, 41.7066, 6] + [ ecalVeto ] 0 : Hit 7: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 8: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 37.5359, 10] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 8] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 41.7066, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 41.7066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 36 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3685.43; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4352 Brem photon produced 49 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [12.0397, -12.512, 12] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 11] + [ ecalVeto ] 0 : Hit 3: [12.0397, -12.512, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Hit 4: [12.0397, -29.1946, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-69.83, -12.512, 5] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 107 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3549.92; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4353 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 91 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2475.79; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4354 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-212.435, -20.8533, 21] + [ ecalVeto ] 0 : Hit 1: [-210.027, -16.6826, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 50.0479, 16] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 45.8773, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-147.421, -16.6826, 15] + [ ecalVeto ] 0 : Hit 1: [-145.013, -12.512, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 16.6826, 15] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 20.8533, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 37.5359, 13] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 33.3653, 12] + [ ecalVeto ] 0 : Hit 2: [-26.4873, 37.5359, 11] + [ ecalVeto ] 0 : Hit 3: [-24.0793, 33.3653, 10] + [ ecalVeto ] 0 : Hit 4: [-24.0793, 33.3653, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 20.8533, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 95 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5463.25; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4355 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [40.9348, 20.8533, 14] + [ ecalVeto ] 0 : Hit 1: [38.5269, 25.024, 13] + [ ecalVeto ] 0 : Hit 2: [40.9348, 29.1946, 12] + [ ecalVeto ] 0 : Hit 3: [38.5269, 25.024, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 58.3892, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 54.2186, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 90 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4850.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4356 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2882.62; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4357 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [44.8152, -136.011, 19] + [ ecalVeto ] 0 : Hit 1: [47.2231, -131.841, 18] + [ ecalVeto ] 0 : Hit 2: [44.8152, -136.011, 17] + [ ecalVeto ] 0 : Hit 3: [47.2231, -131.841, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [37.5914, -131.841, 17] + [ ecalVeto ] 0 : Hit 1: [39.9993, -127.67, 16] + [ ecalVeto ] 0 : Hit 2: [37.5914, -123.499, 15] + [ ecalVeto ] 0 : Hit 3: [39.9993, -119.329, 14] + [ ecalVeto ] 0 : Hit 4: [37.5914, -115.158, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [48.1586, 50.0479, 14] + [ ecalVeto ] 0 : Hit 1: [45.7507, 45.8773, 13] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [26.4873, 12.512, 12] + [ ecalVeto ] 0 : Hit 1: [24.0793, 16.6826, 11] + [ ecalVeto ] 0 : Hit 2: [26.4873, 20.8533, 10] + [ ecalVeto ] 0 : Hit 3: [24.0793, 16.6826, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [40.9348, 37.5359, 12] + [ ecalVeto ] 0 : Hit 1: [38.5269, 33.3653, 11] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [32.7755, -106.817, 12] + [ ecalVeto ] 0 : Hit 1: [30.3676, -102.646, 11] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [31.3031, 29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [33.711, 33.3653, 10] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [19.2635, -58.3892, 6] + [ ecalVeto ] 0 : Hit 1: [16.8555, -54.2186, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5274.37; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4358 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -12.512, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -16.6826, 6] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -12.512, 5] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -16.6826, 4] + [ ecalVeto ] 0 : Hit 6: [-12.0397, -12.512, 3] + [ ecalVeto ] 0 : Hit 7: [-9.63173, -8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6763.07; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4359 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 54.2186, 13] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 54.2186, 11] + [ ecalVeto ] 0 : Hit 2: [-24.0793, 50.0479, 10] + [ ecalVeto ] 0 : Hit 3: [-26.4873, 45.8773, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 62.5599, 13] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 66.7306, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 70.9012, 12] + [ ecalVeto ] 0 : Hit 1: [-33.711, 66.7306, 11] + [ ecalVeto ] 0 : Hit 2: [-31.3031, 62.5599, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, -33.3653, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 41.7066, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 54.2186, 10] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 50.0479, 9] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 45.8773, 8] + [ ecalVeto ] 0 : Hit 3: [-19.2635, 41.7066, 9] + [ ecalVeto ] 0 : Hit 4: [-16.8555, 37.5359, 8] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 29.1946, 7] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [12.0397, 29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 98 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7585.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4360 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 66.7306, 24] + [ ecalVeto ] 0 : Hit 1: [16.8555, 62.5599, 23] + [ ecalVeto ] 0 : Hit 2: [19.2635, 58.3892, 22] + [ ecalVeto ] 0 : Hit 3: [16.8555, 54.2186, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 45.8773, 18] + [ ecalVeto ] 0 : Hit 1: [9.63173, 41.7066, 17] + [ ecalVeto ] 0 : Hit 2: [12.0397, 37.5359, 16] + [ ecalVeto ] 0 : Hit 3: [9.63173, 33.3653, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 14] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 13] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 12] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 11] + [ ecalVeto ] 0 : Hit 4: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 5: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Hit 6: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 7: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 8: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 9: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, 33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [12.0397, 37.5359, 10] + [ ecalVeto ] 0 : Hit 2: [9.63173, 33.3653, 9] + [ ecalVeto ] 0 : Hit 3: [12.0397, 29.1946, 8] + [ ecalVeto ] 0 : Hit 4: [4.81586, 25.024, 10] + [ ecalVeto ] 0 : Hit 5: [2.40793, 29.1946, 9] + [ ecalVeto ] 0 : Hit 6: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 7: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 114 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 9906.61; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4361 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-88.1579, -236.107, 28] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -236.107, 26] + [ ecalVeto ] 0 : Hit 2: [-88.1579, -236.107, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -236.107, 27] + [ ecalVeto ] 0 : Hit 1: [-83.3421, -236.107, 25] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -227.766, 23] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -231.937, 22] + [ ecalVeto ] 0 : Hit 2: [-83.3421, -227.766, 21] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-73.7103, -227.766, 20] + [ ecalVeto ] 0 : Hit 1: [-76.1183, -223.595, 19] + [ ecalVeto ] 0 : Hit 2: [-73.7103, -227.766, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -219.425, 17] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -223.595, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -211.083, 15] + [ ecalVeto ] 0 : Hit 1: [-52.039, -206.913, 14] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-39.9993, -194.401, 13] + [ ecalVeto ] 0 : Hit 1: [-37.5914, -198.571, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 31 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2508.12; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4362 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4362 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [25.5517, 85.9634, 16] + [ ecalVeto ] 0 : Hit 1: [24.0793, 83.4132, 15] + [ ecalVeto ] 0 : Hit 2: [26.4873, 79.2426, 14] + [ ecalVeto ] 0 : Hit 3: [24.0793, 75.0719, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Hit 6: [4.81586, 33.3653, 2] + [ ecalVeto ] 0 : Hit 7: [2.40793, 37.5359, 1] + [ ecalVeto ] 0 : Hit 8: [4.81586, 41.7066, 0] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 6: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, 62.5599, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 58.3892, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 54.2186, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 58.3892, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, 54.2186, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, 50.0479, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, 45.8773, 3] + [ ecalVeto ] 0 : Hit 2: [4.81586, 41.7066, 2] + [ ecalVeto ] 0 : Hit 3: [2.40793, 45.8773, 1] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-33.711, 58.3892, 3] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 62.5599, 2] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-33.711, 50.0479, 3] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 54.2186, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 106 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7894.82; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4363 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [38.5269, -2.66454e-15, 15] + [ ecalVeto ] 0 : Hit 1: [38.5269, -2.66454e-15, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -12.512, 13] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -16.6826, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -12.512, 12] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -8.34132, 11] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -4.17066, 10] + [ ecalVeto ] 0 : Hit 3: [-19.2635, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 4: [-16.8555, 4.17066, 8] + [ ecalVeto ] 0 : Hit 5: [-19.2635, 8.34132, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 2: [-24.0793, -2.66454e-15, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [26.4873, 4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [24.0793, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 2: [26.4873, 4.17066, 8] + [ ecalVeto ] 0 : Hit 3: [24.0793, 8.34132, 7] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 25.024, 8] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 20.8533, 7] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -8.34132, 7] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 8.34132, 6] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [16.8555, 12.512, 5] + [ ecalVeto ] 0 : Hit 1: [19.2635, 16.6826, 4] + [ ecalVeto ] 0 : Hit 2: [16.8555, 20.8533, 3] + [ ecalVeto ] 0 : Hit 3: [19.2635, 16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6905.24; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4364 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-152.237, -66.7306, 30] + [ ecalVeto ] 0 : Hit 1: [-154.644, -62.5599, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-159.46, -54.2186, 28] + [ ecalVeto ] 0 : Hit 1: [-161.868, -50.0479, 27] + [ ecalVeto ] 0 : Hit 2: [-159.46, -45.8773, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-169.092, -45.8773, 27] + [ ecalVeto ] 0 : Hit 1: [-166.684, -50.0479, 26] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-132.973, -41.7066, 23] + [ ecalVeto ] 0 : Hit 1: [-130.565, -45.8773, 22] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-118.525, -41.7066, 21] + [ ecalVeto ] 0 : Hit 1: [-116.118, -45.8773, 20] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-69.83, -37.5359, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -41.7066, 14] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -62.5599, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -58.3892, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4987.68; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4365 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -41.7066, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -37.5359, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3700.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4366 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [126.685, -102.646, 24] + [ ecalVeto ] 0 : Hit 1: [124.277, -98.4754, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [24.0793, 33.3653, 15] + [ ecalVeto ] 0 : Hit 1: [26.4873, 29.1946, 14] + [ ecalVeto ] 0 : Hit 2: [24.0793, 33.3653, 13] + [ ecalVeto ] 0 : Hit 3: [26.4873, 29.1946, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, 66.7306, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, 62.5599, 11] + [ ecalVeto ] 0 : Hit 2: [19.2635, 58.3892, 10] + [ ecalVeto ] 0 : Hit 3: [16.8555, 62.5599, 9] + [ ecalVeto ] 0 : Hit 4: [16.8555, 62.5599, 7] + [ ecalVeto ] 0 : Hit 5: [9.63173, 66.7306, 9] + [ ecalVeto ] 0 : Hit 6: [12.0397, 62.5599, 8] + [ ecalVeto ] 0 : Hit 7: [9.63173, 58.3892, 7] + [ ecalVeto ] 0 : Hit 8: [12.0397, 62.5599, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, 33.3653, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, 37.5359, 11] + [ ecalVeto ] 0 : Hit 2: [19.2635, 33.3653, 10] + [ ecalVeto ] 0 : Hit 3: [16.8555, 37.5359, 9] + [ ecalVeto ] 0 : Hit 4: [16.8555, 37.5359, 7] + [ ecalVeto ] 0 : Hit 5: [9.63173, 33.3653, 9] + [ ecalVeto ] 0 : Hit 6: [12.0397, 37.5359, 8] + [ ecalVeto ] 0 : Hit 7: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Hit 8: [12.0397, 37.5359, 6] + [ ecalVeto ] 0 : Hit 9: [12.0397, 37.5359, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, 58.3892, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, 54.2186, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, 50.0479, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, 45.8773, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, 54.2186, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 58.3892, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [2.40793, 45.8773, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 50.0479, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 45.8773, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Hit 4: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 106 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7406.45; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4367 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-25.5517, -94.3048, 15] + [ ecalVeto ] 0 : Hit 1: [-23.1438, -90.1341, 14] + [ ecalVeto ] 0 : Hit 2: [-25.5517, -85.9634, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 12.512, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [24.0793, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [24.0793, -33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [19.2635, -33.3653, 8] + [ ecalVeto ] 0 : Hit 3: [16.8555, -37.5359, 7] + [ ecalVeto ] 0 : Hit 4: [19.2635, -33.3653, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, -33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -29.1946, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6404.84; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4368 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 27 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2319.74; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4369 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-39.9993, -94.3048, 21] + [ ecalVeto ] 0 : Hit 1: [-37.5914, -90.1341, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [25.5517, -110.987, 18] + [ ecalVeto ] 0 : Hit 1: [23.1438, -106.817, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -54.2186, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, -50.0479, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, -45.8773, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3979.07; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4370 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4370 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-104.078, -16.6826, 17] + [ ecalVeto ] 0 : Hit 1: [-101.67, -12.512, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -20.8533, 17] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -25.024, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-111.302, 12.512, 15] + [ ecalVeto ] 0 : Hit 1: [-108.894, 8.34132, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [40.9348, -29.1946, 12] + [ ecalVeto ] 0 : Hit 1: [38.5269, -25.024, 11] + [ ecalVeto ] 0 : Hit 2: [40.9348, -20.8533, 10] + [ ecalVeto ] 0 : Hit 3: [38.5269, -16.6826, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -50.0479, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -45.8773, 7] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, -45.8773, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -41.7066, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [19.2635, -50.0479, 6] + [ ecalVeto ] 0 : Hit 1: [16.8555, -45.8773, 5] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [19.2635, -16.6826, 2] + [ ecalVeto ] 0 : Hit 1: [16.8555, -12.512, 1] + [ ecalVeto ] 0 : Hit 2: [19.2635, -16.6826, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 100 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 9782.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4371 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-81.8697, 50.0479, 24] + [ ecalVeto ] 0 : Hit 1: [-82.4065, 45.8773, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-123.341, 25.024, 20] + [ ecalVeto ] 0 : Hit 1: [-125.749, 20.8533, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-101.67, 37.5359, 20] + [ ecalVeto ] 0 : Hit 1: [-104.078, 33.3653, 19] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-111.302, 29.1946, 19] + [ ecalVeto ] 0 : Hit 1: [-108.894, 33.3653, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 16.6826, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-33.711, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 20.8533, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5543.91; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4372 Brem photon produced 44 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-11.1041, 152.694, 27] + [ ecalVeto ] 0 : Hit 1: [-8.69618, 156.865, 26] + [ ecalVeto ] 0 : Hit 2: [-11.1041, 152.694, 25] + [ ecalVeto ] 0 : Hit 3: [-8.69618, 148.523, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 75.0719, 13] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 70.9012, 12] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 66.7306, 11] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 62.5599, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 36 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4054.14; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4373 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-39.9993, 77.6221, 27] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 75.0719, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 75.0719, 19] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 79.2426, 18] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4168.45; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4374 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -33.3653, 22] + [ ecalVeto ] 0 : Hit 1: [16.8555, -37.5359, 21] + [ ecalVeto ] 0 : Hit 2: [19.2635, -33.3653, 20] + [ ecalVeto ] 0 : Hit 3: [16.8555, -37.5359, 19] + [ ecalVeto ] 0 : Hit 4: [19.2635, -41.7066, 18] + [ ecalVeto ] 0 : Hit 5: [16.8555, -45.8773, 17] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2750.9; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4375 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 4: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Hit 5: [9.63173, -16.6826, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7690.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4376 Brem photon produced 47 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -29.1946, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5619.99; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4377 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -45.8773, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -41.7066, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -37.5359, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 2 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4879.7; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4378 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, 70.9012, 24] + [ ecalVeto ] 0 : Hit 1: [24.0793, 66.7306, 23] + [ ecalVeto ] 0 : Hit 2: [26.4873, 62.5599, 22] + [ ecalVeto ] 0 : Hit 3: [24.0793, 58.3892, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 37.5359, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 4: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 30 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4111.66; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4379 Brem photon produced 39 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-15.92, -161.035, 20] + [ ecalVeto ] 0 : Hit 1: [-18.3279, -156.865, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-69.83, 4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 8.34132, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -79.2426, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -75.0719, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -70.9012, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -8.34132, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, -29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, -37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -37.5359, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, -33.3653, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6693; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4380 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, 4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -16.6826, 4] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 29 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5409.29; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4381 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-3.88031, -148.523, 27] + [ ecalVeto ] 0 : Hit 1: [-1.47238, -144.353, 26] + [ ecalVeto ] 0 : Hit 2: [-3.88031, -140.182, 25] + [ ecalVeto ] 0 : Hit 3: [-1.47238, -136.011, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-39.9993, 211.083, 23] + [ ecalVeto ] 0 : Hit 1: [-37.5914, 206.913, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-3.88031, -123.499, 23] + [ ecalVeto ] 0 : Hit 1: [-1.47238, -119.329, 22] + [ ecalVeto ] 0 : Hit 2: [-3.88031, -115.158, 21] + [ ecalVeto ] 0 : Hit 3: [-1.47238, -110.987, 20] + [ ecalVeto ] 0 : Hit 4: [-3.88031, -106.817, 19] + [ ecalVeto ] 0 : Hit 5: [-1.47238, -102.646, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-39.9993, 194.401, 21] + [ ecalVeto ] 0 : Hit 1: [-37.5914, 190.23, 20] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3362.54; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4382 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-132.973, -33.3653, 29] + [ ecalVeto ] 0 : Hit 1: [-130.565, -29.1946, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-118.525, -25.024, 27] + [ ecalVeto ] 0 : Hit 1: [-116.118, -20.8533, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-104.078, -16.6826, 25] + [ ecalVeto ] 0 : Hit 1: [-101.67, -12.512, 24] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -8.34132, 21] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -4.17066, 20] + [ ecalVeto ] 0 : Finding linreg tracks from 19 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2824.72; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4383 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 14] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 13] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 12] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 11] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 10] + [ ecalVeto ] 0 : Hit 5: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -29.1946, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-74.6459, 12.512, 8] + [ ecalVeto ] 0 : Hit 1: [-77.0538, 16.6826, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -25.024, 6] + [ ecalVeto ] 0 : Hit 2: [-48.1586, -25.024, 7] + [ ecalVeto ] 0 : Hit 3: [-45.7507, -20.8533, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -25.024, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3709.59; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4384 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [45.7507, -54.2186, 11] + [ ecalVeto ] 0 : Hit 1: [48.1586, -50.0479, 10] + [ ecalVeto ] 0 : Hit 2: [48.1586, -50.0479, 8] + [ ecalVeto ] 0 : Hit 3: [45.7507, -45.8773, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, -70.9012, 10] + [ ecalVeto ] 0 : Hit 1: [26.4873, -70.9012, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [33.711, -33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [33.711, -33.3653, 6] + [ ecalVeto ] 0 : Hit 2: [31.3031, -29.1946, 5] + [ ecalVeto ] 0 : Hit 3: [31.3031, -29.1946, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [26.4873, -29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [24.0793, -33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [26.4873, -37.5359, 6] + [ ecalVeto ] 0 : Hit 3: [24.0793, -33.3653, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [40.9348, -29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [38.5269, -33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [40.9348, -29.1946, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [19.2635, -33.3653, 4] + [ ecalVeto ] 0 : Hit 1: [19.2635, -33.3653, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 99 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6909.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4385 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -81.7928, 25] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -77.6221, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -73.4515, 23] + [ ecalVeto ] 0 : Hit 1: [-59.2627, -77.6221, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -69.2808, 21] + [ ecalVeto ] 0 : Hit 1: [-52.039, -73.4515, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -66.7306, 16] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -62.5599, 15] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -54.2186, 13] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -54.2186, 11] + [ ecalVeto ] 0 : Hit 2: [-24.0793, -50.0479, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -66.7306, 10] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -62.5599, 9] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -45.8773, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4442.05; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4386 Brem photon produced 33 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4436.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4387 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [3.88031, 98.4754, 24] + [ ecalVeto ] 0 : Hit 1: [3.88031, 98.4754, 22] + [ ecalVeto ] 0 : Hit 2: [2.40793, 95.9252, 21] + [ ecalVeto ] 0 : Hit 3: [4.81586, 91.7545, 20] + [ ecalVeto ] 0 : Hit 4: [2.40793, 87.5839, 19] + [ ecalVeto ] 0 : Hit 5: [4.81586, 83.4132, 18] + [ ecalVeto ] 0 : Hit 6: [2.40793, 79.2426, 17] + [ ecalVeto ] 0 : Hit 7: [4.81586, 75.0719, 16] + [ ecalVeto ] 0 : Hit 8: [2.40793, 70.9012, 15] + [ ecalVeto ] 0 : Hit 9: [4.81586, 66.7306, 14] + [ ecalVeto ] 0 : Hit 10: [2.40793, 62.5599, 13] + [ ecalVeto ] 0 : Hit 11: [4.81586, 58.3892, 12] + [ ecalVeto ] 0 : Hit 12: [2.40793, 54.2186, 11] + [ ecalVeto ] 0 : Hit 13: [4.81586, 50.0479, 10] + [ ecalVeto ] 0 : Hit 14: [2.40793, 45.8773, 9] + [ ecalVeto ] 0 : Hit 15: [4.81586, 41.7066, 8] + [ ecalVeto ] 0 : Hit 16: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 17: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 18: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -140.182, 13] + [ ecalVeto ] 0 : Hit 1: [-59.2627, -136.011, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4932.89; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4388 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-112.237, 219.425, 33] + [ ecalVeto ] 0 : Hit 1: [-109.829, 215.254, 32] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-32.7755, 181.889, 23] + [ ecalVeto ] 0 : Hit 1: [-30.3676, 177.718, 22] + [ ecalVeto ] 0 : Hit 2: [-32.7755, 173.547, 21] + [ ecalVeto ] 0 : Hit 3: [-30.3676, 177.718, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [154.644, -4.17066, 22] + [ ecalVeto ] 0 : Hit 1: [152.237, -2.66454e-15, 21] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 223.595, 19] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 227.766, 18] + [ ecalVeto ] 0 : Hit 2: [-76.1183, 231.937, 17] + [ ecalVeto ] 0 : Finding linreg tracks from 113 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3161.24; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4389 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 54.2186, 7] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 50.0479, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-81.8697, 33.3653, 2] + [ ecalVeto ] 0 : Hit 1: [-82.4065, 37.5359, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3255.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4390 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-104.078, 16.6826, 17] + [ ecalVeto ] 0 : Hit 1: [-101.67, 20.8533, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 100 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5997.02; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4391 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -4.17066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6162.98; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4392 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -41.7066, 14] + [ ecalVeto ] 0 : Hit 1: [16.8555, -45.8773, 13] + [ ecalVeto ] 0 : Hit 2: [19.2635, -41.7066, 12] + [ ecalVeto ] 0 : Hit 3: [19.2635, -41.7066, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -41.7066, 11] + [ ecalVeto ] 0 : Hit 1: [12.0397, -37.5359, 10] + [ ecalVeto ] 0 : Hit 2: [9.63173, -33.3653, 9] + [ ecalVeto ] 0 : Hit 3: [12.0397, -29.1946, 8] + [ ecalVeto ] 0 : Hit 4: [9.63173, -33.3653, 7] + [ ecalVeto ] 0 : Hit 5: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Hit 6: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 7: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 8: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Hit 9: [12.0397, -20.8533, 2] + [ ecalVeto ] 0 : Hit 10: [9.63173, -16.6826, 1] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [26.4873, -4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [26.4873, -4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [24.0793, -8.34132, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [24.0793, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [26.4873, -29.1946, 8] + [ ecalVeto ] 0 : Hit 2: [24.0793, -25.024, 7] + [ ecalVeto ] 0 : Hit 3: [26.4873, -20.8533, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 6: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [16.8555, -29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [19.2635, -25.024, 8] + [ ecalVeto ] 0 : Hit 2: [16.8555, -29.1946, 7] + [ ecalVeto ] 0 : Hit 3: [19.2635, -25.024, 6] + [ ecalVeto ] 0 : Hit 4: [16.8555, -20.8533, 5] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6243.13; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4393 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-3.88031, -98.4754, 27] + [ ecalVeto ] 0 : Hit 1: [-1.47238, -102.646, 26] + [ ecalVeto ] 0 : Hit 2: [-3.88031, -98.4754, 25] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -95.9252, 24] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -91.7545, 23] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -87.5839, 22] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -87.5839, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-101.67, 45.8773, 14] + [ ecalVeto ] 0 : Hit 1: [-104.078, 41.7066, 13] + [ ecalVeto ] 0 : Hit 2: [-101.67, 37.5359, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -62.5599, 13] + [ ecalVeto ] 0 : Hit 1: [2.40793, -62.5599, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, -58.3892, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, -54.2186, 9] + [ ecalVeto ] 0 : Hit 4: [4.81586, -50.0479, 8] + [ ecalVeto ] 0 : Hit 5: [2.40793, -45.8773, 7] + [ ecalVeto ] 0 : Hit 6: [4.81586, -41.7066, 6] + [ ecalVeto ] 0 : Hit 7: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Hit 8: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 9: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Hit 10: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -29.1946, 2] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 1] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [255.778, -4.17066, 2] + [ ecalVeto ] 0 : Hit 1: [253.37, -8.34132, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3147.13; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4394 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [47.2231, -73.4515, 26] + [ ecalVeto ] 0 : Hit 1: [45.7507, -70.9012, 25] + [ ecalVeto ] 0 : Hit 2: [48.1586, -66.7306, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -33.3653, 16] + [ ecalVeto ] 0 : Hit 1: [16.8555, -29.1946, 15] + [ ecalVeto ] 0 : Hit 2: [19.2635, -25.024, 14] + [ ecalVeto ] 0 : Hit 3: [16.8555, -20.8533, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, 41.7066, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, 37.5359, 9] + [ ecalVeto ] 0 : Hit 2: [16.8555, 37.5359, 7] + [ ecalVeto ] 0 : Hit 3: [19.2635, 33.3653, 6] + [ ecalVeto ] 0 : Hit 4: [19.2635, 33.3653, 4] + [ ecalVeto ] 0 : Hit 5: [19.2635, 33.3653, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [24.0793, 33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [24.0793, 33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [24.0793, 33.3653, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2824.12; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4395 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8456.46; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4396 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 83.4132, 26] + [ ecalVeto ] 0 : Hit 1: [16.8555, 79.2426, 25] + [ ecalVeto ] 0 : Hit 2: [19.2635, 75.0719, 24] + [ ecalVeto ] 0 : Hit 3: [16.8555, 70.9012, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-133.909, 90.1341, 25] + [ ecalVeto ] 0 : Hit 1: [-131.501, 94.3048, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-126.685, 94.3048, 23] + [ ecalVeto ] 0 : Hit 1: [-124.277, 90.1341, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, 70.9012, 22] + [ ecalVeto ] 0 : Hit 1: [9.63173, 66.7306, 21] + [ ecalVeto ] 0 : Hit 2: [12.0397, 62.5599, 20] + [ ecalVeto ] 0 : Hit 3: [9.63173, 58.3892, 19] + [ ecalVeto ] 0 : Hit 4: [4.81586, 58.3892, 20] + [ ecalVeto ] 0 : Hit 5: [4.81586, 58.3892, 18] + [ ecalVeto ] 0 : Hit 6: [2.40793, 54.2186, 17] + [ ecalVeto ] 0 : Hit 7: [4.81586, 50.0479, 16] + [ ecalVeto ] 0 : Hit 8: [2.40793, 45.8773, 15] + [ ecalVeto ] 0 : Hit 9: [4.81586, 41.7066, 14] + [ ecalVeto ] 0 : Hit 10: [2.40793, 37.5359, 13] + [ ecalVeto ] 0 : Hit 11: [2.40793, 37.5359, 11] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-105.013, 81.7928, 19] + [ ecalVeto ] 0 : Hit 1: [-102.606, 77.6221, 18] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [69.83, -4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [67.4221, -2.66454e-15, 5] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-69.83, 12.512, 1] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 8.34132, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 92 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3982.85; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4397 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4397 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 17] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 16] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 14] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 13] + [ ecalVeto ] 0 : Hit 4: [4.81586, 8.34132, 12] + [ ecalVeto ] 0 : Hit 5: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 6: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 7: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 8: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 9: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 10: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 11: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 12: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 13: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Hit 14: [2.40793, -12.512, 1] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 9] + [ ecalVeto ] 0 : Hit 4: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -12.512, 2] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -16.6826, 1] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -20.8533, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 118 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5147.16; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4398 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 29 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3276.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4399 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-118.525, 8.34132, 23] + [ ecalVeto ] 0 : Hit 1: [-116.118, 4.17066, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [38.5269, -16.6826, 21] + [ ecalVeto ] 0 : Hit 1: [40.9348, -12.512, 20] + [ ecalVeto ] 0 : Hit 2: [38.5269, -16.6826, 19] + [ ecalVeto ] 0 : Hit 3: [40.9348, -12.512, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3009.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4400 Brem photon produced 53 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 41.7066, 21] + [ ecalVeto ] 0 : Hit 1: [12.0397, 37.5359, 20] + [ ecalVeto ] 0 : Hit 2: [9.63173, 33.3653, 19] + [ ecalVeto ] 0 : Hit 3: [12.0397, 29.1946, 18] + [ ecalVeto ] 0 : Hit 4: [9.63173, 25.024, 17] + [ ecalVeto ] 0 : Hit 5: [12.0397, 29.1946, 16] + [ ecalVeto ] 0 : Hit 6: [9.63173, 25.024, 15] + [ ecalVeto ] 0 : Hit 7: [12.0397, 20.8533, 14] + [ ecalVeto ] 0 : Hit 8: [9.63173, 16.6826, 13] + [ ecalVeto ] 0 : Hit 9: [12.0397, 12.512, 12] + [ ecalVeto ] 0 : Hit 10: [9.63173, 8.34132, 11] + [ ecalVeto ] 0 : Hit 11: [12.0397, 4.17066, 10] + [ ecalVeto ] 0 : Hit 12: [9.63173, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 13: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 14: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 15: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, -33.3653, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -29.1946, 2] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -33.3653, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4217.8; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4401 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-66.4865, -198.571, 30] + [ ecalVeto ] 0 : Hit 1: [-68.8945, -194.401, 29] + [ ecalVeto ] 0 : Finding linreg tracks from 40 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2454.28; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4402 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -25.024, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -85.9634, 5] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -81.7928, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4511.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4403 Brem photon produced 46 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -8.34132, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -16.6826, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6297.1; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4404 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, -16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -12.512, 4] + [ ecalVeto ] 0 : Hit 2: [-33.711, -8.34132, 3] + [ ecalVeto ] 0 : Hit 3: [-31.3031, -12.512, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Hit 1: [12.0397, -12.512, 2] + [ ecalVeto ] 0 : Hit 2: [9.63173, -8.34132, 1] + [ ecalVeto ] 0 : Hit 3: [12.0397, -12.512, 0] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -12.512, 1] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -16.6826, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4984.72; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4405 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -29.1946, 13] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -33.3653, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -37.5359, 13] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -41.7066, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3015.68; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4406 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-25.5517, -102.646, 23] + [ ecalVeto ] 0 : Hit 1: [-23.1438, -98.4754, 22] + [ ecalVeto ] 0 : Hit 2: [-25.5517, -94.3048, 21] + [ ecalVeto ] 0 : Hit 3: [-23.1438, -90.1341, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -83.4132, 19] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -79.2426, 18] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -75.0719, 17] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -70.9012, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -58.3892, 15] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -54.2186, 14] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -50.0479, 13] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -45.8773, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -33.3653, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -29.1946, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -25.024, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [96.8541, 29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [94.4462, 25.024, 7] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [-24.0793, -2.66454e-15, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -4.17066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 10916.8; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4407 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Hit 6: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 7: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3364.8; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4408 Brem photon produced 37 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-111.302, 37.5359, 17] + [ ecalVeto ] 0 : Hit 1: [-108.894, 33.3653, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -33.3653, 16] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -29.1946, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3988.5; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4409 Brem photon produced 40 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [68.8945, 127.67, 24] + [ ecalVeto ] 0 : Hit 1: [66.4865, 123.499, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, 33.3653, 18] + [ ecalVeto ] 0 : Hit 1: [16.8555, 29.1946, 17] + [ ecalVeto ] 0 : Hit 2: [19.2635, 33.3653, 16] + [ ecalVeto ] 0 : Hit 3: [16.8555, 29.1946, 15] + [ ecalVeto ] 0 : Hit 4: [19.2635, 33.3653, 14] + [ ecalVeto ] 0 : Hit 5: [16.8555, 29.1946, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 37.5359, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 11] + [ ecalVeto ] 0 : Hit 2: [12.0397, 29.1946, 10] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 9] + [ ecalVeto ] 0 : Hit 4: [12.0397, 29.1946, 8] + [ ecalVeto ] 0 : Hit 5: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 9] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 6: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Hit 7: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 8: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 106 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5568.52; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4410 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [55.3824, 29.1946, 14] + [ ecalVeto ] 0 : Hit 1: [52.9745, 33.3653, 13] + [ ecalVeto ] 0 : Hit 2: [55.3824, 37.5359, 12] + [ ecalVeto ] 0 : Hit 3: [52.9745, 33.3653, 11] + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5134.87; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4411 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-205.211, 58.3892, 25] + [ ecalVeto ] 0 : Hit 1: [-202.803, 54.2186, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-183.54, 37.5359, 23] + [ ecalVeto ] 0 : Hit 1: [-181.132, 33.3653, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-104.078, -16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-101.67, -12.512, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5057.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4412 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-169.092, 95.9252, 23] + [ ecalVeto ] 0 : Hit 1: [-166.684, 91.7545, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-132.973, 75.0719, 19] + [ ecalVeto ] 0 : Hit 1: [-130.565, 70.9012, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -73.4515, 17] + [ ecalVeto ] 0 : Hit 1: [-59.2627, -77.6221, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -4.17066, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-33.711, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4787.98; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4413 Brem photon produced 33 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -70.9012, 12] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -66.7306, 11] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -66.7306, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5378.26; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4414 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 12 + [ ecalVeto ] 0 : Beginning track merging using 12 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 12 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [59.2627, -144.353, 31] + [ ecalVeto ] 0 : Hit 1: [61.6707, -140.182, 30] + [ ecalVeto ] 0 : Hit 2: [59.2627, -136.011, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-52.039, -140.182, 30] + [ ecalVeto ] 0 : Hit 1: [-54.4469, -136.011, 29] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [44.8152, -110.987, 25] + [ ecalVeto ] 0 : Hit 1: [47.2231, -106.817, 24] + [ ecalVeto ] 0 : Hit 2: [44.8152, -102.646, 23] + [ ecalVeto ] 0 : Hit 3: [47.2231, -98.4754, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-155.58, -119.329, 21] + [ ecalVeto ] 0 : Hit 1: [-153.172, -115.158, 20] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-119.461, -90.1341, 17] + [ ecalVeto ] 0 : Hit 1: [-117.053, -85.9634, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-105.013, -73.4515, 15] + [ ecalVeto ] 0 : Hit 1: [-102.606, -69.2808, 14] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [19.2635, 50.0479, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, 54.2186, 7] + [ ecalVeto ] 0 : Hit 2: [19.2635, 50.0479, 6] + [ ecalVeto ] 0 : Hit 3: [16.8555, 54.2186, 5] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-33.711, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -4.17066, 6] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [12.0397, 45.8773, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 50.0479, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, 45.8773, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, 41.7066, 3] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [40.9348, 37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [40.9348, 37.5359, 4] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 12.512, 4] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 99 hits + [ ecalVeto ] 0 : MIP tracking completed; found 12 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5219.95; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4415 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 38 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5161.02; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4416 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [61.6707, 90.1341, 10] + [ ecalVeto ] 0 : Hit 1: [59.2627, 85.9634, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, 25.024, 10] + [ ecalVeto ] 0 : Hit 1: [19.2635, 25.024, 8] + [ ecalVeto ] 0 : Hit 2: [16.8555, 29.1946, 7] + [ ecalVeto ] 0 : Hit 3: [19.2635, 25.024, 6] + [ ecalVeto ] 0 : Hit 4: [16.8555, 29.1946, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 29.1946, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 3] + [ ecalVeto ] 0 : Hit 2: [12.0397, 37.5359, 2] + [ ecalVeto ] 0 : Hit 3: [9.63173, 41.7066, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5371.4; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4417 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, -37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [16.8555, -37.5359, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -45.8773, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3377.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4418 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-119.461, -215.254, 17] + [ ecalVeto ] 0 : Hit 1: [-117.053, -211.083, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [61.6707, 115.158, 16] + [ ecalVeto ] 0 : Hit 1: [59.2627, 110.987, 15] + [ ecalVeto ] 0 : Hit 2: [61.6707, 106.817, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -25.024, 11] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -29.1946, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5083.9; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4419 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4102.24; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4420 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 41.7066, 15] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 14] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 37.5359, 12] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 33.3653, 11] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 29.1946, 10] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 25.024, 9] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 7: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 8: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 9: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 7: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, 29.1946, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 34 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3262.42; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4421 Brem photon produced 64 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4924.81; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4422 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 29.1946, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 33.3653, 6] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 37.5359, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 25.024, 8] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 25.024, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 29.1946, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 25.024, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 91.7545, 4] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 87.5839, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4193.93; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4423 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 25 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2792.6; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4424 Brem photon produced 63 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4931.42; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4425 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 14] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 13] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 11] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 4: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 12] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 8: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 9: [-2.40793, 4.17066, 2] + [ ecalVeto ] 0 : Hit 10: [-4.81586, 8.34132, 1] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 38 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4356.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4426 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4513.61; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4427 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-118.525, 66.7306, 23] + [ ecalVeto ] 0 : Hit 1: [-116.118, 62.5599, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-67.4221, 41.7066, 18] + [ ecalVeto ] 0 : Hit 1: [-69.83, 37.5359, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 37.5359, 17] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 33.3653, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 12.512, 10] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 8.34132, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -2.66454e-15, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4315.54; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4428 Brem photon produced 31 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -8.34132, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5320.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4429 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-112.237, -94.3048, 29] + [ ecalVeto ] 0 : Hit 1: [-109.829, -90.1341, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-105.013, -81.7928, 27] + [ ecalVeto ] 0 : Hit 1: [-102.606, -77.6221, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -77.6221, 25] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -73.4515, 24] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -69.2808, 23] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -65.1101, 22] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -65.1101, 21] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -60.9395, 20] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -50.0479, 17] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -45.8773, 16] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-33.711, -25.024, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -29.1946, 10] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -12.512, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 36 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2031.81; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4430 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 23 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2894.25; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4431 Brem photon produced 52 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [16.8555, -20.8533, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7173.16; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4432 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 12 + [ ecalVeto ] 0 : Beginning track merging using 12 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 12 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-234.106, 8.34132, 31] + [ ecalVeto ] 0 : Hit 1: [-231.698, 4.17066, 30] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-219.659, 8.34132, 29] + [ ecalVeto ] 0 : Hit 1: [-217.251, 4.17066, 28] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-205.211, 8.34132, 27] + [ ecalVeto ] 0 : Hit 1: [-202.803, 4.17066, 26] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-154.644, 4.17066, 21] + [ ecalVeto ] 0 : Hit 1: [-152.237, 8.34132, 20] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-140.197, 4.17066, 19] + [ ecalVeto ] 0 : Hit 1: [-137.789, 8.34132, 18] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [141.132, 94.3048, 16] + [ ecalVeto ] 0 : Hit 1: [138.725, 98.4754, 15] + [ ecalVeto ] 0 : Hit 2: [141.132, 102.646, 14] + [ ecalVeto ] 0 : Hit 3: [138.725, 106.817, 13] + [ ecalVeto ] 0 : Hit 4: [141.132, 110.987, 12] + [ ecalVeto ] 0 : Hit 5: [138.725, 115.158, 11] + [ ecalVeto ] 0 : Hit 6: [141.132, 119.329, 10] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-104.078, 8.34132, 15] + [ ecalVeto ] 0 : Hit 1: [-101.67, 4.17066, 14] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -33.3653, 14] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -33.3653, 12] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -29.1946, 10] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -2.66454e-15, 8] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -25.024, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -20.8533, 7] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 12 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5563.41; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4433 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [12.0397, -4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4571.95; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4434 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 26 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4140.08; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4435 Brem photon produced 55 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, 4.17066, 11] + [ ecalVeto ] 0 : Hit 2: [19.2635, 8.34132, 10] + [ ecalVeto ] 0 : Hit 3: [16.8555, 4.17066, 9] + [ ecalVeto ] 0 : Hit 4: [9.63173, 8.34132, 11] + [ ecalVeto ] 0 : Hit 5: [12.0397, 4.17066, 10] + [ ecalVeto ] 0 : Hit 6: [9.63173, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 7: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -33.3653, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -37.5359, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 7: [2.40793, -37.5359, 3] + [ ecalVeto ] 0 : Hit 8: [4.81586, -41.7066, 2] + [ ecalVeto ] 0 : Hit 9: [2.40793, -37.5359, 1] + [ ecalVeto ] 0 : Hit 10: [4.81586, -41.7066, 0] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 4: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 5: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 6: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 7: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 8: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -41.7066, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -45.8773, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -41.7066, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -45.8773, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 99 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 3 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8421.56; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4436 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -223.595, 27] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -219.425, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -202.742, 25] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -198.571, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5423.31; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4437 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 41 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4020.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4438 Brem photon produced 49 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 25.024, 17] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 20.8533, 16] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 16.6826, 15] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 12.512, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -4.17066, 11] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -8.34132, 10] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -12.512, 9] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -16.6826, 8] + [ ecalVeto ] 0 : Hit 6: [-12.0397, -20.8533, 7] + [ ecalVeto ] 0 : Hit 7: [-9.63173, -16.6826, 6] + [ ecalVeto ] 0 : Hit 8: [-9.63173, -16.6826, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -29.1946, 9] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -25.024, 8] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -25.024, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4964.41; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4439 Brem photon produced 57 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-104.078, 50.0479, 17] + [ ecalVeto ] 0 : Hit 1: [-101.67, 45.8773, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-89.6303, 41.7066, 15] + [ ecalVeto ] 0 : Hit 1: [-87.2224, 45.8773, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 41.7066, 13] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 37.5359, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 62.5599, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 58.3892, 6] + [ ecalVeto ] 0 : Hit 2: [-26.4873, 62.5599, 5] + [ ecalVeto ] 0 : Hit 3: [-24.0793, 58.3892, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5768.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4440 Brem photon produced 76 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 21] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 20] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 19] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 18] + [ ecalVeto ] 0 : Hit 4: [2.40793, 4.17066, 17] + [ ecalVeto ] 0 : Hit 5: [4.81586, -2.66454e-15, 16] + [ ecalVeto ] 0 : Hit 6: [2.40793, 4.17066, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 15] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 14] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 13] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 12] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 16.6826, 11] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 12.512, 10] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 8: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 9: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 10: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 11: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 12: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7313.39; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4441 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3901.53; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4442 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -79.2426, 15] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -75.0719, 14] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -70.9012, 13] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -66.7306, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -58.3892, 12] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -54.2186, 11] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -50.0479, 10] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -50.0479, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -41.7066, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -37.5359, 5] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -33.3653, 4] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -29.1946, 3] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 103 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3532.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4443 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 79.2426, 22] + [ ecalVeto ] 0 : Hit 1: [9.63173, 75.0719, 21] + [ ecalVeto ] 0 : Hit 2: [12.0397, 79.2426, 20] + [ ecalVeto ] 0 : Hit 3: [9.63173, 75.0719, 19] + [ ecalVeto ] 0 : Hit 4: [12.0397, 70.9012, 18] + [ ecalVeto ] 0 : Hit 5: [9.63173, 66.7306, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, 37.5359, 21] + [ ecalVeto ] 0 : Hit 1: [19.2635, 33.3653, 20] + [ ecalVeto ] 0 : Hit 2: [16.8555, 37.5359, 19] + [ ecalVeto ] 0 : Hit 3: [19.2635, 33.3653, 18] + [ ecalVeto ] 0 : Hit 4: [16.8555, 37.5359, 17] + [ ecalVeto ] 0 : Hit 5: [19.2635, 41.7066, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 37.5359, 16] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 15] + [ ecalVeto ] 0 : Hit 2: [12.0397, 37.5359, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 66.7306, 16] + [ ecalVeto ] 0 : Hit 1: [2.40793, 62.5599, 15] + [ ecalVeto ] 0 : Hit 2: [4.81586, 66.7306, 14] + [ ecalVeto ] 0 : Hit 3: [2.40793, 62.5599, 13] + [ ecalVeto ] 0 : Hit 4: [2.40793, 62.5599, 11] + [ ecalVeto ] 0 : Hit 5: [4.81586, 58.3892, 10] + [ ecalVeto ] 0 : Hit 6: [2.40793, 54.2186, 9] + [ ecalVeto ] 0 : Hit 7: [2.40793, 54.2186, 7] + [ ecalVeto ] 0 : Hit 8: [4.81586, 50.0479, 6] + [ ecalVeto ] 0 : Hit 9: [2.40793, 45.8773, 5] + [ ecalVeto ] 0 : Hit 10: [4.81586, 50.0479, 4] + [ ecalVeto ] 0 : Hit 11: [2.40793, 45.8773, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 37.5359, 12] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 41.7066, 11] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 37.5359, 10] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 41.7066, 9] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 37.5359, 8] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 41.7066, 7] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Hit 7: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 8: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Hit 9: [-4.81586, 41.7066, 3] + [ ecalVeto ] 0 : Hit 10: [-2.40793, 37.5359, 2] + [ ecalVeto ] 0 : Hit 11: [-4.81586, 33.3653, 1] + [ ecalVeto ] 0 : Hit 12: [-2.40793, 37.5359, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4448.44; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4444 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -37.5359, 15] + [ ecalVeto ] 0 : Hit 1: [4.81586, -41.7066, 14] + [ ecalVeto ] 0 : Hit 2: [2.40793, -37.5359, 13] + [ ecalVeto ] 0 : Hit 3: [4.81586, -33.3653, 12] + [ ecalVeto ] 0 : Hit 4: [2.40793, -29.1946, 11] + [ ecalVeto ] 0 : Hit 5: [4.81586, -25.024, 10] + [ ecalVeto ] 0 : Hit 6: [2.40793, -20.8533, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 12] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 4: [9.63173, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 5: [4.81586, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 6: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 7: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 8: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 9: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 10: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 11: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Hit 12: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Hit 13: [2.40793, 12.512, 1] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4135.76; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4445 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [48.1586, -16.6826, 24] + [ ecalVeto ] 0 : Hit 1: [45.7507, -20.8533, 23] + [ ecalVeto ] 0 : Hit 2: [48.1586, -16.6826, 22] + [ ecalVeto ] 0 : Hit 3: [45.7507, -20.8533, 21] + [ ecalVeto ] 0 : Hit 4: [45.7507, -20.8533, 19] + [ ecalVeto ] 0 : Hit 5: [40.9348, -20.8533, 20] + [ ecalVeto ] 0 : Hit 6: [40.9348, -20.8533, 18] + [ ecalVeto ] 0 : Hit 7: [38.5269, -16.6826, 17] + [ ecalVeto ] 0 : Hit 8: [40.9348, -20.8533, 16] + [ ecalVeto ] 0 : Hit 9: [38.5269, -16.6826, 15] + [ ecalVeto ] 0 : Hit 10: [40.9348, -12.512, 14] + [ ecalVeto ] 0 : Hit 11: [38.5269, -16.6826, 13] + [ ecalVeto ] 0 : Hit 12: [40.9348, -12.512, 12] + [ ecalVeto ] 0 : Hit 13: [38.5269, -16.6826, 11] + [ ecalVeto ] 0 : Hit 14: [40.9348, -12.512, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-183.54, -54.2186, 19] + [ ecalVeto ] 0 : Hit 1: [-181.132, -58.3892, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-140.197, -45.8773, 17] + [ ecalVeto ] 0 : Hit 1: [-137.789, -41.7066, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-125.749, -45.8773, 17] + [ ecalVeto ] 0 : Hit 1: [-123.341, -41.7066, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -33.3653, 13] + [ ecalVeto ] 0 : Hit 1: [-87.2224, -29.1946, 12] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-67.4221, -25.024, 10] + [ ecalVeto ] 0 : Hit 1: [-69.83, -29.1946, 9] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Hit 5: [9.63173, -8.34132, 1] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -16.6826, 8] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5968.28; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4446 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [76.1183, 65.1101, 30] + [ ecalVeto ] 0 : Hit 1: [76.1183, 65.1101, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-59.2627, -94.3048, 10] + [ ecalVeto ] 0 : Hit 1: [-61.6707, -90.1341, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 4.17066, 2] + [ ecalVeto ] 0 : Hit 8: [-4.81586, -2.66454e-15, 1] + [ ecalVeto ] 0 : Hit 9: [-2.40793, -4.17066, 0] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 95 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4118.38; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4447 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-119.461, 131.841, 19] + [ ecalVeto ] 0 : Hit 1: [-117.053, 127.67, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [26.4873, -29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [24.0793, -25.024, 9] + [ ecalVeto ] 0 : Hit 2: [26.4873, -20.8533, 8] + [ ecalVeto ] 0 : Hit 3: [24.0793, -16.6826, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, 4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 5: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 6: [9.63173, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 7: [12.0397, -4.17066, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 98 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5729.66; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4448 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-94.4462, 33.3653, 12] + [ ecalVeto ] 0 : Hit 1: [-96.8541, 37.5359, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4358.54; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4449 Brem photon produced 45 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 29.1946, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5022.8; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4450 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, 41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 45.8773, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 44 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5061.42; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4451 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-105.013, -148.523, 21] + [ ecalVeto ] 0 : Hit 1: [-102.606, -144.353, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -136.011, 19] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -140.182, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -131.841, 17] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -127.67, 16] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3357.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4452 Brem photon produced 44 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 45.8773, 28] + [ ecalVeto ] 0 : Hit 1: [9.63173, 41.7066, 27] + [ ecalVeto ] 0 : Hit 2: [12.0397, 37.5359, 26] + [ ecalVeto ] 0 : Hit 3: [9.63173, 41.7066, 25] + [ ecalVeto ] 0 : Hit 4: [12.0397, 37.5359, 24] + [ ecalVeto ] 0 : Hit 5: [9.63173, 33.3653, 23] + [ ecalVeto ] 0 : Hit 6: [12.0397, 29.1946, 22] + [ ecalVeto ] 0 : Hit 7: [9.63173, 25.024, 21] + [ ecalVeto ] 0 : Hit 8: [9.63173, 25.024, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 16] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 14] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 13] + [ ecalVeto ] 0 : Hit 3: [4.81586, 8.34132, 12] + [ ecalVeto ] 0 : Hit 4: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 5: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 6: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 7: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 8: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 9: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 10: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 11: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [16.8555, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [19.2635, -8.34132, 8] + [ ecalVeto ] 0 : Hit 2: [16.8555, -4.17066, 7] + [ ecalVeto ] 0 : Hit 3: [19.2635, -2.66454e-15, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Hit 6: [12.0397, -4.17066, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 16.6826, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 37.5359, 7] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 45.8773, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 41.7066, 7] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [16.8555, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [19.2635, -25.024, 6] + [ ecalVeto ] 0 : Hit 2: [19.2635, -25.024, 4] + [ ecalVeto ] 0 : Hit 3: [16.8555, -29.1946, 3] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 105 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5858.78; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4453 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, 8.34132, 14] + [ ecalVeto ] 0 : Hit 1: [33.711, 8.34132, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, 33.3653, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, 29.1946, 11] + [ ecalVeto ] 0 : Hit 2: [19.2635, 25.024, 10] + [ ecalVeto ] 0 : Hit 3: [16.8555, 20.8533, 9] + [ ecalVeto ] 0 : Hit 4: [19.2635, 16.6826, 8] + [ ecalVeto ] 0 : Hit 5: [16.8555, 12.512, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 9968.31; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4454 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [62.6062, 25.024, 22] + [ ecalVeto ] 0 : Hit 1: [60.1983, 29.1946, 21] + [ ecalVeto ] 0 : Hit 2: [62.6062, 33.3653, 20] + [ ecalVeto ] 0 : Hit 3: [60.1983, 29.1946, 19] + [ ecalVeto ] 0 : Hit 4: [60.1983, 29.1946, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-33.711, 25.024, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-45.7507, -29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -25.024, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5893; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4455 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 12.512, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -41.7066, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, -45.8773, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4295.95; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4456 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, -33.3653, 3] + [ ecalVeto ] 0 : Hit 5: [12.0397, -29.1946, 2] + [ ecalVeto ] 0 : Hit 6: [19.2635, -25.024, 4] + [ ecalVeto ] 0 : Hit 7: [19.2635, -25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 19 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1182.96; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4457 Brem photon produced 42 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [12.0397, -12.512, 10] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 9] + [ ecalVeto ] 0 : Hit 3: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 4: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 5: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 6: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 7: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 8: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 9: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Hit 10: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 11: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Hit 12: [4.81586, -8.34132, 2] + [ ecalVeto ] 0 : Hit 13: [2.40793, -4.17066, 1] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 101 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5826.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4458 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [3.34348, -194.401, 1] + [ ecalVeto ] 0 : Hit 1: [3.88031, -190.23, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 609.233; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4459 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [119.461, -140.182, 2] + [ ecalVeto ] 0 : Hit 1: [117.053, -136.011, 1] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 8.34132, 1] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 103 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5131.87; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4460 Brem photon produced 39 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-52.9745, -16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [-55.3824, -12.512, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-60.1983, -29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [-62.6062, -25.024, 9] + [ ecalVeto ] 0 : Hit 2: [-60.1983, -20.8533, 10] + [ ecalVeto ] 0 : Hit 3: [-62.6062, -16.6826, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -20.8533, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7905.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4461 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -95.9252, 12] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -91.7545, 11] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -87.5839, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -58.3892, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -54.2186, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -50.0479, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 136 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4951.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4462 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 106 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5670.43; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4463 Brem photon produced 48 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 12.512, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [45.7507, -54.2186, 9] + [ ecalVeto ] 0 : Hit 1: [48.1586, -50.0479, 8] + [ ecalVeto ] 0 : Hit 2: [45.7507, -54.2186, 7] + [ ecalVeto ] 0 : Hit 3: [48.1586, -58.3892, 6] + [ ecalVeto ] 0 : Hit 4: [55.3824, -54.2186, 8] + [ ecalVeto ] 0 : Hit 5: [52.9745, -50.0479, 7] + [ ecalVeto ] 0 : Hit 6: [55.3824, -54.2186, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [33.711, -41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [31.3031, -45.8773, 7] + [ ecalVeto ] 0 : Hit 2: [33.711, -50.0479, 6] + [ ecalVeto ] 0 : Hit 3: [31.3031, -45.8773, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -33.3653, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5150.18; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4464 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 11] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 70.9012, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 75.0719, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 100 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7030.45; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4465 Brem photon produced 63 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -152.694, 15] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -148.523, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 25.024, 4] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 20.8533, 3] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 16.6826, 2] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 12.512, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 101 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 2 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7016.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4466 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 45.8773, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 50.0479, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 54.2186, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 50.0479, 3] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 45.8773, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, 70.9012, 5] + [ ecalVeto ] 0 : Hit 1: [19.2635, 75.0719, 4] + [ ecalVeto ] 0 : Hit 2: [16.8555, 70.9012, 3] + [ ecalVeto ] 0 : Hit 3: [19.2635, 75.0719, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 37.5359, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 95 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3550.06; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4467 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-52.039, -115.158, 22] + [ ecalVeto ] 0 : Hit 1: [-54.4469, -110.987, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 50.0479, 19] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 54.2186, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [3.34348, -136.011, 7] + [ ecalVeto ] 0 : Hit 1: [3.88031, -140.182, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5486.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4468 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-44.8152, -85.9634, 26] + [ ecalVeto ] 0 : Hit 1: [-47.2231, -81.7928, 25] + [ ecalVeto ] 0 : Hit 2: [-44.8152, -77.6221, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -66.7306, 22] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -62.5599, 21] + [ ecalVeto ] 0 : Hit 2: [-38.5269, -58.3892, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-148.356, 123.499, 17] + [ ecalVeto ] 0 : Hit 1: [-145.948, 119.329, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-126.685, 110.987, 15] + [ ecalVeto ] 0 : Hit 1: [-124.277, 106.817, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 109 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5069.34; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4469 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4469 Brem photon produced 49 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-39.9993, -110.987, 25] + [ ecalVeto ] 0 : Hit 1: [-37.5914, -115.158, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -58.3892, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -62.5599, 10] + [ ecalVeto ] 0 : Hit 2: [-48.1586, -58.3892, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -29.1946, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 91 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4159.96; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4470 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-125.749, 62.5599, 25] + [ ecalVeto ] 0 : Hit 1: [-123.341, 66.7306, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [141.132, -119.329, 24] + [ ecalVeto ] 0 : Hit 1: [138.725, -115.158, 23] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-54.4469, 77.6221, 17] + [ ecalVeto ] 0 : Hit 1: [-52.039, 73.4515, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 62.5599, 13] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 58.3892, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 45.8773, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 54.2186, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 50.0479, 3] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 45.8773, 2] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 62.5599, 4] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 58.3892, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5556.29; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4471 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, 37.5359, 7] + [ ecalVeto ] 0 : Hit 2: [16.8555, 37.5359, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 37.5359, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Hit 5: [12.0397, 37.5359, 4] + [ ecalVeto ] 0 : Hit 6: [9.63173, 33.3653, 3] + [ ecalVeto ] 0 : Hit 7: [12.0397, 37.5359, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 41.7066, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 45.8773, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 41.7066, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, 45.8773, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 79.2426, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 83.4132, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 62.5599, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 58.3892, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, 20.8533, 2] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-67.4221, -8.34132, 4] + [ ecalVeto ] 0 : Hit 1: [-69.83, -4.17066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6798.33; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4472 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-104.078, -25.024, 15] + [ ecalVeto ] 0 : Hit 1: [-101.67, -29.1946, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 50.0479, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 54.2186, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, 50.0479, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 45.8773, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6111.59; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4473 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [40.9348, 54.2186, 26] + [ ecalVeto ] 0 : Hit 1: [38.5269, 58.3892, 25] + [ ecalVeto ] 0 : Hit 2: [40.9348, 54.2186, 24] + [ ecalVeto ] 0 : Hit 3: [38.5269, 58.3892, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [33.711, 58.3892, 22] + [ ecalVeto ] 0 : Hit 1: [31.3031, 54.2186, 21] + [ ecalVeto ] 0 : Hit 2: [33.711, 50.0479, 20] + [ ecalVeto ] 0 : Hit 3: [31.3031, 45.8773, 19] + [ ecalVeto ] 0 : Hit 4: [33.711, 41.7066, 18] + [ ecalVeto ] 0 : Hit 5: [31.3031, 37.5359, 17] + [ ecalVeto ] 0 : Hit 6: [33.711, 33.3653, 16] + [ ecalVeto ] 0 : Hit 7: [31.3031, 29.1946, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 62.5599, 22] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 58.3892, 21] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 54.2186, 19] + [ ecalVeto ] 0 : Hit 1: [4.81586, 50.0479, 18] + [ ecalVeto ] 0 : Hit 2: [2.40793, 54.2186, 17] + [ ecalVeto ] 0 : Hit 3: [4.81586, 50.0479, 16] + [ ecalVeto ] 0 : Hit 4: [2.40793, 45.8773, 15] + [ ecalVeto ] 0 : Hit 5: [4.81586, 41.7066, 14] + [ ecalVeto ] 0 : Hit 6: [2.40793, 37.5359, 13] + [ ecalVeto ] 0 : Hit 7: [4.81586, 33.3653, 12] + [ ecalVeto ] 0 : Hit 8: [2.40793, 37.5359, 11] + [ ecalVeto ] 0 : Hit 9: [4.81586, 33.3653, 10] + [ ecalVeto ] 0 : Hit 10: [2.40793, 29.1946, 9] + [ ecalVeto ] 0 : Hit 11: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 12: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 13: [2.40793, 20.8533, 9] + [ ecalVeto ] 0 : Hit 14: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 15: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 16: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 17: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 18: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 19: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [26.4873, 29.1946, 14] + [ ecalVeto ] 0 : Hit 1: [24.0793, 25.024, 13] + [ ecalVeto ] 0 : Hit 2: [26.4873, 20.8533, 12] + [ ecalVeto ] 0 : Hit 3: [24.0793, 25.024, 11] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [19.2635, 16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, 12.512, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, 16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [16.8555, 12.512, 7] + [ ecalVeto ] 0 : Hit 4: [19.2635, 8.34132, 6] + [ ecalVeto ] 0 : Hit 5: [16.8555, 4.17066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6227.55; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4474 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-132.973, -2.36672e-14, 11] + [ ecalVeto ] 0 : Hit 1: [-130.565, 4.17066, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5429.98; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4475 Brem photon produced 38 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, 45.8773, 3] + [ ecalVeto ] 0 : Hit 2: [4.81586, 41.7066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4874.29; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4476 Brem photon produced 63 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -37.5359, 13] + [ ecalVeto ] 0 : Hit 1: [4.81586, -33.3653, 12] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 11] + [ ecalVeto ] 0 : Hit 3: [4.81586, -25.024, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 98 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4649.43; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4477 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -4.17066, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 44 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4081.19; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4478 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 29.1946, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 5: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 6: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 7: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 8: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 9: [2.40793, -4.17066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 41 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3608.19; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4479 Brem photon produced 33 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-169.092, -29.1946, 21] + [ ecalVeto ] 0 : Hit 1: [-166.684, -25.024, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-111.302, -29.1946, 15] + [ ecalVeto ] 0 : Hit 1: [-108.894, -25.024, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [33.711, -25.024, 8] + [ ecalVeto ] 0 : Hit 1: [33.711, -25.024, 6] + [ ecalVeto ] 0 : Hit 2: [31.3031, -29.1946, 5] + [ ecalVeto ] 0 : Hit 3: [33.711, -25.024, 4] + [ ecalVeto ] 0 : Hit 4: [31.3031, -20.8533, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [26.4873, -20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [24.0793, -16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [26.4873, -20.8533, 4] + [ ecalVeto ] 0 : Hit 3: [24.0793, -25.024, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [19.2635, -33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [16.8555, -29.1946, 5] + [ ecalVeto ] 0 : Hit 2: [19.2635, -25.024, 4] + [ ecalVeto ] 0 : Hit 3: [19.2635, -25.024, 2] + [ ecalVeto ] 0 : Hit 4: [16.8555, -20.8533, 1] + [ ecalVeto ] 0 : Hit 5: [19.2635, -25.024, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4181.02; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4480 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-30.3676, -110.987, 28] + [ ecalVeto ] 0 : Hit 1: [-32.7755, -106.817, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-23.1438, -90.1341, 26] + [ ecalVeto ] 0 : Hit 1: [-25.5517, -85.9634, 25] + [ ecalVeto ] 0 : Hit 2: [-24.0793, -83.4132, 24] + [ ecalVeto ] 0 : Hit 3: [-26.4873, -79.2426, 25] + [ ecalVeto ] 0 : Hit 4: [-24.0793, -75.0719, 24] + [ ecalVeto ] 0 : Hit 5: [-26.4873, -70.9012, 23] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-30.3676, -94.3048, 26] + [ ecalVeto ] 0 : Hit 1: [-32.7755, -90.1341, 25] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -20.8533, 15] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -16.6826, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 41 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2099.94; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4481 Brem photon produced 78 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 45.8773, 8] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 45.8773, 6] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 41.7066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5326.62; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4482 Brem photon produced 71 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -16.6826, 4] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -20.8533, 3] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -16.6826, 2] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -20.8533, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2115.97; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4483 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -148.523, 23] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -152.694, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 45.8773, 21] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 41.7066, 20] + [ ecalVeto ] 0 : Hit 2: [-55.3824, 37.5359, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-60.1983, 37.5359, 18] + [ ecalVeto ] 0 : Hit 1: [-62.6062, 33.3653, 17] + [ ecalVeto ] 0 : Hit 2: [-60.1983, 29.1946, 16] + [ ecalVeto ] 0 : Hit 3: [-62.6062, 25.024, 15] + [ ecalVeto ] 0 : Hit 4: [-60.1983, 20.8533, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 12.512, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 16.6826, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 12.512, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 16.6826, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-33.711, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 12.512, 8] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -12.512, 4] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4354.65; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4484 Brem photon produced 36 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 27 + [ ecalVeto ] 0 : Beginning track merging using 27 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 27 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -161.035, 31] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -156.865, 30] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -115.158, 27] + [ ecalVeto ] 0 : Hit 1: [-59.2627, -110.987, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-25.5517, -144.353, 25] + [ ecalVeto ] 0 : Hit 1: [-23.1438, -140.182, 24] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -94.3048, 25] + [ ecalVeto ] 0 : Hit 1: [-52.039, -90.1341, 24] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 8.34132, 25] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 4.17066, 24] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-25.5517, -127.67, 23] + [ ecalVeto ] 0 : Hit 1: [-23.1438, -123.499, 22] + [ ecalVeto ] 0 : Hit 2: [-25.5517, -119.329, 21] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-33.711, -2.66454e-15, 23] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 4.17066, 22] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 21] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -2.66454e-15, 20] + [ ecalVeto ] 0 : Hit 2: [-26.4873, 4.17066, 19] + [ ecalVeto ] 0 : Hit 3: [-24.0793, -2.66454e-15, 18] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -54.2186, 21] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -50.0479, 20] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-23.1438, -106.817, 20] + [ ecalVeto ] 0 : Hit 1: [-25.5517, -102.646, 19] + [ ecalVeto ] 0 : Hit 2: [-23.1438, -98.4754, 18] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-33.711, -33.3653, 19] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -29.1946, 18] + [ ecalVeto ] 0 : Hit 2: [-33.711, -25.024, 17] + [ ecalVeto ] 0 : Hit 3: [-31.3031, -20.8533, 16] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -2.66454e-15, 17] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 4.17066, 16] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 70.9012, 15] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 66.7306, 14] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -20.8533, 15] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -16.6826, 14] + [ ecalVeto ] 0 : Track 14: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -66.7306, 15] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -62.5599, 14] + [ ecalVeto ] 0 : Track 15: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 15] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -2.66454e-15, 14] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 4.17066, 13] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -4.17066, 11] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 6: [-12.0397, 4.17066, 9] + [ ecalVeto ] 0 : Hit 7: [-9.63173, -2.66454e-15, 8] + [ ecalVeto ] 0 : Track 16: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 54.2186, 13] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 50.0479, 12] + [ ecalVeto ] 0 : Track 17: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -12.512, 12] + [ ecalVeto ] 0 : Track 18: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -50.0479, 13] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -45.8773, 12] + [ ecalVeto ] 0 : Track 19: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 41.7066, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 45.8773, 10] + [ ecalVeto ] 0 : Track 20: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -25.024, 10] + [ ecalVeto ] 0 : Track 21: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 7: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Track 22: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Track 23: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -4.17066, 7] + [ ecalVeto ] 0 : Track 24: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 4.17066, 6] + [ ecalVeto ] 0 : Track 25: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -2.66454e-15, 4] + [ ecalVeto ] 0 : Track 26: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 105 hits + [ ecalVeto ] 0 : MIP tracking completed; found 27 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8003.55; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4485 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -50.0479, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, -54.2186, 7] + [ ecalVeto ] 0 : Hit 2: [19.2635, -50.0479, 6] + [ ecalVeto ] 0 : Hit 3: [16.8555, -45.8773, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -54.2186, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -50.0479, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5974.48; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4486 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [133.909, -98.4754, 26] + [ ecalVeto ] 0 : Hit 1: [131.501, -94.3048, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, -50.0479, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -45.8773, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [26.4873, -20.8533, 2] + [ ecalVeto ] 0 : Hit 1: [24.0793, -25.024, 1] + [ ecalVeto ] 0 : Hit 2: [26.4873, -20.8533, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4944.06; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4487 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [18.3279, -123.499, 22] + [ ecalVeto ] 0 : Hit 1: [15.92, -119.329, 21] + [ ecalVeto ] 0 : Hit 2: [18.3279, -115.158, 20] + [ ecalVeto ] 0 : Hit 3: [15.92, -110.987, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-190.763, 25.024, 19] + [ ecalVeto ] 0 : Hit 1: [-188.356, 29.1946, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [11.1041, -102.646, 18] + [ ecalVeto ] 0 : Hit 1: [8.69618, -98.4754, 17] + [ ecalVeto ] 0 : Hit 2: [11.1041, -94.3048, 16] + [ ecalVeto ] 0 : Hit 3: [9.63173, -91.7545, 15] + [ ecalVeto ] 0 : Finding linreg tracks from 94 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5274.51; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4488 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [81.8697, 33.3653, 25] + [ ecalVeto ] 0 : Hit 1: [84.2776, 29.1946, 24] + [ ecalVeto ] 0 : Hit 2: [81.8697, 25.024, 23] + [ ecalVeto ] 0 : Hit 3: [84.2776, 20.8533, 22] + [ ecalVeto ] 0 : Hit 4: [81.8697, 16.6826, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [40.9348, -4.17066, 16] + [ ecalVeto ] 0 : Hit 1: [40.9348, -4.17066, 14] + [ ecalVeto ] 0 : Hit 2: [38.5269, -8.34132, 13] + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2428.31; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4489 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [54.4469, -102.646, 16] + [ ecalVeto ] 0 : Hit 1: [52.039, -98.4754, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 12.512, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -4.17066, 3] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -4.17066, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4192.65; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4490 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-183.54, -45.8773, 21] + [ ecalVeto ] 0 : Hit 1: [-181.132, -41.7066, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, 54.2186, 20] + [ ecalVeto ] 0 : Hit 1: [24.0793, 50.0479, 19] + [ ecalVeto ] 0 : Hit 2: [26.4873, 45.8773, 18] + [ ecalVeto ] 0 : Hit 3: [24.0793, 41.7066, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, 41.7066, 16] + [ ecalVeto ] 0 : Hit 1: [16.8555, 37.5359, 15] + [ ecalVeto ] 0 : Hit 2: [19.2635, 33.3653, 14] + [ ecalVeto ] 0 : Hit 3: [16.8555, 29.1946, 13] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [-38.5269, -2.66454e-15, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2715.45; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4491 Brem photon produced 46 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 41.7066, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 45.8773, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 50.0479, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [8.69618, 131.841, 9] + [ ecalVeto ] 0 : Hit 1: [11.1041, 136.011, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6267.09; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4492 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -25.024, 20] + [ ecalVeto ] 0 : Hit 1: [16.8555, -20.8533, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 18] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 17] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 16] + [ ecalVeto ] 0 : Hit 3: [2.40793, -29.1946, 15] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4299.54; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4493 Brem photon produced 52 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -83.4132, 11] + [ ecalVeto ] 0 : Hit 1: [12.0397, -79.2426, 10] + [ ecalVeto ] 0 : Hit 2: [9.63173, -75.0719, 9] + [ ecalVeto ] 0 : Hit 3: [12.0397, -70.9012, 8] + [ ecalVeto ] 0 : Hit 4: [9.63173, -66.7306, 7] + [ ecalVeto ] 0 : Hit 5: [16.8555, -70.9012, 9] + [ ecalVeto ] 0 : Hit 6: [19.2635, -75.0719, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -62.5599, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -58.3892, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 106 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5152.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4494 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, 8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [26.4873, 4.17066, 10] + [ ecalVeto ] 0 : Hit 2: [24.0793, 8.34132, 9] + [ ecalVeto ] 0 : Hit 3: [26.4873, 4.17066, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, -4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [19.2635, -8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [16.8555, -12.512, 5] + [ ecalVeto ] 0 : Hit 4: [16.8555, -12.512, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -12.512, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 12.512, 1] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 16.6826, 0] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -69.2808, 1] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -65.1101, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 124 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5087.21; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4495 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4770.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4496 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 33.3653, 16] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 29.1946, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, 33.3653, 15] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 29.1946, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 36 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3029; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4497 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [105.013, 81.7928, 28] + [ ecalVeto ] 0 : Hit 1: [105.013, 81.7928, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [33.711, 75.0719, 24] + [ ecalVeto ] 0 : Hit 1: [31.3031, 70.9012, 23] + [ ecalVeto ] 0 : Hit 2: [33.711, 75.0719, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [26.4873, 62.5599, 18] + [ ecalVeto ] 0 : Hit 1: [24.0793, 58.3892, 17] + [ ecalVeto ] 0 : Hit 2: [26.4873, 54.2186, 16] + [ ecalVeto ] 0 : Hit 3: [24.0793, 50.0479, 15] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -62.5599, 18] + [ ecalVeto ] 0 : Hit 1: [-33.711, -58.3892, 17] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [19.2635, 50.0479, 14] + [ ecalVeto ] 0 : Hit 1: [16.8555, 45.8773, 13] + [ ecalVeto ] 0 : Hit 2: [19.2635, 41.7066, 12] + [ ecalVeto ] 0 : Hit 3: [16.8555, 37.5359, 11] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -50.0479, 13] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -45.8773, 12] + [ ecalVeto ] 0 : Hit 2: [-48.1586, -41.7066, 11] + [ ecalVeto ] 0 : Hit 3: [-45.7507, -37.5359, 10] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [-38.5269, -16.6826, 4] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -90.1341, 3] + [ ecalVeto ] 0 : Hit 1: [-76.1183, -90.1341, 1] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4014.08; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4498 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 1] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 8.34132, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5055.78; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4499 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 91.7545, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, 87.5839, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2872.25; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4500 Brem photon produced 53 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 66.7306, 13] + [ ecalVeto ] 0 : Hit 1: [12.0397, 62.5599, 12] + [ ecalVeto ] 0 : Hit 2: [9.63173, 58.3892, 11] + [ ecalVeto ] 0 : Hit 3: [12.0397, 54.2186, 10] + [ ecalVeto ] 0 : Hit 4: [9.63173, 50.0479, 9] + [ ecalVeto ] 0 : Hit 5: [12.0397, 45.8773, 8] + [ ecalVeto ] 0 : Hit 6: [9.63173, 41.7066, 7] + [ ecalVeto ] 0 : Hit 7: [9.63173, 41.7066, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -8.34132, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5385.95; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4501 Brem photon produced 51 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-105.013, -65.1101, 25] + [ ecalVeto ] 0 : Hit 1: [-102.606, -69.2808, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -60.9395, 23] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -65.1101, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 17] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 16] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 15] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 13] + [ ecalVeto ] 0 : Hit 4: [4.81586, 25.024, 14] + [ ecalVeto ] 0 : Hit 5: [4.81586, 25.024, 12] + [ ecalVeto ] 0 : Hit 6: [2.40793, 29.1946, 11] + [ ecalVeto ] 0 : Hit 7: [4.81586, 25.024, 10] + [ ecalVeto ] 0 : Hit 8: [2.40793, 29.1946, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 37.5359, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 33.3653, 6] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 37.5359, 5] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 37.5359, 3] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 33.3653, 2] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Hit 7: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Hit 8: [-2.40793, 37.5359, 2] + [ ecalVeto ] 0 : Hit 9: [-4.81586, 33.3653, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3216.92; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4502 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [12.0397, 4.17066, 10] + [ ecalVeto ] 0 : Hit 2: [9.63173, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 3: [12.0397, 4.17066, 8] + [ ecalVeto ] 0 : Hit 4: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 5: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 6: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 7: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 8: [9.63173, -2.66454e-15, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 7: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 8: [4.81586, -2.66454e-15, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 36 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3836.12; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4503 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, -20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [24.0793, -25.024, 9] + [ ecalVeto ] 0 : Hit 2: [26.4873, -20.8533, 8] + [ ecalVeto ] 0 : Hit 3: [24.0793, -16.6826, 7] + [ ecalVeto ] 0 : Hit 4: [26.4873, -12.512, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [19.2635, -8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [16.8555, -12.512, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5955.94; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4504 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -37.5359, 16] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -33.3653, 15] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -37.5359, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4717.16; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4505 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4505 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [154.644, 62.5599, 24] + [ ecalVeto ] 0 : Hit 1: [152.237, 58.3892, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-190.763, -2.36672e-14, 9] + [ ecalVeto ] 0 : Hit 1: [-188.356, -4.17066, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 36 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 876.122; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4506 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 4: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 5: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 6: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Hit 7: [12.0397, -12.512, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-54.4469, 77.6221, 1] + [ ecalVeto ] 0 : Hit 1: [-52.039, 81.7928, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5666.29; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4507 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 77.6221, 27] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 73.4515, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 54.2186, 23] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 58.3892, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 25.024, 14] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 20.8533, 13] + [ ecalVeto ] 0 : Hit 2: [-24.0793, 16.6826, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [16.8555, -37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [19.2635, -33.3653, 6] + [ ecalVeto ] 0 : Hit 2: [16.8555, -29.1946, 5] + [ ecalVeto ] 0 : Hit 3: [19.2635, -25.024, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 30 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3631.73; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4508 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 50.0479, 21] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 45.8773, 20] + [ ecalVeto ] 0 : Hit 2: [-62.6062, 41.7066, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 3] + [ ecalVeto ] 0 : Hit 2: [4.81586, -33.3653, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -58.3892, 1] + [ ecalVeto ] 0 : Hit 1: [12.0397, -62.5599, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4699.56; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4509 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [96.8541, -4.17066, 4] + [ ecalVeto ] 0 : Hit 1: [94.4462, -2.66454e-15, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2083.03; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4510 Brem photon produced 46 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3342.7; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4511 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [61.6707, 65.1101, 12] + [ ecalVeto ] 0 : Hit 1: [60.1983, 62.5599, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, -4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [16.8555, -4.17066, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [45.7507, 45.8773, 11] + [ ecalVeto ] 0 : Hit 1: [45.7507, 45.8773, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 12.512, 11] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 16.6826, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 101 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6968.53; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4512 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, 41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [24.0793, 41.7066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4327.4; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4513 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-112.237, 186.059, 23] + [ ecalVeto ] 0 : Hit 1: [-109.829, 181.889, 22] + [ ecalVeto ] 0 : Hit 2: [-112.237, 177.718, 21] + [ ecalVeto ] 0 : Hit 3: [-109.829, 173.547, 20] + [ ecalVeto ] 0 : Hit 4: [-112.237, 169.377, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [69.83, 29.1946, 20] + [ ecalVeto ] 0 : Hit 1: [67.4221, 33.3653, 19] + [ ecalVeto ] 0 : Hit 2: [69.83, 29.1946, 18] + [ ecalVeto ] 0 : Hit 3: [67.4221, 25.024, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [16.8555, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [16.8555, -4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [19.2635, -2.66454e-15, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 99 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4802.95; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4514 Brem photon produced 58 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [39.9993, -102.646, 18] + [ ecalVeto ] 0 : Hit 1: [39.9993, -102.646, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 50.0479, 9] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 45.8773, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 92 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4778.54; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4515 Brem photon produced 46 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -54.2186, 8] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -50.0479, 7] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -45.8773, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -25.024, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -29.1946, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -25.024, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4821.56; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4516 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-8.69618, 148.523, 20] + [ ecalVeto ] 0 : Hit 1: [-11.1041, 144.353, 19] + [ ecalVeto ] 0 : Hit 2: [-8.69618, 140.182, 18] + [ ecalVeto ] 0 : Hit 3: [-11.1041, 136.011, 17] + [ ecalVeto ] 0 : Finding linreg tracks from 94 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3259.54; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4517 Brem photon produced 42 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 12.512, 5] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 8.34132, 4] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 4.17066, 3] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 8.34132, 2] + [ ecalVeto ] 0 : Hit 5: [-12.0397, 4.17066, 1] + [ ecalVeto ] 0 : Hit 6: [-9.63173, 8.34132, 0] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 4.17066, 4] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 4.17066, 2] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 4.17066, 0] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 39 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 2 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4590.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4518 Brem photon produced 49 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [74.6459, -54.2186, 23] + [ ecalVeto ] 0 : Hit 1: [74.6459, -54.2186, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [52.039, 140.182, 19] + [ ecalVeto ] 0 : Hit 1: [54.4469, 136.011, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, -33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, -29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [16.8555, -29.1946, 5] + [ ecalVeto ] 0 : Hit 3: [19.2635, -25.024, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-73.7103, -177.718, 6] + [ ecalVeto ] 0 : Hit 1: [-76.1183, -173.547, 5] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-119.461, -165.206, 1] + [ ecalVeto ] 0 : Hit 1: [-117.053, -169.377, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 93 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5026.07; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4519 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-132.973, -58.3892, 15] + [ ecalVeto ] 0 : Hit 1: [-130.565, -54.2186, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-104.078, -41.7066, 13] + [ ecalVeto ] 0 : Hit 1: [-101.67, -37.5359, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -25.024, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 28 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2487.03; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4520 Brem photon produced 60 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -33.3653, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -29.1946, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -25.024, 4] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -20.8533, 3] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -25.024, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -20.8533, 2] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -16.6826, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5458.33; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4521 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -62.5599, 24] + [ ecalVeto ] 0 : Hit 1: [9.63173, -58.3892, 23] + [ ecalVeto ] 0 : Hit 2: [12.0397, -54.2186, 22] + [ ecalVeto ] 0 : Hit 3: [9.63173, -50.0479, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -50.0479, 20] + [ ecalVeto ] 0 : Hit 1: [2.40793, -45.8773, 19] + [ ecalVeto ] 0 : Hit 2: [4.81586, -41.7066, 18] + [ ecalVeto ] 0 : Hit 3: [2.40793, -37.5359, 17] + [ ecalVeto ] 0 : Hit 4: [4.81586, -33.3653, 16] + [ ecalVeto ] 0 : Hit 5: [2.40793, -29.1946, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 14] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 13] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -20.8533, 12] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -16.6826, 11] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -12.512, 10] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 8: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -20.8533, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5502.7; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4522 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 12 + [ ecalVeto ] 0 : Beginning track merging using 12 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 11 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [52.9745, -66.7306, 27] + [ ecalVeto ] 0 : Hit 1: [55.3824, -62.5599, 26] + [ ecalVeto ] 0 : Hit 2: [52.9745, -58.3892, 25] + [ ecalVeto ] 0 : Hit 3: [55.3824, -54.2186, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [48.1586, -33.3653, 20] + [ ecalVeto ] 0 : Hit 1: [45.7507, -29.1946, 19] + [ ecalVeto ] 0 : Hit 2: [48.1586, -25.024, 18] + [ ecalVeto ] 0 : Hit 3: [45.7507, -20.8533, 17] + [ ecalVeto ] 0 : Hit 4: [48.1586, -16.6826, 16] + [ ecalVeto ] 0 : Hit 5: [45.7507, -12.512, 15] + [ ecalVeto ] 0 : Hit 6: [48.1586, -8.34132, 14] + [ ecalVeto ] 0 : Hit 7: [45.7507, -4.17066, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [40.9348, 4.17066, 18] + [ ecalVeto ] 0 : Hit 1: [38.5269, -2.66454e-15, 17] + [ ecalVeto ] 0 : Hit 2: [40.9348, 4.17066, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-73.7103, -69.2808, 14] + [ ecalVeto ] 0 : Hit 1: [-76.1183, -73.4515, 13] + [ ecalVeto ] 0 : Hit 2: [-76.1183, -73.4515, 11] + [ ecalVeto ] 0 : Hit 3: [-73.7103, -69.2808, 10] + [ ecalVeto ] 0 : Hit 4: [-76.1183, -65.1101, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -94.3048, 13] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -98.4754, 12] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-112.237, -110.987, 13] + [ ecalVeto ] 0 : Hit 1: [-109.829, -115.158, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-80.9341, -81.7928, 12] + [ ecalVeto ] 0 : Hit 1: [-83.3421, -77.6221, 11] + [ ecalVeto ] 0 : Hit 2: [-80.9341, -81.7928, 10] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -90.1341, 11] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -85.9634, 10] + [ ecalVeto ] 0 : Hit 2: [-90.5659, -81.7928, 11] + [ ecalVeto ] 0 : Hit 3: [-88.1579, -77.6221, 10] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -85.9634, 11] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -81.7928, 10] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-60.1983, -62.5599, 10] + [ ecalVeto ] 0 : Hit 1: [-62.6062, -58.3892, 9] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -69.2808, 9] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -73.4515, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 11 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6317.4; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4523 Brem photon produced 45 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4500.03; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4524 Brem photon produced 33 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, -29.1946, 20] + [ ecalVeto ] 0 : Hit 1: [24.0793, -25.024, 19] + [ ecalVeto ] 0 : Hit 2: [26.4873, -20.8533, 18] + [ ecalVeto ] 0 : Hit 3: [24.0793, -16.6826, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 13] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 12] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 20.8533, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 25.024, 6] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 20.8533, 5] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 25.024, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3141.2; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4525 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-73.7103, 119.329, 10] + [ ecalVeto ] 0 : Hit 1: [-76.1183, 123.499, 9] + [ ecalVeto ] 0 : Hit 2: [-73.7103, 127.67, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -29.1946, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 38 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4120.47; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4526 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-161.868, 50.0479, 23] + [ ecalVeto ] 0 : Hit 1: [-159.46, 54.2186, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-154.644, 54.2186, 21] + [ ecalVeto ] 0 : Hit 1: [-152.237, 50.0479, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-47.2231, -90.1341, 17] + [ ecalVeto ] 0 : Hit 1: [-44.8152, -85.9634, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -77.6221, 15] + [ ecalVeto ] 0 : Hit 1: [-52.039, -73.4515, 14] + [ ecalVeto ] 0 : Hit 2: [-54.4469, -69.2808, 13] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3837.15; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4527 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 4.17066, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -2.66454e-15, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -70.9012, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -66.7306, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -45.8773, 3] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -41.7066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3714.9; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4528 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-104.078, -58.3892, 9] + [ ecalVeto ] 0 : Hit 1: [-102.606, -60.9395, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 9093.97; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4529 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4529 Brem photon produced 62 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6645.84; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4530 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [161.868, -75.0719, 32] + [ ecalVeto ] 0 : Hit 1: [159.46, -70.9012, 31] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [154.644, -70.9012, 30] + [ ecalVeto ] 0 : Hit 1: [152.237, -66.7306, 29] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [40.9348, -62.5599, 26] + [ ecalVeto ] 0 : Hit 1: [38.5269, -58.3892, 25] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [118.525, -50.0479, 24] + [ ecalVeto ] 0 : Hit 1: [116.118, -45.8773, 23] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [33.711, -50.0479, 24] + [ ecalVeto ] 0 : Hit 1: [31.3031, -45.8773, 23] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [96.8541, -37.5359, 20] + [ ecalVeto ] 0 : Hit 1: [94.4462, -33.3653, 19] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 16] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 15] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 14] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 13] + [ ecalVeto ] 0 : Hit 4: [4.81586, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 5: [2.40793, 4.17066, 11] + [ ecalVeto ] 0 : Hit 6: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 7: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 37.5359, 2] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-18.3279, 90.1341, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 87.5839, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 100 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3350.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4531 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2716.69; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4532 Brem photon produced 52 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 37.5359, 26] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 25] + [ ecalVeto ] 0 : Hit 2: [9.63173, 33.3653, 23] + [ ecalVeto ] 0 : Hit 3: [9.63173, 33.3653, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 24] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 22] + [ ecalVeto ] 0 : Hit 2: [4.81586, 33.3653, 20] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 19] + [ ecalVeto ] 0 : Hit 4: [4.81586, 25.024, 18] + [ ecalVeto ] 0 : Hit 5: [2.40793, 29.1946, 17] + [ ecalVeto ] 0 : Hit 6: [4.81586, 25.024, 16] + [ ecalVeto ] 0 : Hit 7: [2.40793, 29.1946, 15] + [ ecalVeto ] 0 : Hit 8: [4.81586, 25.024, 14] + [ ecalVeto ] 0 : Hit 9: [4.81586, 25.024, 12] + [ ecalVeto ] 0 : Hit 10: [2.40793, 20.8533, 11] + [ ecalVeto ] 0 : Hit 11: [4.81586, 25.024, 10] + [ ecalVeto ] 0 : Hit 12: [2.40793, 20.8533, 9] + [ ecalVeto ] 0 : Hit 13: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 14: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 15: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 16: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 17: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 18: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 19: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Hit 20: [2.40793, 20.8533, 1] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 12.512, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [16.8555, -29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [16.8555, -29.1946, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 37 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2764.77; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4533 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 62.5599, 23] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 58.3892, 22] + [ ecalVeto ] 0 : Hit 2: [-26.4873, 54.2186, 21] + [ ecalVeto ] 0 : Hit 3: [-24.0793, 50.0479, 20] + [ ecalVeto ] 0 : Hit 4: [-26.4873, 45.8773, 19] + [ ecalVeto ] 0 : Hit 5: [-24.0793, 41.7066, 18] + [ ecalVeto ] 0 : Hit 6: [-26.4873, 37.5359, 17] + [ ecalVeto ] 0 : Hit 7: [-24.0793, 33.3653, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-47.2231, -73.4515, 17] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -70.9012, 16] + [ ecalVeto ] 0 : Hit 2: [-47.2231, -73.4515, 15] + [ ecalVeto ] 0 : Hit 3: [-45.7507, -70.9012, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 29.1946, 14] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 25.024, 13] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 20.8533, 12] + [ ecalVeto ] 0 : Hit 3: [-19.2635, 16.6826, 11] + [ ecalVeto ] 0 : Hit 4: [-16.8555, 12.512, 10] + [ ecalVeto ] 0 : Hit 5: [-19.2635, 8.34132, 9] + [ ecalVeto ] 0 : Hit 6: [-16.8555, 4.17066, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -2.66454e-15, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -29.1946, 4] + [ ecalVeto ] 0 : Hit 2: [-48.1586, -25.024, 3] + [ ecalVeto ] 0 : Hit 3: [-45.7507, -20.8533, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -29.1946, 3] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -25.024, 2] + [ ecalVeto ] 0 : Hit 2: [-38.5269, -25.024, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 44 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3577.89; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4534 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4534 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 41.7066, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 41.7066, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4986.92; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4535 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [76.1183, 148.523, 22] + [ ecalVeto ] 0 : Hit 1: [73.7103, 144.353, 21] + [ ecalVeto ] 0 : Hit 2: [76.1183, 140.182, 20] + [ ecalVeto ] 0 : Finding linreg tracks from 44 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2009.07; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4536 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -29.1946, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -25.024, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -16.6826, 3] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 95 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8651.44; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4537 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, -54.2186, 10] + [ ecalVeto ] 0 : Hit 1: [24.0793, -50.0479, 9] + [ ecalVeto ] 0 : Hit 2: [26.4873, -54.2186, 8] + [ ecalVeto ] 0 : Hit 3: [24.0793, -50.0479, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 16.6826, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5030.11; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4538 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [60.1983, -20.8533, 17] + [ ecalVeto ] 0 : Hit 1: [62.6062, -16.6826, 16] + [ ecalVeto ] 0 : Hit 2: [62.6062, -16.6826, 14] + [ ecalVeto ] 0 : Hit 3: [60.1983, -20.8533, 13] + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6299.84; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4539 Brem photon produced 65 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, -41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -45.8773, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5379.26; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4540 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [88.1579, 69.2808, 17] + [ ecalVeto ] 0 : Hit 1: [88.1579, 69.2808, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-69.83, -20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -16.6826, 12] + [ ecalVeto ] 0 : Hit 2: [-69.83, -12.512, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 5: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 6: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 7: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [33.711, 50.0479, 8] + [ ecalVeto ] 0 : Hit 1: [33.711, 50.0479, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 20.8533, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 95 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5946.37; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4541 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [45.7507, 4.17066, 21] + [ ecalVeto ] 0 : Hit 1: [48.1586, 8.34132, 20] + [ ecalVeto ] 0 : Hit 2: [45.7507, 4.17066, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -29.1946, 18] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 17] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 16] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -37.5359, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Hit 5: [2.40793, -37.5359, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6096.19; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4542 Brem photon produced 57 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6717.09; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4543 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 66.7306, 12] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 62.5599, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 33.3653, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [26.4873, -20.8533, 4] + [ ecalVeto ] 0 : Hit 1: [26.4873, -20.8533, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 116 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7763.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4544 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 50.0479, 8] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 50.0479, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 37 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4023.36; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4545 Brem photon produced 58 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [3.88031, -131.841, 8] + [ ecalVeto ] 0 : Hit 1: [3.34348, -136.011, 7] + [ ecalVeto ] 0 : Hit 2: [3.34348, -136.011, 5] + [ ecalVeto ] 0 : Hit 3: [3.88031, -140.182, 4] + [ ecalVeto ] 0 : Hit 4: [3.34348, -144.353, 3] + [ ecalVeto ] 0 : Hit 5: [3.88031, -148.523, 2] + [ ecalVeto ] 0 : Hit 6: [3.34348, -144.353, 1] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -20.8533, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6636.62; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4546 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [48.1586, 58.3892, 24] + [ ecalVeto ] 0 : Hit 1: [45.7507, 54.2186, 23] + [ ecalVeto ] 0 : Hit 2: [48.1586, 50.0479, 22] + [ ecalVeto ] 0 : Hit 3: [45.7507, 45.8773, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [40.9348, 45.8773, 20] + [ ecalVeto ] 0 : Hit 1: [38.5269, 41.7066, 19] + [ ecalVeto ] 0 : Hit 2: [40.9348, 37.5359, 18] + [ ecalVeto ] 0 : Hit 3: [38.5269, 33.3653, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 35 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1613.22; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4547 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-104.078, -58.3892, 21] + [ ecalVeto ] 0 : Hit 1: [-102.606, -60.9395, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -8.34132, 19] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -4.17066, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-69.83, -29.1946, 17] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -25.024, 16] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5311.53; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4548 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-140.197, -79.2426, 21] + [ ecalVeto ] 0 : Hit 1: [-137.789, -75.0719, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-109.829, -65.1101, 18] + [ ecalVeto ] 0 : Hit 1: [-109.829, -65.1101, 16] + [ ecalVeto ] 0 : Hit 2: [-105.013, -65.1101, 17] + [ ecalVeto ] 0 : Hit 3: [-102.606, -60.9395, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-66.4865, -90.1341, 14] + [ ecalVeto ] 0 : Hit 1: [-68.8945, -85.9634, 13] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -69.2808, 13] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -73.4515, 12] + [ ecalVeto ] 0 : Hit 2: [-68.8945, -77.6221, 11] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-60.1983, -62.5599, 12] + [ ecalVeto ] 0 : Hit 1: [-62.6062, -58.3892, 11] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -54.2186, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -50.0479, 10] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -58.3892, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -62.5599, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4131.76; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4549 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -127.67, 13] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -123.499, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -4.17066, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -8.34132, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -110.987, 11] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -106.817, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -98.4754, 9] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -94.3048, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3596.21; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4550 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -8.34132, 19] + [ ecalVeto ] 0 : Hit 1: [-87.2224, -12.512, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, -45.8773, 16] + [ ecalVeto ] 0 : Hit 1: [24.0793, -41.7066, 15] + [ ecalVeto ] 0 : Hit 2: [26.4873, -37.5359, 14] + [ ecalVeto ] 0 : Hit 3: [24.0793, -41.7066, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-69.83, -20.8533, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -16.6826, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -16.6826, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -16.6826, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, -29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Hit 6: [12.0397, -29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3050.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4551 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 115.158, 17] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 110.987, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -8.34132, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, -4.17066, 11] + [ ecalVeto ] 0 : Hit 2: [19.2635, -8.34132, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Hit 6: [12.0397, 4.17066, 2] + [ ecalVeto ] 0 : Hit 7: [9.63173, 8.34132, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4903.13; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4552 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [124.277, 123.499, 25] + [ ecalVeto ] 0 : Hit 1: [124.277, 123.499, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-152.237, 83.4132, 18] + [ ecalVeto ] 0 : Hit 1: [-154.644, 79.2426, 17] + [ ecalVeto ] 0 : Finding linreg tracks from 45 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2453.76; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4553 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-109.829, -198.571, 26] + [ ecalVeto ] 0 : Hit 1: [-112.237, -194.401, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-102.606, -211.083, 26] + [ ecalVeto ] 0 : Hit 1: [-105.013, -206.913, 25] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-109.829, -215.254, 26] + [ ecalVeto ] 0 : Hit 1: [-112.237, -211.083, 25] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-105.013, -181.889, 25] + [ ecalVeto ] 0 : Hit 1: [-102.606, -186.059, 24] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -102.646, 15] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -98.4754, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [40.9348, 45.8773, 14] + [ ecalVeto ] 0 : Hit 1: [38.5269, 41.7066, 13] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -90.1341, 13] + [ ecalVeto ] 0 : Hit 1: [-59.2627, -85.9634, 12] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [33.711, 33.3653, 12] + [ ecalVeto ] 0 : Hit 1: [31.3031, 29.1946, 11] + [ ecalVeto ] 0 : Hit 2: [33.711, 25.024, 10] + [ ecalVeto ] 0 : Hit 3: [31.3031, 20.8533, 9] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 2] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 92 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2811.16; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4554 Brem photon produced 55 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [62.6062, -41.7066, 24] + [ ecalVeto ] 0 : Hit 1: [60.1983, -37.5359, 23] + [ ecalVeto ] 0 : Hit 2: [62.6062, -41.7066, 22] + [ ecalVeto ] 0 : Hit 3: [60.1983, -37.5359, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-25.5517, -94.3048, 23] + [ ecalVeto ] 0 : Hit 1: [-23.1438, -90.1341, 22] + [ ecalVeto ] 0 : Hit 2: [-25.5517, -85.9634, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5363.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4555 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-141.132, 136.011, 33] + [ ecalVeto ] 0 : Hit 1: [-138.725, 131.841, 32] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-141.132, 144.353, 33] + [ ecalVeto ] 0 : Hit 1: [-138.725, 140.182, 32] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-105.013, 115.158, 27] + [ ecalVeto ] 0 : Hit 1: [-102.606, 119.329, 26] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 110.987, 25] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 106.817, 24] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 102.646, 23] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 98.4754, 22] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 90.1341, 21] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 94.3048, 20] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 85.9634, 19] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 81.7928, 18] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-61.6707, 81.7928, 17] + [ ecalVeto ] 0 : Hit 1: [-59.2627, 77.6221, 16] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-54.4469, 69.2808, 15] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 66.7306, 14] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 50.0479, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 34 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4474.15; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4556 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -8.34132, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -50.0479, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -45.8773, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6040.85; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4557 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [89.0935, -4.17066, 21] + [ ecalVeto ] 0 : Hit 1: [89.6303, -8.34132, 20] + [ ecalVeto ] 0 : Hit 2: [89.0935, -4.17066, 19] + [ ecalVeto ] 0 : Hit 3: [89.6303, -2.66454e-15, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [69.83, 4.17066, 18] + [ ecalVeto ] 0 : Hit 1: [69.83, 4.17066, 16] + [ ecalVeto ] 0 : Hit 2: [67.4221, 8.34132, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -77.6221, 17] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -81.7928, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -12.512, 15] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -8.34132, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -2.66454e-15, 12] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -33.3653, 12] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -29.1946, 11] + [ ecalVeto ] 0 : Hit 2: [-38.5269, -25.024, 10] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 8.34132, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 101 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5432.89; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4558 Brem photon produced 42 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, 37.5359, 21] + [ ecalVeto ] 0 : Hit 1: [19.2635, 41.7066, 20] + [ ecalVeto ] 0 : Hit 2: [16.8555, 37.5359, 19] + [ ecalVeto ] 0 : Hit 3: [19.2635, 41.7066, 18] + [ ecalVeto ] 0 : Hit 4: [16.8555, 37.5359, 17] + [ ecalVeto ] 0 : Hit 5: [16.8555, 37.5359, 15] + [ ecalVeto ] 0 : Hit 6: [12.0397, 37.5359, 16] + [ ecalVeto ] 0 : Hit 7: [12.0397, 37.5359, 14] + [ ecalVeto ] 0 : Hit 8: [9.63173, 33.3653, 13] + [ ecalVeto ] 0 : Hit 9: [12.0397, 37.5359, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 13] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -29.1946, 12] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 11] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 10] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -25.024, 9] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 20.8533, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 102 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6704.45; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4559 Brem photon produced 50 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-67.4221, -8.34132, 16] + [ ecalVeto ] 0 : Hit 1: [-69.83, -4.17066, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 25.024, 10] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 20.8533, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2986.36; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4560 Brem photon produced 68 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 41.7066, 13] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 41.7066, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 12] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 11] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 12.512, 10] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 7: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 8: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 9: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Hit 10: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 8.34132, 8] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 12.512, 5] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 8.34132, 4] + [ ecalVeto ] 0 : Hit 5: [-12.0397, 12.512, 3] + [ ecalVeto ] 0 : Hit 6: [-9.63173, 8.34132, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [16.8555, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [19.2635, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 2: [19.2635, -2.66454e-15, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 96 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6155.61; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4561 Brem photon produced 48 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4336.39; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4562 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4562 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, 79.2426, 18] + [ ecalVeto ] 0 : Hit 1: [24.0793, 75.0719, 17] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5553; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4563 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [40.9348, 45.8773, 16] + [ ecalVeto ] 0 : Hit 1: [38.5269, 41.7066, 15] + [ ecalVeto ] 0 : Hit 2: [40.9348, 37.5359, 14] + [ ecalVeto ] 0 : Hit 3: [38.5269, 33.3653, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 79.2426, 15] + [ ecalVeto ] 0 : Hit 1: [4.81586, 75.0719, 14] + [ ecalVeto ] 0 : Hit 2: [2.40793, 70.9012, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5961.29; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4564 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [52.9745, -50.0479, 15] + [ ecalVeto ] 0 : Hit 1: [55.3824, -54.2186, 14] + [ ecalVeto ] 0 : Hit 2: [52.9745, -50.0479, 13] + [ ecalVeto ] 0 : Hit 3: [55.3824, -45.8773, 12] + [ ecalVeto ] 0 : Hit 4: [48.1586, -50.0479, 14] + [ ecalVeto ] 0 : Hit 5: [45.7507, -45.8773, 13] + [ ecalVeto ] 0 : Hit 6: [48.1586, -41.7066, 12] + [ ecalVeto ] 0 : Hit 7: [45.7507, -45.8773, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [38.5269, -50.0479, 15] + [ ecalVeto ] 0 : Hit 1: [38.5269, -50.0479, 13] + [ ecalVeto ] 0 : Hit 2: [40.9348, -45.8773, 12] + [ ecalVeto ] 0 : Hit 3: [38.5269, -41.7066, 11] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4288.74; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4565 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 39 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3470.5; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4566 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [112.237, -85.9634, 32] + [ ecalVeto ] 0 : Hit 1: [109.829, -81.7928, 31] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 5: [4.81586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 6: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 44 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2953.97; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4567 Brem photon produced 37 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-133.909, 106.817, 17] + [ ecalVeto ] 0 : Hit 1: [-131.501, 102.646, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 3: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -56.7688, 9] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -60.9395, 8] + [ ecalVeto ] 0 : Hit 2: [-68.8945, -60.9395, 9] + [ ecalVeto ] 0 : Hit 3: [-66.4865, -65.1101, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2186.65; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4568 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 4: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 6: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 31 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3879.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4569 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, -70.9012, 10] + [ ecalVeto ] 0 : Hit 1: [24.0793, -75.0719, 9] + [ ecalVeto ] 0 : Hit 2: [26.4873, -70.9012, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -29.1946, 8] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, -33.3653, 3] + [ ecalVeto ] 0 : Hit 6: [12.0397, -37.5359, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3087.05; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4570 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 12 + [ ecalVeto ] 0 : Beginning track merging using 12 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 11 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-105.013, 98.4754, 25] + [ ecalVeto ] 0 : Hit 1: [-102.606, 94.3048, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 77.6221, 21] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 73.4515, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 65.1101, 19] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 69.2808, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 60.9395, 17] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 58.3892, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 54.2186, 15] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 58.3892, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [45.7507, -29.1946, 13] + [ ecalVeto ] 0 : Hit 1: [48.1586, -33.3653, 12] + [ ecalVeto ] 0 : Hit 2: [45.7507, -29.1946, 11] + [ ecalVeto ] 0 : Hit 3: [48.1586, -25.024, 10] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [19.2635, 33.3653, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, 29.1946, 11] + [ ecalVeto ] 0 : Hit 2: [19.2635, 33.3653, 10] + [ ecalVeto ] 0 : Hit 3: [16.8555, 29.1946, 9] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [12.0397, 29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 4: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 7: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 29.1946, 5] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 25.024, 4] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 127 hits + [ ecalVeto ] 0 : MIP tracking completed; found 11 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5177.74; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4571 Brem photon produced 44 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [68.8945, -60.9395, 18] + [ ecalVeto ] 0 : Hit 1: [67.4221, -58.3892, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -29.1946, 9] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -33.3653, 8] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -29.1946, 7] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -25.024, 6] + [ ecalVeto ] 0 : Hit 5: [-12.0397, -29.1946, 5] + [ ecalVeto ] 0 : Hit 6: [-9.63173, -25.024, 4] + [ ecalVeto ] 0 : Hit 7: [-12.0397, -20.8533, 3] + [ ecalVeto ] 0 : Hit 8: [-9.63173, -25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 122 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4280.08; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4572 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 58.3892, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 54.2186, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 50.0479, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, 4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [24.0793, 8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [26.4873, 12.512, 8] + [ ecalVeto ] 0 : Hit 3: [24.0793, 16.6826, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6846.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4573 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-3.88031, -148.523, 33] + [ ecalVeto ] 0 : Hit 1: [-1.47238, -144.353, 32] + [ ecalVeto ] 0 : Hit 2: [-3.88031, -140.182, 31] + [ ecalVeto ] 0 : Hit 3: [-1.47238, -136.011, 30] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -95.9252, 23] + [ ecalVeto ] 0 : Hit 1: [4.81586, -91.7545, 22] + [ ecalVeto ] 0 : Hit 2: [2.40793, -87.5839, 21] + [ ecalVeto ] 0 : Hit 3: [4.81586, -83.4132, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -62.5599, 17] + [ ecalVeto ] 0 : Hit 1: [4.81586, -58.3892, 16] + [ ecalVeto ] 0 : Hit 2: [2.40793, -54.2186, 15] + [ ecalVeto ] 0 : Hit 3: [4.81586, -50.0479, 14] + [ ecalVeto ] 0 : Hit 4: [2.40793, -45.8773, 13] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-87.2224, -4.17066, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-69.83, 4.17066, 1] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -2.66454e-15, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4106.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4574 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -37.5359, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -8.34132, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5767.86; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4575 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 137 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5705.81; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4576 Brem photon produced 39 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-155.58, -144.353, 23] + [ ecalVeto ] 0 : Hit 1: [-153.172, -148.523, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-148.356, -140.182, 21] + [ ecalVeto ] 0 : Hit 1: [-145.948, -136.011, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-141.132, -136.011, 19] + [ ecalVeto ] 0 : Hit 1: [-138.725, -131.841, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-133.909, -131.841, 17] + [ ecalVeto ] 0 : Hit 1: [-131.501, -127.67, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -50.0479, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -45.8773, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -2.66454e-15, 2] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 4.17066, 2] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -2.66454e-15, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 90 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5121.63; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4577 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, -41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [24.0793, -41.7066, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -62.5599, 6] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -58.3892, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Hit 4: [2.40793, -20.8533, 1] + [ ecalVeto ] 0 : Hit 5: [4.81586, -25.024, 0] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -4.17066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 99 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7768.5; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4578 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [25.5517, -161.035, 22] + [ ecalVeto ] 0 : Hit 1: [23.1438, -156.865, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [18.3279, -156.865, 20] + [ ecalVeto ] 0 : Hit 1: [15.92, -152.694, 19] + [ ecalVeto ] 0 : Finding linreg tracks from 42 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5687.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4579 Brem photon produced 51 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [97.7897, -85.9634, 18] + [ ecalVeto ] 0 : Hit 1: [95.3817, -81.7928, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [12.0397, -37.5359, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, -33.3653, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5828.8; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4580 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-133.909, -98.4754, 17] + [ ecalVeto ] 0 : Hit 1: [-131.501, -94.3048, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-112.237, -85.9634, 17] + [ ecalVeto ] 0 : Hit 1: [-109.829, -81.7928, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-119.461, -90.1341, 15] + [ ecalVeto ] 0 : Hit 1: [-117.053, -85.9634, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -58.3892, 9] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -54.2186, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5191.62; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4581 Brem photon produced 47 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 23] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 22] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 21] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -29.1946, 20] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -25.024, 19] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -29.1946, 18] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -33.3653, 17] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -29.1946, 16] + [ ecalVeto ] 0 : Hit 8: [-4.81586, -33.3653, 15] + [ ecalVeto ] 0 : Hit 9: [-2.40793, -29.1946, 14] + [ ecalVeto ] 0 : Hit 10: [-4.81586, -33.3653, 13] + [ ecalVeto ] 0 : Hit 11: [-4.81586, -33.3653, 11] + [ ecalVeto ] 0 : Hit 12: [-2.40793, -37.5359, 10] + [ ecalVeto ] 0 : Hit 13: [-4.81586, -33.3653, 9] + [ ecalVeto ] 0 : Hit 14: [-2.40793, -37.5359, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [24.0793, -41.7066, 15] + [ ecalVeto ] 0 : Hit 1: [26.4873, -45.8773, 14] + [ ecalVeto ] 0 : Hit 2: [24.0793, -41.7066, 13] + [ ecalVeto ] 0 : Hit 3: [26.4873, -45.8773, 12] + [ ecalVeto ] 0 : Hit 4: [24.0793, -41.7066, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-3.88031, -98.4754, 13] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -95.9252, 12] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -91.7545, 11] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -87.5839, 10] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -83.4132, 9] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -79.2426, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -37.5359, 8] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -41.7066, 7] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -37.5359, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -25.024, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -29.1946, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -33.3653, 4] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -29.1946, 3] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -33.3653, 2] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Hit 8: [-2.40793, -29.1946, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -41.7066, 5] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -41.7066, 3] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -37.5359, 2] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -33.3653, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3941.55; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4582 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-73.7103, 94.3048, 24] + [ ecalVeto ] 0 : Hit 1: [-76.1183, 90.1341, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 25.024, 13] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 20.8533, 12] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 16.6826, 11] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 12.512, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -8.34132, 7] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -12.512, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -25.024, 3] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -20.8533, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3970.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4583 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 15] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 13] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 20.8533, 12] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 25.024, 11] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 25.024, 9] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 25.024, 10] + [ ecalVeto ] 0 : Hit 6: [-9.63173, 25.024, 8] + [ ecalVeto ] 0 : Hit 7: [-12.0397, 29.1946, 7] + [ ecalVeto ] 0 : Hit 8: [-9.63173, 25.024, 6] + [ ecalVeto ] 0 : Hit 9: [-12.0397, 29.1946, 5] + [ ecalVeto ] 0 : Hit 10: [-9.63173, 33.3653, 4] + [ ecalVeto ] 0 : Hit 11: [-9.63173, 33.3653, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 29 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2256.28; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4584 Brem photon produced 45 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 54.2186, 7] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 54.2186, 5] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 50.0479, 4] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 54.2186, 6] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 54.2186, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 75.0719, 6] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 70.9012, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 12.512, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 8.34132, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5479.92; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4585 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -41.7066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5250.19; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4586 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-74.6459, -12.512, 12] + [ ecalVeto ] 0 : Hit 1: [-77.0538, -8.34132, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -50.0479, 5] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -45.8773, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 25.024, 4] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 29.1946, 3] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 25.024, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [111.302, 62.5599, 4] + [ ecalVeto ] 0 : Hit 1: [109.829, 65.1101, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5609.35; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4587 Brem photon produced 41 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2997.28; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4588 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -66.7306, 16] + [ ecalVeto ] 0 : Hit 1: [16.8555, -62.5599, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 75.0719, 15] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 70.9012, 14] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 66.7306, 13] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 62.5599, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2153.36; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4589 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [11.1041, 110.987, 14] + [ ecalVeto ] 0 : Hit 1: [8.69618, 106.817, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 2] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 1] + [ ecalVeto ] 0 : Hit 3: [12.0397, 20.8533, 0] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-3.88031, 98.4754, 3] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 95.9252, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 103 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4351.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4590 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 23 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3361.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4591 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [68.8945, 77.6221, 26] + [ ecalVeto ] 0 : Hit 1: [66.4865, 73.4515, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -8.34132, 8] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -8.34132, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -33.3653, 4] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -29.1946, 3] + [ ecalVeto ] 0 : Hit 2: [-38.5269, -33.3653, 2] + [ ecalVeto ] 0 : Hit 3: [-40.9348, -29.1946, 1] + [ ecalVeto ] 0 : Hit 4: [-38.5269, -25.024, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3382.7; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4592 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [62.6062, -2.66454e-15, 18] + [ ecalVeto ] 0 : Hit 1: [62.6062, -2.66454e-15, 16] + [ ecalVeto ] 0 : Hit 2: [60.1983, 4.17066, 15] + [ ecalVeto ] 0 : Hit 3: [62.6062, 8.34132, 14] + [ ecalVeto ] 0 : Hit 4: [60.1983, 12.512, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [55.3824, 12.512, 12] + [ ecalVeto ] 0 : Hit 1: [52.9745, 16.6826, 11] + [ ecalVeto ] 0 : Hit 2: [55.3824, 20.8533, 10] + [ ecalVeto ] 0 : Hit 3: [52.9745, 25.024, 9] + [ ecalVeto ] 0 : Hit 4: [55.3824, 29.1946, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, 50.0479, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 45.8773, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6268.93; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4593 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 8.34132, 16] + [ ecalVeto ] 0 : Hit 1: [16.8555, 4.17066, 15] + [ ecalVeto ] 0 : Hit 2: [19.2635, -2.66454e-15, 14] + [ ecalVeto ] 0 : Hit 3: [16.8555, -4.17066, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -87.5839, 13] + [ ecalVeto ] 0 : Hit 1: [4.81586, -83.4132, 12] + [ ecalVeto ] 0 : Hit 2: [2.40793, -79.2426, 11] + [ ecalVeto ] 0 : Hit 3: [4.81586, -75.0719, 10] + [ ecalVeto ] 0 : Hit 4: [2.40793, -70.9012, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -62.5599, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -58.3892, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -54.2186, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -50.0479, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -45.8773, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5321.51; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4594 Brem photon produced 38 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [125.749, 20.8533, 32] + [ ecalVeto ] 0 : Hit 1: [123.341, 16.6826, 31] + [ ecalVeto ] 0 : Hit 2: [123.341, 16.6826, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 91.7545, 23] + [ ecalVeto ] 0 : Hit 1: [12.0397, 87.5839, 22] + [ ecalVeto ] 0 : Hit 2: [9.63173, 83.4132, 21] + [ ecalVeto ] 0 : Hit 3: [12.0397, 79.2426, 20] + [ ecalVeto ] 0 : Hit 4: [9.63173, 75.0719, 19] + [ ecalVeto ] 0 : Hit 5: [12.0397, 70.9012, 18] + [ ecalVeto ] 0 : Hit 6: [9.63173, 66.7306, 17] + [ ecalVeto ] 0 : Hit 7: [12.0397, 62.5599, 16] + [ ecalVeto ] 0 : Hit 8: [9.63173, 58.3892, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [16.8555, 54.2186, 19] + [ ecalVeto ] 0 : Hit 1: [19.2635, 50.0479, 18] + [ ecalVeto ] 0 : Hit 2: [16.8555, 45.8773, 17] + [ ecalVeto ] 0 : Hit 3: [19.2635, 50.0479, 16] + [ ecalVeto ] 0 : Hit 4: [16.8555, 45.8773, 15] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 50.0479, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, 45.8773, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, 41.7066, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, 45.8773, 9] + [ ecalVeto ] 0 : Hit 4: [4.81586, 41.7066, 8] + [ ecalVeto ] 0 : Hit 5: [4.81586, 41.7066, 6] + [ ecalVeto ] 0 : Hit 6: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Hit 7: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Hit 8: [4.81586, 33.3653, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 25.024, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 29.1946, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [9.63173, 41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [9.63173, 41.7066, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, 37.5359, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, 41.7066, 3] + [ ecalVeto ] 0 : Hit 4: [12.0397, 37.5359, 2] + [ ecalVeto ] 0 : Hit 5: [9.63173, 33.3653, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8787.41; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4595 Brem photon produced 54 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-111.302, 45.8773, 15] + [ ecalVeto ] 0 : Hit 1: [-108.894, 41.7066, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -4.17066, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5023.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4596 Brem photon produced 48 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 16.6826, 15] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 20.8533, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5780.02; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4597 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 29.1946, 13] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 33.3653, 12] + [ ecalVeto ] 0 : Hit 2: [-26.4873, 29.1946, 11] + [ ecalVeto ] 0 : Hit 3: [-24.0793, 33.3653, 10] + [ ecalVeto ] 0 : Hit 4: [-24.0793, 33.3653, 8] + [ ecalVeto ] 0 : Hit 5: [-16.8555, 29.1946, 10] + [ ecalVeto ] 0 : Hit 6: [-19.2635, 33.3653, 9] + [ ecalVeto ] 0 : Hit 7: [-16.8555, 29.1946, 8] + [ ecalVeto ] 0 : Hit 8: [-19.2635, 25.024, 7] + [ ecalVeto ] 0 : Hit 9: [-16.8555, 29.1946, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 25.024, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 25.024, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 2] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 1] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3093.28; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4598 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-147.421, -16.6826, 29] + [ ecalVeto ] 0 : Hit 1: [-145.013, -20.8533, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -20.8533, 21] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -25.024, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -25.024, 19] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -20.8533, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-69.83, -20.8533, 17] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -25.024, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -25.024, 13] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -29.1946, 12] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -25.024, 10] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-33.711, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -29.1946, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 41 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3545.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4599 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [125.749, -37.5359, 28] + [ ecalVeto ] 0 : Hit 1: [125.749, -37.5359, 26] + [ ecalVeto ] 0 : Hit 2: [118.525, -33.3653, 28] + [ ecalVeto ] 0 : Hit 3: [116.118, -29.1946, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [111.302, -20.8533, 28] + [ ecalVeto ] 0 : Hit 1: [111.302, -20.8533, 26] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1837.28; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4600 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [83.3421, 94.3048, 26] + [ ecalVeto ] 0 : Hit 1: [80.9341, 90.1341, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [48.1586, 58.3892, 16] + [ ecalVeto ] 0 : Hit 1: [45.7507, 54.2186, 15] + [ ecalVeto ] 0 : Hit 2: [48.1586, 50.0479, 14] + [ ecalVeto ] 0 : Hit 3: [45.7507, 45.8773, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -25.024, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [26.4873, 29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [24.0793, 33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [26.4873, 29.1946, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 99 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1595.98; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4601 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 83.4132, 22] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 79.2426, 21] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 75.0719, 20] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 70.9012, 19] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 66.7306, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 33.3653, 13] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 12] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 33.3653, 11] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 29.1946, 10] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 25.024, 9] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 8: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 9: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 10: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 60.9395, 11] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 65.1101, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -45.8773, 5] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -41.7066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4841.2; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4602 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4602 Brem photon produced 91 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5898.43; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4603 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 3: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3822.69; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4604 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-176.316, 50.0479, 29] + [ ecalVeto ] 0 : Hit 1: [-173.908, 45.8773, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [90.5659, -98.4754, 28] + [ ecalVeto ] 0 : Hit 1: [88.1579, -94.3048, 27] + [ ecalVeto ] 0 : Hit 2: [90.5659, -90.1341, 26] + [ ecalVeto ] 0 : Hit 3: [90.5659, -90.1341, 24] + [ ecalVeto ] 0 : Hit 4: [88.1579, -85.9634, 23] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-169.092, 45.8773, 27] + [ ecalVeto ] 0 : Hit 1: [-166.684, 41.7066, 26] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-161.868, 41.7066, 25] + [ ecalVeto ] 0 : Hit 1: [-159.46, 37.5359, 24] + [ ecalVeto ] 0 : Hit 2: [-161.868, 41.7066, 23] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -41.7066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8178.74; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4605 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [89.6303, -8.34132, 22] + [ ecalVeto ] 0 : Hit 1: [89.0935, -4.17066, 21] + [ ecalVeto ] 0 : Hit 2: [89.6303, -8.34132, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [81.8697, -8.34132, 19] + [ ecalVeto ] 0 : Hit 1: [84.2776, -12.512, 18] + [ ecalVeto ] 0 : Hit 2: [81.8697, -8.34132, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-69.83, -29.1946, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -33.3653, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [67.4221, -16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [69.83, -20.8533, 12] + [ ecalVeto ] 0 : Hit 2: [67.4221, -25.024, 11] + [ ecalVeto ] 0 : Hit 3: [69.83, -20.8533, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -29.1946, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -25.024, 12] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -50.0479, 8] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -45.8773, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6813.21; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4606 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [38.5269, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [38.5269, -25.024, 5] + [ ecalVeto ] 0 : Hit 2: [40.9348, -20.8533, 4] + [ ecalVeto ] 0 : Hit 3: [38.5269, -25.024, 3] + [ ecalVeto ] 0 : Hit 4: [40.9348, -29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 27 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2634.64; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4607 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 119.329, 19] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 115.158, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -2.66454e-15, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -12.512, 1] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -8.34132, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3114.53; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4608 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -12.512, 15] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -16.6826, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5614.49; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4609 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7499.98; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4610 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 11] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 7: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 8: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Hit 9: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Hit 10: [2.40793, 4.17066, 1] + [ ecalVeto ] 0 : Hit 11: [4.81586, 8.34132, 0] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6284.78; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4611 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 75.0719, 17] + [ ecalVeto ] 0 : Hit 1: [12.0397, 70.9012, 16] + [ ecalVeto ] 0 : Hit 2: [9.63173, 66.7306, 15] + [ ecalVeto ] 0 : Hit 3: [12.0397, 70.9012, 14] + [ ecalVeto ] 0 : Hit 4: [9.63173, 66.7306, 13] + [ ecalVeto ] 0 : Hit 5: [12.0397, 62.5599, 12] + [ ecalVeto ] 0 : Hit 6: [9.63173, 58.3892, 11] + [ ecalVeto ] 0 : Hit 7: [9.63173, 58.3892, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [18.3279, 131.841, 16] + [ ecalVeto ] 0 : Hit 1: [15.92, 127.67, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [18.3279, 115.158, 14] + [ ecalVeto ] 0 : Hit 1: [15.92, 110.987, 13] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 83.4132, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 79.2426, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 75.0719, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 70.9012, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 90.1341, 9] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 85.9634, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, 50.0479, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 54.2186, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 50.0479, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 45.8773, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, 50.0479, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, 45.8773, 3] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [12.0397, 70.9012, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 66.7306, 7] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-54.4469, 77.6221, 7] + [ ecalVeto ] 0 : Hit 1: [-52.039, 73.4515, 6] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 58.3892, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 54.2186, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 50.0479, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 45.8773, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6138.02; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4612 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -41.7066, 1] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -45.8773, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4542.62; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4613 Brem photon produced 69 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 50.0479, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 45.8773, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 50.0479, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 45.8773, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 41.7066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4765.71; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4614 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [125.749, 12.512, 4] + [ ecalVeto ] 0 : Hit 1: [123.341, 8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3695.25; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4615 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 41.7066, 26] + [ ecalVeto ] 0 : Hit 1: [16.8555, 37.5359, 25] + [ ecalVeto ] 0 : Hit 2: [19.2635, 33.3653, 24] + [ ecalVeto ] 0 : Hit 3: [16.8555, 29.1946, 23] + [ ecalVeto ] 0 : Hit 4: [19.2635, 33.3653, 22] + [ ecalVeto ] 0 : Hit 5: [16.8555, 29.1946, 21] + [ ecalVeto ] 0 : Hit 6: [19.2635, 25.024, 20] + [ ecalVeto ] 0 : Hit 7: [16.8555, 20.8533, 19] + [ ecalVeto ] 0 : Hit 8: [19.2635, 16.6826, 18] + [ ecalVeto ] 0 : Hit 9: [16.8555, 12.512, 17] + [ ecalVeto ] 0 : Hit 10: [19.2635, 8.34132, 16] + [ ecalVeto ] 0 : Hit 11: [19.2635, 8.34132, 14] + [ ecalVeto ] 0 : Hit 12: [16.8555, 4.17066, 13] + [ ecalVeto ] 0 : Hit 13: [19.2635, 8.34132, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [68.8945, -119.329, 20] + [ ecalVeto ] 0 : Hit 1: [66.4865, -115.158, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [16.8555, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [19.2635, -8.34132, 8] + [ ecalVeto ] 0 : Hit 2: [16.8555, -12.512, 7] + [ ecalVeto ] 0 : Hit 3: [19.2635, -8.34132, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2639.6; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4616 Brem photon produced 76 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 75.0719, 17] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 70.9012, 16] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 66.7306, 15] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 62.5599, 14] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 58.3892, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 41.7066, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 33.3653, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5531.73; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4617 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4617 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [68.8945, -85.9634, 18] + [ ecalVeto ] 0 : Hit 1: [66.4865, -81.7928, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 2] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -16.6826, 1] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -12.512, 0] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4164.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4618 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [169.092, 29.1946, 16] + [ ecalVeto ] 0 : Hit 1: [166.684, 33.3653, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [69.83, 54.2186, 12] + [ ecalVeto ] 0 : Hit 1: [69.83, 54.2186, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 33.3653, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 29.1946, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 7: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Hit 8: [-2.40793, 29.1946, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 11] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 25.024, 8] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 25.024, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 37.5359, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 33.3653, 6] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 33.3653, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3882.78; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4619 Brem photon produced 56 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [83.3421, -85.9634, 28] + [ ecalVeto ] 0 : Hit 1: [80.9341, -81.7928, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-140.197, -20.8533, 19] + [ ecalVeto ] 0 : Hit 1: [-137.789, -16.6826, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [26.4873, -54.2186, 16] + [ ecalVeto ] 0 : Hit 1: [24.0793, -50.0479, 15] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, -41.7066, 14] + [ ecalVeto ] 0 : Hit 1: [16.8555, -37.5359, 13] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 29.1946, 13] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 25.024, 12] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 20.8533, 11] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 16.6826, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 102 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3288.93; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4620 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-67.4221, 33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 33.3653, 8] + [ ecalVeto ] 0 : Hit 2: [-69.83, 37.5359, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 8.34132, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-33.711, 8.34132, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 12.512, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 25.024, 6] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 29.1946, 5] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [16.8555, 12.512, 5] + [ ecalVeto ] 0 : Hit 1: [16.8555, 12.512, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5944.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4621 Brem photon produced 54 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 12] + [ ecalVeto ] 0 : Hit 2: [9.63173, 8.34132, 11] + [ ecalVeto ] 0 : Hit 3: [12.0397, 4.17066, 10] + [ ecalVeto ] 0 : Hit 4: [9.63173, -2.66454e-15, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 42 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6129.35; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4622 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-119.461, -106.817, 23] + [ ecalVeto ] 0 : Hit 1: [-117.053, -102.646, 22] + [ ecalVeto ] 0 : Hit 2: [-119.461, -98.4754, 21] + [ ecalVeto ] 0 : Hit 3: [-117.053, -94.3048, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-119.461, -81.7928, 19] + [ ecalVeto ] 0 : Hit 1: [-117.053, -77.6221, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -102.646, 19] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -98.4754, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -85.9634, 17] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -81.7928, 16] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4627.65; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4623 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-161.868, -41.7066, 21] + [ ecalVeto ] 0 : Hit 1: [-159.46, -45.8773, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-111.302, -37.5359, 15] + [ ecalVeto ] 0 : Hit 1: [-108.894, -41.7066, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -33.3653, 13] + [ ecalVeto ] 0 : Hit 1: [-77.0538, -33.3653, 11] + [ ecalVeto ] 0 : Hit 2: [-74.6459, -37.5359, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -45.8773, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -41.7066, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-60.1983, -29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [-62.6062, -33.3653, 9] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 16.6826, 8] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -41.7066, 8] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-33.711, -41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [-33.711, -33.3653, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3231.21; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4624 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-52.039, 90.1341, 26] + [ ecalVeto ] 0 : Hit 1: [-54.4469, 85.9634, 25] + [ ecalVeto ] 0 : Hit 2: [-52.039, 81.7928, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [8.69618, 115.158, 25] + [ ecalVeto ] 0 : Hit 1: [11.1041, 119.329, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 66.7306, 21] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 62.5599, 20] + [ ecalVeto ] 0 : Hit 2: [-48.1586, 58.3892, 19] + [ ecalVeto ] 0 : Hit 3: [-45.7507, 54.2186, 18] + [ ecalVeto ] 0 : Hit 4: [-48.1586, 50.0479, 17] + [ ecalVeto ] 0 : Hit 5: [-45.7507, 45.8773, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 29.1946, 13] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 33.3653, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4737.89; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4625 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [25.5517, 94.3048, 28] + [ ecalVeto ] 0 : Hit 1: [23.1438, 98.4754, 27] + [ ecalVeto ] 0 : Hit 2: [25.5517, 94.3048, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, 87.5839, 25] + [ ecalVeto ] 0 : Hit 1: [19.2635, 83.4132, 24] + [ ecalVeto ] 0 : Hit 2: [16.8555, 79.2426, 23] + [ ecalVeto ] 0 : Hit 3: [19.2635, 75.0719, 22] + [ ecalVeto ] 0 : Hit 4: [16.8555, 70.9012, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [60.1983, 37.5359, 21] + [ ecalVeto ] 0 : Hit 1: [62.6062, 41.7066, 20] + [ ecalVeto ] 0 : Hit 2: [60.1983, 37.5359, 19] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, 62.5599, 20] + [ ecalVeto ] 0 : Hit 1: [12.0397, 62.5599, 18] + [ ecalVeto ] 0 : Hit 2: [9.63173, 58.3892, 17] + [ ecalVeto ] 0 : Hit 3: [12.0397, 54.2186, 16] + [ ecalVeto ] 0 : Hit 4: [9.63173, 50.0479, 15] + [ ecalVeto ] 0 : Hit 5: [12.0397, 45.8773, 14] + [ ecalVeto ] 0 : Hit 6: [9.63173, 41.7066, 13] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, 41.7066, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, 33.3653, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 9] + [ ecalVeto ] 0 : Hit 4: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 5: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 6: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 7: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 8: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4061.65; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4626 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [18.3279, -98.4754, 16] + [ ecalVeto ] 0 : Hit 1: [15.92, -94.3048, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 37 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3398.03; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4627 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [132.973, 8.34132, 22] + [ ecalVeto ] 0 : Hit 1: [130.565, 4.17066, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [118.525, -2.66454e-15, 20] + [ ecalVeto ] 0 : Hit 1: [116.118, -4.17066, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -70.9012, 17] + [ ecalVeto ] 0 : Hit 1: [2.40793, -70.9012, 15] + [ ecalVeto ] 0 : Hit 2: [4.81586, -75.0719, 14] + [ ecalVeto ] 0 : Hit 3: [2.40793, -70.9012, 13] + [ ecalVeto ] 0 : Hit 4: [4.81586, -66.7306, 12] + [ ecalVeto ] 0 : Hit 5: [2.40793, -70.9012, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -66.7306, 17] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -70.9012, 16] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -75.0719, 15] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -70.9012, 14] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -66.7306, 13] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -62.5599, 12] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -66.7306, 11] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -70.9012, 10] + [ ecalVeto ] 0 : Hit 8: [-4.81586, -66.7306, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2382.74; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4628 Brem photon produced 90 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 54.2186, 10] + [ ecalVeto ] 0 : Hit 1: [-33.711, 50.0479, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5403.14; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4629 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, -33.3653, 24] + [ ecalVeto ] 0 : Hit 1: [31.3031, -37.5359, 23] + [ ecalVeto ] 0 : Hit 2: [33.711, -41.7066, 22] + [ ecalVeto ] 0 : Hit 3: [31.3031, -37.5359, 21] + [ ecalVeto ] 0 : Hit 4: [33.711, -33.3653, 20] + [ ecalVeto ] 0 : Hit 5: [31.3031, -29.1946, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, -20.8533, 18] + [ ecalVeto ] 0 : Hit 1: [24.0793, -16.6826, 17] + [ ecalVeto ] 0 : Hit 2: [26.4873, -12.512, 16] + [ ecalVeto ] 0 : Hit 3: [24.0793, -8.34132, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, 4.17066, 11] + [ ecalVeto ] 0 : Hit 2: [19.2635, 8.34132, 10] + [ ecalVeto ] 0 : Hit 3: [16.8555, 12.512, 9] + [ ecalVeto ] 0 : Hit 4: [19.2635, 16.6826, 8] + [ ecalVeto ] 0 : Hit 5: [16.8555, 20.8533, 7] + [ ecalVeto ] 0 : Hit 6: [19.2635, 25.024, 6] + [ ecalVeto ] 0 : Hit 7: [16.8555, 20.8533, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4555.48; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4630 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 12] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -79.2426, 10] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -75.0719, 9] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -79.2426, 8] + [ ecalVeto ] 0 : Hit 3: [-19.2635, -83.4132, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-25.5517, -94.3048, 9] + [ ecalVeto ] 0 : Hit 1: [-23.1438, -98.4754, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -20.8533, 2] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -16.6826, 1] + [ ecalVeto ] 0 : Hit 8: [-2.40793, -20.8533, 0] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -54.2186, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -58.3892, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6143.81; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4631 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-69.83, 29.1946, 21] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 25.024, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-32.7755, 81.7928, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 79.2426, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, 66.7306, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 62.5599, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4841.19; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4632 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 37.5359, 23] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 33.3653, 22] + [ ecalVeto ] 0 : Hit 2: [-77.0538, 33.3653, 23] + [ ecalVeto ] 0 : Hit 3: [-74.6459, 29.1946, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 41.7066, 23] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 37.5359, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-69.83, 29.1946, 21] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 25.024, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [61.6707, -98.4754, 20] + [ ecalVeto ] 0 : Hit 1: [59.2627, -102.646, 19] + [ ecalVeto ] 0 : Hit 2: [61.6707, -98.4754, 18] + [ ecalVeto ] 0 : Hit 3: [59.2627, -102.646, 17] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 25.024, 19] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 20.8533, 18] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 20.8533, 17] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 16.6826, 16] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 8.34132, 14] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 4.17066, 13] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -4.17066, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4575.28; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4633 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -219.425, 31] + [ ecalVeto ] 0 : Hit 1: [-52.039, -223.595, 30] + [ ecalVeto ] 0 : Hit 2: [-54.4469, -219.425, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-23.1438, -98.4754, 18] + [ ecalVeto ] 0 : Hit 1: [-25.5517, -94.3048, 17] + [ ecalVeto ] 0 : Hit 2: [-23.1438, -90.1341, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -62.5599, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -58.3892, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -54.2186, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -50.0479, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -4.17066, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4904.69; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4634 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -69.2808, 25] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -66.7306, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, -70.9012, 10] + [ ecalVeto ] 0 : Hit 1: [24.0793, -66.7306, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3519.48; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4635 Brem photon produced 73 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 4: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 5: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 6: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 7: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -12.512, 8] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -8.34132, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3870.68; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4636 Brem photon produced 42 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, -54.2186, 20] + [ ecalVeto ] 0 : Hit 1: [24.0793, -50.0479, 19] + [ ecalVeto ] 0 : Hit 2: [26.4873, -45.8773, 18] + [ ecalVeto ] 0 : Hit 3: [24.0793, -41.7066, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-132.973, 33.3653, 17] + [ ecalVeto ] 0 : Hit 1: [-130.565, 29.1946, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-118.525, 33.3653, 15] + [ ecalVeto ] 0 : Hit 1: [-116.118, 29.1946, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, -37.5359, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, -33.3653, 13] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 12] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 11] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 20.8533, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 4.17066, 2] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [12.0397, -37.5359, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, -33.3653, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 87 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4794.76; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4637 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2438.39; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4638 Brem photon produced 59 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-15.92, 119.329, 30] + [ ecalVeto ] 0 : Hit 1: [-18.3279, 115.158, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 62.5599, 21] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 58.3892, 20] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 54.2186, 19] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 50.0479, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 37.5359, 17] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 41.7066, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 33.3653, 15] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 13] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 12] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 12] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 11] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 12.512, 10] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 8.34132, 9] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -2.66454e-15, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5569.42; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4639 Brem photon produced 33 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 85.9634, 21] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 81.7928, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 73.4515, 19] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 77.6221, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 69.2808, 17] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 65.1101, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [67.4221, -41.7066, 11] + [ ecalVeto ] 0 : Hit 1: [67.4221, -41.7066, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -12.512, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -4.17066, 5] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -4.17066, 7] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 6: [-12.0397, 4.17066, 5] + [ ecalVeto ] 0 : Hit 7: [-9.63173, 8.34132, 4] + [ ecalVeto ] 0 : Hit 8: [-12.0397, 12.512, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 115 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6184.33; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4640 Brem photon produced 31 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 33 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4493.66; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4641 Brem photon produced 53 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -91.7545, 15] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -87.5839, 14] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -83.4132, 13] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -79.2426, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -79.2426, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, -75.0719, 11] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5418.62; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4642 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-141.132, -127.67, 25] + [ ecalVeto ] 0 : Hit 1: [-138.725, -123.499, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-126.685, -110.987, 23] + [ ecalVeto ] 0 : Hit 1: [-124.277, -106.817, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-112.237, -102.646, 21] + [ ecalVeto ] 0 : Hit 1: [-109.829, -98.4754, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [105.013, 73.4515, 20] + [ ecalVeto ] 0 : Hit 1: [102.606, 69.2808, 19] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -94.3048, 19] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -90.1341, 18] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [112.237, 110.987, 18] + [ ecalVeto ] 0 : Hit 1: [109.829, 106.817, 17] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -73.4515, 15] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -69.2808, 14] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -65.1101, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -62.5599, 12] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, 4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Hit 3: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -33.3653, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4487.39; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4643 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-25.5517, -136.011, 13] + [ ecalVeto ] 0 : Hit 1: [-23.1438, -131.841, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Hit 5: [4.81586, 33.3653, 2] + [ ecalVeto ] 0 : Hit 6: [2.40793, 37.5359, 1] + [ ecalVeto ] 0 : Hit 7: [4.81586, 33.3653, 0] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 101 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6003.1; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4644 Brem photon produced 43 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -25.024, 11] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -29.1946, 10] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -33.3653, 9] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -29.1946, 8] + [ ecalVeto ] 0 : Hit 4: [-19.2635, -25.024, 9] + [ ecalVeto ] 0 : Hit 5: [-16.8555, -20.8533, 8] + [ ecalVeto ] 0 : Hit 6: [-19.2635, -16.6826, 7] + [ ecalVeto ] 0 : Hit 7: [-16.8555, -12.512, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -4.17066, 3] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -2.66454e-15, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7232.48; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4645 Brem photon produced 41 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, 37.5359, 10] + [ ecalVeto ] 0 : Hit 1: [24.0793, 33.3653, 9] + [ ecalVeto ] 0 : Hit 2: [24.0793, 33.3653, 7] + [ ecalVeto ] 0 : Hit 3: [26.4873, 29.1946, 6] + [ ecalVeto ] 0 : Hit 4: [19.2635, 33.3653, 8] + [ ecalVeto ] 0 : Hit 5: [16.8555, 29.1946, 7] + [ ecalVeto ] 0 : Hit 6: [19.2635, 33.3653, 6] + [ ecalVeto ] 0 : Hit 7: [19.2635, 33.3653, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 12.512, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 4.17066, 5] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 8.34132, 4] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 8.34132, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7042.46; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4646 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-30.3676, -127.67, 22] + [ ecalVeto ] 0 : Hit 1: [-32.7755, -123.499, 21] + [ ecalVeto ] 0 : Finding linreg tracks from 44 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5325.55; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4647 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-197.987, -4.17066, 31] + [ ecalVeto ] 0 : Hit 1: [-195.579, -8.34132, 30] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-161.868, -8.34132, 27] + [ ecalVeto ] 0 : Hit 1: [-159.46, -12.512, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-94.4462, -16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [-96.8541, -20.8533, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -37.5359, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2494.77; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4648 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -33.3653, 15] + [ ecalVeto ] 0 : Hit 1: [12.0397, -29.1946, 14] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 45.8773, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, 41.7066, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, 37.5359, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, 41.7066, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7010.4; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4649 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -41.7066, 32] + [ ecalVeto ] 0 : Hit 1: [4.81586, -41.7066, 30] + [ ecalVeto ] 0 : Hit 2: [2.40793, -37.5359, 29] + [ ecalVeto ] 0 : Hit 3: [9.63173, -33.3653, 31] + [ ecalVeto ] 0 : Hit 4: [12.0397, -29.1946, 30] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, -20.8533, 29] + [ ecalVeto ] 0 : Hit 1: [19.2635, -16.6826, 28] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -50.0479, 29] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -45.8773, 28] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -37.5359, 28] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -41.7066, 27] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [31.3031, -12.512, 27] + [ ecalVeto ] 0 : Hit 1: [33.711, -8.34132, 26] + [ ecalVeto ] 0 : Hit 2: [31.3031, -4.17066, 25] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -20.8533, 3] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [16.8555, -12.512, 5] + [ ecalVeto ] 0 : Hit 1: [19.2635, -8.34132, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2035.5; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4650 Brem photon produced 82 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 29 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3637.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4651 Brem photon produced 48 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4915.16; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4652 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [125.749, 62.5599, 28] + [ ecalVeto ] 0 : Hit 1: [123.341, 58.3892, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 29.1946, 17] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 33.3653, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 5: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 36 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1973.39; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4653 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 34 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4464.59; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4654 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 5: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 7: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 8: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -62.5599, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -66.7306, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6429.47; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4655 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-47.2231, 81.7928, 9] + [ ecalVeto ] 0 : Hit 1: [-44.8152, 85.9634, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6166.8; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4656 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -41.7066, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [24.0793, -8.34132, 3] + [ ecalVeto ] 0 : Hit 1: [26.4873, -4.17066, 2] + [ ecalVeto ] 0 : Hit 2: [24.0793, -8.34132, 1] + [ ecalVeto ] 0 : Hit 3: [26.4873, -12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8513.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4657 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 15] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 14] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4688.33; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4658 Brem photon produced 79 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 25.024, 12] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 29.1946, 11] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 25.024, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 41.7066, 6] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 41.7066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 39 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6311.46; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4659 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, 16.6826, 20] + [ ecalVeto ] 0 : Hit 1: [31.3031, 20.8533, 19] + [ ecalVeto ] 0 : Hit 2: [33.711, 25.024, 18] + [ ecalVeto ] 0 : Hit 3: [31.3031, 20.8533, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, 75.0719, 20] + [ ecalVeto ] 0 : Hit 1: [19.2635, 75.0719, 18] + [ ecalVeto ] 0 : Hit 2: [16.8555, 70.9012, 17] + [ ecalVeto ] 0 : Hit 3: [19.2635, 66.7306, 16] + [ ecalVeto ] 0 : Hit 4: [16.8555, 62.5599, 15] + [ ecalVeto ] 0 : Hit 5: [19.2635, 58.3892, 14] + [ ecalVeto ] 0 : Hit 6: [16.8555, 54.2186, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [26.4873, 20.8533, 16] + [ ecalVeto ] 0 : Hit 1: [24.0793, 25.024, 15] + [ ecalVeto ] 0 : Hit 2: [26.4873, 29.1946, 14] + [ ecalVeto ] 0 : Hit 3: [24.0793, 25.024, 13] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 9] + [ ecalVeto ] 0 : Hit 4: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 5: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 6: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 7: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 8: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [16.8555, 29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [19.2635, 33.3653, 10] + [ ecalVeto ] 0 : Hit 2: [16.8555, 29.1946, 9] + [ ecalVeto ] 0 : Hit 3: [16.8555, 29.1946, 7] + [ ecalVeto ] 0 : Hit 4: [19.2635, 25.024, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [12.0397, 45.8773, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, 41.7066, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, 37.5359, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Hit 4: [9.63173, 33.3653, 9] + [ ecalVeto ] 0 : Hit 5: [12.0397, 29.1946, 8] + [ ecalVeto ] 0 : Hit 6: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 7: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 8: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 9: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 10: [9.63173, 25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 93 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4699.45; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4660 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-69.83, 4.17066, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -2.66454e-15, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -12.512, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -65.1101, 11] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -62.5599, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -54.2186, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -58.3892, 10] + [ ecalVeto ] 0 : Hit 2: [-55.3824, -54.2186, 9] + [ ecalVeto ] 0 : Hit 3: [-52.9745, -50.0479, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -37.5359, 8] + [ ecalVeto ] 0 : Hit 2: [-48.1586, -41.7066, 7] + [ ecalVeto ] 0 : Hit 3: [-45.7507, -45.8773, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -41.7066, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 10049.2; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4661 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-108.894, 8.34132, 22] + [ ecalVeto ] 0 : Hit 1: [-111.302, 12.512, 21] + [ ecalVeto ] 0 : Hit 2: [-108.894, 16.6826, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 25.024, 17] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 20.8533, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [16.8555, 29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [19.2635, 33.3653, 10] + [ ecalVeto ] 0 : Hit 2: [16.8555, 29.1946, 9] + [ ecalVeto ] 0 : Hit 3: [19.2635, 33.3653, 8] + [ ecalVeto ] 0 : Hit 4: [19.2635, 33.3653, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [16.8555, 45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [19.2635, 50.0479, 8] + [ ecalVeto ] 0 : Hit 2: [16.8555, 45.8773, 7] + [ ecalVeto ] 0 : Hit 3: [19.2635, 50.0479, 6] + [ ecalVeto ] 0 : Hit 4: [16.8555, 45.8773, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, 45.8773, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 41.7066, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 45.8773, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 41.7066, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, 37.5359, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4580.81; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4662 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 34 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3605.07; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4663 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 12.512, 5] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 8.34132, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 33.3653, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 33.3653, 5] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 29.1946, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6142.65; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4664 Brem photon produced 66 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -58.3892, 19] + [ ecalVeto ] 0 : Hit 1: [12.0397, -54.2186, 18] + [ ecalVeto ] 0 : Hit 2: [9.63173, -50.0479, 17] + [ ecalVeto ] 0 : Hit 3: [12.0397, -45.8773, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [76.1183, -98.4754, 4] + [ ecalVeto ] 0 : Hit 1: [73.7103, -94.3048, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4397.48; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4665 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 37.5359, 2] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 33.3653, 1] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 33.3653, 4] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 37.5359, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7862; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4666 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, 41.7066, 3] + [ ecalVeto ] 0 : Hit 1: [-33.711, 41.7066, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3993.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4667 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 20.8533, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, 12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 35 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3479.42; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4668 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-25.5517, 119.329, 17] + [ ecalVeto ] 0 : Hit 1: [-23.1438, 115.158, 16] + [ ecalVeto ] 0 : Hit 2: [-25.5517, 110.987, 15] + [ ecalVeto ] 0 : Hit 3: [-23.1438, 106.817, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 83.4132, 11] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 79.2426, 10] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 75.0719, 9] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 70.9012, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 41.7066, 4] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 37.5359, 3] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 33.3653, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 1] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 3] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4422.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4669 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-132.973, -58.3892, 19] + [ ecalVeto ] 0 : Hit 1: [-130.565, -54.2186, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-118.525, -50.0479, 17] + [ ecalVeto ] 0 : Hit 1: [-116.118, -54.2186, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-104.078, -50.0479, 15] + [ ecalVeto ] 0 : Hit 1: [-101.67, -54.2186, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -50.0479, 13] + [ ecalVeto ] 0 : Hit 1: [-87.2224, -45.8773, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -50.0479, 11] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -45.8773, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -45.8773, 8] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -37.5359, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3710.51; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4670 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 29.1946, 4] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4689.26; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4671 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 54.2186, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 50.0479, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 45.8773, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 41.7066, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 45.8773, 6] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 41.7066, 5] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 37.5359, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 20.8533, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-48.1586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [-45.7507, 20.8533, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -4.17066, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 41.7066, 5] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 37.5359, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-33.711, 25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 20.8533, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [83.3421, 102.646, 4] + [ ecalVeto ] 0 : Hit 1: [80.9341, 98.4754, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 100 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6234.39; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4672 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-3.88031, 173.547, 27] + [ ecalVeto ] 0 : Hit 1: [-1.47238, 169.377, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -54.2186, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -50.0479, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -45.8773, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -41.7066, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1134.68; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4673 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-18.3279, -98.4754, 23] + [ ecalVeto ] 0 : Hit 1: [-15.92, -102.646, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 91.7545, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, 87.5839, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, 83.4132, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, 79.2426, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -41.7066, 10] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -37.5359, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 5: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 107 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4586.03; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4674 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -20.8533, 21] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -25.024, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 14] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 13] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 12.512, 12] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 10] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 25.024, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 20.8533, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4453.53; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4675 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [45.7507, -62.5599, 21] + [ ecalVeto ] 0 : Hit 1: [45.7507, -62.5599, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [31.3031, -70.9012, 17] + [ ecalVeto ] 0 : Hit 1: [33.711, -66.7306, 16] + [ ecalVeto ] 0 : Hit 2: [33.711, -66.7306, 14] + [ ecalVeto ] 0 : Hit 3: [40.9348, -62.5599, 16] + [ ecalVeto ] 0 : Hit 4: [40.9348, -62.5599, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -50.0479, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -54.2186, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -58.3892, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -54.2186, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-25.5517, -102.646, 7] + [ ecalVeto ] 0 : Hit 1: [-23.1438, -106.817, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Hit 4: [2.40793, -20.8533, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 129 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7829.44; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4676 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 13 + [ ecalVeto ] 0 : Beginning track merging using 13 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 13 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -90.1341, 25] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -94.3048, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-141.132, -94.3048, 25] + [ ecalVeto ] 0 : Hit 1: [-138.725, -90.1341, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-8.69618, 181.889, 24] + [ ecalVeto ] 0 : Hit 1: [-11.1041, 177.718, 23] + [ ecalVeto ] 0 : Hit 2: [-8.69618, 181.889, 22] + [ ecalVeto ] 0 : Hit 3: [-11.1041, 177.718, 21] + [ ecalVeto ] 0 : Hit 4: [-8.69618, 173.547, 20] + [ ecalVeto ] 0 : Hit 5: [-11.1041, 169.377, 19] + [ ecalVeto ] 0 : Hit 6: [-8.69618, 173.547, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-133.909, -90.1341, 23] + [ ecalVeto ] 0 : Hit 1: [-131.501, -85.9634, 22] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -90.1341, 21] + [ ecalVeto ] 0 : Hit 1: [-59.2627, -94.3048, 20] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-126.685, -77.6221, 21] + [ ecalVeto ] 0 : Hit 1: [-124.277, -73.4515, 20] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-47.2231, -90.1341, 19] + [ ecalVeto ] 0 : Hit 1: [-44.8152, -94.3048, 18] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-39.9993, -94.3048, 17] + [ ecalVeto ] 0 : Hit 1: [-37.5914, -98.4754, 16] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-104.078, -58.3892, 17] + [ ecalVeto ] 0 : Hit 1: [-101.67, -54.2186, 16] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-37.5914, -90.1341, 16] + [ ecalVeto ] 0 : Hit 1: [-39.9993, -85.9634, 15] + [ ecalVeto ] 0 : Hit 2: [-37.5914, -81.7928, 14] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 37.5359, 14] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 33.3653, 13] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 29.1946, 12] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 25.024, 11] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 20.8533, 10] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 7: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 8: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 9: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-69.83, -37.5359, 13] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -33.3653, 12] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -33.3653, 5] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -29.1946, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 13 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4727.07; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4677 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-117.053, 69.2808, 28] + [ ecalVeto ] 0 : Hit 1: [-119.461, 73.4515, 27] + [ ecalVeto ] 0 : Hit 2: [-117.053, 77.6221, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-105.013, 73.4515, 25] + [ ecalVeto ] 0 : Hit 1: [-102.606, 69.2808, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 52.5982, 21] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 50.0479, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 25.024, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-23.1438, -90.1341, 10] + [ ecalVeto ] 0 : Hit 1: [-23.1438, -90.1341, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-33.711, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 12.512, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3379.82; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4678 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 79.2426, 14] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 75.0719, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 37.5359, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 41.7066, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4027.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4679 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -25.024, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -12.512, 9] + [ ecalVeto ] 0 : Hit 2: [-24.0793, -8.34132, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 36 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4473.36; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4680 Brem photon produced 69 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4912.64; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4681 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4721.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4682 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-39.9993, 144.353, 33] + [ ecalVeto ] 0 : Hit 1: [-37.5914, 140.182, 32] + [ ecalVeto ] 0 : Hit 2: [-39.9993, 136.011, 31] + [ ecalVeto ] 0 : Hit 3: [-37.5914, 131.841, 30] + [ ecalVeto ] 0 : Hit 4: [-39.9993, 127.67, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-37.5914, 115.158, 28] + [ ecalVeto ] 0 : Hit 1: [-39.9993, 110.987, 27] + [ ecalVeto ] 0 : Hit 2: [-37.5914, 106.817, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-32.7755, 90.1341, 23] + [ ecalVeto ] 0 : Hit 1: [-30.3676, 85.9634, 22] + [ ecalVeto ] 0 : Hit 2: [-32.7755, 81.7928, 21] + [ ecalVeto ] 0 : Hit 3: [-31.3031, 79.2426, 20] + [ ecalVeto ] 0 : Hit 4: [-33.711, 75.0719, 19] + [ ecalVeto ] 0 : Hit 5: [-31.3031, 70.9012, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 62.5599, 17] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 58.3892, 16] + [ ecalVeto ] 0 : Hit 2: [-26.4873, 54.2186, 15] + [ ecalVeto ] 0 : Hit 3: [-24.0793, 50.0479, 14] + [ ecalVeto ] 0 : Hit 4: [-26.4873, 45.8773, 13] + [ ecalVeto ] 0 : Hit 5: [-24.0793, 41.7066, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -45.8773, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -50.0479, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [68.8945, -127.67, 8] + [ ecalVeto ] 0 : Hit 1: [68.8945, -127.67, 6] + [ ecalVeto ] 0 : Hit 2: [66.4865, -123.499, 5] + [ ecalVeto ] 0 : Hit 3: [68.8945, -119.329, 4] + [ ecalVeto ] 0 : Hit 4: [66.4865, -123.499, 3] + [ ecalVeto ] 0 : Hit 5: [68.8945, -119.329, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 41 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4001.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4683 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -4.17066, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 8.34132, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4308; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4684 Brem photon produced 60 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [147.421, -25.024, 6] + [ ecalVeto ] 0 : Hit 1: [145.013, -20.8533, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5705.56; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4685 Brem photon produced 36 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -81.7928, 17] + [ ecalVeto ] 0 : Hit 1: [-59.2627, -77.6221, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-47.2231, -73.4515, 15] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -70.9012, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -62.5599, 12] + [ ecalVeto ] 0 : Hit 1: [-33.711, -58.3892, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -75.0719, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -70.9012, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -50.0479, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -54.2186, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [19.2635, -33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, -29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [16.8555, -29.1946, 5] + [ ecalVeto ] 0 : Hit 3: [16.8555, -29.1946, 3] + [ ecalVeto ] 0 : Hit 4: [19.2635, -25.024, 2] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -58.3892, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -62.5599, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -58.3892, 6] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -66.7306, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -70.9012, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5493.81; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4686 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 62.5599, 15] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 58.3892, 14] + [ ecalVeto ] 0 : Hit 2: [-26.4873, 54.2186, 13] + [ ecalVeto ] 0 : Hit 3: [-24.0793, 50.0479, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 8.34132, 12] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 12.512, 11] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 16.6826, 10] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 12.512, 9] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 8.34132, 8] + [ ecalVeto ] 0 : Hit 5: [-12.0397, 12.512, 7] + [ ecalVeto ] 0 : Hit 6: [-9.63173, 8.34132, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 12] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 11] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 4.17066, 10] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 37.5359, 8] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 33.3653, 7] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 29.1946, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 16.6826, 4] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 12.512, 3] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 8.34132, 2] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 4.17066, 1] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4708.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4687 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4993.86; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4688 Brem photon produced 57 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5903.8; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4689 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-32.7755, -148.523, 23] + [ ecalVeto ] 0 : Hit 1: [-30.3676, -144.353, 22] + [ ecalVeto ] 0 : Hit 2: [-32.7755, -140.182, 21] + [ ecalVeto ] 0 : Hit 3: [-30.3676, -136.011, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-25.5517, -127.67, 19] + [ ecalVeto ] 0 : Hit 1: [-23.1438, -123.499, 18] + [ ecalVeto ] 0 : Hit 2: [-25.5517, -119.329, 17] + [ ecalVeto ] 0 : Hit 3: [-23.1438, -115.158, 16] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3640.74; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4690 Brem photon produced 66 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -29.1946, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 101 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 3 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6080.92; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4691 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [44.8152, -211.083, 5] + [ ecalVeto ] 0 : Hit 1: [47.2231, -215.254, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 100 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6006.04; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4692 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 25.024, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 23 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3563.46; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4693 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 10 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1108.73; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4694 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-126.685, 136.011, 31] + [ ecalVeto ] 0 : Hit 1: [-124.277, 131.841, 30] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-141.132, 85.9634, 27] + [ ecalVeto ] 0 : Hit 1: [-138.725, 81.7928, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-126.685, 77.6221, 25] + [ ecalVeto ] 0 : Hit 1: [-124.277, 73.4515, 24] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-112.237, 69.2808, 23] + [ ecalVeto ] 0 : Hit 1: [-109.829, 65.1101, 22] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-105.013, 65.1101, 21] + [ ecalVeto ] 0 : Hit 1: [-102.606, 60.9395, 20] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 56.7688, 19] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 52.5982, 18] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [2.40793, -87.5839, 15] + [ ecalVeto ] 0 : Hit 1: [4.81586, -91.7545, 14] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-69.83, 45.8773, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 41.7066, 14] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-52.9745, 33.3653, 14] + [ ecalVeto ] 0 : Hit 1: [-55.3824, 37.5359, 13] + [ ecalVeto ] 0 : Hit 2: [-52.9745, 33.3653, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4070.74; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4695 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [80.9341, 73.4515, 27] + [ ecalVeto ] 0 : Hit 1: [83.3421, 69.2808, 26] + [ ecalVeto ] 0 : Hit 2: [80.9341, 65.1101, 25] + [ ecalVeto ] 0 : Hit 3: [83.3421, 60.9395, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-147.421, 50.0479, 23] + [ ecalVeto ] 0 : Hit 1: [-145.013, 45.8773, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-132.973, 50.0479, 21] + [ ecalVeto ] 0 : Hit 1: [-130.565, 54.2186, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-111.302, 54.2186, 17] + [ ecalVeto ] 0 : Hit 1: [-108.894, 50.0479, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-104.078, 50.0479, 15] + [ ecalVeto ] 0 : Hit 1: [-101.67, 45.8773, 14] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2298.8; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4696 Brem photon produced 46 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6906.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4697 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 11 + [ ecalVeto ] 0 : Beginning track merging using 11 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 11 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-176.316, -41.7066, 25] + [ ecalVeto ] 0 : Hit 1: [-173.908, -37.5359, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 33.3653, 21] + [ ecalVeto ] 0 : Hit 1: [12.0397, 29.1946, 20] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 19] + [ ecalVeto ] 0 : Hit 3: [12.0397, 20.8533, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 70.9012, 20] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 66.7306, 19] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 62.5599, 18] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 58.3892, 17] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 54.2186, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-125.749, -37.5359, 19] + [ ecalVeto ] 0 : Hit 1: [-123.341, -41.7066, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -33.3653, 13] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -37.5359, 12] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 13] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 12] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 11] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [16.8555, -4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [19.2635, -2.66454e-15, 12] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -37.5359, 10] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -37.5359, 8] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-33.711, -33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -37.5359, 6] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -25.024, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 98 hits + [ ecalVeto ] 0 : MIP tracking completed; found 11 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5533.4; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4698 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 11 + [ ecalVeto ] 0 : Beginning track merging using 11 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-141.132, 119.329, 23] + [ ecalVeto ] 0 : Hit 1: [-138.725, 115.158, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-126.685, 110.987, 21] + [ ecalVeto ] 0 : Hit 1: [-124.277, 106.817, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-112.237, 102.646, 19] + [ ecalVeto ] 0 : Hit 1: [-109.829, 98.4754, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 94.3048, 17] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 90.1341, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [48.1586, 50.0479, 16] + [ ecalVeto ] 0 : Hit 1: [48.1586, 50.0479, 14] + [ ecalVeto ] 0 : Hit 2: [45.7507, 45.8773, 13] + [ ecalVeto ] 0 : Hit 3: [48.1586, 41.7066, 12] + [ ecalVeto ] 0 : Hit 4: [40.9348, 45.8773, 14] + [ ecalVeto ] 0 : Hit 5: [38.5269, 50.0479, 13] + [ ecalVeto ] 0 : Hit 6: [40.9348, 45.8773, 12] + [ ecalVeto ] 0 : Hit 7: [38.5269, 50.0479, 11] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 85.9634, 15] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 81.7928, 14] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 77.6221, 13] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 81.7928, 12] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-54.4469, 77.6221, 11] + [ ecalVeto ] 0 : Hit 1: [-52.039, 73.4515, 10] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 62.5599, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 58.3892, 8] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 45.8773, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 41.7066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 98 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6150.63; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4699 Brem photon produced 49 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 50.0479, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 45.8773, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 41.7066, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 5: [4.81586, 33.3653, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 12.512, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 16.6826, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7816.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4700 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 50.0479, 6] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 45.8773, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [-38.5269, -2.66454e-15, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -37.5359, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 4.17066, 4] + [ ecalVeto ] 0 : Hit 1: [-33.711, -2.66454e-15, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6488.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4701 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [45.7507, 12.512, 23] + [ ecalVeto ] 0 : Hit 1: [48.1586, 8.34132, 22] + [ ecalVeto ] 0 : Hit 2: [45.7507, 12.512, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [38.5269, 8.34132, 19] + [ ecalVeto ] 0 : Hit 1: [40.9348, 4.17066, 18] + [ ecalVeto ] 0 : Hit 2: [38.5269, 8.34132, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [31.3031, 4.17066, 15] + [ ecalVeto ] 0 : Hit 1: [33.711, -2.66454e-15, 14] + [ ecalVeto ] 0 : Hit 2: [31.3031, 4.17066, 13] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 1: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, -45.8773, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, -41.7066, 3] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 1] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 114 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4721.61; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4702 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-161.868, 16.6826, 27] + [ ecalVeto ] 0 : Hit 1: [-161.868, 16.6826, 25] + [ ecalVeto ] 0 : Hit 2: [-159.46, 20.8533, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-140.197, 20.8533, 21] + [ ecalVeto ] 0 : Hit 1: [-137.789, 25.024, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-125.749, 29.1946, 19] + [ ecalVeto ] 0 : Hit 1: [-123.341, 25.024, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-111.302, 29.1946, 17] + [ ecalVeto ] 0 : Hit 1: [-108.894, 33.3653, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-104.078, 33.3653, 15] + [ ecalVeto ] 0 : Hit 1: [-101.67, 37.5359, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 41.7066, 11] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 45.8773, 10] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 50.0479, 9] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 54.2186, 8] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [12.0397, 37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [12.0397, 37.5359, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4259.48; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4703 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 25.024, 19] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 20.8533, 18] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 16.6826, 17] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 12.512, 16] + [ ecalVeto ] 0 : Hit 4: [-19.2635, 16.6826, 15] + [ ecalVeto ] 0 : Hit 5: [-16.8555, 12.512, 14] + [ ecalVeto ] 0 : Hit 6: [-19.2635, 16.6826, 13] + [ ecalVeto ] 0 : Hit 7: [-16.8555, 20.8533, 12] + [ ecalVeto ] 0 : Hit 8: [-19.2635, 16.6826, 11] + [ ecalVeto ] 0 : Hit 9: [-16.8555, 12.512, 10] + [ ecalVeto ] 0 : Hit 10: [-12.0397, 12.512, 11] + [ ecalVeto ] 0 : Hit 11: [-9.63173, 8.34132, 10] + [ ecalVeto ] 0 : Hit 12: [-9.63173, 8.34132, 8] + [ ecalVeto ] 0 : Hit 13: [-12.0397, 4.17066, 7] + [ ecalVeto ] 0 : Hit 14: [-9.63173, 8.34132, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 20.8533, 17] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 25.024, 16] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 20.8533, 15] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 16.6826, 14] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 12.512, 13] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 16.6826, 12] + [ ecalVeto ] 0 : Hit 6: [-12.0397, 20.8533, 11] + [ ecalVeto ] 0 : Hit 7: [-9.63173, 16.6826, 10] + [ ecalVeto ] 0 : Hit 8: [-12.0397, 12.512, 9] + [ ecalVeto ] 0 : Hit 9: [-9.63173, 16.6826, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 16] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 15] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 13] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 12] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 16.6826, 11] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 7: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 8: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 12167.1; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4704 Brem photon produced 51 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 13] + [ ecalVeto ] 0 : Hit 2: [12.0397, -20.8533, 12] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -29.1946, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 8: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Hit 9: [-4.81586, -25.024, 1] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -25.024, 10] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -20.8533, 9] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -25.024, 8] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -25.024, 6] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -20.8533, 5] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -25.024, 4] + [ ecalVeto ] 0 : Hit 6: [-9.63173, -25.024, 2] + [ ecalVeto ] 0 : Hit 7: [-9.63173, -25.024, 0] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 113 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4916.52; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4705 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-105.013, -98.4754, 9] + [ ecalVeto ] 0 : Hit 1: [-102.606, -102.646, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 4: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 5: [4.81586, 16.6826, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, -12.512, 7] + [ ecalVeto ] 0 : Hit 2: [19.2635, -8.34132, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2735.83; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4706 Brem photon produced 67 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 15] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 14] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 13] + [ ecalVeto ] 0 : Hit 3: [4.81586, -25.024, 12] + [ ecalVeto ] 0 : Hit 4: [2.40793, -20.8533, 11] + [ ecalVeto ] 0 : Hit 5: [4.81586, -25.024, 10] + [ ecalVeto ] 0 : Hit 6: [2.40793, -20.8533, 9] + [ ecalVeto ] 0 : Hit 7: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 8: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 9: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-30.3676, -102.646, 10] + [ ecalVeto ] 0 : Hit 1: [-32.7755, -98.4754, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -29.1946, 2] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -29.1946, 0] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Hit 1: [4.81586, -33.3653, 2] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 94 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4587.2; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4707 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -219.425, 17] + [ ecalVeto ] 0 : Hit 1: [-52.039, -215.254, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [19.2635, -25.024, 6] + [ ecalVeto ] 0 : Hit 2: [16.8555, -29.1946, 5] + [ ecalVeto ] 0 : Hit 3: [19.2635, -25.024, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7358.08; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4708 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-154.644, 4.17066, 27] + [ ecalVeto ] 0 : Hit 1: [-152.237, -2.36672e-14, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-161.868, 8.34132, 27] + [ ecalVeto ] 0 : Hit 1: [-159.46, 4.17066, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-125.749, 4.17066, 23] + [ ecalVeto ] 0 : Hit 1: [-123.341, 8.34132, 22] + [ ecalVeto ] 0 : Hit 2: [-123.341, 8.34132, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-111.302, 4.17066, 21] + [ ecalVeto ] 0 : Hit 1: [-108.894, -2.36672e-14, 20] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 4.17066, 19] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -2.36672e-14, 18] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [24.0793, -8.34132, 17] + [ ecalVeto ] 0 : Hit 1: [26.4873, -12.512, 16] + [ ecalVeto ] 0 : Hit 2: [24.0793, -8.34132, 15] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -8.34132, 15] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -4.17066, 14] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [19.2635, -8.34132, 14] + [ ecalVeto ] 0 : Hit 1: [16.8555, -12.512, 13] + [ ecalVeto ] 0 : Hit 2: [19.2635, -8.34132, 12] + [ ecalVeto ] 0 : Hit 3: [16.8555, -12.512, 11] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -16.6826, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3004.76; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4709 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -50.0479, 3] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -54.2186, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -66.7306, 2] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -66.7306, 0] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -66.7306, 1] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -70.9012, 0] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -75.0719, 1] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -79.2426, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5591.11; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4710 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-45.7507, -45.8773, 6] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -41.7066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5675.06; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4711 Brem photon produced 89 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [89.6303, 41.7066, 16] + [ ecalVeto ] 0 : Hit 1: [89.6303, 41.7066, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [67.4221, 33.3653, 15] + [ ecalVeto ] 0 : Hit 1: [69.83, 37.5359, 14] + [ ecalVeto ] 0 : Hit 2: [67.4221, 41.7066, 13] + [ ecalVeto ] 0 : Hit 3: [69.83, 37.5359, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5497.57; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4712 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [69.83, -54.2186, 8] + [ ecalVeto ] 0 : Hit 1: [69.83, -54.2186, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -70.9012, 1] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -75.0719, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5697.87; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4713 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -25.024, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 44 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4591.78; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4714 Brem photon produced 57 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7567.49; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4715 Brem photon produced 53 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -58.3892, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, -54.2186, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, -58.3892, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -62.5599, 12] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -58.3892, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -50.0479, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -45.8773, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -41.7066, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -37.5359, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4373.21; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4716 Brem photon produced 46 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 37.5359, 23] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 41.7066, 22] + [ ecalVeto ] 0 : Hit 2: [-26.4873, 45.8773, 21] + [ ecalVeto ] 0 : Hit 3: [-24.0793, 41.7066, 20] + [ ecalVeto ] 0 : Hit 4: [-26.4873, 37.5359, 19] + [ ecalVeto ] 0 : Hit 5: [-24.0793, 41.7066, 18] + [ ecalVeto ] 0 : Hit 6: [-26.4873, 37.5359, 17] + [ ecalVeto ] 0 : Hit 7: [-24.0793, 33.3653, 16] + [ ecalVeto ] 0 : Hit 8: [-26.4873, 29.1946, 15] + [ ecalVeto ] 0 : Hit 9: [-24.0793, 33.3653, 14] + [ ecalVeto ] 0 : Hit 10: [-19.2635, 33.3653, 15] + [ ecalVeto ] 0 : Hit 11: [-16.8555, 37.5359, 14] + [ ecalVeto ] 0 : Hit 12: [-19.2635, 33.3653, 13] + [ ecalVeto ] 0 : Hit 13: [-16.8555, 29.1946, 12] + [ ecalVeto ] 0 : Hit 14: [-16.8555, 29.1946, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 29.1946, 9] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 25.024, 8] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 20.8533, 7] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 25.024, 6] + [ ecalVeto ] 0 : Hit 5: [-12.0397, 20.8533, 5] + [ ecalVeto ] 0 : Hit 6: [-9.63173, 25.024, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [24.0793, 25.024, 9] + [ ecalVeto ] 0 : Hit 1: [26.4873, 20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [24.0793, 16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [26.4873, 20.8533, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 71 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 2 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4060.21; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4717 Brem photon produced 37 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [32.7755, -148.523, 16] + [ ecalVeto ] 0 : Hit 1: [30.3676, -144.353, 15] + [ ecalVeto ] 0 : Hit 2: [32.7755, -140.182, 14] + [ ecalVeto ] 0 : Hit 3: [30.3676, -136.011, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -2.66454e-15, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [33.711, 33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [31.3031, 29.1946, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5511.63; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4718 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-112.237, 85.9634, 21] + [ ecalVeto ] 0 : Hit 1: [-109.829, 81.7928, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 62.5599, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 66.7306, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3382.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4719 Brem photon produced 74 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, 4.17066, 15] + [ ecalVeto ] 0 : Hit 1: [19.2635, 8.34132, 14] + [ ecalVeto ] 0 : Hit 2: [16.8555, 4.17066, 13] + [ ecalVeto ] 0 : Hit 3: [19.2635, 8.34132, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4300.61; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4720 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 70.9012, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 66.7306, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 62.5599, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 58.3892, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-108.894, -16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [-108.894, -16.6826, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-69.83, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 2: [-69.83, 4.17066, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 50.0479, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 45.8773, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 41.7066, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 41.7066, 3] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 37.5359, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 106 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6017.09; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4721 Brem photon produced 70 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 25.024, 8] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 20.8533, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -12.512, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 12.512, 5] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 20.8533, 3] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5411.19; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4722 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-101.67, -20.8533, 24] + [ ecalVeto ] 0 : Hit 1: [-104.078, -25.024, 23] + [ ecalVeto ] 0 : Hit 2: [-101.67, -29.1946, 22] + [ ecalVeto ] 0 : Hit 3: [-104.078, -25.024, 21] + [ ecalVeto ] 0 : Hit 4: [-96.8541, -29.1946, 23] + [ ecalVeto ] 0 : Hit 5: [-94.4462, -33.3653, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -33.3653, 21] + [ ecalVeto ] 0 : Hit 1: [-87.2224, -29.1946, 20] + [ ecalVeto ] 0 : Hit 2: [-89.6303, -33.3653, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -8.34132, 17] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -12.512, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-67.4221, -25.024, 16] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -25.024, 14] + [ ecalVeto ] 0 : Hit 2: [-62.6062, -25.024, 15] + [ ecalVeto ] 0 : Hit 3: [-60.1983, -20.8533, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -20.8533, 12] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -12.512, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -16.6826, 10] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-33.711, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -12.512, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3577.43; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4723 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -41.7066, 19] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -45.8773, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -45.8773, 17] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -41.7066, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -79.2426, 12] + [ ecalVeto ] 0 : Hit 1: [-33.711, -75.0719, 11] + [ ecalVeto ] 0 : Hit 2: [-31.3031, -79.2426, 10] + [ ecalVeto ] 0 : Hit 3: [-31.3031, -79.2426, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 42 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5277.26; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4724 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -87.5839, 16] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -83.4132, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -58.3892, 12] + [ ecalVeto ] 0 : Hit 1: [16.8555, -54.2186, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 4.17066, 5] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -2.66454e-15, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4939.05; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4725 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -37.5359, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -110.987, 7] + [ ecalVeto ] 0 : Hit 1: [-52.039, -115.158, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [55.3824, -37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [55.3824, -37.5359, 4] + [ ecalVeto ] 0 : Hit 2: [52.9745, -33.3653, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4828.86; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4726 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [31.3031, -12.512, 5] + [ ecalVeto ] 0 : Hit 1: [33.711, -16.6826, 4] + [ ecalVeto ] 0 : Hit 2: [31.3031, -20.8533, 3] + [ ecalVeto ] 0 : Hit 3: [33.711, -16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 93 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7754.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4727 Brem photon produced 55 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -98.4754, 17] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -94.3048, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-39.9993, 85.9634, 13] + [ ecalVeto ] 0 : Hit 1: [-37.5914, 81.7928, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 65.1101, 13] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 60.9395, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, 75.0719, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 70.9012, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 62.5599, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 58.3892, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5399.49; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4728 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 33 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3324.44; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4729 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 70.9012, 9] + [ ecalVeto ] 0 : Hit 1: [2.40793, 70.9012, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 66.7306, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 45.8773, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 41.7066, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 45.8773, 5] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 45.8773, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 97 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 3 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4727.61; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4730 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 29.1946, 10] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 25.024, 9] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 29.1946, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 10860; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4731 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-111.302, 12.512, 13] + [ ecalVeto ] 0 : Hit 1: [-108.894, 8.34132, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 70.9012, 4] + [ ecalVeto ] 0 : Hit 1: [12.0397, 70.9012, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4832.72; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4732 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 54.2186, 2] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 50.0479, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6965.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4733 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -16.6826, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6400.99; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4734 Brem photon produced 59 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-132.973, 58.3892, 23] + [ ecalVeto ] 0 : Hit 1: [-130.565, 54.2186, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-183.54, -45.8773, 23] + [ ecalVeto ] 0 : Hit 1: [-181.132, -41.7066, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-169.092, -37.5359, 21] + [ ecalVeto ] 0 : Hit 1: [-166.684, -33.3653, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-96.8541, 54.2186, 17] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 50.0479, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-118.525, -16.6826, 15] + [ ecalVeto ] 0 : Hit 1: [-116.118, -12.512, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-69.83, 45.8773, 13] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 41.7066, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [24.0793, 50.0479, 11] + [ ecalVeto ] 0 : Hit 1: [26.4873, 54.2186, 10] + [ ecalVeto ] 0 : Hit 2: [24.0793, 50.0479, 9] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 41.7066, 10] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 12.512, 6] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -115.158, 1] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -119.329, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 104 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7054.63; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4735 Brem photon produced 48 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [105.013, -131.841, 30] + [ ecalVeto ] 0 : Hit 1: [102.606, -127.67, 29] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -62.5599, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, -58.3892, 13] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2939.05; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4736 Brem photon produced 72 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 12] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 29.1946, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 8: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Hit 9: [-2.40793, 29.1946, 2] + [ ecalVeto ] 0 : Hit 10: [-4.81586, 25.024, 1] + [ ecalVeto ] 0 : Hit 11: [-2.40793, 29.1946, 0] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 10] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 5: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Hit 6: [2.40793, 29.1946, 1] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 25.024, 10] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 20.8533, 9] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 25.024, 8] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 20.8533, 7] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 25.024, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, 33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, 37.5359, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Hit 3: [2.40793, 37.5359, 9] + [ ecalVeto ] 0 : Hit 4: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 5: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 6: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 45.8773, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 41.7066, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 41.7066, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 42 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4968.45; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4737 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, -66.7306, 13] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -62.5599, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -70.9012, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, -66.7306, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 16.6826, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -50.0479, 10] + [ ecalVeto ] 0 : Hit 1: [-26.4873, -45.8773, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3857.19; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4738 Brem photon produced 44 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 83.4132, 18] + [ ecalVeto ] 0 : Hit 1: [16.8555, 79.2426, 17] + [ ecalVeto ] 0 : Hit 2: [19.2635, 75.0719, 16] + [ ecalVeto ] 0 : Hit 3: [16.8555, 70.9012, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 54.2186, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, 50.0479, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, 45.8773, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, 41.7066, 7] + [ ecalVeto ] 0 : Hit 4: [12.0397, 37.5359, 6] + [ ecalVeto ] 0 : Hit 5: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Hit 6: [12.0397, 29.1946, 4] + [ ecalVeto ] 0 : Hit 7: [9.63173, 25.024, 3] + [ ecalVeto ] 0 : Hit 8: [12.0397, 20.8533, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 79.2426, 8] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 75.0719, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3135.43; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4739 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 11 + [ ecalVeto ] 0 : Beginning track merging using 11 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 11 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-132.973, 8.34132, 23] + [ ecalVeto ] 0 : Hit 1: [-130.565, 4.17066, 22] + [ ecalVeto ] 0 : Hit 2: [-132.973, 8.34132, 21] + [ ecalVeto ] 0 : Hit 3: [-130.565, 12.512, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-118.525, 41.7066, 21] + [ ecalVeto ] 0 : Hit 1: [-116.118, 37.5359, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-125.749, 20.8533, 19] + [ ecalVeto ] 0 : Hit 1: [-123.341, 25.024, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-11.1041, -110.987, 19] + [ ecalVeto ] 0 : Hit 1: [-8.69618, -106.817, 18] + [ ecalVeto ] 0 : Hit 2: [-11.1041, -102.646, 17] + [ ecalVeto ] 0 : Hit 3: [-8.69618, -98.4754, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-102.606, 110.987, 18] + [ ecalVeto ] 0 : Hit 1: [-105.013, 106.817, 17] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-111.302, 29.1946, 17] + [ ecalVeto ] 0 : Hit 1: [-111.302, 29.1946, 15] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 102.646, 17] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 106.817, 16] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-94.4462, 33.3653, 16] + [ ecalVeto ] 0 : Hit 1: [-94.4462, 33.3653, 14] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [45.7507, 12.512, 13] + [ ecalVeto ] 0 : Hit 1: [48.1586, 8.34132, 12] + [ ecalVeto ] 0 : Hit 2: [45.7507, 4.17066, 11] + [ ecalVeto ] 0 : Hit 3: [48.1586, -2.66454e-15, 10] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [2.40793, -87.5839, 13] + [ ecalVeto ] 0 : Hit 1: [4.81586, -83.4132, 12] + [ ecalVeto ] 0 : Hit 2: [2.40793, -79.2426, 11] + [ ecalVeto ] 0 : Hit 3: [4.81586, -75.0719, 10] + [ ecalVeto ] 0 : Hit 4: [2.40793, -70.9012, 9] + [ ecalVeto ] 0 : Hit 5: [4.81586, -66.7306, 8] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -33.3653, 1] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -29.1946, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 102 hits + [ ecalVeto ] 0 : MIP tracking completed; found 11 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4783.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4740 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -20.8533, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 95 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6589.12; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4741 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-15.92, -194.401, 28] + [ ecalVeto ] 0 : Hit 1: [-18.3279, -190.23, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-15.92, -152.694, 22] + [ ecalVeto ] 0 : Hit 1: [-18.3279, -148.523, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-18.3279, -115.158, 17] + [ ecalVeto ] 0 : Hit 1: [-15.92, -110.987, 16] + [ ecalVeto ] 0 : Hit 2: [-18.3279, -106.817, 15] + [ ecalVeto ] 0 : Hit 3: [-15.92, -102.646, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -79.2426, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -75.0719, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -70.9012, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -66.7306, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -54.2186, 10] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -54.2186, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, -41.7066, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -45.8773, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -41.7066, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -45.8773, 7] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -41.7066, 9] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -45.8773, 8] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -41.7066, 7] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -45.8773, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 92 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4400.09; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4742 Brem photon produced 47 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 29.1946, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5574.07; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4743 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [68.8945, -60.9395, 14] + [ ecalVeto ] 0 : Hit 1: [67.4221, -58.3892, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 20.8533, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-45.7507, 20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-48.1586, 16.6826, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4467.93; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4744 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5461.34; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4745 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -65.1101, 21] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -69.2808, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -69.2808, 19] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -65.1101, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-47.2231, -73.4515, 15] + [ ecalVeto ] 0 : Hit 1: [-44.8152, -77.6221, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, -4.17066, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5117.89; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4746 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-32.7755, 106.817, 3] + [ ecalVeto ] 0 : Hit 1: [-30.3676, 110.987, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-32.7755, 123.499, 1] + [ ecalVeto ] 0 : Hit 1: [-30.3676, 127.67, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6700.89; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4747 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 133 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5670.49; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4748 Brem photon produced 39 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -62.5599, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, -66.7306, 11] + [ ecalVeto ] 0 : Hit 2: [12.0397, -62.5599, 10] + [ ecalVeto ] 0 : Hit 3: [9.63173, -58.3892, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-101.67, 12.512, 8] + [ ecalVeto ] 0 : Hit 1: [-104.078, 16.6826, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -58.3892, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -54.2186, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -50.0479, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -45.8773, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-52.9745, -16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [-55.3824, -20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [-52.9745, -25.024, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -29.1946, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, -37.5359, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, -33.3653, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 92 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5640.09; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4749 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 15 + [ ecalVeto ] 0 : Beginning track merging using 15 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 15 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [155.58, -119.329, 32] + [ ecalVeto ] 0 : Hit 1: [153.172, -115.158, 31] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [148.356, -123.499, 28] + [ ecalVeto ] 0 : Hit 1: [145.948, -119.329, 27] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [133.909, -106.817, 28] + [ ecalVeto ] 0 : Hit 1: [131.501, -102.646, 27] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [126.685, -94.3048, 26] + [ ecalVeto ] 0 : Hit 1: [124.277, -90.1341, 25] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -73.4515, 23] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -69.2808, 22] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -60.9395, 21] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -56.7688, 20] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [105.013, -90.1341, 20] + [ ecalVeto ] 0 : Hit 1: [102.606, -85.9634, 19] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -50.0479, 19] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -45.8773, 18] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [97.7897, -85.9634, 18] + [ ecalVeto ] 0 : Hit 1: [95.3817, -81.7928, 17] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-69.83, -37.5359, 17] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -33.3653, 16] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-33.711, 16.6826, 15] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 20.8533, 14] + [ ecalVeto ] 0 : Hit 2: [-33.711, 16.6826, 13] + [ ecalVeto ] 0 : Hit 3: [-31.3031, 20.8533, 12] + [ ecalVeto ] 0 : Hit 4: [-33.711, 16.6826, 11] + [ ecalVeto ] 0 : Hit 5: [-31.3031, 20.8533, 10] + [ ecalVeto ] 0 : Hit 6: [-33.711, 16.6826, 9] + [ ecalVeto ] 0 : Hit 7: [-31.3031, 20.8533, 8] + [ ecalVeto ] 0 : Hit 8: [-33.711, 16.6826, 7] + [ ecalVeto ] 0 : Hit 9: [-31.3031, 12.512, 6] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -33.3653, 15] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -29.1946, 14] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -16.6826, 12] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -4.17066, 10] + [ ecalVeto ] 0 : Track 14: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 8.34132, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 15 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4803.94; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4750 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, 70.9012, 26] + [ ecalVeto ] 0 : Hit 1: [24.0793, 66.7306, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 58.3892, 22] + [ ecalVeto ] 0 : Hit 1: [2.40793, 54.2186, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 41.7066, 16] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 37.5359, 15] + [ ecalVeto ] 0 : Finding linreg tracks from 33 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3109.01; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4751 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1968.53; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4752 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -33.3653, 23] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -37.5359, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -37.5359, 17] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -41.7066, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [26.4873, 70.9012, 14] + [ ecalVeto ] 0 : Hit 1: [24.0793, 66.7306, 13] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 66.7306, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 62.5599, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4224.49; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4753 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 62.5599, 16] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 58.3892, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 10] + [ ecalVeto ] 0 : Hit 3: [9.63173, 8.34132, 9] + [ ecalVeto ] 0 : Hit 4: [12.0397, 4.17066, 8] + [ ecalVeto ] 0 : Hit 5: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Hit 6: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 7: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 8: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 7: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 2: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -45.8773, 6] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -41.7066, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 98 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 2 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6354.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4754 Brem photon produced 105 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 20.8533, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 25.024, 6] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 20.8533, 5] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 25.024, 4] + [ ecalVeto ] 0 : Hit 6: [-12.0397, 20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 41 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4430.06; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4755 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [81.8697, 41.7066, 23] + [ ecalVeto ] 0 : Hit 1: [81.8697, 41.7066, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -33.3653, 13] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -37.5359, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -33.3653, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -37.5359, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4912.61; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4756 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-176.316, -75.0719, 19] + [ ecalVeto ] 0 : Hit 1: [-173.908, -70.9012, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-161.868, -66.7306, 17] + [ ecalVeto ] 0 : Hit 1: [-159.46, -62.5599, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-111.302, -37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [-108.894, -33.3653, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-55.3824, -4.17066, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-69.83, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -8.34132, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5267.44; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4757 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 15 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2244.53; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4758 Brem photon produced 50 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -45.8773, 10] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -45.8773, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 8.34132, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 8] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6840.8; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4759 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 20.8533, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 26 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1888.94; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4760 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-132.973, 33.3653, 21] + [ ecalVeto ] 0 : Hit 1: [-130.565, 29.1946, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-118.525, 33.3653, 19] + [ ecalVeto ] 0 : Hit 1: [-116.118, 29.1946, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-104.078, 33.3653, 17] + [ ecalVeto ] 0 : Hit 1: [-101.67, 29.1946, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-89.6303, 25.024, 15] + [ ecalVeto ] 0 : Hit 1: [-87.2224, 29.1946, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-69.83, -4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -8.34132, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 25.024, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4467.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4761 Brem photon produced 50 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, 25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 29.1946, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 87 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 3 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5337.91; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4762 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 33.3653, 10] + [ ecalVeto ] 0 : Hit 2: [-40.9348, 29.1946, 9] + [ ecalVeto ] 0 : Hit 3: [-38.5269, 25.024, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2352.56; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4763 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-69.83, -4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -2.66454e-15, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-33.711, 8.34132, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4868.33; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4764 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 8.34132, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-52.9745, 33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [-55.3824, 29.1946, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, 25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 29.1946, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5466.62; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4765 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [48.1586, -8.34132, 28] + [ ecalVeto ] 0 : Hit 1: [45.7507, -12.512, 27] + [ ecalVeto ] 0 : Hit 2: [48.1586, -8.34132, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, 20.8533, 18] + [ ecalVeto ] 0 : Hit 1: [24.0793, 25.024, 17] + [ ecalVeto ] 0 : Hit 2: [26.4873, 29.1946, 16] + [ ecalVeto ] 0 : Hit 3: [24.0793, 25.024, 15] + [ ecalVeto ] 0 : Hit 4: [26.4873, 20.8533, 14] + [ ecalVeto ] 0 : Hit 5: [24.0793, 25.024, 13] + [ ecalVeto ] 0 : Hit 6: [19.2635, 25.024, 14] + [ ecalVeto ] 0 : Hit 7: [19.2635, 25.024, 12] + [ ecalVeto ] 0 : Hit 8: [16.8555, 20.8533, 11] + [ ecalVeto ] 0 : Hit 9: [16.8555, 20.8533, 9] + [ ecalVeto ] 0 : Hit 10: [19.2635, 25.024, 8] + [ ecalVeto ] 0 : Hit 11: [16.8555, 20.8533, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [31.3031, 20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [33.711, 25.024, 10] + [ ecalVeto ] 0 : Hit 2: [31.3031, 20.8533, 9] + [ ecalVeto ] 0 : Hit 3: [33.711, 16.6826, 8] + [ ecalVeto ] 0 : Hit 4: [26.4873, 20.8533, 10] + [ ecalVeto ] 0 : Hit 5: [24.0793, 25.024, 9] + [ ecalVeto ] 0 : Hit 6: [26.4873, 20.8533, 8] + [ ecalVeto ] 0 : Hit 7: [24.0793, 16.6826, 7] + [ ecalVeto ] 0 : Hit 8: [26.4873, 20.8533, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [16.8555, 12.512, 9] + [ ecalVeto ] 0 : Hit 1: [19.2635, 16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [16.8555, 12.512, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3809.39; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4766 Brem photon produced 21 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, 54.2186, 11] + [ ecalVeto ] 0 : Hit 1: [19.2635, 50.0479, 10] + [ ecalVeto ] 0 : Hit 2: [16.8555, 45.8773, 9] + [ ecalVeto ] 0 : Hit 3: [19.2635, 41.7066, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -20.8533, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6068.68; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4767 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-105.013, 98.4754, 17] + [ ecalVeto ] 0 : Hit 1: [-102.606, 94.3048, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 90.1341, 15] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 85.9634, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 81.7928, 13] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 77.6221, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-61.6707, 73.4515, 11] + [ ecalVeto ] 0 : Hit 1: [-59.2627, 69.2808, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 66.7306, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 62.5599, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, 37.5359, 2] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 1] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [2.40793, 79.2426, 1] + [ ecalVeto ] 0 : Hit 1: [4.81586, 83.4132, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4995.89; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4768 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-39.9993, -152.694, 29] + [ ecalVeto ] 0 : Hit 1: [-37.5914, -148.523, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-25.5517, -144.353, 27] + [ ecalVeto ] 0 : Hit 1: [-23.1438, -140.182, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-11.1041, -136.011, 25] + [ ecalVeto ] 0 : Hit 1: [-8.69618, -131.841, 24] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 7: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Hit 8: [-2.40793, 4.17066, 2] + [ ecalVeto ] 0 : Hit 9: [-4.81586, 8.34132, 1] + [ ecalVeto ] 0 : Hit 10: [-2.40793, 4.17066, 0] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3492.41; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4769 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [112.237, -110.987, 20] + [ ecalVeto ] 0 : Hit 1: [109.829, -106.817, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 20] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 18] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 17] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 16] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -8.34132, 15] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -12.512, 14] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -8.34132, 13] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -12.512, 12] + [ ecalVeto ] 0 : Hit 8: [-4.81586, -16.6826, 11] + [ ecalVeto ] 0 : Hit 9: [-2.40793, -12.512, 10] + [ ecalVeto ] 0 : Hit 10: [-4.81586, -16.6826, 9] + [ ecalVeto ] 0 : Hit 11: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Hit 12: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 13: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 14: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 15: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 16: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Hit 17: [-2.40793, -37.5359, 2] + [ ecalVeto ] 0 : Hit 18: [4.81586, -41.7066, 4] + [ ecalVeto ] 0 : Hit 19: [2.40793, -37.5359, 3] + [ ecalVeto ] 0 : Hit 20: [4.81586, -41.7066, 2] + [ ecalVeto ] 0 : Hit 21: [2.40793, -37.5359, 1] + [ ecalVeto ] 0 : Hit 22: [4.81586, -33.3653, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4181.57; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4770 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-147.421, -58.3892, 19] + [ ecalVeto ] 0 : Hit 1: [-145.013, -54.2186, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-132.973, -41.7066, 17] + [ ecalVeto ] 0 : Hit 1: [-130.565, -37.5359, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-111.302, -29.1946, 15] + [ ecalVeto ] 0 : Hit 1: [-108.894, -25.024, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 54.2186, 14] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 50.0479, 13] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7617.02; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4771 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-161.868, -41.7066, 29] + [ ecalVeto ] 0 : Hit 1: [-159.46, -45.8773, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-147.421, -41.7066, 27] + [ ecalVeto ] 0 : Hit 1: [-145.013, -45.8773, 26] + [ ecalVeto ] 0 : Finding linreg tracks from 30 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4809.58; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4772 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 18 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1396.04; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4773 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -4.17066, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -37.5359, 4] + [ ecalVeto ] 0 : Hit 1: [12.0397, -37.5359, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4633.85; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4774 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [18.3279, -156.865, 28] + [ ecalVeto ] 0 : Hit 1: [15.92, -152.694, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [8.69618, -140.182, 25] + [ ecalVeto ] 0 : Hit 1: [11.1041, -136.011, 24] + [ ecalVeto ] 0 : Hit 2: [8.69618, -131.841, 23] + [ ecalVeto ] 0 : Hit 3: [11.1041, -127.67, 22] + [ ecalVeto ] 0 : Hit 4: [8.69618, -123.499, 21] + [ ecalVeto ] 0 : Hit 5: [11.1041, -119.329, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [11.1041, -102.646, 18] + [ ecalVeto ] 0 : Hit 1: [8.69618, -98.4754, 17] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -75.0719, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, -70.9012, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, -66.7306, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, -62.5599, 9] + [ ecalVeto ] 0 : Hit 4: [4.81586, -58.3892, 8] + [ ecalVeto ] 0 : Hit 5: [2.40793, -54.2186, 7] + [ ecalVeto ] 0 : Hit 6: [4.81586, -50.0479, 6] + [ ecalVeto ] 0 : Hit 7: [2.40793, -45.8773, 5] + [ ecalVeto ] 0 : Hit 8: [4.81586, -41.7066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3374.4; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4775 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -33.3653, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 9] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 5: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Hit 6: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Hit 7: [12.0397, -29.1946, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [24.0793, -16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [24.0793, -16.6826, 9] + [ ecalVeto ] 0 : Hit 2: [26.4873, -20.8533, 8] + [ ecalVeto ] 0 : Hit 3: [24.0793, -25.024, 7] + [ ecalVeto ] 0 : Hit 4: [16.8555, -20.8533, 9] + [ ecalVeto ] 0 : Hit 5: [19.2635, -25.024, 8] + [ ecalVeto ] 0 : Hit 6: [19.2635, -25.024, 6] + [ ecalVeto ] 0 : Hit 7: [16.8555, -29.1946, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [16.8555, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [19.2635, -16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [16.8555, -12.512, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Hit 3: [2.40793, -29.1946, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 43 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6099.86; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4776 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 2] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -8.34132, 1] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -4.17066, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4008.52; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4777 Brem photon produced 46 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -50.0479, 7] + [ ecalVeto ] 0 : Hit 1: [9.63173, -50.0479, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -45.8773, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -50.0479, 3] + [ ecalVeto ] 0 : Hit 4: [12.0397, -54.2186, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, -20.8533, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3895.99; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4778 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -2.66454e-15, 1] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -4.17066, 3] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -2.66454e-15, 2] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -2.66454e-15, 0] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 25.024, 4] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 20.8533, 3] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2814; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4779 Brem photon produced 57 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [154.644, 79.2426, 16] + [ ecalVeto ] 0 : Hit 1: [152.237, 75.0719, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [16.8555, -4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [19.2635, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 3: [16.8555, 4.17066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8643.95; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4780 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [8.69618, -190.23, 21] + [ ecalVeto ] 0 : Hit 1: [11.1041, -194.401, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-112.237, 94.3048, 19] + [ ecalVeto ] 0 : Hit 1: [-109.829, 90.1341, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-105.013, 81.7928, 17] + [ ecalVeto ] 0 : Hit 1: [-102.606, 77.6221, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-80.9341, 81.7928, 14] + [ ecalVeto ] 0 : Hit 1: [-83.3421, 77.6221, 13] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 65.1101, 13] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 60.9395, 12] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6022.41; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4781 Brem photon produced 86 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 12] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 16.6826, 11] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 12.512, 10] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 8.34132, 9] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 35 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4691.09; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4782 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-161.868, 25.024, 25] + [ ecalVeto ] 0 : Hit 1: [-159.46, 20.8533, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-140.197, 20.8533, 23] + [ ecalVeto ] 0 : Hit 1: [-137.789, 16.6826, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-104.078, 25.024, 17] + [ ecalVeto ] 0 : Hit 1: [-101.67, 20.8533, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 16.6826, 15] + [ ecalVeto ] 0 : Hit 1: [-77.0538, 16.6826, 13] + [ ecalVeto ] 0 : Hit 2: [-74.6459, 20.8533, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 12.512, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [140.197, 29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [137.789, 25.024, 9] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3491; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4783 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [16.8555, 4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [19.2635, 8.34132, 12] + [ ecalVeto ] 0 : Hit 2: [16.8555, 4.17066, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -20.8533, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, -33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -29.1946, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 90 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6326.14; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4784 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 50.0479, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 45.8773, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3057.23; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4785 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Hit 5: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 6: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 12.512, 5] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 12.512, 3] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 8.34132, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6025.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4786 Brem photon produced 37 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-108.894, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [-111.302, -4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [-108.894, -2.36672e-14, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 41.7066, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, 37.5359, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, 33.3653, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, 37.5359, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3654.97; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4787 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 2] + [ ecalVeto ] 0 : Hit 2: [9.63173, 16.6826, 1] + [ ecalVeto ] 0 : Hit 3: [12.0397, 12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 39 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2892.02; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4788 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-45.7507, -29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -25.024, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-38.5269, -25.024, 10] + [ ecalVeto ] 0 : Hit 1: [-40.9348, -29.1946, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [-33.711, -25.024, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5711.98; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4789 Brem photon produced 46 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-3.88031, -115.158, 27] + [ ecalVeto ] 0 : Hit 1: [-1.47238, -110.987, 26] + [ ecalVeto ] 0 : Hit 2: [-3.88031, -106.817, 25] + [ ecalVeto ] 0 : Hit 3: [-1.47238, -102.646, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -87.5839, 21] + [ ecalVeto ] 0 : Hit 1: [4.81586, -83.4132, 20] + [ ecalVeto ] 0 : Hit 2: [2.40793, -79.2426, 19] + [ ecalVeto ] 0 : Hit 3: [4.81586, -75.0719, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -58.3892, 15] + [ ecalVeto ] 0 : Hit 1: [12.0397, -54.2186, 14] + [ ecalVeto ] 0 : Hit 2: [9.63173, -50.0479, 13] + [ ecalVeto ] 0 : Hit 3: [12.0397, -45.8773, 12] + [ ecalVeto ] 0 : Hit 4: [9.63173, -41.7066, 11] + [ ecalVeto ] 0 : Hit 5: [12.0397, -37.5359, 10] + [ ecalVeto ] 0 : Hit 6: [9.63173, -33.3653, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 2: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, -20.8533, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [16.8555, -37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [19.2635, -33.3653, 4] + [ ecalVeto ] 0 : Hit 2: [16.8555, -29.1946, 3] + [ ecalVeto ] 0 : Hit 3: [16.8555, -29.1946, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4358.75; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4790 Brem photon produced 31 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 54.2186, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 50.0479, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 44 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6407.84; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4791 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-154.644, 45.8773, 21] + [ ecalVeto ] 0 : Hit 1: [-152.237, 41.7066, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-69.83, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -2.66454e-15, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -33.3653, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 102 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4609.99; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4792 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-45.7507, 29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [-48.1586, 25.024, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4452.71; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4793 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-105.013, -190.23, 27] + [ ecalVeto ] 0 : Hit 1: [-102.606, -186.059, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [112.237, 136.011, 26] + [ ecalVeto ] 0 : Hit 1: [109.829, 131.841, 25] + [ ecalVeto ] 0 : Hit 2: [112.237, 127.67, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -152.694, 23] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -148.523, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -90.1341, 17] + [ ecalVeto ] 0 : Hit 1: [-59.2627, -85.9634, 16] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5073.15; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4794 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 12.512, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5036.28; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4795 Brem photon produced 79 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 37.5359, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 11] + [ ecalVeto ] 0 : Hit 2: [12.0397, 29.1946, 10] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 54.2186, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 50.0479, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 45.8773, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 41.7066, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-3.88031, 123.499, 1] + [ ecalVeto ] 0 : Hit 1: [-1.47238, 127.67, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3464.7; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4796 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [67.4221, -41.7066, 21] + [ ecalVeto ] 0 : Hit 1: [67.4221, -41.7066, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 70.9012, 21] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 75.0719, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-45.7507, 70.9012, 20] + [ ecalVeto ] 0 : Hit 1: [-48.1586, 66.7306, 19] + [ ecalVeto ] 0 : Hit 2: [-45.7507, 62.5599, 18] + [ ecalVeto ] 0 : Hit 3: [-48.1586, 58.3892, 17] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 50.0479, 15] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 45.8773, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [-33.711, 25.024, 9] + [ ecalVeto ] 0 : Hit 2: [-31.3031, 20.8533, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 8.34132, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3733.53; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4797 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [166.684, 41.7066, 25] + [ ecalVeto ] 0 : Hit 1: [169.092, 45.8773, 24] + [ ecalVeto ] 0 : Hit 2: [166.684, 50.0479, 23] + [ ecalVeto ] 0 : Hit 3: [169.092, 54.2186, 22] + [ ecalVeto ] 0 : Hit 4: [166.684, 50.0479, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [161.868, 50.0479, 20] + [ ecalVeto ] 0 : Hit 1: [159.46, 54.2186, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [39.9993, 85.9634, 18] + [ ecalVeto ] 0 : Hit 1: [37.5914, 81.7928, 17] + [ ecalVeto ] 0 : Hit 2: [39.9993, 77.6221, 16] + [ ecalVeto ] 0 : Hit 3: [38.5269, 75.0719, 15] + [ ecalVeto ] 0 : Hit 4: [40.9348, 70.9012, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -75.0719, 13] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -70.9012, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2862.7; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4798 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 35 + [ ecalVeto ] 0 : Beginning track merging using 35 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 28 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [96.8541, -12.512, 28] + [ ecalVeto ] 0 : Hit 1: [96.8541, -12.512, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [74.6459, -4.17066, 23] + [ ecalVeto ] 0 : Hit 1: [77.0538, -2.66454e-15, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [62.6062, -2.66454e-15, 20] + [ ecalVeto ] 0 : Hit 1: [60.1983, -4.17066, 19] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [55.3824, 4.17066, 18] + [ ecalVeto ] 0 : Hit 1: [52.9745, -2.66454e-15, 17] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-33.711, -25.024, 17] + [ ecalVeto ] 0 : Hit 1: [-33.711, -25.024, 15] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [48.1586, -2.66454e-15, 16] + [ ecalVeto ] 0 : Hit 1: [45.7507, 4.17066, 15] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -16.6826, 15] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -20.8533, 14] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 15] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 14] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 13] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -8.34132, 11] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -4.17066, 10] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 7: [4.81586, -8.34132, 10] + [ ecalVeto ] 0 : Hit 8: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [40.9348, 4.17066, 14] + [ ecalVeto ] 0 : Hit 1: [38.5269, -2.66454e-15, 13] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-33.711, -41.7066, 13] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -37.5359, 12] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -12.512, 13] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -8.34132, 12] + [ ecalVeto ] 0 : Track 11: + [ ecalVeto ] 0 : Hit 0: [33.711, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 1: [31.3031, 4.17066, 11] + [ ecalVeto ] 0 : Track 12: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -8.34132, 10] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -4.17066, 9] + [ ecalVeto ] 0 : Hit 3: [-33.711, -8.34132, 11] + [ ecalVeto ] 0 : Hit 4: [-31.3031, -4.17066, 10] + [ ecalVeto ] 0 : Hit 5: [-31.3031, -4.17066, 8] + [ ecalVeto ] 0 : Hit 6: [-33.711, -2.66454e-15, 7] + [ ecalVeto ] 0 : Track 13: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -25.024, 10] + [ ecalVeto ] 0 : Track 14: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 6: [-12.0397, -4.17066, 7] + [ ecalVeto ] 0 : Hit 7: [-9.63173, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 8: [-12.0397, 4.17066, 5] + [ ecalVeto ] 0 : Track 15: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 6: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 7: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Track 16: + [ ecalVeto ] 0 : Hit 0: [26.4873, 4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [24.0793, -2.66454e-15, 9] + [ ecalVeto ] 0 : Track 17: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -12.512, 8] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -8.34132, 9] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -4.17066, 8] + [ ecalVeto ] 0 : Hit 4: [-19.2635, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 5: [-16.8555, 4.17066, 6] + [ ecalVeto ] 0 : Track 18: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -12.512, 7] + [ ecalVeto ] 0 : Track 19: + [ ecalVeto ] 0 : Hit 0: [19.2635, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, 4.17066, 7] + [ ecalVeto ] 0 : Track 20: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 70.9012, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 66.7306, 6] + [ ecalVeto ] 0 : Track 21: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 12.512, 6] + [ ecalVeto ] 0 : Track 22: + [ ecalVeto ] 0 : Hit 0: [3.34348, 110.987, 7] + [ ecalVeto ] 0 : Hit 1: [3.88031, 106.817, 6] + [ ecalVeto ] 0 : Track 23: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 5: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 6: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Track 24: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Track 25: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 12.512, 5] + [ ecalVeto ] 0 : Track 26: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Track 27: + [ ecalVeto ] 0 : Hit 0: [2.40793, 79.2426, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 75.0719, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 70.9012, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 66.7306, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 91 hits + [ ecalVeto ] 0 : MIP tracking completed; found 28 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7545.73; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4799 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 9309.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4800 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [47.2231, 115.158, 16] + [ ecalVeto ] 0 : Hit 1: [44.8152, 110.987, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 10] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 7: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Hit 8: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Hit 9: [4.81586, 33.3653, 2] + [ ecalVeto ] 0 : Hit 10: [2.40793, 37.5359, 1] + [ ecalVeto ] 0 : Hit 11: [4.81586, 33.3653, 0] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 41.7066, 11] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 41.7066, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 37.5359, 8] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 66.7306, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 62.5599, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 58.3892, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 54.2186, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 50.0479, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 45.8773, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, 29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 37.5359, 4] + [ ecalVeto ] 0 : Hit 4: [9.63173, 33.3653, 3] + [ ecalVeto ] 0 : Hit 5: [12.0397, 37.5359, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [16.8555, 4.17066, 5] + [ ecalVeto ] 0 : Hit 1: [16.8555, 4.17066, 3] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [48.1586, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 1: [45.7507, 4.17066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 11217.8; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4801 Brem photon produced 55 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [77.0538, -8.34132, 30] + [ ecalVeto ] 0 : Hit 1: [74.6459, -4.17066, 29] + [ ecalVeto ] 0 : Hit 2: [74.6459, -4.17066, 27] + [ ecalVeto ] 0 : Hit 3: [69.83, -4.17066, 28] + [ ecalVeto ] 0 : Hit 4: [69.83, -4.17066, 26] + [ ecalVeto ] 0 : Hit 5: [67.4221, -2.66454e-15, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 12] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 4.17066, 10] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 7: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 8: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 9: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, -2.66454e-15, 1] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -4.17066, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3818.63; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4802 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 35 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2878.05; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4803 Brem photon produced 88 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -41.7066, 15] + [ ecalVeto ] 0 : Hit 1: [12.0397, -37.5359, 14] + [ ecalVeto ] 0 : Hit 2: [9.63173, -33.3653, 13] + [ ecalVeto ] 0 : Hit 3: [12.0397, -37.5359, 12] + [ ecalVeto ] 0 : Hit 4: [9.63173, -33.3653, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -20.8533, 2] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -16.6826, 1] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3837.99; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4804 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [60.1983, 12.512, 23] + [ ecalVeto ] 0 : Hit 1: [62.6062, 16.6826, 22] + [ ecalVeto ] 0 : Hit 2: [60.1983, 20.8533, 21] + [ ecalVeto ] 0 : Hit 3: [62.6062, 25.024, 20] + [ ecalVeto ] 0 : Hit 4: [60.1983, 29.1946, 19] + [ ecalVeto ] 0 : Hit 5: [62.6062, 25.024, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 81.7928, 21] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 77.6221, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-61.6707, 73.4515, 19] + [ ecalVeto ] 0 : Hit 1: [-59.2627, 69.2808, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4988.73; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4805 Brem photon produced 47 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 2] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -16.6826, 1] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -20.8533, 0] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -16.6826, 4] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -12.512, 3] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -16.6826, 2] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -20.8533, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 43 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4243.62; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4806 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -8.34132, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -41.7066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6364.62; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4807 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-61.6707, 90.1341, 15] + [ ecalVeto ] 0 : Hit 1: [-59.2627, 85.9634, 14] + [ ecalVeto ] 0 : Hit 2: [-61.6707, 81.7928, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 25.024, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 29.1946, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 25.024, 4] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 29.1946, 3] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 33.3653, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 20.8533, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-33.711, 58.3892, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 54.2186, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 45.8773, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 41.7066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4462.64; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4808 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 99 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5115.97; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4809 Brem photon produced 31 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [52.9745, -66.7306, 13] + [ ecalVeto ] 0 : Hit 1: [55.3824, -62.5599, 12] + [ ecalVeto ] 0 : Hit 2: [52.9745, -66.7306, 11] + [ ecalVeto ] 0 : Hit 3: [55.3824, -62.5599, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [45.7507, -62.5599, 13] + [ ecalVeto ] 0 : Hit 1: [48.1586, -58.3892, 12] + [ ecalVeto ] 0 : Hit 2: [45.7507, -54.2186, 11] + [ ecalVeto ] 0 : Hit 3: [48.1586, -50.0479, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 2] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 1] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 116 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4339.41; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4810 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 17 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3228.87; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4811 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [18.3279, -90.1341, 22] + [ ecalVeto ] 0 : Hit 1: [16.8555, -87.5839, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, -79.2426, 19] + [ ecalVeto ] 0 : Hit 1: [19.2635, -75.0719, 18] + [ ecalVeto ] 0 : Hit 2: [16.8555, -70.9012, 17] + [ ecalVeto ] 0 : Hit 3: [19.2635, -66.7306, 16] + [ ecalVeto ] 0 : Hit 4: [16.8555, -62.5599, 15] + [ ecalVeto ] 0 : Hit 5: [19.2635, -58.3892, 14] + [ ecalVeto ] 0 : Hit 6: [16.8555, -54.2186, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -45.8773, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -41.7066, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, -37.5359, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, -33.3653, 7] + [ ecalVeto ] 0 : Hit 4: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Hit 5: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 6: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Hit 7: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Hit 8: [12.0397, -12.512, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3775.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4812 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 58.3892, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 62.5599, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 54.2186, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 50.0479, 4] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 45.8773, 3] + [ ecalVeto ] 0 : Hit 3: [-19.2635, 50.0479, 5] + [ ecalVeto ] 0 : Hit 4: [-16.8555, 45.8773, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 44 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4812.59; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4813 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 70.9012, 22] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 66.7306, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 70.9012, 20] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 75.0719, 19] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 70.9012, 18] + [ ecalVeto ] 0 : Hit 3: [-19.2635, 66.7306, 17] + [ ecalVeto ] 0 : Hit 4: [-16.8555, 62.5599, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -81.7928, 17] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -77.6221, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 54.2186, 15] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 54.2186, 13] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 50.0479, 12] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 45.8773, 11] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 41.7066, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-33.711, -58.3892, 15] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -54.2186, 14] + [ ecalVeto ] 0 : Hit 2: [-33.711, -58.3892, 13] + [ ecalVeto ] 0 : Hit 3: [-31.3031, -62.5599, 12] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -45.8773, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -50.0479, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 94 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4492.69; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4814 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 23 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2960.21; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4815 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -62.5599, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -58.3892, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5818.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4816 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -75.0719, 14] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -75.0719, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [24.0793, -16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [26.4873, -20.8533, 10] + [ ecalVeto ] 0 : Hit 2: [24.0793, -25.024, 9] + [ ecalVeto ] 0 : Hit 3: [26.4873, -29.1946, 8] + [ ecalVeto ] 0 : Hit 4: [24.0793, -25.024, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -66.7306, 11] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -62.5599, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5894.9; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4817 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [19.2635, 16.6826, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [15.92, -136.011, 7] + [ ecalVeto ] 0 : Hit 1: [18.3279, -140.182, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [77.0538, 50.0479, 6] + [ ecalVeto ] 0 : Hit 1: [77.0538, 50.0479, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 102 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7565.41; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4818 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 11 + [ ecalVeto ] 0 : Beginning track merging using 11 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 11 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-183.54, -12.512, 25] + [ ecalVeto ] 0 : Hit 1: [-181.132, -16.6826, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-169.092, -70.9012, 25] + [ ecalVeto ] 0 : Hit 1: [-166.684, -66.7306, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-154.644, -62.5599, 23] + [ ecalVeto ] 0 : Hit 1: [-152.237, -58.3892, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-161.868, -16.6826, 23] + [ ecalVeto ] 0 : Hit 1: [-159.46, -20.8533, 22] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-140.197, -54.2186, 21] + [ ecalVeto ] 0 : Hit 1: [-137.789, -50.0479, 20] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-118.525, -25.024, 19] + [ ecalVeto ] 0 : Hit 1: [-116.118, -20.8533, 18] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-125.749, -45.8773, 19] + [ ecalVeto ] 0 : Hit 1: [-123.341, -41.7066, 18] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-111.302, -37.5359, 17] + [ ecalVeto ] 0 : Hit 1: [-108.894, -33.3653, 16] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -29.1946, 15] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -25.024, 14] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -12.512, 10] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -12.512, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 11 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2709.2; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4819 Brem photon produced 55 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-23.1438, -165.206, 28] + [ ecalVeto ] 0 : Hit 1: [-25.5517, -161.035, 27] + [ ecalVeto ] 0 : Finding linreg tracks from 37 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4782.9; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4820 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 26 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2503.32; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4821 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 136.011, 19] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 140.182, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 148.523, 19] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 152.694, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 41.7066, 13] + [ ecalVeto ] 0 : Hit 1: [12.0397, 45.8773, 12] + [ ecalVeto ] 0 : Hit 2: [9.63173, 41.7066, 11] + [ ecalVeto ] 0 : Hit 3: [12.0397, 37.5359, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-30.3676, 102.646, 12] + [ ecalVeto ] 0 : Hit 1: [-32.7755, 98.4754, 11] + [ ecalVeto ] 0 : Hit 2: [-30.3676, 94.3048, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [16.8555, 45.8773, 11] + [ ecalVeto ] 0 : Hit 1: [19.2635, 41.7066, 10] + [ ecalVeto ] 0 : Hit 2: [16.8555, 37.5359, 9] + [ ecalVeto ] 0 : Hit 3: [19.2635, 41.7066, 8] + [ ecalVeto ] 0 : Hit 4: [16.8555, 37.5359, 7] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Hit 2: [4.81586, 33.3653, 2] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 1] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5875.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4822 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 73.4515, 11] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 69.2808, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-66.4865, 65.1101, 10] + [ ecalVeto ] 0 : Hit 1: [-68.8945, 60.9395, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-67.4221, 50.0479, 8] + [ ecalVeto ] 0 : Hit 1: [-69.83, 45.8773, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, 8.34132, 2] + [ ecalVeto ] 0 : Hit 5: [2.40793, 12.512, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6505.9; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4823 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [26.4873, -12.512, 8] + [ ecalVeto ] 0 : Hit 2: [24.0793, -8.34132, 7] + [ ecalVeto ] 0 : Hit 3: [26.4873, -4.17066, 6] + [ ecalVeto ] 0 : Hit 4: [24.0793, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 5: [26.4873, 4.17066, 4] + [ ecalVeto ] 0 : Hit 6: [24.0793, 8.34132, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [33.711, 16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [31.3031, 12.512, 7] + [ ecalVeto ] 0 : Hit 2: [33.711, 8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [31.3031, 4.17066, 5] + [ ecalVeto ] 0 : Hit 4: [33.711, 8.34132, 4] + [ ecalVeto ] 0 : Hit 5: [31.3031, 12.512, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4795.01; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4824 Brem photon produced 36 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [16.8555, 20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [19.2635, 16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [16.8555, 12.512, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [126.685, -136.011, 2] + [ ecalVeto ] 0 : Hit 1: [124.277, -131.841, 1] + [ ecalVeto ] 0 : Hit 2: [126.685, -127.67, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4722.98; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4825 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [133.909, -190.23, 26] + [ ecalVeto ] 0 : Hit 1: [133.909, -190.23, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [25.5517, -85.9634, 18] + [ ecalVeto ] 0 : Hit 1: [25.5517, -85.9634, 16] + [ ecalVeto ] 0 : Hit 2: [24.0793, -83.4132, 15] + [ ecalVeto ] 0 : Hit 3: [25.5517, -85.9634, 14] + [ ecalVeto ] 0 : Hit 4: [23.1438, -90.1341, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [38.5269, -66.7306, 17] + [ ecalVeto ] 0 : Hit 1: [38.5269, -66.7306, 15] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [24.0793, -66.7306, 15] + [ ecalVeto ] 0 : Hit 1: [26.4873, -70.9012, 14] + [ ecalVeto ] 0 : Hit 2: [24.0793, -66.7306, 13] + [ ecalVeto ] 0 : Hit 3: [26.4873, -70.9012, 12] + [ ecalVeto ] 0 : Hit 4: [24.0793, -66.7306, 11] + [ ecalVeto ] 0 : Hit 5: [19.2635, -66.7306, 12] + [ ecalVeto ] 0 : Hit 6: [16.8555, -62.5599, 11] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [24.0793, -58.3892, 15] + [ ecalVeto ] 0 : Hit 1: [24.0793, -58.3892, 13] + [ ecalVeto ] 0 : Hit 2: [26.4873, -62.5599, 12] + [ ecalVeto ] 0 : Hit 3: [24.0793, -58.3892, 11] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [26.4873, -79.2426, 14] + [ ecalVeto ] 0 : Hit 1: [24.0793, -75.0719, 13] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -25.024, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5759.6; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4826 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-89.6303, 25.024, 19] + [ ecalVeto ] 0 : Hit 1: [-87.2224, 29.1946, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 87.5839, 17] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 83.4132, 16] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 79.2426, 15] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 75.0719, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [67.4221, -2.66454e-15, 15] + [ ecalVeto ] 0 : Hit 1: [67.4221, -2.66454e-15, 13] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [33.711, -16.6826, 12] + [ ecalVeto ] 0 : Hit 1: [31.3031, -12.512, 11] + [ ecalVeto ] 0 : Hit 2: [33.711, -16.6826, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-33.711, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 4.17066, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6249.96; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4827 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-183.54, -62.5599, 19] + [ ecalVeto ] 0 : Hit 1: [-181.132, -66.7306, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-169.092, -70.9012, 17] + [ ecalVeto ] 0 : Hit 1: [-166.684, -75.0719, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -12.512, 10] + [ ecalVeto ] 0 : Hit 1: [-33.711, -16.6826, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -66.7306, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -62.5599, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3966.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4828 Brem photon produced 30 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 8 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-37.5914, -148.523, 18] + [ ecalVeto ] 0 : Hit 1: [-39.9993, -144.353, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -66.7306, 15] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -62.5599, 14] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -58.3892, 13] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -54.2186, 12] + [ ecalVeto ] 0 : Hit 4: [-19.2635, -50.0479, 11] + [ ecalVeto ] 0 : Hit 5: [-16.8555, -45.8773, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 29.1946, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, 29.1946, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -41.7066, 7] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -37.5359, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -4.17066, 3] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -25.024, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -16.6826, 4] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -8.34132, 6] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -8.34132, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 103 hits + [ ecalVeto ] 0 : MIP tracking completed; found 8 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5159.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4829 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-155.58, 144.353, 27] + [ ecalVeto ] 0 : Hit 1: [-153.172, 140.182, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-126.685, 102.646, 23] + [ ecalVeto ] 0 : Hit 1: [-124.277, 98.4754, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 77.6221, 19] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 73.4515, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, 37.5359, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [19.2635, 41.7066, 4] + [ ecalVeto ] 0 : Hit 1: [16.8555, 37.5359, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 104 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5887.94; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4830 Brem photon produced 61 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 58.3892, 20] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 54.2186, 19] + [ ecalVeto ] 0 : Hit 2: [-24.0793, 50.0479, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 25.024, 13] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 25.024, 11] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 20.8533, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [39.9993, -94.3048, 12] + [ ecalVeto ] 0 : Hit 1: [37.5914, -90.1341, 11] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Hit 2: [12.0397, -20.8533, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 1] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6221.21; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4831 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4141; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4832 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -33.3653, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -41.7066, 6] + [ ecalVeto ] 0 : Hit 3: [4.81586, -41.7066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4563.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4833 Brem photon produced 42 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-30.3676, -119.329, 20] + [ ecalVeto ] 0 : Hit 1: [-32.7755, -115.158, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-30.3676, -102.646, 20] + [ ecalVeto ] 0 : Hit 1: [-30.3676, -102.646, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -41.7066, 13] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -37.5359, 12] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -33.3653, 11] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -29.1946, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -4.17066, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6648.51; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4834 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-105.013, -156.865, 27] + [ ecalVeto ] 0 : Hit 1: [-102.606, -152.694, 26] + [ ecalVeto ] 0 : Hit 2: [-105.013, -148.523, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -115.158, 21] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -119.329, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -102.646, 17] + [ ecalVeto ] 0 : Hit 1: [-52.039, -98.4754, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -62.5599, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -66.7306, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-33.711, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 12.512, 8] + [ ecalVeto ] 0 : Hit 2: [-33.711, 8.34132, 7] + [ ecalVeto ] 0 : Hit 3: [-38.5269, 8.34132, 8] + [ ecalVeto ] 0 : Hit 4: [-40.9348, 4.17066, 7] + [ ecalVeto ] 0 : Hit 5: [-38.5269, -2.66454e-15, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -58.3892, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -54.2186, 8] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -50.0479, 7] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -45.8773, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 93 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5890; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4835 Brem photon produced 38 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [31.3031, -20.8533, 25] + [ ecalVeto ] 0 : Hit 1: [33.711, -16.6826, 24] + [ ecalVeto ] 0 : Hit 2: [31.3031, -12.512, 23] + [ ecalVeto ] 0 : Hit 3: [31.3031, -12.512, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [24.0793, -8.34132, 19] + [ ecalVeto ] 0 : Hit 1: [24.0793, -8.34132, 17] + [ ecalVeto ] 0 : Hit 2: [19.2635, -8.34132, 18] + [ ecalVeto ] 0 : Hit 3: [19.2635, -8.34132, 16] + [ ecalVeto ] 0 : Hit 4: [16.8555, -4.17066, 15] + [ ecalVeto ] 0 : Hit 5: [19.2635, -2.66454e-15, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 1: [12.0397, 4.17066, 12] + [ ecalVeto ] 0 : Hit 2: [9.63173, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 3: [12.0397, 4.17066, 10] + [ ecalVeto ] 0 : Hit 4: [9.63173, 8.34132, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 7: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 8: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5076.1; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4836 Brem photon produced 76 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 12] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 12] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 10] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4118.5; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4837 Brem photon produced 5 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-81.8697, 16.6826, 14] + [ ecalVeto ] 0 : Hit 1: [-82.4065, 12.512, 13] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6770.91; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4838 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-205.211, 8.34132, 17] + [ ecalVeto ] 0 : Hit 1: [-202.803, 12.512, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 12] + [ ecalVeto ] 0 : Hit 1: [12.0397, 20.8533, 10] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 9] + [ ecalVeto ] 0 : Hit 3: [12.0397, 29.1946, 8] + [ ecalVeto ] 0 : Hit 4: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Hit 5: [2.40793, 37.5359, 9] + [ ecalVeto ] 0 : Hit 6: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 7: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 8: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [16.8555, 20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [19.2635, 25.024, 10] + [ ecalVeto ] 0 : Hit 2: [16.8555, 20.8533, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 20.8533, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 87 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7126.18; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4839 Brem photon produced 60 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-23.1438, 90.1341, 12] + [ ecalVeto ] 0 : Hit 1: [-25.5517, 85.9634, 11] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3661.24; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4840 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-141.132, 94.3048, 33] + [ ecalVeto ] 0 : Hit 1: [-138.725, 90.1341, 32] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-132.973, 50.0479, 27] + [ ecalVeto ] 0 : Hit 1: [-130.565, 45.8773, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-32.7755, 215.254, 23] + [ ecalVeto ] 0 : Hit 1: [-30.3676, 211.083, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-111.302, 37.5359, 23] + [ ecalVeto ] 0 : Hit 1: [-108.894, 33.3653, 22] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-89.6303, 25.024, 19] + [ ecalVeto ] 0 : Hit 1: [-87.2224, 20.8533, 18] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 12.512, 17] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 16.6826, 16] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-69.83, 12.512, 15] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 8.34132, 14] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 4.17066, 12] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -4.17066, 10] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [38.5269, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [40.9348, -29.1946, 8] + [ ecalVeto ] 0 : Hit 2: [38.5269, -25.024, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 92 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4558.82; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4841 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, -50.0479, 15] + [ ecalVeto ] 0 : Hit 1: [26.4873, -45.8773, 14] + [ ecalVeto ] 0 : Hit 2: [24.0793, -50.0479, 13] + [ ecalVeto ] 0 : Hit 3: [26.4873, -45.8773, 12] + [ ecalVeto ] 0 : Hit 4: [24.0793, -41.7066, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [16.8555, -37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [19.2635, -33.3653, 8] + [ ecalVeto ] 0 : Hit 2: [16.8555, -29.1946, 7] + [ ecalVeto ] 0 : Hit 3: [16.8555, -29.1946, 5] + [ ecalVeto ] 0 : Hit 4: [19.2635, -25.024, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -2.66454e-15, 3] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -4.17066, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-69.83, -12.512, 1] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -16.6826, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 17 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2456.48; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4842 Brem photon produced 42 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4880.12; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4843 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 2: [4.81586, -25.024, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, -33.3653, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6187.19; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4844 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-54.4469, 94.3048, 11] + [ ecalVeto ] 0 : Hit 1: [-52.039, 98.4754, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5896.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4845 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-77.0538, 8.34132, 17] + [ ecalVeto ] 0 : Hit 1: [-74.6459, 12.512, 16] + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3775.4; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4846 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 8.34132, 16] + [ ecalVeto ] 0 : Hit 1: [19.2635, 8.34132, 14] + [ ecalVeto ] 0 : Hit 2: [16.8555, 12.512, 13] + [ ecalVeto ] 0 : Hit 3: [19.2635, 8.34132, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -77.6221, 13] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -73.4515, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-76.1183, -65.1101, 11] + [ ecalVeto ] 0 : Hit 1: [-73.7103, -60.9395, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [33.711, -41.7066, 10] + [ ecalVeto ] 0 : Hit 1: [31.3031, -45.8773, 9] + [ ecalVeto ] 0 : Hit 2: [33.711, -41.7066, 8] + [ ecalVeto ] 0 : Hit 3: [31.3031, -45.8773, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -54.2186, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -50.0479, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [38.5269, -33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [40.9348, -37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [38.5269, -33.3653, 5] + [ ecalVeto ] 0 : Hit 3: [40.9348, -29.1946, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4720; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4847 Brem photon produced 50 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 59 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5991.35; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4848 Brem photon produced 57 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, 66.7306, 16] + [ ecalVeto ] 0 : Hit 1: [16.8555, 62.5599, 15] + [ ecalVeto ] 0 : Hit 2: [19.2635, 58.3892, 14] + [ ecalVeto ] 0 : Hit 3: [16.8555, 62.5599, 13] + [ ecalVeto ] 0 : Hit 4: [19.2635, 58.3892, 12] + [ ecalVeto ] 0 : Hit 5: [16.8555, 54.2186, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 54.2186, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, 50.0479, 9] + [ ecalVeto ] 0 : Hit 2: [12.0397, 45.8773, 8] + [ ecalVeto ] 0 : Hit 3: [9.63173, 50.0479, 7] + [ ecalVeto ] 0 : Hit 4: [12.0397, 45.8773, 6] + [ ecalVeto ] 0 : Hit 5: [9.63173, 41.7066, 5] + [ ecalVeto ] 0 : Hit 6: [12.0397, 37.5359, 4] + [ ecalVeto ] 0 : Hit 7: [9.63173, 41.7066, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 33.3653, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4164.21; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4849 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [40.9348, 54.2186, 12] + [ ecalVeto ] 0 : Hit 1: [38.5269, 50.0479, 11] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4156.85; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4850 Brem photon produced 56 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-155.58, -119.329, 27] + [ ecalVeto ] 0 : Hit 1: [-153.172, -123.499, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-126.685, -127.67, 23] + [ ecalVeto ] 0 : Hit 1: [-124.277, -123.499, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-119.461, -115.158, 21] + [ ecalVeto ] 0 : Hit 1: [-117.053, -110.987, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-105.013, -106.817, 19] + [ ecalVeto ] 0 : Hit 1: [-102.606, -102.646, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -94.3048, 17] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -90.1341, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -85.9634, 15] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -81.7928, 14] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -77.6221, 13] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -73.4515, 12] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4151.7; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4851 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 25.024, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 20.8533, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 29.1946, 8] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 25.024, 7] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 20.8533, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8334.9; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4852 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -2.66454e-15, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-33.711, -8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [-31.3031, -12.512, 4] + [ ecalVeto ] 0 : Hit 4: [-26.4873, -12.512, 5] + [ ecalVeto ] 0 : Hit 5: [-26.4873, -12.512, 3] + [ ecalVeto ] 0 : Hit 6: [-24.0793, -8.34132, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -8.34132, 1] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -4.17066, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5021.85; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4853 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, 41.7066, 24] + [ ecalVeto ] 0 : Hit 1: [31.3031, 45.8773, 23] + [ ecalVeto ] 0 : Hit 2: [33.711, 41.7066, 22] + [ ecalVeto ] 0 : Hit 3: [31.3031, 45.8773, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, 37.5359, 20] + [ ecalVeto ] 0 : Hit 1: [24.0793, 41.7066, 19] + [ ecalVeto ] 0 : Hit 2: [26.4873, 37.5359, 18] + [ ecalVeto ] 0 : Hit 3: [24.0793, 41.7066, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-69.83, 54.2186, 9] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 50.0479, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 37.5359, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 25.024, 2] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 29.1946, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3256.15; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4854 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [59.2627, 94.3048, 23] + [ ecalVeto ] 0 : Hit 1: [61.6707, 98.4754, 22] + [ ecalVeto ] 0 : Hit 2: [59.2627, 94.3048, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [47.2231, 81.7928, 18] + [ ecalVeto ] 0 : Hit 1: [44.8152, 77.6221, 17] + [ ecalVeto ] 0 : Hit 2: [47.2231, 73.4515, 16] + [ ecalVeto ] 0 : Hit 3: [45.7507, 70.9012, 15] + [ ecalVeto ] 0 : Finding linreg tracks from 36 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 965.179; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4855 Brem photon produced 75 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, 79.2426, 20] + [ ecalVeto ] 0 : Hit 1: [24.0793, 75.0719, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 1] + [ ecalVeto ] 0 : Hit 1: [4.81586, 41.7066, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5329.44; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4856 Brem photon produced 36 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, -12.512, 9] + [ ecalVeto ] 0 : Hit 2: [16.8555, -12.512, 7] + [ ecalVeto ] 0 : Hit 3: [16.8555, -12.512, 5] + [ ecalVeto ] 0 : Hit 4: [19.2635, -16.6826, 4] + [ ecalVeto ] 0 : Hit 5: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 6: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 7: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Hit 8: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [48.1586, -33.3653, 10] + [ ecalVeto ] 0 : Hit 1: [48.1586, -33.3653, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, 41.7066, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 37.5359, 8] + [ ecalVeto ] 0 : Hit 2: [-33.711, 33.3653, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -12.512, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 6: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 107 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 3 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6422.8; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4857 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -4.17066, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -37.5359, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 9571.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4858 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 50.0479, 14] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 45.8773, 13] + [ ecalVeto ] 0 : Hit 2: [-9.63173, 41.7066, 12] + [ ecalVeto ] 0 : Hit 3: [-12.0397, 45.8773, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 41.7066, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 33.3653, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 29.1946, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 100 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5859.03; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4859 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-205.211, -33.3653, 31] + [ ecalVeto ] 0 : Hit 1: [-202.803, -29.1946, 30] + [ ecalVeto ] 0 : Finding linreg tracks from 31 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4440.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4860 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [89.6303, -33.3653, 14] + [ ecalVeto ] 0 : Hit 1: [89.6303, -33.3653, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-161.868, -16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-159.46, -12.512, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 41.7066, 6] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 37.5359, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-166.684, -25.024, 6] + [ ecalVeto ] 0 : Hit 1: [-169.092, -29.1946, 5] + [ ecalVeto ] 0 : Hit 2: [-166.684, -33.3653, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-159.46, -20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-161.868, -25.024, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 41.7066, 4] + [ ecalVeto ] 0 : Hit 1: [-40.9348, 37.5359, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3858; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4861 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4861 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-83.3421, -85.9634, 19] + [ ecalVeto ] 0 : Hit 1: [-80.9341, -81.7928, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-68.8945, -77.6221, 17] + [ ecalVeto ] 0 : Hit 1: [-66.4865, -73.4515, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -73.4515, 15] + [ ecalVeto ] 0 : Hit 1: [-59.2627, -69.2808, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 12] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 11] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 10] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -54.2186, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -58.3892, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 60 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6713.95; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4862 Brem photon produced 36 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [48.1586, 16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [48.1586, 16.6826, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 62.5599, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 66.7306, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 62.5599, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 58.3892, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6001.2; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4863 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-61.6707, 148.523, 25] + [ ecalVeto ] 0 : Hit 1: [-59.2627, 144.353, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [61.6707, -90.1341, 22] + [ ecalVeto ] 0 : Hit 1: [59.2627, -85.9634, 21] + [ ecalVeto ] 0 : Hit 2: [61.6707, -81.7928, 20] + [ ecalVeto ] 0 : Hit 3: [59.2627, -77.6221, 19] + [ ecalVeto ] 0 : Finding linreg tracks from 106 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3070.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4864 Brem photon produced 17 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, 12.512, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, 8.34132, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 20.8533, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5154.81; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4865 Brem photon produced 55 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -54.2186, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -50.0479, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6129.92; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4866 Brem photon produced 69 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3471.37; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4867 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 35 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2223.05; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4868 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [119.461, 131.841, 32] + [ ecalVeto ] 0 : Hit 1: [117.053, 127.67, 31] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [102.606, 110.987, 29] + [ ecalVeto ] 0 : Hit 1: [105.013, 106.817, 28] + [ ecalVeto ] 0 : Hit 2: [105.013, 106.817, 26] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [90.5659, 90.1341, 26] + [ ecalVeto ] 0 : Hit 1: [88.1579, 85.9634, 25] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-45.7507, -4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -8.34132, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -12.512, 5] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 51 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3323.76; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4869 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, 83.4132, 25] + [ ecalVeto ] 0 : Hit 1: [26.4873, 79.2426, 24] + [ ecalVeto ] 0 : Hit 2: [24.0793, 75.0719, 23] + [ ecalVeto ] 0 : Hit 3: [26.4873, 70.9012, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [90.5659, -115.158, 24] + [ ecalVeto ] 0 : Hit 1: [88.1579, -110.987, 23] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [31.3031, 70.9012, 21] + [ ecalVeto ] 0 : Hit 1: [33.711, 66.7306, 20] + [ ecalVeto ] 0 : Hit 2: [31.3031, 70.9012, 19] + [ ecalVeto ] 0 : Hit 3: [33.711, 66.7306, 18] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4017.86; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4870 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 11 + [ ecalVeto ] 0 : Beginning track merging using 11 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 75.0719, 26] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 70.9012, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, -41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -45.8773, 6] + [ ecalVeto ] 0 : Hit 2: [-31.3031, -45.8773, 4] + [ ecalVeto ] 0 : Hit 3: [-24.0793, -41.7066, 6] + [ ecalVeto ] 0 : Hit 4: [-26.4873, -45.8773, 5] + [ ecalVeto ] 0 : Hit 5: [-24.0793, -41.7066, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Hit 5: [2.40793, -20.8533, 1] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-67.4221, -8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [-69.83, -12.512, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-74.6459, -29.1946, 4] + [ ecalVeto ] 0 : Hit 1: [-77.0538, -33.3653, 3] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -37.5359, 4] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -33.3653, 3] + [ ecalVeto ] 0 : Hit 2: [-16.8555, -29.1946, 2] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [112.237, 94.3048, 4] + [ ecalVeto ] 0 : Hit 1: [109.829, 90.1341, 3] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [66.4865, 81.7928, 3] + [ ecalVeto ] 0 : Hit 1: [66.4865, 81.7928, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5736.97; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4871 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [47.2231, 131.841, 12] + [ ecalVeto ] 0 : Hit 1: [44.8152, 127.67, 11] + [ ecalVeto ] 0 : Hit 2: [47.2231, 123.499, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 41.7066, 5] + [ ecalVeto ] 0 : Hit 3: [12.0397, 37.5359, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3555.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4872 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 13] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 12] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 11] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 10] + [ ecalVeto ] 0 : Hit 4: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 5: [4.81586, -8.34132, 8] + [ ecalVeto ] 0 : Hit 6: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 7: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 8: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 13] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 12] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 11] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 10] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -16.6826, 9] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -4.17066, 7] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -4.17066, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 41.7066, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 20.8533, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4748.66; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4873 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3496.46; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4874 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4089.59; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4875 Brem photon produced 74 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [152.237, -75.0719, 27] + [ ecalVeto ] 0 : Hit 1: [154.644, -70.9012, 26] + [ ecalVeto ] 0 : Hit 2: [152.237, -66.7306, 25] + [ ecalVeto ] 0 : Hit 3: [154.644, -62.5599, 24] + [ ecalVeto ] 0 : Hit 4: [152.237, -58.3892, 23] + [ ecalVeto ] 0 : Hit 5: [154.644, -54.2186, 22] + [ ecalVeto ] 0 : Hit 6: [152.237, -50.0479, 21] + [ ecalVeto ] 0 : Hit 7: [154.644, -45.8773, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -41.7066, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -37.5359, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -33.3653, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 4: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 7: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4810.36; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4876 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -41.7066, 19] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -37.5359, 18] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -33.3653, 17] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -29.1946, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 13] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 12] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 11] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 4: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 5: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 6: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 7: [4.81586, 8.34132, 6] + [ ecalVeto ] 0 : Hit 8: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 9: [4.81586, 16.6826, 4] + [ ecalVeto ] 0 : Hit 10: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 11: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1649.74; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4877 Brem photon produced 36 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 37.5359, 18] + [ ecalVeto ] 0 : Hit 1: [9.63173, 41.7066, 17] + [ ecalVeto ] 0 : Hit 2: [12.0397, 37.5359, 16] + [ ecalVeto ] 0 : Hit 3: [9.63173, 41.7066, 15] + [ ecalVeto ] 0 : Hit 4: [9.63173, 41.7066, 13] + [ ecalVeto ] 0 : Hit 5: [4.81586, 41.7066, 14] + [ ecalVeto ] 0 : Hit 6: [4.81586, 41.7066, 12] + [ ecalVeto ] 0 : Hit 7: [2.40793, 37.5359, 11] + [ ecalVeto ] 0 : Hit 8: [4.81586, 41.7066, 10] + [ ecalVeto ] 0 : Hit 9: [2.40793, 37.5359, 9] + [ ecalVeto ] 0 : Hit 10: [4.81586, 41.7066, 8] + [ ecalVeto ] 0 : Hit 11: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 12: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 13: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-37.5914, 98.4754, 14] + [ ecalVeto ] 0 : Hit 1: [-39.9993, 94.3048, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-39.9993, 85.9634, 11] + [ ecalVeto ] 0 : Hit 1: [-37.5914, 81.7928, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 37.5359, 10] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 41.7066, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 45.8773, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 41.7066, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 41.7066, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 62.5599, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 58.3892, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 41.7066, 6] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 41.7066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4966.15; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4878 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 11 + [ ecalVeto ] 0 : Beginning track merging using 11 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 11 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-176.316, -8.34132, 25] + [ ecalVeto ] 0 : Hit 1: [-173.908, -12.512, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [54.4469, -110.987, 24] + [ ecalVeto ] 0 : Hit 1: [52.039, -106.817, 23] + [ ecalVeto ] 0 : Hit 2: [54.4469, -102.646, 22] + [ ecalVeto ] 0 : Hit 3: [52.039, -98.4754, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-140.197, -12.512, 21] + [ ecalVeto ] 0 : Hit 1: [-137.789, -16.6826, 20] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [47.2231, -98.4754, 20] + [ ecalVeto ] 0 : Hit 1: [44.8152, -94.3048, 19] + [ ecalVeto ] 0 : Hit 2: [47.2231, -90.1341, 18] + [ ecalVeto ] 0 : Hit 3: [44.8152, -85.9634, 17] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-125.749, -20.8533, 19] + [ ecalVeto ] 0 : Hit 1: [-123.341, -16.6826, 18] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-111.302, -20.8533, 17] + [ ecalVeto ] 0 : Hit 1: [-108.894, -16.6826, 16] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -20.8533, 15] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -25.024, 14] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -29.1946, 13] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -25.024, 12] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-69.83, -29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -25.024, 10] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -33.3653, 8] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -33.3653, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 11 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3259.57; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4879 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-67.4221, -50.0479, 18] + [ ecalVeto ] 0 : Hit 1: [-69.83, -45.8773, 17] + [ ecalVeto ] 0 : Hit 2: [-67.4221, -41.7066, 16] + [ ecalVeto ] 0 : Hit 3: [-67.4221, -41.7066, 14] + [ ecalVeto ] 0 : Hit 4: [-69.83, -37.5359, 13] + [ ecalVeto ] 0 : Hit 5: [-67.4221, -33.3653, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, -29.1946, 12] + [ ecalVeto ] 0 : Hit 1: [24.0793, -25.024, 11] + [ ecalVeto ] 0 : Hit 2: [26.4873, -29.1946, 10] + [ ecalVeto ] 0 : Hit 3: [26.4873, -29.1946, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -29.1946, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -16.6826, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -16.6826, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 10204.9; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4880 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 4.17066, 6] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 4.17066, 4] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 5: [-12.0397, -4.17066, 5] + [ ecalVeto ] 0 : Hit 6: [-9.63173, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 7: [-12.0397, -4.17066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 90 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6340.31; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4881 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 14] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 13] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 4.17066, 12] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 4.17066, 10] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 8.34132, 9] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 8: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 2: [4.81586, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 4: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 5: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 6: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 7: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 13] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 12] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 11] + [ ecalVeto ] 0 : Hit 3: [4.81586, 16.6826, 10] + [ ecalVeto ] 0 : Hit 4: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Hit 5: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-54.4469, 110.987, 9] + [ ecalVeto ] 0 : Hit 1: [-52.039, 115.158, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6885.64; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4882 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5700.73; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4883 Brem photon produced 43 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [30.3676, 94.3048, 23] + [ ecalVeto ] 0 : Hit 1: [32.7755, 90.1341, 22] + [ ecalVeto ] 0 : Hit 2: [32.7755, 90.1341, 20] + [ ecalVeto ] 0 : Hit 3: [30.3676, 85.9634, 19] + [ ecalVeto ] 0 : Hit 4: [32.7755, 81.7928, 18] + [ ecalVeto ] 0 : Hit 5: [31.3031, 79.2426, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, 79.2426, 16] + [ ecalVeto ] 0 : Hit 1: [24.0793, 75.0719, 15] + [ ecalVeto ] 0 : Hit 2: [26.4873, 79.2426, 14] + [ ecalVeto ] 0 : Hit 3: [24.0793, 75.0719, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 33.3653, 13] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 37.5359, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [12.0397, 54.2186, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, 50.0479, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, 54.2186, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, 50.0479, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 33.3653, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4386.8; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4884 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 119.329, 29] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 115.158, 28] + [ ecalVeto ] 0 : Hit 2: [-68.8945, 110.987, 27] + [ ecalVeto ] 0 : Hit 3: [-66.4865, 106.817, 26] + [ ecalVeto ] 0 : Hit 4: [-68.8945, 102.646, 25] + [ ecalVeto ] 0 : Hit 5: [-66.4865, 98.4754, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -41.7066, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4077.41; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4885 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-23.1438, -115.158, 18] + [ ecalVeto ] 0 : Hit 1: [-25.5517, -110.987, 17] + [ ecalVeto ] 0 : Hit 2: [-25.5517, -110.987, 15] + [ ecalVeto ] 0 : Hit 3: [-23.1438, -106.817, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-23.1438, -98.4754, 14] + [ ecalVeto ] 0 : Hit 1: [-25.5517, -94.3048, 13] + [ ecalVeto ] 0 : Hit 2: [-23.1438, -90.1341, 12] + [ ecalVeto ] 0 : Hit 3: [-30.3676, -94.3048, 14] + [ ecalVeto ] 0 : Hit 4: [-32.7755, -90.1341, 13] + [ ecalVeto ] 0 : Hit 5: [-30.3676, -85.9634, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -29.1946, 3] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -33.3653, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3766.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4886 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -37.5359, 21] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -33.3653, 20] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -29.1946, 19] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -25.024, 18] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -29.1946, 17] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -25.024, 16] + [ ecalVeto ] 0 : Hit 6: [-9.63173, -25.024, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-25.5517, -194.401, 19] + [ ecalVeto ] 0 : Hit 1: [-23.1438, -190.23, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [12.0397, -4.17066, 10] + [ ecalVeto ] 0 : Hit 2: [9.63173, -8.34132, 9] + [ ecalVeto ] 0 : Hit 3: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 4: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 5: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 6: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 7: [9.63173, -2.66454e-15, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5155.52; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4887 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [83.3421, 119.329, 30] + [ ecalVeto ] 0 : Hit 1: [80.9341, 115.158, 29] + [ ecalVeto ] 0 : Hit 2: [83.3421, 110.987, 28] + [ ecalVeto ] 0 : Hit 3: [80.9341, 106.817, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [76.1183, 106.817, 26] + [ ecalVeto ] 0 : Hit 1: [73.7103, 102.646, 25] + [ ecalVeto ] 0 : Hit 2: [76.1183, 98.4754, 24] + [ ecalVeto ] 0 : Hit 3: [73.7103, 94.3048, 23] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [24.0793, 25.024, 11] + [ ecalVeto ] 0 : Hit 1: [26.4873, 20.8533, 10] + [ ecalVeto ] 0 : Hit 2: [24.0793, 16.6826, 9] + [ ecalVeto ] 0 : Hit 3: [26.4873, 20.8533, 8] + [ ecalVeto ] 0 : Hit 4: [24.0793, 16.6826, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [16.8555, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [19.2635, 16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [16.8555, 12.512, 5] + [ ecalVeto ] 0 : Hit 3: [19.2635, 16.6826, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [26.4873, 37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [24.0793, 33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [26.4873, 37.5359, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-69.83, 37.5359, 5] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 33.3653, 4] + [ ecalVeto ] 0 : Hit 2: [-62.6062, 33.3653, 5] + [ ecalVeto ] 0 : Hit 3: [-60.1983, 29.1946, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-45.7507, 20.8533, 4] + [ ecalVeto ] 0 : Hit 1: [-48.1586, 25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 105 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6476.02; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4888 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-25.5517, 119.329, 25] + [ ecalVeto ] 0 : Hit 1: [-23.1438, 115.158, 24] + [ ecalVeto ] 0 : Hit 2: [-25.5517, 110.987, 23] + [ ecalVeto ] 0 : Hit 3: [-23.1438, 106.817, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-23.1438, 90.1341, 20] + [ ecalVeto ] 0 : Hit 1: [-25.5517, 85.9634, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -16.6826, 15] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -12.512, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-37.5914, 106.817, 14] + [ ecalVeto ] 0 : Hit 1: [-39.9993, 102.646, 13] + [ ecalVeto ] 0 : Hit 2: [-37.5914, 98.4754, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 58.3892, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 54.2186, 6] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 50.0479, 5] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 45.8773, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3735.91; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4889 Brem photon produced 39 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [38.5269, -16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [38.5269, -16.6826, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 50.0479, 7] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 45.8773, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5419.5; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4890 Brem photon produced 42 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-118.525, 16.6826, 19] + [ ecalVeto ] 0 : Hit 1: [-116.118, 12.512, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -2.36672e-14, 15] + [ ecalVeto ] 0 : Hit 1: [-87.2224, -4.17066, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 37.5359, 13] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 41.7066, 12] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 37.5359, 11] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 33.3653, 10] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 37.5359, 9] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 33.3653, 8] + [ ecalVeto ] 0 : Hit 6: [-12.0397, 29.1946, 7] + [ ecalVeto ] 0 : Hit 7: [-9.63173, 25.024, 6] + [ ecalVeto ] 0 : Hit 8: [-12.0397, 29.1946, 5] + [ ecalVeto ] 0 : Hit 9: [-9.63173, 25.024, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 12.512, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 8.34132, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [-62.6062, -2.66454e-15, 9] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 12.512, 8] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 20.8533, 6] + [ ecalVeto ] 0 : Hit 4: [-19.2635, 25.024, 5] + [ ecalVeto ] 0 : Hit 5: [-16.8555, 20.8533, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4373.5; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4891 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 13] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 12] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 11] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 8.34132, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 12.512, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 16.6826, 6] + [ ecalVeto ] 0 : Hit 4: [-9.63173, 16.6826, 4] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 7: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Hit 8: [-2.40793, 29.1946, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, 8.34132, 8] + [ ecalVeto ] 0 : Hit 1: [16.8555, 12.512, 7] + [ ecalVeto ] 0 : Hit 2: [16.8555, 12.512, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5408.55; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4892 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, 33.3653, 13] + [ ecalVeto ] 0 : Hit 1: [26.4873, 37.5359, 12] + [ ecalVeto ] 0 : Hit 2: [24.0793, 33.3653, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -54.2186, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -58.3892, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [8.69618, 173.547, 1] + [ ecalVeto ] 0 : Hit 1: [11.1041, 169.377, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 115 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5707.94; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4893 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [132.973, 41.7066, 20] + [ ecalVeto ] 0 : Hit 1: [130.565, 37.5359, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 41.7066, 4] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 37.5359, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 50.0479, 4] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 45.8773, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-44.8152, 77.6221, 4] + [ ecalVeto ] 0 : Hit 1: [-44.8152, 77.6221, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6878; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4894 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -70.9012, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -66.7306, 9] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 12.512, 8] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 12.512, 8] + [ ecalVeto ] 0 : Hit 1: [-33.711, 8.34132, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [-40.9348, 12.512, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 45.8773, 3] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 50.0479, 2] + [ ecalVeto ] 0 : Hit 2: [-52.9745, 50.0479, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 121 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7603.61; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4895 Brem photon produced 74 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6749.1; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4896 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-97.7897, -102.646, 29] + [ ecalVeto ] 0 : Hit 1: [-95.3817, -98.4754, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [26.4873, 70.9012, 22] + [ ecalVeto ] 0 : Hit 1: [24.0793, 66.7306, 21] + [ ecalVeto ] 0 : Hit 2: [26.4873, 62.5599, 20] + [ ecalVeto ] 0 : Hit 3: [24.0793, 58.3892, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [19.2635, 50.0479, 18] + [ ecalVeto ] 0 : Hit 1: [16.8555, 45.8773, 17] + [ ecalVeto ] 0 : Hit 2: [19.2635, 41.7066, 16] + [ ecalVeto ] 0 : Hit 3: [16.8555, 37.5359, 15] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 32 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2035.56; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4897 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -25.024, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, -20.8533, 9] + [ ecalVeto ] 0 : Hit 2: [19.2635, -25.024, 8] + [ ecalVeto ] 0 : Hit 3: [16.8555, -29.1946, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -25.024, 7] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, -33.3653, 3] + [ ecalVeto ] 0 : Hit 6: [9.63173, -33.3653, 1] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -8.34132, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Hit 5: [4.81586, -33.3653, 2] + [ ecalVeto ] 0 : Hit 6: [2.40793, -29.1946, 1] + [ ecalVeto ] 0 : Hit 7: [4.81586, -33.3653, 0] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [40.9348, 20.8533, 2] + [ ecalVeto ] 0 : Hit 1: [38.5269, 16.6826, 1] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-125.749, 54.2186, 1] + [ ecalVeto ] 0 : Hit 1: [-123.341, 58.3892, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 97 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7575.81; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4898 Brem photon produced 40 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-61.6707, -73.4515, 15] + [ ecalVeto ] 0 : Hit 1: [-59.2627, -77.6221, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -66.7306, 13] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -70.9012, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -62.5599, 11] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -58.3892, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4901.5; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4899 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 5: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 6: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4928.4; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4900 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-23.1438, 98.4754, 8] + [ ecalVeto ] 0 : Hit 1: [-25.5517, 94.3048, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 50.0479, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 45.8773, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 83.4132, 6] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 79.2426, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 83.4132, 6] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 79.2426, 5] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 45.8773, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 50.0479, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -66.7306, 5] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -62.5599, 4] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 62.5599, 5] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 66.7306, 4] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -45.8773, 4] + [ ecalVeto ] 0 : Hit 1: [-33.711, -41.7066, 3] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -12.512, 3] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6970.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4901 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 156.865, 25] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 161.035, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -41.7066, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -37.5359, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, -41.7066, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2403.21; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4902 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -45.8773, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -41.7066, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -45.8773, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -41.7066, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4341.44; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4903 Brem photon produced 44 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 20.8533, 2] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 16.6826, 1] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 12.512, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 46 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2830.86; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4904 Brem photon produced 80 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-124.277, 131.841, 4] + [ ecalVeto ] 0 : Hit 1: [-124.277, 131.841, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 44 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 13871.9; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4905 Brem photon produced 55 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, 58.3892, 13] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 54.2186, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Hit 1: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5207.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4906 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-197.987, 70.9012, 27] + [ ecalVeto ] 0 : Hit 1: [-195.579, 66.7306, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-118.525, 50.0479, 19] + [ ecalVeto ] 0 : Hit 1: [-116.118, 54.2186, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 11] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -4.17066, 8] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 10] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 4.17066, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [12.0397, 4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -2.66454e-15, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4853.47; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4907 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-76.1183, 173.547, 19] + [ ecalVeto ] 0 : Hit 1: [-73.7103, 177.718, 18] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3554.89; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4908 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, -37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -41.7066, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -37.5359, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 93 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3344.56; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4909 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 33.3653, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 29.1946, 8] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2729.59; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4910 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -83.4132, 18] + [ ecalVeto ] 0 : Hit 1: [16.8555, -79.2426, 17] + [ ecalVeto ] 0 : Hit 2: [19.2635, -75.0719, 16] + [ ecalVeto ] 0 : Hit 3: [16.8555, -70.9012, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [2.40793, -54.2186, 11] + [ ecalVeto ] 0 : Hit 1: [4.81586, -50.0479, 10] + [ ecalVeto ] 0 : Hit 2: [2.40793, -45.8773, 9] + [ ecalVeto ] 0 : Hit 3: [4.81586, -41.7066, 8] + [ ecalVeto ] 0 : Hit 4: [2.40793, -37.5359, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 29 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4459.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4911 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-197.987, -54.2186, 27] + [ ecalVeto ] 0 : Hit 1: [-195.579, -50.0479, 26] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-131.501, 85.9634, 24] + [ ecalVeto ] 0 : Hit 1: [-133.909, 81.7928, 23] + [ ecalVeto ] 0 : Hit 2: [-131.501, 77.6221, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-176.316, -25.024, 23] + [ ecalVeto ] 0 : Hit 1: [-173.908, -20.8533, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-125.749, 70.9012, 21] + [ ecalVeto ] 0 : Hit 1: [-123.341, 66.7306, 20] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-161.868, -8.34132, 21] + [ ecalVeto ] 0 : Hit 1: [-159.46, -4.17066, 20] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-118.525, 58.3892, 19] + [ ecalVeto ] 0 : Hit 1: [-116.118, 54.2186, 18] + [ ecalVeto ] 0 : Hit 2: [-118.525, 50.0479, 17] + [ ecalVeto ] 0 : Hit 3: [-116.118, 45.8773, 16] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-125.749, 37.5359, 17] + [ ecalVeto ] 0 : Hit 1: [-123.341, 33.3653, 16] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 33.3653, 8] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 33.3653, 6] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2506.79; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4912 Brem photon produced 31 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [38.5269, -41.7066, 19] + [ ecalVeto ] 0 : Hit 1: [40.9348, -37.5359, 18] + [ ecalVeto ] 0 : Hit 2: [38.5269, -41.7066, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 80 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5862.13; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4913 Brem photon produced 26 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-47.2231, 73.4515, 17] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 70.9012, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -58.3892, 15] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -54.2186, 14] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -50.0479, 13] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -45.8773, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 62.5599, 15] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 58.3892, 14] + [ ecalVeto ] 0 : Hit 2: [-40.9348, 54.2186, 13] + [ ecalVeto ] 0 : Hit 3: [-38.5269, 50.0479, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-45.7507, -70.9012, 14] + [ ecalVeto ] 0 : Hit 1: [-48.1586, -66.7306, 13] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 33.3653, 8] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 20.8533, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 81 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 11861; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4914 Brem photon produced 23 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 11 + [ ecalVeto ] 0 : Beginning track merging using 11 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 11 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-155.58, 161.035, 23] + [ ecalVeto ] 0 : Hit 1: [-153.172, 165.206, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-148.356, 156.865, 21] + [ ecalVeto ] 0 : Hit 1: [-145.948, 152.694, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-141.132, 152.694, 19] + [ ecalVeto ] 0 : Hit 1: [-138.725, 148.523, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-111.302, 4.17066, 19] + [ ecalVeto ] 0 : Hit 1: [-108.894, 8.34132, 18] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-126.685, 144.353, 17] + [ ecalVeto ] 0 : Hit 1: [-124.277, 140.182, 16] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-112.237, 136.011, 15] + [ ecalVeto ] 0 : Hit 1: [-109.829, 131.841, 14] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 119.329, 13] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 115.158, 12] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-62.6062, 41.7066, 11] + [ ecalVeto ] 0 : Hit 1: [-60.1983, 37.5359, 10] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [31.3031, 62.5599, 11] + [ ecalVeto ] 0 : Hit 1: [31.3031, 62.5599, 9] + [ ecalVeto ] 0 : Hit 2: [33.711, 66.7306, 8] + [ ecalVeto ] 0 : Hit 3: [31.3031, 62.5599, 7] + [ ecalVeto ] 0 : Hit 4: [33.711, 66.7306, 6] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 41.7066, 6] + [ ecalVeto ] 0 : Track 10: + [ ecalVeto ] 0 : Hit 0: [-61.6707, 73.4515, 7] + [ ecalVeto ] 0 : Hit 1: [-59.2627, 69.2808, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 95 hits + [ ecalVeto ] 0 : MIP tracking completed; found 11 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8774.21; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4915 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, -33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [26.4873, -29.1946, 10] + [ ecalVeto ] 0 : Hit 2: [24.0793, -33.3653, 9] + [ ecalVeto ] 0 : Hit 3: [26.4873, -29.1946, 8] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, -16.6826, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, -20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, -16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 4: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Hit 5: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -12.512, 9] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 6: [2.40793, -12.512, 3] + [ ecalVeto ] 0 : Hit 7: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [12.0397, -4.17066, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 58 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 10652.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4916 Brem photon produced 45 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, -41.7066, 16] + [ ecalVeto ] 0 : Hit 1: [31.3031, -45.8773, 15] + [ ecalVeto ] 0 : Hit 2: [33.711, -41.7066, 14] + [ ecalVeto ] 0 : Hit 3: [31.3031, -37.5359, 13] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 75.0719, 11] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 75.0719, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 45.8773, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, 33.3653, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [24.0793, -75.0719, 5] + [ ecalVeto ] 0 : Hit 1: [26.4873, -79.2426, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 33.3653, 1] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 29.1946, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 119 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 8558.03; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4917 Brem photon produced 60 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [101.67, 37.5359, 27] + [ ecalVeto ] 0 : Hit 1: [104.078, 41.7066, 26] + [ ecalVeto ] 0 : Hit 2: [101.67, 37.5359, 25] + [ ecalVeto ] 0 : Hit 3: [104.078, 33.3653, 24] + [ ecalVeto ] 0 : Hit 4: [101.67, 37.5359, 23] + [ ecalVeto ] 0 : Hit 5: [101.67, 37.5359, 21] + [ ecalVeto ] 0 : Hit 6: [96.8541, 37.5359, 22] + [ ecalVeto ] 0 : Hit 7: [96.8541, 37.5359, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 12.512, 14] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 8.34132, 13] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 12.512, 12] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 16.6826, 11] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 20.8533, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 12] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 11] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 10] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 9] + [ ecalVeto ] 0 : Hit 4: [4.81586, 8.34132, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 8.34132, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 8.34132, 5] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 8: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 8.34132, 6] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 8.34132, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4810.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4918 Brem photon produced 34 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [9.63173, -8.34132, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -12.512, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6702.64; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4919 Brem photon produced 39 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-169.092, 79.2426, 23] + [ ecalVeto ] 0 : Hit 1: [-166.684, 75.0719, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-132.973, 66.7306, 19] + [ ecalVeto ] 0 : Hit 1: [-130.565, 62.5599, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-118.525, 58.3892, 17] + [ ecalVeto ] 0 : Hit 1: [-116.118, 54.2186, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-82.4065, 45.8773, 13] + [ ecalVeto ] 0 : Hit 1: [-81.8697, 41.7066, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 29.1946, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 43 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4220.87; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4920 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-66.4865, 90.1341, 22] + [ ecalVeto ] 0 : Hit 1: [-68.8945, 85.9634, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-59.2627, 77.6221, 20] + [ ecalVeto ] 0 : Hit 1: [-61.6707, 73.4515, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 37.5359, 13] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 33.3653, 12] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 29.1946, 11] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 33.3653, 10] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 29.1946, 9] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 25.024, 8] + [ ecalVeto ] 0 : Hit 6: [-12.0397, 20.8533, 7] + [ ecalVeto ] 0 : Hit 7: [-9.63173, 16.6826, 6] + [ ecalVeto ] 0 : Hit 8: [-9.63173, 16.6826, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 16.6826, 3] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 12.512, 2] + [ ecalVeto ] 0 : Hit 8: [-4.81586, 16.6826, 1] + [ ecalVeto ] 0 : Hit 9: [-2.40793, 20.8533, 0] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4972.33; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4921 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 17 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3203.97; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4922 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 11 + [ ecalVeto ] 0 : Beginning track merging using 11 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-109.829, -65.1101, 18] + [ ecalVeto ] 0 : Hit 1: [-111.302, -62.5599, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [154.644, -54.2186, 18] + [ ecalVeto ] 0 : Hit 1: [152.237, -50.0479, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [147.421, -58.3892, 18] + [ ecalVeto ] 0 : Hit 1: [145.013, -54.2186, 17] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-96.8541, -37.5359, 17] + [ ecalVeto ] 0 : Hit 1: [-94.4462, -41.7066, 16] + [ ecalVeto ] 0 : Hit 2: [-89.6303, -41.7066, 17] + [ ecalVeto ] 0 : Hit 3: [-87.2224, -37.5359, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-81.8697, -25.024, 16] + [ ecalVeto ] 0 : Hit 1: [-82.4065, -20.8533, 15] + [ ecalVeto ] 0 : Hit 2: [-81.8697, -16.6826, 14] + [ ecalVeto ] 0 : Hit 3: [-89.6303, -16.6826, 15] + [ ecalVeto ] 0 : Hit 4: [-87.2224, -20.8533, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -2.66454e-15, 13] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -4.17066, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -8.34132, 8] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -25.024, 3] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -20.8533, 2] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -20.8533, 1] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -25.024, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6445.75; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4923 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 94 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5138.63; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4924 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -4.17066, 12] + [ ecalVeto ] 0 : Hit 1: [-33.711, -2.66454e-15, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-24.0793, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 4.17066, 9] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-31.3031, 20.8533, 8] + [ ecalVeto ] 0 : Hit 1: [-33.711, 16.6826, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 16.6826, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 96 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6173.52; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4925 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [19.2635, -2.66454e-15, 20] + [ ecalVeto ] 0 : Hit 1: [16.8555, 4.17066, 19] + [ ecalVeto ] 0 : Hit 2: [19.2635, 8.34132, 18] + [ ecalVeto ] 0 : Hit 3: [16.8555, 12.512, 17] + [ ecalVeto ] 0 : Hit 4: [16.8555, 12.512, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 12.512, 14] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 13] + [ ecalVeto ] 0 : Hit 2: [12.0397, 20.8533, 12] + [ ecalVeto ] 0 : Hit 3: [9.63173, 16.6826, 11] + [ ecalVeto ] 0 : Hit 4: [12.0397, 20.8533, 10] + [ ecalVeto ] 0 : Hit 5: [9.63173, 25.024, 9] + [ ecalVeto ] 0 : Hit 6: [4.81586, 25.024, 10] + [ ecalVeto ] 0 : Hit 7: [2.40793, 20.8533, 9] + [ ecalVeto ] 0 : Hit 8: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 9: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 10: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 2 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3731.95; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4926 Brem photon produced 28 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [162.804, 131.841, 28] + [ ecalVeto ] 0 : Hit 1: [160.396, 127.67, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 73.4515, 15] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 69.2808, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 41.7066, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Hit 4: [4.81586, -16.6826, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [33.711, -58.3892, 6] + [ ecalVeto ] 0 : Hit 1: [33.711, -58.3892, 4] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 129 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5583.9; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4927 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 16.6826, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 53 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3252.18; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4928 Brem photon produced 20 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [24.0793, 33.3653, 5] + [ ecalVeto ] 0 : Hit 1: [24.0793, 33.3653, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [60.1983, -20.8533, 3] + [ ecalVeto ] 0 : Hit 1: [62.6062, -16.6826, 2] + [ ecalVeto ] 0 : Hit 2: [60.1983, -20.8533, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5542.49; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4929 Brem photon produced 56 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [25.5517, -136.011, 22] + [ ecalVeto ] 0 : Hit 1: [23.1438, -131.841, 21] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [18.3279, -106.817, 18] + [ ecalVeto ] 0 : Hit 1: [15.92, -102.646, 17] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -45.8773, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, -41.7066, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 65 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2791.52; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4930 Brem photon produced 71 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5387.69; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4931 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 1: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 84 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4857.52; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4932 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, 16.6826, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 5: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 6: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 7: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 12.512, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 16.6826, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 20.8533, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 3] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, 58.3892, 4] + [ ecalVeto ] 0 : Hit 1: [16.8555, 54.2186, 3] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-123.341, -8.34132, 2] + [ ecalVeto ] 0 : Hit 1: [-125.749, -4.17066, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 113 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3523.32; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4933 Brem photon produced 42 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-59.2627, 136.011, 28] + [ ecalVeto ] 0 : Hit 1: [-61.6707, 131.841, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-32.7755, 98.4754, 21] + [ ecalVeto ] 0 : Hit 1: [-30.3676, 94.3048, 20] + [ ecalVeto ] 0 : Hit 2: [-32.7755, 90.1341, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -4.17066, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -8.34132, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-19.2635, 50.0479, 13] + [ ecalVeto ] 0 : Hit 1: [-16.8555, 45.8773, 12] + [ ecalVeto ] 0 : Hit 2: [-19.2635, 41.7066, 11] + [ ecalVeto ] 0 : Hit 3: [-16.8555, 37.5359, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 25.024, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 20.8533, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 16.6826, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 4.17066, 4] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 75 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4255.65; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4934 Brem photon produced 56 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 8.34132, 5] + [ ecalVeto ] 0 : Hit 1: [12.0397, 4.17066, 4] + [ ecalVeto ] 0 : Hit 2: [9.63173, 8.34132, 3] + [ ecalVeto ] 0 : Hit 3: [12.0397, 4.17066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3943.62; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4935 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -8.34132, 21] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -4.17066, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -2.66454e-15, 19] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -4.17066, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [145.013, 45.8773, 3] + [ ecalVeto ] 0 : Hit 1: [147.421, 41.7066, 2] + [ ecalVeto ] 0 : Hit 2: [145.013, 45.8773, 1] + [ ecalVeto ] 0 : Hit 3: [147.421, 50.0479, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4769.66; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4936 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, -20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5707.86; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4937 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [55.3824, -54.2186, 26] + [ ecalVeto ] 0 : Hit 1: [52.9745, -50.0479, 25] + [ ecalVeto ] 0 : Hit 2: [55.3824, -54.2186, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-18.3279, -190.23, 23] + [ ecalVeto ] 0 : Hit 1: [-15.92, -186.059, 22] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [26.4873, -29.1946, 18] + [ ecalVeto ] 0 : Hit 1: [24.0793, -25.024, 17] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 37.5359, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 41.7066, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 66 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4089.41; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4938 Brem photon produced 18 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 33.3653, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 3: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [-2.40793, 29.1946, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 96 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3981.12; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4939 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-183.54, 70.9012, 25] + [ ecalVeto ] 0 : Hit 1: [-181.132, 66.7306, 24] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -37.5359, 3] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -41.7066, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 2] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 1] + [ ecalVeto ] 0 : Hit 3: [4.81586, -25.024, 0] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-69.83, -37.5359, 1] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -41.7066, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4162.57; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4940 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3739.92; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4941 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-67.4221, -41.7066, 18] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -41.7066, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 31 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7004.91; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4942 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, 20.8533, 22] + [ ecalVeto ] 0 : Hit 1: [24.0793, 16.6826, 21] + [ ecalVeto ] 0 : Hit 2: [26.4873, 12.512, 20] + [ ecalVeto ] 0 : Hit 3: [24.0793, 8.34132, 19] + [ ecalVeto ] 0 : Hit 4: [26.4873, 12.512, 18] + [ ecalVeto ] 0 : Hit 5: [24.0793, 8.34132, 17] + [ ecalVeto ] 0 : Hit 6: [26.4873, 4.17066, 16] + [ ecalVeto ] 0 : Hit 7: [24.0793, -2.66454e-15, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-40.9348, 29.1946, 15] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 33.3653, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-33.711, 41.7066, 15] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 45.8773, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [19.2635, -2.66454e-15, 14] + [ ecalVeto ] 0 : Hit 1: [16.8555, -4.17066, 13] + [ ecalVeto ] 0 : Hit 2: [19.2635, -8.34132, 12] + [ ecalVeto ] 0 : Hit 3: [16.8555, -4.17066, 11] + [ ecalVeto ] 0 : Hit 4: [19.2635, -8.34132, 10] + [ ecalVeto ] 0 : Hit 5: [16.8555, -12.512, 9] + [ ecalVeto ] 0 : Hit 6: [16.8555, -12.512, 7] + [ ecalVeto ] 0 : Hit 7: [12.0397, -12.512, 8] + [ ecalVeto ] 0 : Hit 8: [12.0397, -12.512, 6] + [ ecalVeto ] 0 : Hit 9: [9.63173, -16.6826, 5] + [ ecalVeto ] 0 : Hit 10: [12.0397, -20.8533, 4] + [ ecalVeto ] 0 : Hit 11: [9.63173, -16.6826, 3] + [ ecalVeto ] 0 : Hit 12: [12.0397, -12.512, 2] + [ ecalVeto ] 0 : Hit 13: [9.63173, -16.6826, 1] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-24.0793, 41.7066, 14] + [ ecalVeto ] 0 : Hit 1: [-26.4873, 45.8773, 13] + [ ecalVeto ] 0 : Hit 2: [-24.0793, 41.7066, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3239.56; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4943 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-183.54, -79.2426, 29] + [ ecalVeto ] 0 : Hit 1: [-181.132, -75.0719, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-111.302, -54.2186, 19] + [ ecalVeto ] 0 : Hit 1: [-108.894, -50.0479, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-82.4065, -45.8773, 15] + [ ecalVeto ] 0 : Hit 1: [-81.8697, -41.7066, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-69.83, -37.5359, 13] + [ ecalVeto ] 0 : Hit 1: [-67.4221, -33.3653, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -29.1946, 11] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -33.3653, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [16.8555, -37.5359, 9] + [ ecalVeto ] 0 : Hit 1: [19.2635, -33.3653, 8] + [ ecalVeto ] 0 : Hit 2: [16.8555, -29.1946, 7] + [ ecalVeto ] 0 : Hit 3: [19.2635, -25.024, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -25.024, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4621.41; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4944 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 33.3653, 9] + [ ecalVeto ] 0 : Hit 1: [12.0397, 37.5359, 8] + [ ecalVeto ] 0 : Hit 2: [9.63173, 41.7066, 7] + [ ecalVeto ] 0 : Hit 3: [12.0397, 37.5359, 6] + [ ecalVeto ] 0 : Hit 4: [9.63173, 41.7066, 5] + [ ecalVeto ] 0 : Hit 5: [12.0397, 45.8773, 4] + [ ecalVeto ] 0 : Hit 6: [9.63173, 41.7066, 3] + [ ecalVeto ] 0 : Hit 7: [9.63173, 41.7066, 1] + [ ecalVeto ] 0 : Hit 8: [12.0397, 37.5359, 0] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, 29.1946, 6] + [ ecalVeto ] 0 : Hit 2: [9.63173, 33.3653, 5] + [ ecalVeto ] 0 : Hit 3: [9.63173, 33.3653, 3] + [ ecalVeto ] 0 : Hit 4: [9.63173, 33.3653, 1] + [ ecalVeto ] 0 : Finding linreg tracks from 62 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6601.93; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4945 Brem photon produced 41 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [47.2231, -90.1341, 18] + [ ecalVeto ] 0 : Hit 1: [44.8152, -85.9634, 17] + [ ecalVeto ] 0 : Hit 2: [47.2231, -81.7928, 16] + [ ecalVeto ] 0 : Hit 3: [44.8152, -77.6221, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -25.024, 13] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -20.8533, 12] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 11] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -20.8533, 10] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -16.6826, 9] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -20.8533, 8] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -20.8533, 6] + [ ecalVeto ] 0 : Hit 8: [-4.81586, -16.6826, 5] + [ ecalVeto ] 0 : Hit 9: [-2.40793, -20.8533, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [31.3031, -54.2186, 11] + [ ecalVeto ] 0 : Hit 1: [33.711, -58.3892, 10] + [ ecalVeto ] 0 : Hit 2: [31.3031, -54.2186, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -16.6826, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 68 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5634.95; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4946 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, 4.17066, 2] + [ ecalVeto ] 0 : Hit 1: [24.0793, 8.34132, 1] + [ ecalVeto ] 0 : Hit 2: [26.4873, 4.17066, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 54 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1196.64; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4947 Brem photon produced 11 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -16.6826, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 34 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5339.99; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4948 Brem photon produced 59 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -12.512, 13] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -8.34132, 12] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -12.512, 11] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -8.34132, 10] + [ ecalVeto ] 0 : Hit 4: [-12.0397, -12.512, 9] + [ ecalVeto ] 0 : Hit 5: [-9.63173, -8.34132, 8] + [ ecalVeto ] 0 : Hit 6: [-12.0397, -12.512, 7] + [ ecalVeto ] 0 : Hit 7: [-9.63173, -16.6826, 6] + [ ecalVeto ] 0 : Hit 8: [-12.0397, -12.512, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 93 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5986.13; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4949 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3340.86; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4950 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, 16.6826, 4] + [ ecalVeto ] 0 : Hit 1: [31.3031, 12.512, 3] + [ ecalVeto ] 0 : Hit 2: [33.711, 16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 96 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 9093; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4951 Brem photon produced 19 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [119.461, 148.523, 24] + [ ecalVeto ] 0 : Hit 1: [117.053, 144.353, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [97.7897, 127.67, 20] + [ ecalVeto ] 0 : Hit 1: [95.3817, 123.499, 19] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 50.0479, 14] + [ ecalVeto ] 0 : Hit 1: [2.40793, 45.8773, 13] + [ ecalVeto ] 0 : Hit 2: [4.81586, 41.7066, 12] + [ ecalVeto ] 0 : Hit 3: [2.40793, 45.8773, 11] + [ ecalVeto ] 0 : Hit 4: [-4.81586, 50.0479, 13] + [ ecalVeto ] 0 : Hit 5: [-2.40793, 45.8773, 12] + [ ecalVeto ] 0 : Hit 6: [-4.81586, 41.7066, 11] + [ ecalVeto ] 0 : Hit 7: [-2.40793, 37.5359, 10] + [ ecalVeto ] 0 : Hit 8: [-4.81586, 41.7066, 9] + [ ecalVeto ] 0 : Hit 9: [-2.40793, 37.5359, 8] + [ ecalVeto ] 0 : Hit 10: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 11: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 41.7066, 13] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 37.5359, 12] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 33.3653, 11] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 33.3653, 9] + [ ecalVeto ] 0 : Finding linreg tracks from 102 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 2 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5814.29; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4952 Brem photon produced 7 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 1: [4.81586, -25.024, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, -37.5359, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2596.19; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4953 Brem photon produced 35 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-61.6707, 90.1341, 13] + [ ecalVeto ] 0 : Hit 1: [-59.2627, 94.3048, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-97.7897, 85.9634, 13] + [ ecalVeto ] 0 : Hit 1: [-95.3817, 90.1341, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-90.5659, 98.4754, 11] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 102.646, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 47 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3635.54; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4954 Brem photon produced 27 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-190.763, -16.6826, 29] + [ ecalVeto ] 0 : Hit 1: [-188.356, -12.512, 28] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-154.644, -12.512, 25] + [ ecalVeto ] 0 : Hit 1: [-152.237, -8.34132, 24] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -12.512, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 82 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5616.3; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4955 Brem photon produced 31 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-44.8152, -85.9634, 18] + [ ecalVeto ] 0 : Hit 1: [-47.2231, -81.7928, 17] + [ ecalVeto ] 0 : Hit 2: [-44.8152, -77.6221, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [19.2635, -50.0479, 16] + [ ecalVeto ] 0 : Hit 1: [16.8555, -45.8773, 15] + [ ecalVeto ] 0 : Hit 2: [19.2635, -41.7066, 14] + [ ecalVeto ] 0 : Hit 3: [16.8555, -37.5359, 13] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, -37.5359, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, -33.3653, 11] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 10] + [ ecalVeto ] 0 : Hit 3: [9.63173, -25.024, 9] + [ ecalVeto ] 0 : Hit 4: [12.0397, -20.8533, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -16.6826, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -2.66454e-15, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4151.15; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4956 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -66.7306, 10] + [ ecalVeto ] 0 : Hit 1: [2.40793, -62.5599, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -58.3892, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -54.2186, 7] + [ ecalVeto ] 0 : Hit 4: [4.81586, -50.0479, 6] + [ ecalVeto ] 0 : Hit 5: [2.40793, -45.8773, 5] + [ ecalVeto ] 0 : Hit 6: [4.81586, -41.7066, 4] + [ ecalVeto ] 0 : Hit 7: [9.63173, -41.7066, 5] + [ ecalVeto ] 0 : Hit 8: [12.0397, -45.8773, 4] + [ ecalVeto ] 0 : Hit 9: [9.63173, -41.7066, 3] + [ ecalVeto ] 0 : Hit 10: [12.0397, -45.8773, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5846.14; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4957 Brem photon produced 41 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 37.5359, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 41.7066, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Hit 5: [4.81586, 41.7066, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4259.18; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4958 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-33.711, -66.7306, 13] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -70.9012, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 110 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4388.33; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4959 Brem photon produced 58 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-3.88031, 98.4754, 11] + [ ecalVeto ] 0 : Hit 1: [-1.47238, 102.646, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5280.7; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4960 Brem photon produced 64 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 29.1946, 5] + [ ecalVeto ] 0 : Hit 1: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 49 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3840.93; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4961 Brem photon produced 6 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-59.2627, -186.059, 28] + [ ecalVeto ] 0 : Hit 1: [-61.6707, -181.889, 27] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-66.4865, -173.547, 26] + [ ecalVeto ] 0 : Hit 1: [-68.8945, -169.377, 25] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-112.237, -144.353, 23] + [ ecalVeto ] 0 : Hit 1: [-109.829, -140.182, 22] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-105.013, -131.841, 21] + [ ecalVeto ] 0 : Hit 1: [-102.606, -127.67, 20] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-73.7103, -110.987, 18] + [ ecalVeto ] 0 : Hit 1: [-76.1183, -106.817, 17] + [ ecalVeto ] 0 : Finding linreg tracks from 34 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3046.36; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4962 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [23.1438, -181.889, 21] + [ ecalVeto ] 0 : Hit 1: [25.5517, -186.059, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [25.5517, -102.646, 16] + [ ecalVeto ] 0 : Hit 1: [23.1438, -98.4754, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [23.1438, -131.841, 13] + [ ecalVeto ] 0 : Hit 1: [25.5517, -136.011, 12] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 1849.78; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4963 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 37 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4308.67; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4964 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, -54.2186, 12] + [ ecalVeto ] 0 : Hit 1: [-19.2635, -50.0479, 11] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-33.711, -16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -20.8533, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -2.66454e-15, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 25.024, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5403.36; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4965 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-59.2627, -119.329, 22] + [ ecalVeto ] 0 : Hit 1: [-61.6707, -115.158, 21] + [ ecalVeto ] 0 : Hit 2: [-59.2627, -110.987, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [54.4469, 177.718, 22] + [ ecalVeto ] 0 : Hit 1: [52.039, 173.547, 21] + [ ecalVeto ] 0 : Hit 2: [54.4469, 169.377, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-47.2231, -81.7928, 15] + [ ecalVeto ] 0 : Hit 1: [-44.8152, -85.9634, 14] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -62.5599, 13] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -66.7306, 12] + [ ecalVeto ] 0 : Hit 2: [-26.4873, -62.5599, 11] + [ ecalVeto ] 0 : Hit 3: [-24.0793, -58.3892, 10] + [ ecalVeto ] 0 : Hit 4: [-26.4873, -54.2186, 9] + [ ecalVeto ] 0 : Hit 5: [-24.0793, -50.0479, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 10] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -12.512, 6] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -8.34132, 2] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -8.34132, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 101 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5733.2; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4966 Brem photon produced 47 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -20.8533, 11] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -25.024, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 86 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5320.59; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4967 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, 4.17066, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4153.31; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4968 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [9.63173, 33.3653, 21] + [ ecalVeto ] 0 : Hit 1: [12.0397, 29.1946, 20] + [ ecalVeto ] 0 : Hit 2: [12.0397, 29.1946, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 16] + [ ecalVeto ] 0 : Hit 1: [9.63173, 16.6826, 15] + [ ecalVeto ] 0 : Hit 2: [12.0397, 12.512, 14] + [ ecalVeto ] 0 : Hit 3: [9.63173, 8.34132, 13] + [ ecalVeto ] 0 : Hit 4: [12.0397, 4.17066, 12] + [ ecalVeto ] 0 : Hit 5: [9.63173, 8.34132, 11] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 10] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, -12.512, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, -16.6826, 4] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -2.66454e-15, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -12.512, 4] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -16.6826, 3] + [ ecalVeto ] 0 : Hit 5: [-12.0397, -20.8533, 5] + [ ecalVeto ] 0 : Hit 6: [-9.63173, -25.024, 4] + [ ecalVeto ] 0 : Hit 7: [-12.0397, -20.8533, 3] + [ ecalVeto ] 0 : Hit 8: [-9.63173, -16.6826, 2] + [ ecalVeto ] 0 : Finding linreg tracks from 96 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 2 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5024.9; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4969 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-68.8945, 77.6221, 23] + [ ecalVeto ] 0 : Hit 1: [-66.4865, 81.7928, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-61.6707, 81.7928, 21] + [ ecalVeto ] 0 : Hit 1: [-59.2627, 85.9634, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-39.9993, 77.6221, 17] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 75.0719, 16] + [ ecalVeto ] 0 : Finding linreg tracks from 26 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3226.77; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4970 Brem photon produced 75 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-31.3031, -62.5599, 10] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -62.5599, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5657.59; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4971 Brem photon produced 32 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6183.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4972 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [32.7755, -206.913, 24] + [ ecalVeto ] 0 : Hit 1: [30.3676, -202.742, 23] + [ ecalVeto ] 0 : Hit 2: [32.7755, -198.571, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 75.0719, 13] + [ ecalVeto ] 0 : Hit 1: [12.0397, 79.2426, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 4.17066, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 8.34132, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 48 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4160.15; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4973 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 10 + [ ecalVeto ] 0 : Beginning track merging using 10 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -45.8773, 23] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -50.0479, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 110.987, 19] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 106.817, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-83.3421, 94.3048, 17] + [ ecalVeto ] 0 : Hit 1: [-80.9341, 90.1341, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-161.868, 25.024, 15] + [ ecalVeto ] 0 : Hit 1: [-159.46, 20.8533, 14] + [ ecalVeto ] 0 : Hit 2: [-154.644, 20.8533, 15] + [ ecalVeto ] 0 : Hit 3: [-152.237, 25.024, 14] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -25.024, 15] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -20.8533, 14] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -16.6826, 13] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -12.512, 12] + [ ecalVeto ] 0 : Hit 4: [-16.8555, -12.512, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-80.9341, 65.1101, 14] + [ ecalVeto ] 0 : Hit 1: [-83.3421, 60.9395, 13] + [ ecalVeto ] 0 : Hit 2: [-80.9341, 56.7688, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-69.83, 54.2186, 11] + [ ecalVeto ] 0 : Hit 1: [-67.4221, 50.0479, 10] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -4.17066, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 4.17066, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 8.34132, 6] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 12.512, 5] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 41.7066, 8] + [ ecalVeto ] 0 : Finding linreg tracks from 88 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 0 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 0 for 0 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6652.17; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4974 Brem photon produced 24 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -45.8773, 13] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -41.7066, 12] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -29.1946, 10] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5944.46; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4975 Brem photon produced 10 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 87.5839, 18] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 83.4132, 17] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 79.2426, 18] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 75.0719, 17] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 70.9012, 16] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 66.7306, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, 75.0719, 16] + [ ecalVeto ] 0 : Hit 1: [-12.0397, 70.9012, 15] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -25.024, 9] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -20.8533, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 4.17066, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 97 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6047.12; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4976 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-39.9993, 94.3048, 23] + [ ecalVeto ] 0 : Hit 1: [-37.5914, 90.1341, 22] + [ ecalVeto ] 0 : Hit 2: [-39.9993, 85.9634, 21] + [ ecalVeto ] 0 : Hit 3: [-37.5914, 81.7928, 20] + [ ecalVeto ] 0 : Hit 4: [-37.5914, 81.7928, 18] + [ ecalVeto ] 0 : Hit 5: [-32.7755, 81.7928, 19] + [ ecalVeto ] 0 : Hit 6: [-32.7755, 81.7928, 17] + [ ecalVeto ] 0 : Hit 7: [-31.3031, 79.2426, 16] + [ ecalVeto ] 0 : Hit 8: [-33.711, 75.0719, 15] + [ ecalVeto ] 0 : Hit 9: [-31.3031, 70.9012, 14] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-73.7103, -119.329, 22] + [ ecalVeto ] 0 : Hit 1: [-76.1183, -115.158, 21] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-54.4469, -77.6221, 19] + [ ecalVeto ] 0 : Hit 1: [-52.039, -73.4515, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -66.7306, 17] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -62.5599, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -54.2186, 15] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -50.0479, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-33.711, -41.7066, 13] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -37.5359, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [33.711, -2.66454e-15, 4] + [ ecalVeto ] 0 : Hit 1: [31.3031, 4.17066, 3] + [ ecalVeto ] 0 : Hit 2: [33.711, 8.34132, 2] + [ ecalVeto ] 0 : Hit 3: [31.3031, 12.512, 1] + [ ecalVeto ] 0 : Hit 4: [33.711, 8.34132, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 72 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6237.79; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4977 Brem photon produced 80 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 2 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [52.9745, 8.34132, 21] + [ ecalVeto ] 0 : Hit 1: [52.9745, 8.34132, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, -37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [9.63173, -33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [12.0397, -29.1946, 4] + [ ecalVeto ] 0 : Hit 3: [9.63173, -33.3653, 3] + [ ecalVeto ] 0 : Hit 4: [12.0397, -37.5359, 2] + [ ecalVeto ] 0 : Hit 5: [9.63173, -33.3653, 1] + [ ecalVeto ] 0 : Hit 6: [12.0397, -37.5359, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 2 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6119.02; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4978 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 4.17066, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 8.34132, 10] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 4.17066, 9] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 8.34132, 8] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 12.512, 7] + [ ecalVeto ] 0 : Hit 5: [-9.63173, 16.6826, 6] + [ ecalVeto ] 0 : Hit 6: [-12.0397, 20.8533, 5] + [ ecalVeto ] 0 : Hit 7: [-9.63173, 16.6826, 4] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 29.1946, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 29.1946, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 33.3653, 3] + [ ecalVeto ] 0 : Hit 6: [-2.40793, 29.1946, 2] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, 25.024, 7] + [ ecalVeto ] 0 : Hit 1: [-2.40793, 20.8533, 6] + [ ecalVeto ] 0 : Hit 2: [-4.81586, 25.024, 5] + [ ecalVeto ] 0 : Hit 3: [-4.81586, 25.024, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 61 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5986.06; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4979 Brem photon produced 9 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-132.973, 25.024, 23] + [ ecalVeto ] 0 : Hit 1: [-130.565, 20.8533, 22] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-111.302, 12.512, 19] + [ ecalVeto ] 0 : Hit 1: [-108.894, 8.34132, 18] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-126.685, -169.377, 19] + [ ecalVeto ] 0 : Hit 1: [-124.277, -165.206, 18] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-105.013, -148.523, 17] + [ ecalVeto ] 0 : Hit 1: [-102.606, -144.353, 16] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-89.6303, -8.34132, 15] + [ ecalVeto ] 0 : Hit 1: [-87.2224, -4.17066, 14] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -8.34132, 13] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -12.512, 12] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-33.711, -66.7306, 9] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -62.5599, 8] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -20.8533, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -16.6826, 8] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [31.3031, -29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [33.711, -33.3653, 6] + [ ecalVeto ] 0 : Hit 2: [31.3031, -37.5359, 5] + [ ecalVeto ] 0 : Hit 3: [33.711, -33.3653, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 89 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7638.88; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4980 Brem photon produced 71 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 7 + [ ecalVeto ] 0 : Beginning track merging using 7 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -62.5599, 17] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -66.7306, 16] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-19.2635, -66.7306, 15] + [ ecalVeto ] 0 : Hit 1: [-16.8555, -62.5599, 14] + [ ecalVeto ] 0 : Hit 2: [-19.2635, -58.3892, 13] + [ ecalVeto ] 0 : Hit 3: [-16.8555, -54.2186, 12] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -54.2186, 11] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -50.0479, 10] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -50.0479, 8] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -54.2186, 7] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -50.0479, 9] + [ ecalVeto ] 0 : Hit 5: [-4.81586, -50.0479, 7] + [ ecalVeto ] 0 : Hit 6: [-2.40793, -45.8773, 6] + [ ecalVeto ] 0 : Hit 7: [-4.81586, -41.7066, 5] + [ ecalVeto ] 0 : Hit 8: [-2.40793, -37.5359, 4] + [ ecalVeto ] 0 : Hit 9: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Hit 10: [-2.40793, -37.5359, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [2.40793, -37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 9] + [ ecalVeto ] 0 : Hit 2: [4.81586, -33.3653, 8] + [ ecalVeto ] 0 : Hit 3: [2.40793, -37.5359, 7] + [ ecalVeto ] 0 : Hit 4: [2.40793, -37.5359, 5] + [ ecalVeto ] 0 : Hit 5: [2.40793, -37.5359, 3] + [ ecalVeto ] 0 : Hit 6: [4.81586, -33.3653, 2] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-125.749, -37.5359, 11] + [ ecalVeto ] 0 : Hit 1: [-123.341, -41.7066, 10] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 2: [-2.40793, -37.5359, 6] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 78 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7156.7; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4981 Brem photon produced 41 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-38.5269, 8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [-38.5269, 8.34132, 8] + [ ecalVeto ] 0 : Hit 2: [-40.9348, 4.17066, 7] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [4.81586, -2.66454e-15, 8] + [ ecalVeto ] 0 : Hit 1: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, -4.17066, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, -8.34132, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-45.7507, 12.512, 8] + [ ecalVeto ] 0 : Hit 1: [-48.1586, 16.6826, 7] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [9.63173, -33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [12.0397, -37.5359, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-33.711, -8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -4.17066, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 76 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5422.26; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4982 Brem photon produced 43 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 52 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3598.45; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4983 Brem photon produced 16 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [26.4873, 62.5599, 18] + [ ecalVeto ] 0 : Hit 1: [24.0793, 58.3892, 17] + [ ecalVeto ] 0 : Hit 2: [26.4873, 54.2186, 16] + [ ecalVeto ] 0 : Hit 3: [24.0793, 50.0479, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [12.0397, 45.8773, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, 41.7066, 11] + [ ecalVeto ] 0 : Hit 2: [12.0397, 37.5359, 10] + [ ecalVeto ] 0 : Hit 3: [9.63173, 41.7066, 9] + [ ecalVeto ] 0 : Hit 4: [12.0397, 45.8773, 8] + [ ecalVeto ] 0 : Hit 5: [9.63173, 41.7066, 7] + [ ecalVeto ] 0 : Hit 6: [12.0397, 45.8773, 6] + [ ecalVeto ] 0 : Hit 7: [9.63173, 41.7066, 5] + [ ecalVeto ] 0 : Hit 8: [12.0397, 37.5359, 4] + [ ecalVeto ] 0 : Hit 9: [9.63173, 33.3653, 3] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [2.40793, 45.8773, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 50.0479, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 45.8773, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 41.7066, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 5: [4.81586, 33.3653, 4] + [ ecalVeto ] 0 : Hit 6: [4.81586, 33.3653, 2] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-2.40793, 37.5359, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, 33.3653, 5] + [ ecalVeto ] 0 : Hit 2: [-2.40793, 37.5359, 4] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [4.81586, 75.0719, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 70.9012, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 1 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 7276.27; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4984 Brem photon produced 40 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 12 + [ ecalVeto ] 0 : Beginning track merging using 12 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 10 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-112.237, -127.67, 21] + [ ecalVeto ] 0 : Hit 1: [-109.829, -123.499, 20] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -58.3892, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -62.5599, 10] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -54.2186, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -50.0479, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [4.81586, 25.024, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -12.512, 7] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -16.6826, 6] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-48.1586, 8.34132, 7] + [ ecalVeto ] 0 : Hit 1: [-45.7507, 4.17066, 6] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 1: [2.40793, 12.512, 5] + [ ecalVeto ] 0 : Hit 2: [4.81586, 8.34132, 4] + [ ecalVeto ] 0 : Hit 3: [2.40793, 12.512, 3] + [ ecalVeto ] 0 : Hit 4: [-2.40793, 12.512, 4] + [ ecalVeto ] 0 : Hit 5: [-4.81586, 8.34132, 3] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [26.4873, 20.8533, 6] + [ ecalVeto ] 0 : Hit 1: [26.4873, 20.8533, 4] + [ ecalVeto ] 0 : Hit 2: [19.2635, 25.024, 6] + [ ecalVeto ] 0 : Hit 3: [19.2635, 25.024, 4] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [31.3031, 20.8533, 5] + [ ecalVeto ] 0 : Hit 1: [33.711, 25.024, 4] + [ ecalVeto ] 0 : Hit 2: [31.3031, 20.8533, 3] + [ ecalVeto ] 0 : Track 9: + [ ecalVeto ] 0 : Hit 0: [-33.711, -2.66454e-15, 5] + [ ecalVeto ] 0 : Hit 1: [-31.3031, 4.17066, 4] + [ ecalVeto ] 0 : Finding linreg tracks from 113 hits + [ ecalVeto ] 0 : MIP tracking completed; found 10 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6080.86; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4985 Brem photon produced 13 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -33.3653, 13] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -29.1946, 12] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -25.024, 11] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -29.1946, 10] + [ ecalVeto ] 0 : Hit 4: [-4.81586, -25.024, 9] + [ ecalVeto ] 0 : Hit 5: [-2.40793, -29.1946, 8] + [ ecalVeto ] 0 : Hit 6: [-4.81586, -25.024, 7] + [ ecalVeto ] 0 : Hit 7: [-2.40793, -29.1946, 6] + [ ecalVeto ] 0 : Hit 8: [-4.81586, -25.024, 5] + [ ecalVeto ] 0 : Hit 9: [-2.40793, -29.1946, 4] + [ ecalVeto ] 0 : Hit 10: [-4.81586, -33.3653, 3] + [ ecalVeto ] 0 : Hit 11: [-2.40793, -29.1946, 2] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -25.024, 12] + [ ecalVeto ] 0 : Hit 1: [-12.0397, -29.1946, 11] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -25.024, 10] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -29.1946, 9] + [ ecalVeto ] 0 : Hit 4: [-9.63173, -33.3653, 8] + [ ecalVeto ] 0 : Hit 5: [-12.0397, -29.1946, 7] + [ ecalVeto ] 0 : Hit 6: [-9.63173, -25.024, 6] + [ ecalVeto ] 0 : Hit 7: [-9.63173, -25.024, 4] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -33.3653, 9] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -33.3653, 7] + [ ecalVeto ] 0 : Hit 3: [-4.81586, -33.3653, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [38.5269, -16.6826, 11] + [ ecalVeto ] 0 : Hit 1: [38.5269, -16.6826, 9] + [ ecalVeto ] 0 : Hit 2: [40.9348, -20.8533, 8] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-9.63173, -50.0479, 10] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -50.0479, 8] + [ ecalVeto ] 0 : Hit 2: [-9.63173, -50.0479, 6] + [ ecalVeto ] 0 : Hit 3: [-12.0397, -54.2186, 5] + [ ecalVeto ] 0 : Finding linreg tracks from 73 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3819.26; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4986 Brem photon produced 15 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 74 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4804.96; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4987 Brem photon produced 29 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 56 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4603.82; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4988 Brem photon produced 75 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-16.8555, 79.2426, 14] + [ ecalVeto ] 0 : Hit 1: [-19.2635, 75.0719, 13] + [ ecalVeto ] 0 : Hit 2: [-16.8555, 70.9012, 12] + [ ecalVeto ] 0 : Hit 3: [-19.2635, 66.7306, 11] + [ ecalVeto ] 0 : Hit 4: [-16.8555, 62.5599, 10] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-12.0397, 54.2186, 9] + [ ecalVeto ] 0 : Hit 1: [-9.63173, 50.0479, 8] + [ ecalVeto ] 0 : Hit 2: [-12.0397, 45.8773, 7] + [ ecalVeto ] 0 : Hit 3: [-9.63173, 41.7066, 6] + [ ecalVeto ] 0 : Hit 4: [-12.0397, 45.8773, 5] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-55.3824, 45.8773, 9] + [ ecalVeto ] 0 : Hit 1: [-52.9745, 41.7066, 8] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-39.9993, 127.67, 1] + [ ecalVeto ] 0 : Hit 1: [-37.5914, 131.841, 0] + [ ecalVeto ] 0 : Finding linreg tracks from 57 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5086.8; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4989 Brem photon produced 33 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 8 + [ ecalVeto ] 0 : Beginning track merging using 8 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 7 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [153.172, 190.23, 27] + [ ecalVeto ] 0 : Hit 1: [155.58, 186.059, 26] + [ ecalVeto ] 0 : Hit 2: [153.172, 181.889, 25] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-26.4873, -37.5359, 15] + [ ecalVeto ] 0 : Hit 1: [-24.0793, -33.3653, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-12.0397, -20.8533, 13] + [ ecalVeto ] 0 : Hit 1: [-9.63173, -25.024, 12] + [ ecalVeto ] 0 : Hit 2: [-12.0397, -20.8533, 11] + [ ecalVeto ] 0 : Hit 3: [-9.63173, -16.6826, 10] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -81.7928, 13] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -85.9634, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [19.2635, -8.34132, 10] + [ ecalVeto ] 0 : Hit 1: [16.8555, -4.17066, 9] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-4.81586, -8.34132, 9] + [ ecalVeto ] 0 : Hit 1: [-2.40793, -12.512, 8] + [ ecalVeto ] 0 : Hit 2: [-4.81586, -8.34132, 7] + [ ecalVeto ] 0 : Hit 3: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 4: [2.40793, -4.17066, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, -2.66454e-15, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, 4.17066, 5] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [12.0397, -4.17066, 8] + [ ecalVeto ] 0 : Hit 1: [9.63173, -2.66454e-15, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 69 hits + [ ecalVeto ] 0 : MIP tracking completed; found 7 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4601.2; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4990 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-101.67, -54.2186, 24] + [ ecalVeto ] 0 : Hit 1: [-104.078, -50.0479, 23] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -4.17066, 17] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -2.66454e-15, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -8.34132, 17] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -4.17066, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [62.6062, 50.0479, 12] + [ ecalVeto ] 0 : Hit 1: [60.1983, 45.8773, 11] + [ ecalVeto ] 0 : Hit 2: [62.6062, 50.0479, 10] + [ ecalVeto ] 0 : Hit 3: [60.1983, 45.8773, 9] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [2.40793, 12.512, 7] + [ ecalVeto ] 0 : Hit 1: [4.81586, 16.6826, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, 29.1946, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 64 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6300.24; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4991 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 6 + [ ecalVeto ] 0 : Beginning track merging using 6 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 6 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-154.644, 79.2426, 19] + [ ecalVeto ] 0 : Hit 1: [-152.237, 75.0719, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-140.197, 70.9012, 17] + [ ecalVeto ] 0 : Hit 1: [-137.789, 66.7306, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-104.078, 58.3892, 13] + [ ecalVeto ] 0 : Hit 1: [-101.67, 54.2186, 12] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-89.6303, 50.0479, 11] + [ ecalVeto ] 0 : Hit 1: [-88.1579, 52.5982, 10] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [24.0793, 8.34132, 11] + [ ecalVeto ] 0 : Hit 1: [24.0793, 8.34132, 9] + [ ecalVeto ] 0 : Hit 2: [26.4873, 12.512, 8] + [ ecalVeto ] 0 : Hit 3: [24.0793, 8.34132, 7] + [ ecalVeto ] 0 : Hit 4: [26.4873, 4.17066, 6] + [ ecalVeto ] 0 : Hit 5: [24.0793, -2.66454e-15, 5] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [24.0793, -2.66454e-15, 9] + [ ecalVeto ] 0 : Hit 1: [24.0793, -2.66454e-15, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 55 hits + [ ecalVeto ] 0 : MIP tracking completed; found 6 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 4056.66; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4992 Brem photon produced 14 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 9 + [ ecalVeto ] 0 : Beginning track merging using 9 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 9 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-69.83, -37.5359, 21] + [ ecalVeto ] 0 : Hit 1: [-69.83, -37.5359, 19] + [ ecalVeto ] 0 : Hit 2: [-67.4221, -41.7066, 18] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-77.0538, -41.7066, 21] + [ ecalVeto ] 0 : Hit 1: [-74.6459, -37.5359, 20] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-62.6062, -41.7066, 17] + [ ecalVeto ] 0 : Hit 1: [-60.1983, -37.5359, 16] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-55.3824, -37.5359, 15] + [ ecalVeto ] 0 : Hit 1: [-52.9745, -33.3653, 14] + [ ecalVeto ] 0 : Hit 2: [-55.3824, -37.5359, 13] + [ ecalVeto ] 0 : Hit 3: [-52.9745, -33.3653, 12] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [12.0397, -54.2186, 12] + [ ecalVeto ] 0 : Hit 1: [9.63173, -50.0479, 11] + [ ecalVeto ] 0 : Hit 2: [12.0397, -45.8773, 10] + [ ecalVeto ] 0 : Hit 3: [9.63173, -41.7066, 9] + [ ecalVeto ] 0 : Track 5: + [ ecalVeto ] 0 : Hit 0: [-48.1586, -33.3653, 11] + [ ecalVeto ] 0 : Hit 1: [-45.7507, -29.1946, 10] + [ ecalVeto ] 0 : Track 6: + [ ecalVeto ] 0 : Hit 0: [-40.9348, -29.1946, 9] + [ ecalVeto ] 0 : Hit 1: [-38.5269, -33.3653, 8] + [ ecalVeto ] 0 : Track 7: + [ ecalVeto ] 0 : Hit 0: [4.81586, -41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -37.5359, 7] + [ ecalVeto ] 0 : Hit 2: [4.81586, -33.3653, 6] + [ ecalVeto ] 0 : Hit 3: [2.40793, -29.1946, 5] + [ ecalVeto ] 0 : Hit 4: [4.81586, -33.3653, 4] + [ ecalVeto ] 0 : Hit 5: [2.40793, -29.1946, 3] + [ ecalVeto ] 0 : Track 8: + [ ecalVeto ] 0 : Hit 0: [-33.711, -33.3653, 7] + [ ecalVeto ] 0 : Hit 1: [-31.3031, -29.1946, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 85 hits + [ ecalVeto ] 0 : MIP tracking completed; found 9 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6883.52; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4993 Brem photon produced 40 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 63 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3885.83; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4994 Brem photon produced 8 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 33 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 2818.86; and decision is pass = true + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4995 Brem photon produced 12 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 0 + [ ecalVeto ] 0 : Beginning track merging using 0 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 0 + [ ecalVeto ] 0 : Finding linreg tracks from 77 hits + [ ecalVeto ] 0 : MIP tracking completed; found 0 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5393.03; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4996 Brem photon produced 46 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 5 + [ ecalVeto ] 0 : Beginning track merging using 5 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 5 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [40.9348, -12.512, 18] + [ ecalVeto ] 0 : Hit 1: [38.5269, -8.34132, 17] + [ ecalVeto ] 0 : Hit 2: [40.9348, -4.17066, 16] + [ ecalVeto ] 0 : Hit 3: [38.5269, -2.66454e-15, 15] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [9.63173, 66.7306, 11] + [ ecalVeto ] 0 : Hit 1: [12.0397, 62.5599, 10] + [ ecalVeto ] 0 : Hit 2: [9.63173, 58.3892, 9] + [ ecalVeto ] 0 : Hit 3: [12.0397, 54.2186, 8] + [ ecalVeto ] 0 : Hit 4: [9.63173, 50.0479, 7] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [12.0397, 54.2186, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, 50.0479, 9] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [-45.7507, 29.1946, 8] + [ ecalVeto ] 0 : Hit 1: [-48.1586, 25.024, 7] + [ ecalVeto ] 0 : Track 4: + [ ecalVeto ] 0 : Hit 0: [-26.4873, 29.1946, 7] + [ ecalVeto ] 0 : Hit 1: [-24.0793, 33.3653, 6] + [ ecalVeto ] 0 : Finding linreg tracks from 79 hits + [ ecalVeto ] 0 : MIP tracking completed; found 5 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6050.46; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4997 Brem photon produced 3 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 1 + [ ecalVeto ] 0 : Beginning track merging using 1 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [4.81586, -25.024, 8] + [ ecalVeto ] 0 : Hit 1: [2.40793, -20.8533, 7] + [ ecalVeto ] 0 : Finding linreg tracks from 70 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5221.34; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4998 Brem photon produced 66 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 2 + [ ecalVeto ] 0 : Beginning track merging using 2 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 1 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [12.0397, 20.8533, 10] + [ ecalVeto ] 0 : Hit 1: [9.63173, 25.024, 9] + [ ecalVeto ] 0 : Hit 2: [9.63173, 25.024, 7] + [ ecalVeto ] 0 : Hit 3: [9.63173, 25.024, 5] + [ ecalVeto ] 0 : Hit 4: [2.40793, 20.8533, 7] + [ ecalVeto ] 0 : Hit 5: [4.81586, 25.024, 6] + [ ecalVeto ] 0 : Hit 6: [2.40793, 20.8533, 5] + [ ecalVeto ] 0 : Hit 7: [4.81586, 25.024, 4] + [ ecalVeto ] 0 : Hit 8: [2.40793, 20.8533, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 83 hits + [ ecalVeto ] 0 : MIP tracking completed; found 1 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 6294.76; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 4999 Brem photon produced 22 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 4 + [ ecalVeto ] 0 : Beginning track merging using 4 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 4 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [-116.118, -62.5599, 20] + [ ecalVeto ] 0 : Hit 1: [-118.525, -58.3892, 19] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-90.5659, -73.4515, 17] + [ ecalVeto ] 0 : Hit 1: [-88.1579, -69.2808, 16] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [-2.40793, -4.17066, 6] + [ ecalVeto ] 0 : Hit 1: [-4.81586, -8.34132, 5] + [ ecalVeto ] 0 : Track 3: + [ ecalVeto ] 0 : Hit 0: [73.7103, 60.9395, 5] + [ ecalVeto ] 0 : Hit 1: [76.1183, 56.7688, 4] + [ ecalVeto ] 0 : Hit 2: [74.6459, 54.2186, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 50 hits + [ ecalVeto ] 0 : MIP tracking completed; found 4 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 5103.07; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ EcalProcessFilter ] 0 : [ EcalProcessFilter ]: 5000 Brem photon produced 25 particle via biasWrapper(photonNuclear) process. + [ ecalVeto ] 0 : Straight tracks found (before merge): 3 + [ ecalVeto ] 0 : Beginning track merging using 3 tracks + [ ecalVeto ] 0 : Straight tracks found (after merge): 3 + [ ecalVeto ] 0 : Track 0: + [ ecalVeto ] 0 : Hit 0: [33.711, 50.0479, 20] + [ ecalVeto ] 0 : Hit 1: [31.3031, 54.2186, 19] + [ ecalVeto ] 0 : Hit 2: [33.711, 50.0479, 18] + [ ecalVeto ] 0 : Hit 3: [31.3031, 45.8773, 17] + [ ecalVeto ] 0 : Track 1: + [ ecalVeto ] 0 : Hit 0: [-155.58, 119.329, 15] + [ ecalVeto ] 0 : Hit 1: [-153.172, 115.158, 14] + [ ecalVeto ] 0 : Track 2: + [ ecalVeto ] 0 : Hit 0: [4.81586, 41.7066, 8] + [ ecalVeto ] 0 : Hit 1: [4.81586, 41.7066, 6] + [ ecalVeto ] 0 : Hit 2: [2.40793, 37.5359, 5] + [ ecalVeto ] 0 : Hit 3: [4.81586, 41.7066, 4] + [ ecalVeto ] 0 : Hit 4: [2.40793, 37.5359, 3] + [ ecalVeto ] 0 : Finding linreg tracks from 67 hits + [ ecalVeto ] 0 : MIP tracking completed; found 3 straight tracks and 0 lin-reg tracks + [ ecalVeto ] 0 : The pred > bdtCutVal = false + [ ElectronCounter ] 0 : Found 1 electrons (tracks) using input collection TriggerPadTracksY_ + [ simpleTrig ] 0 : Got trigger energy cut 3000 for 1 electrons counted in the event. + [ simpleTrig ] 0 : Got trigger energy sum 3437.73; and decision is pass = false + [ TrigScintDigiPad1 ] 0 : Looping over hits in trigScintDigisPad1 + [ TrigScintDigiPad2 ] 0 : Looping over hits in trigScintDigisPad2 + [ TrigScintDigiPad3 ] 0 : Looping over hits in trigScintDigisPad3 + [ Process ] 1 : RunHeader { run: 1, numTries: 393794, detectorName: ldmx-det-v14-8gev, description: 8 GeV ECal Kaon PN simulation, xsec bias 550.0 + intParameters: + BiasOperators::PhotoNuclear::Bias Conv Down = 1 + BiasOperators::PhotoNuclear::Only Children Of Primary = 1 + Included Scoring Planes = 1 + RandomNumberMasterSeed[test] = 1 + Use Random Seed from Event Header = 0 + floatParameters: + BiasOperators::PhotoNuclear::Factor = 550 + BiasOperators::PhotoNuclear::Threshold = 5000 + Gen0 Direction X = 0.0485658 + Gen0 Direction Y = 0 + Gen0 Direction Z = 0.99882 + Gen0 Energy [GeV] = 8 + Gen0 Time [ns] = 0 + Gen0 X [mm] = -21.7459 + Gen0 Y [mm] = 0 + Gen0 Z [mm] = -883 + Smear Beam Spot [mm] X = 20 + Smear Beam Spot [mm] Y = 80 + Smear Beam Spot [mm] Z = 0 + stringParameters: + BiasOperators::PhotoNuclear::Volume = ecal + Geant4 revision = + Gen0 Class = simcore::generators::ParticleGun + Gen0 Particle = e- + ldmx-sw revision = +} +[ Simulator ] : Started 393794 events to produce 5000 events. + [ trigScintClustersPad2 ] 0 : Process ends! + [ trigScintClustersPad3 ] 0 : Process ends! + [ trigScintClustersPad1 ] 0 : Process ends! + [ trigScintTrack ] 0 : Process ends! +---- LDMXSW: Event processing complete -------- diff --git a/.github/validation_samples/kaon_enhanced/gold.root b/.github/validation_samples/kaon_enhanced/gold.root new file mode 100644 index 0000000000000000000000000000000000000000..c3d537c68ca6f0a1cc580459c4342ab6d32b572d GIT binary patch literal 1011952 zcmb4r1wb50)Ar&JT!Kpy+}$k+?k>S$ad(#h!95|kYl0KpeSzQ*+}$Ar_kSVZ<#KoL zci;cA%=Yy3R6Wm3byrPS57^t-I06920Pv3?0M+(8cxwRfvx7GX@WufR{xSlf0$Tw9 zq-y}gXy?gW&%g42lR)-%{Aj#7x!5-pttT zZ`I%7Auz$BLVu_LKq4@J;p3mc{tJB2Z}3u&@Qr_i$9RBOGPQ9rvKKYdcXYBha`+F2 zey0Jo1Xdvhrtzo>04cuqKtt>0ztD*JjfTnt4M^~1{N-ljJkXFavsJd&2U?g}oBYA$ ze>?s=A;=c6GL=7+0w9gn9|-9g{tF?m-w3^WB=qfXgpf_agmew?5qOIsQlJN~uy7x4eF z`%eV`Smg)r7azIvFW?`3yZLGlHy=jgZ`Y114(@ak)<(w0WMVI7fS!QA24%&qlBzz1hg@;d>ofX_J6JY4i5j|e!=75 zrvd=%%;Pvn=K2?K|6lhb5g_((KVaYd4IE7w+y|6^X4Z~MW>)h0hRpvs@JJ!?XB2=8 z1B;9Op#}iYCIf&tbMWi@uPFTe`u~o|@{a@mk;0=I07CF7n1bV5+y90FobLZ|7g+yJ zf%QL8_^Af)WC46@&z#(!{R@SF-wYw~UlA0%Kka(}1; zpgySpQ*nzP{I96o{C`kk`A<~-YMMW&JgNhrk~=+6i52*7s5}Y!|DeM9pQ!xRK>tJK zr#b-Y%hU%d@wop&<10iDkjSA{713fxUhricDrP?r zNc{RQ1nhq6A?%L?KKzXU+yem!@cRI6URgX@3^Xk~F`QDk{pT_a~BYe!v2H(MishBSOSBtRAx;0h5DJ7j_R3aeY! zxuTcDOnN5I48O3%3Z0&2U_w_p7qdX#^7Cu{U@V}yP=$f_RMC6&C*1Cs_fTyuFB{#M zU4IA;CljAi1h2gMc5b{tVTb$;$GN5A@H&yRf^`}ltsb%-u*#nRsV4~iJtz|@q1>YI za;3wdYoK931AUm|)tEJg-#(gYuop-bS~Ee@6hcJwr7iIbNWC0QItbD1VcQ*LLwrAg zukL6H_x+9bnt|u-RDg|5nmmMgHmiTYXlct5kx+_C=(!!^rV%z@AZEKVa*UqLm%KNW z>hu#56J`^nMPhHvC~#M}b|og>Owbh$@N~O}p0e%YO&m0Qf?j~x0@;M`N(H!^b$xC~ z7-{zN-F@rJ`<#>kfyFXr*%iqU)`J{3JT$pnPKNgO}( zhZg2NmLDb)!V5Hj?y5&a-RM4(K$`Sl2-eY3Iku5ZVVaB8XpxZ+A5-1H9U>h(#(kkw z*gJpH(!=C7vaZSH=xt&&SwB*G64am_RVK{jr1XTg?tsFGWIbnhj3?FC9E`-(@(*0XjP%YWIufUJ&=a0Qw<*`>k z4kMJAU%eXZFTGlqor%fH$oZjj*FgeQ9y<3&<$;IJ?KACZ^#PP)m6VsclY~8z^*%?m z4V6X0gQ`+FmsmLTc~#~cW)cny35_S*!LEvY6aH9@u20(vS4c9KMB1eI;R9Z{9<4S_ z*GQ;C?I5zYOkdtE*enbhioM-@!Ua<+=tl!sS!yK-#C(aYtJ8xs8TORahRveOlP87> zXA(k%hU%-+H)^i4w|+Z}TtAlKD_H3>f)Q*}q0#}kJFbDP^HgjnJc-h85nGRx-hbFk zZ#vgTVjybyzQ3Q{e|Cn6Ps$o1Ix^`o1q`mBFc35!c*BY()q(k%9qvUZu5ma^B(r(A z9S8xG9o~)m83W1A?+6R%$K0D>kYd0$kYLQ$G3AEi0Oy(hi6=p#9B${d%{m8(18iKmxHiI(@hjV@}2!jldSh9FB^Bq|tOD}o}X^#^U+UIX; zW;42m(Oma)$XYxt+%37V|OFfhZq(G%b~pZ}V=xqdG*8Y60It zH~*NQ4fM9Js~_#8yu!_}Y~lYtGgLVw+v?3N&EKL&o!%I zWgY5GA4%=KK~S*eRR`>Ha<>$;RV?a!Dgf7X5o;f#9_vXYaKgbF``J0lzTmQGjjbmt z!9p}Ql%B>jfo^A#Sr^Mr!LG9>r|MP*&&{1RnUv6&ZtGy)01__C{k0i4&3)8QDUjPYE{n_uOEHD+Y1QHwbB!HtF5@YgCGgu>6 z&l0ZyBx@ilczTs0#25qd{o(M0paFGEDgC&EP9trElDXgvk1oMwRhN3jXzOu@gA|E& zTzR=AZ^_PZH&(@5R@UJp-AqAZvf^yGxl9mEcmKjJJsQ#X+xX4AnXij z7?HYw*D$weR8;q&I?((`j59Ceo}zIfqC+r^$R)ki%b#JMjWtAp1T?3=PZ2y{0j|CF zJngw`LX`_`Xc+1dGbY9~TJY+ADwAS|Hc9O=G*4ZRzkpV-8Vn75&)mT^@QHblWssTJ zfUjRXH6sKVPKkRQ4kMas=X*r9N(~wdzjd+Wuzk9OdiT1)E_bGcKG6!%C6)xOlRINM zL|h6HAoI1PWL~?RV*msz!%DFk4CUll%L?>ABv`=$clhi+nZm&58pZW>vUYf?xaL=n?#A1xPxM*MJz++cx_2um8@X(pf=c3v=CS|K+ zi5WT?@wN!z<-K`t*b6Vwu9)>vd}#oEdvn-PY-IrbBex+=;JbWF10g$h@)d$ee;w)&y4Ox^ZJ9rPA`wML;28 z3=5#qkNdeq`x|9@m@L;>Lhh_&aI8hPu!k>|$es|S<{2%-klejGuzT+z{o$FSkL?gk zR4Myp!-I4G)>H#_?)CQ`9z8Ze81^T(q4hXHVR=dqfwVX>ZEy*a=9V$eaJE+Z7DI@s$g#2rq4DN6d9 zFTPUis|S}5!8!EHOL9=WB~^>at;O50(kq@H-cYaizJ3NLs16=FI#kS`9UZIwf9vQ# z8!KCVpyPvsFNFZaKs`8kMP4bWS7>(!3{kAlKsXoTb{Wq!@H9Wtg+3Dw&j|R0Yrw_+ znwTu;;-$D5sd>JtpU+D)i!R*^l{-HU10dy2|AGz@zWiqGrSayqv$KmcOgI!SBkq1li6lUPK9>ahi%X5Xi45@i3r-d&oX8006e|vR8JIy$ACs<0nn8e zXQsC__<=sORUfJCVstJ5``YiJI&eM?n~o{o_w3H=@12~40}Wt5MY|opPLmeaB3oQq zZxWHRrH zcY!-s|K3!ut4d;D=u$8}VD9`@V$srDh4`~nIejQH%dQ;Pu5%3J0o0d8#z^Sd`zEew z4u&mllR8tK@++UtbktzH~T^ zQLd5C9;QZd1KOd4YmfRshM%L$LSl;f6GzCkYdai)t$q7w?VlN8{s*^){ppvr3IFQW z{>R$CMfDm8K*CR>%Sb^gVDYoAc9RL8m6zE+#}Y1~GgVp6hKJ6E)D#xaV*cn$!SfE= zx6k=$WsmABpJ%}nA}txJcL6iP$<7M%yvL$lemf`*L#ZBvyoUoGaxZxUC^C#P5T79h z5I;d4_LoAW22S=QQ&%W5Dem&ty>_3MmJxoz4aCWr$Sf$#QTu%MGFM?p`SR0?c+;nZ z0ubwgtnSGR-nD((_SKyf9kvi(gG2%;8F!nvOV+l&&E6_hs`73oB{1P_*ObOm3lEEa zC6XQ57AA_Ygr8@4r)!Yj`L;7Jem+AQ5k%Q#Pp3VTG!!STvyM3TEiWUYyq)%KG`VKK zC1t+>M@w(LtYW!rxzjfU@E+B?<|?(2_!oSH84HhcMn|NSY;t`1vG_=~5Fs6ACAga|bE z{9G2ZQ^VYZB|cA%j^BB-$f?6`oP$Ibm^e4_ts z{NG|*H3T5>r}Y~op%l>g8Cwf@;{D!c4 zD0Kbg`|nd7-pi8PP>#(`d(!NaWygqmP-AM`qd zeVu#}lJH~5!s7bz?bZPiI@W%C$l<78a$O5*xs$1R_|{o(Vkxo*#1Wr7qcb|T&281+SY3ErN2+47GsC1K30W-TK z5?=2p0%XhAo5EQ2cKp04?MD(qp~kxVz$2fE)mas6{QAd{4}A3V%n!!L&-!J2G_diR zt^YPbeG35qKH6JJMylf_n%6WNJALpeqKGndlRD!W70rA$oWiSD(dM7fETMsB{*|G_ zJ{iQj65oTU?x5uE0F3U(D=MkemNV*zJBW#HyvNSQ6%8>=Lhi~IU)r-D=I$T_ zpV%o40b%E!AG3;8i)qGXWB!@1HL{$K%@n{OerX7KyH#h+wKkT-`&D<1*_(IQh3%ZB zuy&-rcN6@k^w0CqI+e=Hvu>ci)7pHKPh`}PHEsmQ=H3U(A%1?e9NUBC2(^A$4ijuS zTWeigeS1eUprw(nm6PRTd=7^Kd`1Mv=l$^k3oRAg?juS}rNCg^&tWeZN}h|;7b_Q+ zdL^11oRE7-@W?EVRXXIG%^>CM59dYK^VHHXctYS5*VaDs3r1}7SsIR*kqJX=XzHuq z6-9e>RJZ9_8j`1{R?@f}KXjSuplb|k9QpNwZcm2fZNWE{H5j}yL0(vq9gEoysdu@u zEgnYYoDEEqb*@(W3VS*A-^|CHH3mQyImVRtmf89Q(_P4v>vm#B1KN11F*1EMgfW@9 z2a1O~4*QpVVey>W^~NsyIuaCn%}sZ&ZK`Wr=NWK6PzuA|!N*%oU0vQT@5>D}R_@2o zl5kkhUsV#$eueeuJdd+AEyeFe9shI`%}!A%OVVayMWRm> zN_#=m9H{x-$rEa^v*x>%CtS@6$6O?DnXkrn`^)4L3jW;u6YM6DMG5dn1pJW!e}oo= zNb;k`&PTzY5%6d1d<=CMb(nGs^F-o`?DpC1vnClE3tZENr1Nr;C&9#u^+F`6Pl9Es z=QE>-QG$t8!F7HNH2y5dAOUx_XYR_|C|)P(FHaIiiLSPe-fr3D@}7)fLX2Qax@=`r zLS<2YJQxg)2 zIFMO581)8$C=Ms;!kbW8f3`HWlHPyr=_<=D)?OGD4lIe+OqyC*wbp_fpD&at*t!39 zaQO+Y`T7vm@dd5(*KY3&t98_qS%PJ!q95l(xAvLb>{qFrx7|mDI&VsD_vK?u40{A< zcwz6|5ol#UPhSj%G7KcYC@!%o;Fy*c9);PheqQPAI9hLW*$O&?n!&H)Gujn=)40yr z$KPkwrxsVbot}88xll2ML#q8Hb~jz!GFyBfId_*nG1oJ#Df^rE%Q3rpe%^UYyb8-o z%Mi0W^OEeaH#L*jXou4mzUxw9VaEeD{r1f#qg65NNl z@yAwDW^OtL>2Iu$u#NWmSzh1#sMS9SkJZYWg{PAO4Fo>PwRaP^^C8Sh0SVCaFHcTJm29kXu@w1`s)LB#EArEHp1{z; zFPw0RHHB18j+!i-^HNl1-9be1UAwigR#fczH5L?Ih`6g1aOM=e2sxP|;dK`&u&D{0 ztr*+i4yijBPuxEHSogVPieKfkvglq(XmPw$*MXNop||F=hlOnDYTDNyL8GNFl5x_x zo_QSuk5eryG(ND-Cr0IMg7PUqB@`V;m%Y*aEv&rbc!!Rqvjmf0Sz^+B+GjZ}?~nBF z2R~--y4>7ePgVs4kc3ugPwSC5O;QlfP^N9szHlIaerdumn2>F1W4RiZ5WSJN9d#Tviy0GUMvYhIzE}2^{^cM`hfjiE~`W z8n*dQh}{{R;upjYv(Lw_x1mlTuAX^C3kZ{B1#LZdPaw`i9ShpVo*yk6R&`tG7I+w{ zmEa+ZkH%l{P-3I;=RK6fX#6D)B{~{^=0k~x#{c=De2T`O`%n_0@fSaom}vaj;F1U- zIFf1~JW^qWhiJg17*tlaBzUAg47-Q&VURtP&Mzw;#AKkd%wE&xZ7~T&xjE83g_ z56;4lZq4Lybk!YNegoa9MjTohTZLM5d4)vGEBP3HnANZ>sJ@%lGG3^1Ln|Fmy^N6Q z1End{c*WUMejQ@GA*T| z`JoZ;XK^I-KdP%Dkeio%cwcEIvpWN-|6DH1K4BHHubORbUNpurUYzH21vf2(B1DbB z7Q_#YtZ0bBU8HCjQ@QsXi}KiW%oTpBFdAX)_-4Uv(`(UdI(lBMFo@xkkw)>=n}ABi zz=H2SHx`MCnQ$1%H5BKT^CQh3F4q%-{HY!;Cp0Z`;wq}mYv%9Qt@#Oo|JBq&H%o=-#hQ z>#7Mj`OMaXG$$i%2=RHi)vjG8uKA5Oj1wA8K2~BCtY8O>Rw-_~&%KqoK(YpH7H168 zuhFmJ^fG?XeV)ui<;c4~tJO;cA?ae?J4WSr;AY|3V%5HIjqvw5yeFSq@x z*Id}#vqY*{3};Zg$Vk4FJ!`hm!_YozVoKTyzJ-uHr|jW~>pW*S9>zrN9&Y!$@b#5& z>~h4FaqJ|8kR*|awxSCWduSC5&kTUEYi%W~UlG%18$pkPq4J`8Rb5U-JelxHu3uOl zh%?Igfzo3o1PxU7l)hgdqHm=e7Q`I##<85r8v_K(#vFkn8{!Wki7MKQAe|Yps*WKT zkpW`p*CXaXs`yiA^A928j;Xg4c_VGqc2qC7GpV?JsVnUWrB-_3&G*`oHbyX8;PsI- zN7@Oo%ji%DaJ$KjN4l~ujBp8tJK1=+$kU$4Un$3?v|`P0MUo#C{votav&P*JS)_0m zW14KYCoqFIMEsn!g#Xo(e?uH%R^z^cEC-WKbD`W;p>pVJBgvK16;wowrg1>;#Z-mMP>m zp-aKh4kL_7(y~#S18hel%fnuiR&$gPM2MyFZt2z zZ#a>9#FWDwct;Ir6M9I=WltMM+F$iA<6_(5_pO++(E zS53VgFf~BUv%@87j8t+}YQ)Vr>0)1_;xK^ZWeR{YT~#6MCQ!#{DQ$K-2o|U`Z0W>TWWVNe!9rSat{v9ei^X|9*?B_D+VWBy0nS#L`&aM?yGVw+(rqz(x?kKyRIGe_iVF%V z$0q53^~6uMLrkhg^!WZP4+`fx_u~vv%F`kpE?RkWx5K$NzCUahR@>g*GfjdTFgSpC*FblB*ibzFACK4OL6q;BQtGhhLNW@P)rnxaz)DU=xqojPlEm zwUgxdA%^GeGj#6N*ZYKEZ&By+?DX~~?eMrkH!?OSik;-XV%l=R>Yk0-Lb`OC%xA4? zI^kP!UDGw9*g1|#C|usTAeY&i`&UONFHMU2oR%)f-no{XS(?&w1Vw6!>sP5;4sVV%P?aAD0>v_hZtm*R}H%ljLzHb;g zd0Fjl^p4c;Cn?Y8sd-Nmt*0+j4O@tGJ(q1XTTWt*c!L()S3|T-hSD6Gw5Fe9S{y(h z80pel06CgOfR^db&VWOZ{>_tvE}IJppjhv9&*F3LmlGu z>*JURpfq^4^h(^q#q)7)RMOMsMt7RFDJ9bn5c-jpV!$on3YMSn9j-xxm)9|YP+6*cH~&M zfI|HH`Vge2CT9J>PiYcNXVQ^`dQx8P1~9;?QGe|G=sL+%!a}(`CV$`-5SgI1g@ovvfR5baP+eJFuS;gEt2}M-NW7Z9JboG zRY9cctu&%j%7tcxoqTc3ohql6e&r_Dz1(#AZ)v9#hfXuPsEhQ7fTy3ajBSy;iu9o- z$B&64^&kpy^_9GMBK#A&SpsVd1U~5PvEHr`#xb=%wfsDE_CHeWTcQVu&hP1WP%#L~ zU>wz%E4_+H<9;Lqyt-S7xppH7Z%)?@}jarv#Px4IRr zV2HZnCA(^SJ&*9>3ie=%5}{jlLppj6KT;}2o=s2y1V@Cv3eJI z_;(hLqk0V~APLF}aX%2f&y`rHF}ToG#*4abD!%%|wH>?zmoGVA1cXlO(?&n~QZmg^mNN-IVh2*9}XM5it8s@r<6 zE!ETxE8iA{wl>(Q@f~x?=jVr*3z8eR?Q$`0i{BZ(bd|o?gg+Hz;8^2ZrkmteyP!%u z4%qBTVf}_W5tzd1>A#!8dqc|&@&R7&x{4jsQr}RWt>iQN>$d98g#ld!Wmko^R#$7^ zUWNI3<%)VgjX#o`YHe9n@x+`QS8K2(Snwr2XoYAb5c{6Y6&Y0ameP)RNbhNSH@PPf z=?$U|$VU(JK5TM)(z=b!8}jkf?K1AOW7ZE%V!ZL2p~)D zF+jt__Tfz8YWaxVlf2)?q$8ef|QXg4x)tIY1LDWM(` z@Z4-140-;TzHGRwAmsnNh-bBUOy09?!>V~Qz}a%m?h@YXvXxiE`(xm2gVOdGv-T3f zb4%_e$({F>)j~zv_5Q5e{Ap@kQ=%28fkz(yq}g>6fz7$>F7}$yzG&SX_gGrR9jJcS zD&t(Uqluv#WXM|7uqRbjWj`>M!agchce&<%a^Eydx@*(l+z{1oR6NL2!A%`ynIk8) zPA*m-m(pE49f{`>MVr`%okOGe!$VZnTa|Ks!t=9y0mFFo``a(Rv6?OuwlMR1H0#Fm zUi8#8rTu#c*vE?2rJ=FOE)KGss}plNFzz*K*Y3}nW=rSFH#X)P8zu+pze=!!H6A4G zS}2ysZujiF)wJyHD!Nf~5;!Y^&+Lo0uSipVMH6in>`Z6Qgx?(6Z|BF3HJ~(Z9&f9H|q8tqtoPLbmDx7PK;5%q7(M- z(dm!*_RlC)1P7RWh*A+#`j#ptc&$e`R8m603)F84mODbsq{W8kP{-LqSLr8;WXUFT zpO44bO;gcoT9w)+2B`3j@ic_&$toarxK)==Qx8_Wk`|11{eotNM3N+~1q|jU5igSL zA1})#u|0BI*z{o_;;;+iyX7A`7C7`6Y|?_%Iutk&s{u94-mlLzIiy;Dym@aC;jr(b z?7UYJaZnO9ejdI@OvIxs$iz{99rK*hVc+_6r?h9yyw}E|(CE(QeennBGnL(2ja zFZVH2nb|3!2IW*gVOl0F9!<5*d1i$_G)I7&xmDU}@-{v|Y^E2fU zIHN?=JNj?D5egHMx}gS1N*|lgz|EG98QuDZCCpN($wQSuJUC_$UP?FlF&z3C5ILW@ zL*zJ!e6Nj0RzDPRBjoKdW&I~wu1JJI{jnPbICnx2?4W`5T`f@`S1|M75+6gNU`QE> z1y=+fL(Kzg(po)ZLBdtz?jWF`PPU5*pm7-OwG!Pc!3ZxF}5Oj)Q zg>OA#jULST3Kww)^w27yPFvokB7yUg@d?-44lZBhO1M+T0Y%+*!qQ~MnpIJ{hd=}m za)mVc4mr50qQ&CVOia25@}3J|Pw6z{3&Ya^i8SgD#+G4v*z&5DgCE)Pl^TN)T?ahL zmu_eYJ~h}Ps@gI}t};u1=NnvpYMInx+JQ0`P7G&@OIhY?VvEhFA2~UoTm2u9hDy5O z8_G#s^pPp;@P`Znz7bkI(*`OF6r)#CA^EHTOIK@Ba@={#H$^|{2N*ud>*l)S^@$%k*mhp*B|tL|$r zVmBpF%LW~C<>Ze&x2et3SgSZE^7(A8V0Zakt|)g1?<2c*UAuQCXO5t1(FH?|Zm`al zQ3yN1ft#cYH@zLx^q%Q^>41DoB+hpit|%W+;f0(Qi>_|O?h#73EvECT_EgmQ3d39w zJD=YNSHk=w7{0KUHl+Kv@kflc!S^77jk?*gcO)R$8?LjZhlF-{C@PRBYDL*Lmt>)? zG|&c9!1Z_*dUJw!!Ui*iuDP2L){u2_!Z@b5NcS>O?Cu^JxM}T;d9+|dwU|YRy{LNO z;AvlezQB2ZbiL4WXEK|#Xna2J<>GP{?#1%tev`asZ1G@XW?-^X=lBcr<+~Dh&E4ki zlxxc%hgsN^UG3-|@->HV$#h}dy(Z+}q+c&Ipz&nis=xL=)bJ>HkCSP#ts(UKJRgH6 zT?*?qbj@9sLZN?KfH8B2cz?GU?}sqmnW@f)p0b1y{+UT9#!M4>L7U6D_eCmX2F53J z{JNV}`4s^?Y9E8i97V5r;w8y2jCQycCLNnax57(25VQ*=w{*mcEzsSBiqO9tIP^9N zi@e@+^peb?8HpWk-r&KM+Nz7$lM<#>c#(s1hU3wfQtXxbq25Tv-loacCw1iX#R<}Y z)1X9;d%~EO(4-^=yS?@h8BT}0$hTn)A(O&2BjcuTk;7UWr|c5=SH+v7Jnxr~_OI2= zLu}>v8Dr|XIN$Tc&rH{=VY<7EcI_;P+lSZ&ewdR2>yuIMv(h#Roy0jfG)#r}ny>Mk zkRp-_?s9ln5r)UyNZeg#G+U}$fqlH37V@p0!o8br2zMjr^SLR1#UL4mdH+H_Pp_<}oBPkq1&hdy zdzy;4LvS%G5)i%c;Hw73iPK~@L+7T6pQnr`jq_CN*hNmJ-M~M0a~%Q>PO>9kqQ`0t zjTTOoI&m#(9%`SD>a;KPBkc|vpU!EPt`zCnAA4);j`PSll!9HOMoKZimq3%owZXQT zP{|7aaAQ?TfL0ftfO55%hlr_e_9t?ybrHF7snZ%NqpfY$A~xNV#u}$oM)!c3F)0)4 zCP(AkJ}IS1<%kuU4gLtt!*b7(1nu6e{7tOOVr&!onuNoF)N97*Y?2~yBG2$K)>l5p z`o|X(IX!;G`iB=3nXPsIi1L4?@+e>cl|SdBHl`|0gxyDr8?j;G^%K#Wdu^{&wT(KF zMZ-0&Xt9gbSFwduBO1TvjZHKT6wXh70n#_jj9L`eR~U(v>QF@^ zqPbAdmasA66TZL+@$fF5Crv#|hlkG3s2p>? zt}PY&BvyoggKxAvGuz1|%fX{Na3XSIkY4+%#Z&pNE=ITg&?fgpnlp|24VAv8ue(iy z$_pxv+J#HzRdWsZ!#4@9s@Uq7>zu^i_=lVE?MIotOSjN&nX%Bwlx!^Fyg{)b7Cbus zL3v=UqwTQ2lIe7ND`sqQ*o$A<^=%KUB3>Z<{p+XN+4A+TX|w|@%CXbiU_BR35a-2p zJg7>Lw6&k!f&+!W?}- zGq>zuL&>J~#&3n^$P9VYzg&5d=<9^rjl`3H!}_WSgqt@ELMUGp+rDGs4wb01#X?+( z`6WdBONdKPj|jxMO_q@Vwmf2uSojdi!lX#;G!pH6oD!% zLrG?i4WF`7jlRt<$Q|=m&G; zh!9wY!Omeo;0(lvv%~Ek?xH?Q2E+lOEy@vQM>+-iSKv2nG4i`I71_$3?3UrJPWj^z zzJ}{&j$&P@c~#VEUet|C@tC(GPiZY&!6V5XijC<|_gAoNBRk6qz_Gya;Ej+Q`1kvBunkJu4rSh3*p9!$+RzyX=$)_hMw3@Kc zUE|)Z_Ic58!8_;`N$`FM_B%0MHypEHls-L&9;S7>^IQN0ajQVAAkxV+-6dh<5^6$+ zt}VuWtJ#qjbKHs~n=P{HvPMw{P8l92kkAE)O5BM=-2ME9nCJ$*`$(;SH63gl-N09k zB(&f4i$M8h#FIdz8hyxfy{|5rHX5HNZ#w)uHc=5{HD=g7)H51`YTTHXoHjJn5(=?Z z8TpnEeA0)N&F{!o&L~e%Bz|brTC8s#VFs*NJJ0Wkg-V33vout=E#~onFgf4bin937Vrvj&542+upeYU%5gH4jra! z^4;I_6Dp7t9}p{p9qdu+53}3@CGLZG4?2afH7}I4?`<``lr+a82Z&B1G?S7)@^mq6Q-8 zX$$A@lqx3mS=It(b7<2=$G`MGhk(mUK~n?_wbx<{@1^_EKz)0Q=mHs%hx`O#!IV^!)%=;_Fo)|tWg!)JZigYWOSuk(}8`T}`PlcG#Vsih*+_L9$_aPb_Drt%CA2RHD(O#47Y_}l#ui>g)>*$Y3&`!*HgYk(Z`}EY%99ZfdDTmaG~gHcrFILDiXo` zkkD>+1O-LQ?1$jUL`rd^9;hDXSMhgs!%XLcm?CzQY+ zLf&iLEJ#2kD?*$o4=OLdUr=^`Kvn*TzAnP}B6=y3ML$u_!#(7#Dwyb0tYD9y--#(e z*ZE9UkG?u9_$5bTq zo)FmIa><6?5=)+!lEIY`3QYwo?1>`6*+DY`RrykbVATEaEy`ecnIlI(3GfROcd^Na zq+gVw`K$X@O@)HjMKFSx12DPhy_2F~;|$0r^r0J=e4)0MaE)z6rLX>hW5O3JQ1PCy z)gDQoRP=H21-&u+%~1s(T`R^nb$|M)5WBtZ=Y)?a*Z)L8S^MYJw0sAm$LT)}EGGg^ z1##%K+ofO)f$i^1&i!^Bw_P+GyqW}_I=bRjti-#iza{@v4y##)xjGdk#1(3mf?>5Y zRTJ~sWKk}!3GbE@CZXFfMi$Ovls^bDV@4Hw^tFD~}UwYW3 zD-M3`6Dd1-)s+hMpaI;r`Kf>)W?xD>K+9{mmM-QSJXWwD55|ehBspw*p%r0t0j;_W zi?ph0+3kgUoN}0~YMxwUV!Ii^50x9|+<$;ab-p4vhihxIp&p+~Fi@J-vUJeGXiDP* zq+ChIaXgn~0sC90FkLxf_&aCv;-Nb8&FD(Cv?sAQ}fSQx<4jOn$41~ z12?o9s2NdkE)ce0v~)Qpu*+Iyr0$ceHoh_#4g_d>Slayn1GZG(G@x_ z*=3%Ui!^4(gSBm=88)McZV_Zh2-_L@iJm&58u=4_q*2)z&uNICsZdat&90qG)PAM-fdxXkRELeMP+C;Z8&wX=sZXWjjPakb54Y`3 zp4;FI?kp^?s@eAyPo6eb>>qx4?{K<$zSp$7>GOfz^L~A&hkbUaS&ew*&PIno@EF76 zBVYSrl#0OV_tR{(ub7pZEeAic5Ef_X<;J{M^KJ#L=8sg|;x^M}o%}1#92(Z#(tMU9 z3z9y|41Endsd$5WKN;O9?4wCcRp;soGFdmenlBJd_L?2|@#NNKHX|zH2hHk@x6~de zdmics{_1U}^A#RqSbmQ)=r$Y0WI{%<k~i*Z zxpWaJm#7>XUExEJP((QRpn&-FVZ6Bqb zUMYXs%{n=8s7o{XaU~*2C^z$)FWfmXp6msCm6QBb5o^U}6EZYV-exa+Wb)?5azgls zzb!A?)ew@U!;M?^p>j&Hx><3|r;-n>)x1%w*i$uoK16?mJ z7_;b-`|+j*_N0|jlEBGyZ29!&&CDk;O>vwhf>BxR8Jt~cL5lrv`P!@HJTHj8eeTHd z$a9o0MIlcsO!Iun^I0=r^;|??JI6cKyjq1lJ)U7_DtDY^vwKv8zoD{mW;Zvv-kIQ1 zHr9G)w%A<>;_LGrPx1WH0#OtN8yjE8BSn`|#p}imwN9zqCRAC)k6O=k9GAw&8;=+b zl=Ex9o81h0=y-0mo8);EUknGyxzwCm9c5ys)12je&F>1*agW8LYi=jy-^vr49Vo9n z$w(*G)>(hUzx64fsccI%iMIvi@Jit*o3l*4O!tm5LcTL<@J3@W*?&dM1|nir zyCoV>k7$Z-tV08Ff-^kE?=B9x#gt*(V0J&$+4I_NzHqMfjYsB5R-cX)&ap-gj@OyF zliXFzN!FMSP%u44;AAF$tY-V|N#<}k2y)v!&v>h1|^4l2>P+0DW{b%0r{ue;$a=#j)!^yT1W}sOX46daOKB8UfZ((D52`j)r#X^x#F>%owMV;OMXS~ zW1|SWY$D&c{yE49E%LSdsl1hp%h&VQPl(B1A+)K8&sJ2ZzW)A{rB*H;Ed_ad{d2uq z;F49(iE|55+kA9h`5Gb%w2x5g)z9jF7mP!4x`7O2}bTv`sZ zuF333*wJFJ#T^*cHSB~W7?yd6+l(!=$$Uc}xv+YnML6Gm)WCHWwd!HV6};+W=Ni1~ zZ&w?<8f147yc%Z56;h!?xkTqD_b?Hfh0MB|%Iu|(@z zO0h&2(n7IJA2LL-%n-6jvCJ59NU_Wma!-LARU?5xBHM0+At>8!f}tzhZWekTfz_Dz zeH&{o@B1#+4fa>n7t~y`%Zt>mvdgQ~wX(~b)EBbLyJlQ+9d7u8W4395$80J2%Y4Y2 z|KSiv%B-z*M;-De$06LqzK;0fxWQxnR|9w_&G#57#bk*OY7>uZsMQU2khO>xuj7*R zz5Z?QWA*15ytW6ebx@lqDd3&&-YXCL#`xy*_DgfV4se4+TrNL%w7FcC=K>sX2LENJ z!Zt17m@dU+nGbRE%|g@{aMfWfRfF>{$GL{u+)xG`Y}5RY2~#$g_~16VxrXot&&4C1 zI8C?&mF$0OapM~5a3dZ(woMB<=1bXh6YP7aB3@ui{dsWtrsIAbu`&H-yS(VBaraUY zCNFFpyY ze3yRns}m&2OVr7G#M(E*mGxpciGkfi0r|35C+ZWz7Fzn>%Si?=b70MZ#{DrLn$w&4 zQhmqpxKe%ZXOXa~^X_@a?msmP?%aLOx{yofRcT2F9rB#X;onnw-Hjz|-rI-!0M;vo z!Tkc=i%2t?KIL@@6++@(+AyW$Ob6oex^2Y5Dd|fh}(1o~1u{O4vTStZRLv zsnr@dKM-_utIbGCR*#?h_T|FPhc4U9e?;-#Kna+Nt~sftwm53eHeq9CWo^zDnqH(^ z(YdRY^P{ni;ZlfB+xw#XGK%h#wxaiP|H4Op{_A{jqE4~2tMephEM6cn_Vv0}hJ3v^ zjdmz)8Kl~>x#!mtL~R)zA@8^wzDpQ;bhUv26-^Zh>st%cn|~;1rx@mO)|EXmQ*cJvdQUNZo7>PSj-?Bu9-}#jRO^6LsuL zmYl=rx>2FCUak0!&u8YXS#Bv^AX)E+FaHKPQ%IqOg*Yr$u1pEAgs)_P7cw%`l zp72^tIzS$XWEPMAtYM`Y5LgZ?BMpS5>^es->g00H_Fr9rdqvklMKJr-(XP!VNI22%my;jtA5f zVobi+DEg{%B(K4#xMe{73MB**5IHFUgd`i<1gmO5*f7#&cQp1aP9N)o>FOufRiZ?GvkmJbZMb)L_h>V zKKI3Yexx{PM0+4HyR##+4I`sfy za1s8%v`9_?rT7V^E|8`b2LXCD0yqP2wm+l*5>HxQO`i@YSZgQ}mcLHt{Haf^S!K&v za3dYGtdM)i?b{4i%=%V0OhltwUacCj_Mlco35m{|Z(}P63B^dVok!%_%QV?t#m7(C zBg%;+2zl2z(Qq(<7;dbDU8L$r38^|<-+-gyEysF2mrW3X&<{RTmX{Zy@7O4ic8sBjMif#=-0fcS%Jt&z{0assOV&Co(!CBBxiI{(pv(y;csTqW8o!fgZz<1tj z_r@8tgw$cf9ZEG7;5pu{U(zsSgAG0^t-Iecar3j~=id+|gFZO_g&o;>C){?)F(|>S z#n(1xaIbxbYT)A6X&Y$Cl_Uv4XwGo0?LVdCv-rPnx)<3x!cF(DY~8=4W7yx)kv#7C z1T#dqzmk)s=*?sd`0>Q7*+;tB)QCIyyqddDREi^*lnpEHIP@o%)|&lc630WZID`3L zsXTgAJnE(LC>v)DYZ`F$27!)55oxmC?8d~-C12s0C!FHWqfg_WX1J*zEoRAMG7-pg z{E(aJbAS3yEpMa1wwz-oHop{^Ea868N&Ld1tkhV)rP%i5`}aA=NPJLXM+T#jnvP-}rblUp_4`Gxmos=)v`$8$eS{ z+&d1w@#_ne7+1MSAxmf4NCbq@5s?&2QzCs%_#nbu_#M0tywLWIABpY z$Me(MnZGQ17kP~1n$TA8S=jh>z_gle7^L23Z-7Y3XKHgF3(l!SoF>b4`48>2E*fFJ zEgY~STw8PVT#Wn04&+cyBmL(R+`=NTNnF1WYc|r?H_5lIaKaV_s%q{&os-&d%xxZ! z37Wmtw2WW;)ZFP;HmR)$*4cbM)6p0-xjfLQzGc`Z~HujdErFgC3W)PaB@0+^p7)2V*tO!Tav9|pCq&G^9_0Xuk7)> zc!WBam;LB3Ik>3(7lo(a{T&|Kf6*F*iKK|@mD#??f<};jO>3+noZO3cKEd&_o@(3` z`_BoHp2yzvf{_Jq&X3MLNw)UiN=s}T#lC&S)^53IHNKcF@R&QDbPiXX)L=ooi0$4_ z0&Ok2tYNO&=b!Bcw(O%ul{jQPeHPmulj1k7ZIT2S$ZTrB>CBeYzP>;6bdb|m`x>j@ zmG*k*gAjJ&TenBgDn>&Jygj+40OMLXEHkk&(ZkqmeomA(7W4?bFMn92)?ZYmx@H4!|BQJql=?9E>@?hL4jF&xX7MFD*XMqr=)?LsthsP3cpC8ji|5GW=Hl-sW4vfMwNDv z|4;3&)LBQ&xRcDo+^Imb)~BT3I2MjzrDeZH69aKI#`!ry_>FptRm`5yy*wSE%fNgM z?l+}ZRkdvB{(xOBX)OXhzLZ5e;2Hb!QVaFnx>7X9`^%n+pLUNn8Er1%shI*8eq3Uu zc;#ORxIepAEllj?Pd@a7Mks{0nV;txhth;ugOsomfNZPO3>ikz+5f4c&9(pbJcYwa z)B6Y46hn=Lv=#1#y4@IUioE5Rr`O7;yMLGL$+gmlv)Nf*bRlJLJHU-$OHPknwQIl+ zh+LIzYjH2H?L~;k+gK!V9lKeD?90Z|Mm?QeFo=#OOKcL9z zQZ3+r$)u&GDXYNGwJ-A}zsasGu6;L3AGKri;7S`;&%^#}tceb?uCRN4@AY^-=!8P7 znZvhrN|IH+J-80b?FpufK#72~3ZpR6A9xE|{!;s-3GGtX2 zVIvwuIZ>Z7t_9L65n7Z$-(Qo7S>m8QywRa{XXAcI&ZA)iB8%uxRoBkwlw5TJcw_dy z96!B*S3zdom5EzX)X9Z}JwkpixOXlPy`rXb$lR0iWkWnhv1izkA}6MTx_iHf2`f?i zDS$sB0eEacArINFU}{WQwi7*M>zcCOkc(*R8S!V$iOt0U0vXlL-2;TFNZn6`si@rp zM5q|uPerIW+yg|Z_}q`SiJH0h`-pIcSK2h&6O&>O28mdC_J@e%c=kt#OnLUlhyr-_ zCx|k6kW<{vJjfaDd4iLl`;-T{z|G2wgneB`N~*7Psn=_+K-7;lSNhcfPmy3Q;<9@I zGQ@TFPGyMOdTKwaUr*3G_P(C2ckFY$RPWgLdaK^C-~XpvyikxAV)0LLIEcB*0(Axm zCnKIzEYC-HT)e3J*T$bZ@!zH6QC8gYDQ92#`OAM(l7Fj0!p8BRnvs{X##Q>?q~wK; zGy)8D`Z7TOL;n5eE`t2~M-jpjFZ7>>Sk|o6e@MiC7lO-j)Nq0}WPxIyWP_z#0gB28 ze@VoP5n_OFyYFQvxtsYL)Rj!e<3Ro2f02S839pu#Fa3VQ3FO>B_#p5=JH@6%gpb57 z8z5R`GhnzIuB=B{=JC7fD}0Zn2v?k+8Qh!eln{`zv`(=wo6N&jIlFBn6>q?rPdt{P=3& z^~~?>h1UbNZr)|T9JJMcIwZWWzP+yw<8TZ@8Gn~a8fpIh_;OJu`Oo8vtLH15*B7bpbD~Qn|B{U+7v;`Xr7TuAQU>q5 zz^*)q@yvbv_Kwmv=Ena(2M9=0GXG6OmW6rb#$E!U%Zx5BJ-J-EZ39T8 zR#ABt8~O(f2eE4@ePwTfv%-h^d#)bb-q^bf-*{Z5de{=`$J92>j1P+Prgx*72wE?f zhmXOFr_CisodsVTRX zd&sGAU~pT*P z-lV`ZxtW{VBqCwXudJ!a0epe4EQ#n-RY+r3)RYLwZ|v1-HDDw6&{AGH=3cei6^#{$ zM1g1m^8mrkLDx=G`#D-#U@7ysFql@;l7USiX6AN;XoP*WyD{s5j$c7GYtId1f;%4h zoYEl;Mp^Mj#h#X}-IV9~YHbR{e~O z&QJD^*~*Gp+m@pjvqp7zv6&u4H>B76y8zKQ1cMVtFO5RNU_JAk z8w+SvK^)0M^(8=Ln9*ZR1CXF-c{!+u`IH{st#Q*ZocdEROF6BSHIYR-Xg+~#J`wN3 zTIIt4+4uL{=gaJbl}80FH~aYVkRUmWyVOMDw5`ZpI+*r4x!F6b5xQ;Fx@9MDA`DD{ z@0o)NqEkBf;1&XD+3ug}sApecY}|4fhCBCvs8=}myE4mLL3eyYLwJ3!399aEC*bFe z>m(HP@xMIyb>6xz+xS9&wRJwJ-^Q2pr|h%E-~*};-k+MU5~{L>lXcH8wdF3H5Pa`X ze&0GPf8RQPx1cn?=>Pdo3rbN(w|`5v(UV@Pytr!)PFuaoG9cL9$HcQzbkX{;FNHXS z=(zcEI%jN$4Ow{SnU`BBl_)r{9FuZ$Ydn{rWxvN{OUD{sN z#?G`jy|x};v(3N*At2yugdkfZ21u>H$EF|}aBzGNnBtN5?H7OT=bqlWG={k&Z>ux|Vhv~*?=YEo` zb5Nvx4GwnDbQE|Hu824t$B`oDF}>T`gs{HX9J~9|e6C`BZ#AM>@>}rC5lL_oRs2^L z43Hy`fqI#di{ppY0oR%Z@A>@``86A4FzdHKi|;3IAwSAr1q$dU=5OKIxu~Posa3aL zeb3%!@_j5`MzozCB(JN@Ao7Aks0hf;1*}+y(G(XYKH8EZPyN1XgZ=>dQD}%73-Lmm zB+2NsKgWZNCpZ`g!!l;=*YmdC`w9TRWTTm+ zP3|OCd{*Ew>}fQ1R_>tvTGsg3+#m;PMN2Bu>07+qh|Rrn1SGZ-?RkNQ`0jK((6S2Q z--?6$(B$(agNXL>I28<4e_pz#?@qhDrTyBl`*NHcyCb1mtNIPzu)|2x{YBOwkUH7@ zI=!jRkZ)Y(HaEcv(OVxzi4I`7o?v;Cv7+=$AX0_3{TjR?VtXt6@5$hQPgcdwH3WK> z;>HRz?To<2O5R}YxG!XF7H^USc4ut(bf$7g6y8lgE-jqR1)ujxYff<7@{o3d+&Nml zlwci(jlDfI_}-%TmN~==ePU+VPB6186)$l^SFYsw+%!PuVIQ)~mXlIjGeg|23tNU5 zxDmS+c(8MM`2Ub~=SX(D264XyY!1`#p=8;LEt!rmyX(WG=60p1fcn0$&^uuu+thf< z>*)lQovzEQJ=g5q*oA?VWvh+Y{{J$SOb&!4cUgoC?|;dL(xqc60$k=nZ?MO}lN1SJScEthGQ|oZBTe(N038LBCX6Esn9rSoQKYA+K1ON+wpMYKP!F2yPLaQVh1ZAJU_Zid1h}@sexNlU z$-_#pZ}c(=FVmTKMPTRjow|f>$i;C1f?s5IshIZ4lopa<)ECvD_;-nKJz#6AYauzx z*<2&%^^ZGI+0cp{&#B=7jV1eVN74(~qoym*$YU zhTYnh9PFK!o2k{1v~l}nnM(M`;N}O~XZOu}6)h>xL#B{9^`)(|Ax-ACtWvcU0nLoIx9dby5}{d0l5= zF8*Tg&tc(vxp$TeO?PZTQBUXR8*9CCoRQ#_^xbRtR_%a7-&zeb3y;QmEf~uTU~wAZ z*U47(0|cgMyv(yLKcHG)D&ydXNLBx6u zLO_EE%Gnxood1raS5eVi8kllW%+O=IHQCnBOt4nW&wnuI*W?aG*%W4GamN@`=I`1m zACTwvG2H!SuI^M9TqDfQMlUb0p++p(>#7@A%_5a}jy!HPLA z;Yx(OyM9@PrS~hhGzg0uDGPq+Y~9IrN-T$0y`j6Lhf+OY+=I=ZB!a~+D4OVUU!^ib99^_D9)O#AIe4~e?QM_C5dVHbR|(CS=(mrDOW^59i*E4o z#1F>GoPal{UI$V?VB9G^j1Ri8%7yDziAl;|PTan-t54(-!fWih+8rf2FCgBczt<~G(;t?yfpisC9xiQhEQj$GvpVSDR^=45ZR=No@3Ts zK*-_5dS4ngfGQU7h8AkgW-y*}qnv{u5PwgoP;n3_oLmt@CiGp8ol9?FjV=KgM?U>5 zXfis4%dpFLU_1w29(9#zSzyv#1+Q`$R}nIny7EpY3t}z+yh(5R{C8~S{T(FRBm7$F ziPg#@P^pE&Ykwcr@~l0ucu733o=}IE*kagwpSQlCbwl*PTB;#zm1*^g%=`fzw<+*YE8os zvR(hBwV9cGIus9xx=EzeREu_k1}`=xK<;$<}x47!`kaE z7bF;ji|z4rlO1Ne8^Ne!;Asg3qEet2+WIT+P_ zvey7OIfK{f11KJNpPbzn*J5rt*8@qMocDo{bXSnov5dm-sVWtsz2w+lU6D&y484ve(YuOpQZ20-_=-LipV2 zhE~K|<2;VlG?BtSH_sC^jyakOTfJD;k@VByIX&j{q5jBA$w({KE2sc48$==RgIttf*PhcqGc|jhGlhuzjq{VyN z!(jkIZ(N{&~QM%tm|L1Vix*L;?} zwE0#d5ImQH7X%g+A@mj5D- z2G=h&{??wUzQYDDm?34tKSbhkqih_KU9CxED0EiE^Nvg(q};h#WyKnKS(G+KvvG@KL>Dbc7z3D1mO_nyx zv+h2-r%Z~j(9;tSTi65q=^U@57Ql5cE?Q=d$n~ohGL6M&)V{y5H`9H3AUZ#&{!F{_ zWuI=54VY7C8Z#wEjIMPs{FEzOZ0`08GLzmMX68yvPBFr`)@JDmC*Le?y93@FR}4VpA6&=z^nkpr z)b%TKJ|bH7)sIqwJ{ZhQ70H|=#cC(N*m0f6N0cdS7qT6AA2s-`=`>b3zLda$od=l7 z4_($Ij#_Ms1y8>eTb-9}zod*jePj-oUj$4_n!lCu$&pHQt!4X}(L7~Be;8q>^`XwE zt&Wc)H+yc)dC_C{-fPE`)}oh!2wVbtverGs{^Ce)e4>2DX~QGm^8zxv4l%l4tdm)( z7UO4|q?HLML%8|5T4jQVkt@V^JhUoYTxB;_Kq@hibOtZcSP3aD!djs z9*ZWLeaQu{8!^N9%>0mcsob^j&2n0iliHlqI(7?nS~rzy+Dv#mn2E4$8mvg^V}Sbh zR}c0V1)1M70U!kT8gISihqq4jA?zwYqF}Qw+OIcDwDHnNyX za5CFIzA_6pVn!+|eM&&)P_mUJ-quk@MuI&9oYtK2q5O>Tl(}&+3uQRJ(VX2Ju zpSN+4UY)9p#m(Cs%(iNQJj$A~0;p3K<`FJgPo?hq*TdyO0ptch*!P;GZ=0nzU~FID zst1QO#4xY`IH09(b2N@BeOFQ#n-7?{$0!&96MZ@wB4j+joy{+}k=v7Ja#mXX={-Zs zj{B6teZh@yFG4$t^#bfwq)HfE6#CTpvGz6F6R8t13C5w}Jm1%A*mbvvGS| zj2bLh2mc>rDzn2z8GXJ+Db=6rKwZeKxo>O>H7t~RtvtIMWeet*Rr%2bsyVcCj;Vhx z!07H2+bzl%Z#F)*jmoaho@&9-UUF;l|$aI z>9wPZ-_loz%kDtrH%44)o8h?%IKP6j46Rl3oX%Xj z4+`~LRr{vR8rY?xp=AYi>{2mIK|5CFE5{;s!KqGNaURVQpWAv5zdzMBHY&6k*>#!R zmHJdQlR~_ds(xs2>g6RN(zw#zrw=aWT-7Q-*<8{hB}5A&l4Y;qyrwf}=CC;>J(RtN z4NV|vXlSw$fW6YK)$8N5npWbo2v&A6n`@BNWFZ z6V*Y8)ZI~6MLlV`*t>_-;_7LX`9xb8MGxutw7N&0X8O>oDR!W<`Q1Hl@C9~{=w$-v z)C}BL)LFqj(S)50e68IhCLw_Le|VFvJiUVFiIOGrOuc=^oyk7-?lu+AJTm7#*^15; zFmIFwnP>WK1)dSdcYu#;vTwP~c}B{}$#2!Y+W@GaKKTOYb{B{)ecxThjn$%?dbc5` z9-#3VbHiOId{3{t=>}Gt7NhI-_RiV2B~BGq%?_0qpVW}V8}6dSeD_+X?0wYf`Njeu zquu@Dr+|i6^O{{c>Bngi`Qq;4lm_-I_P1I`yC=jmZKBGUefnwa#N1Li7j2h>mFEZB zts;&y+~v%Lm{;6Lgv7d6DFSSx`k4WP2N+cb^Q!JmfqC2LDWhY`Qs)mZmjN25&`ytJ zKz8`H08)+|X0+n>Kb)QapuNA%o*n;Y={&*RzCd}@2?(dY|4I1%FOK({+_lOQLrz+B zmvDN&nciPCuhW+n8tY~rhPsoQ`beSnj%|vh> zfN+N|8C1i~{J-pqKt0GzS#G9)+W>@77#(J4zuR8k7{c~q!~E~Tn}D)*Ut%b~n|Uzm zdZxir^A-3_$VrCoa+8UBCI|1o58ux;SZ=-!e*q}#^t}l!ItA;8qwZ&t9w&VG_mSQ6 zt;-0sHVn1i#6g+BbT-nCqH6666fd`6Z(X9kDw8UH+V#h)nYu&j=B2@$Hp^~QL{Rkc z3i(zdkMw!AgbU;Oi^XzG{WqBTDO=FuL6d7UxO;H}ES6Nb@BwYjiyV$^1$Gdp*q$M$kx;8;=T7=!GnW9yltKC zE_9t3ALu!~mmx@3?YL?kTvE&7^;+ThtZ0*{tJ~ln$2d$u>e>$2L+jKT;YxAKsHJNsh-MM6%EzH~Q z8;{~Z(kJ$#rjwGgXr#VDPPs)!m$Sw8WNjpGU8$mz$L{0dTI4coP2-6Jm7cS6jWjIJ z66%(@+c#0u7P#k@FkB{??7KC`uHNL}ICl*0b(mYPyD{sCE;zF9dJVRCrB|iVs({Jq znw9K*H`k^p7df*H_fS}m)Sfm#ijksq44$LgyEql{b)Rt?}6N;0ck(9v^Cjb_wh4o@X@`&p-OC6-+KAl z;iP!8OF<8|M%hAY=~Cj*wqpC+bB(c}OGEbb+l2hh)8F} z8wp_`y;Sfg32`Nm5H59+&f?8%TbRFQQwm!ej+mCsWDnk2SJ@D(YNMzAJ;h* zp=NsoODYt`098g!vhnGYE(&uGp4Je0wcPO?VWj@{`0WKjwz}bKzNYfw4x_r7`G;kM zcOc9IVW#UQEZ^^|(548N9`YUiAT-sK2yGl(T=1Il@`EevN%jRjkd&P|3GTRx3ECR@ ziC1HneZBK}Rckh@GdDoR2PTbm02-}Ig>m&040!ycLEx&4BS)F*(p$wTlP{{An3~qq}HK$GN*B0(oDr{{ba?DOJ7d9 z9!!cz1wHS)Z@d1o{iILn;0DWjqWolqNKUC`NbI`yPs6VH%==b1#ZYN)P(u{&@~1^| z(1wuCQ+r~1Q*rH&6%h?5RfKjxV%mgB#%GxKu}&}01ZU6huA6A?(f5-{y9v}p!ag|GR1nm zb?dW#9oEX^cGkmwpu`Hf!B}o}R!c6QV9f@v5E&Ev0p4_Zop?kYtv$n+^$8ldDIkr@ zGw35Xm9W_ACVVKNdt7enC%nqO@L-ZfCn3Erf%>&;*lW((ZdJU@4P7E0K;9}{5=4EZ z0|7bqAomlNZ)A5-lr7OMir8I+4(;7WbjTAbI{^v#B0U$GnhLAdM&c$nDL=WWTtKi_ zbtu*V-dAQFT(pjmap%)7=ZM_D%S%X>_>eKWGfxe`TpM=@o--o>CmGUS{ni z-M_04Or{V!_UatC1WV-#q8DDaaHECw+MG(2rn!QaK&RJ|-3j@!7Qh>e9;*NvN1rQv zNO9;=zt83KIO(&SWy^|g#OI-P19f}tbb%C2$oJEcnB_pZuonSDkbQ0~Vpne@6wDu> zwZA+GCxSZ5m*&s|>|2MZN!Dz87ggh2%G&T(wNDYGywDnjXrFWH4?}AD0jHD$XMg;X zl8~KmZGo#M`)A8FBi7s3QDrUi8H%oo%p;U#xAWWjoogapU0OZn9-NRZ9BP@I1+i?A zs>rltJ~LCC^*2v97h-YP-fH9>=sx-gVlpqa`uR(qcc&2jA=@!a?dM=sxE*6M1m$31 zx4|=S5p@d=-SuD~)r+?2_1>R-ukoX&Uf&Us7QL3>RoI;luQWe{N+N^{9EbYHYOP$0*3_22>Gedg)nLFTT3#(=-_(fyXiP4p zu%Wk5Q_ZycU>zfvlnyn`b9}nHy)Q$aF(}6UE5Lg zmv{G9aWuLcJ19{o{?aGQ*Rf=8#*|AwURj9X+U(JtG96-2!_A=C*%~e8#nz(NWO(dz z2JN0yFvCkEcI}37o?*s!9ABqp*LC>UBeN${J9}}}eZwBzRgb3wIGnf5-Mgpto&n=^f7F!f zMeeao73}Ka+>ek^&oIUQKjpuCk~L&VgwO)tFH@Cgfcb_^AkR*luA;@Zns zkISv?EJbEn3o6K#qQ$LS&3Efyxk#`L{EVFTdlO;tQPLZ~gXzEJcLEpx4yJ$Rcm5Sj z|ArycB!A|2cBe03$Zu}}TZ-}ef&d+lqN(^}W0{uF+e+J5L$RpR3m9TnUUvaQO8$f) zvhflbH7#QW_6G1K!7-=)T5l8Plh5TTI^2&taLU63a{)D;^G_HOwjvEb$bW0lW`f&NkUse&k zwp0NmrIs_E#ZA|CnuYtzBKTeSJp=K>XU-rEg3~~4{(z+}2zk=xayF`ltJ@90WTBdb zOzStSn<^JT0u5>noURFumXggHmS2^*Haq>xN!w!lkt|8nFF8&E4_uRA+GlJBmB)Wj z=?2}N2xtecy?qr3&`tchrIVOMO6W9q$LsEkME|$|gFl@H!n)cwemf1i*txn0P6Ni@ zP6O)eso%M5&|e`x`V3Ke1gF8sV>Us{?+W_*+Wv8w2@>a@EzRP8+5u>+Oy(Uv#2x6{`su*Ux%&gzqDu$H6`GVq*RX;ovlnp?IaJEfcWMFjjgKR zP6JC0Dy!d41FiQK9k&+SZO{#ZhV4Q-Jp|&yq_skk2S|*q|Dte#|9j;Pd#zX@8mUV! zOxrWI2(FKDeFBw_=3#B8m5UWM@0BLRJ#;vM%Cp_ACp1vKQB=VAk#@4(O$;`0{1ZQBr03ELV!MK zCSNapU%tI=I;y2>**#3cgdk1m25ihe6SwpVxw-2s8vW zzlK^1u~6Pi+6Xe`URLNMn`|(69g&ISVeD(L`vNmmuXjD5+Mbs^A@^lFk6!keA3a60 zE=KPjGYhORmXl(vITYR~A74{F=GOXj*7b*Z4sX!avL%j+h@dW(V_{Q$*sBh~V|Rfi z&<^3hi?J;l@599Ja~-nJsTdr#6|(cIvU&$~bf*V<*>jAEZTO@G+h0SNme-B~;3q*3LJ+uXM@QbNPqF*)gF~72 zRf?Zk7W>!Esl{NI!Fo2D&+g#vsPBA*Y}&<0BDZz&*d1Q&lz-+}HqFnlF5;~H%<&nL zwXIqo8rzi~+x25I-Tx(ivD{9+3SMmH?P%3lOwyjjRzOwV9 zw4@|fFf0&08?d|RRJMS%$Pr#MGRtI}8Oo67mxJ6(qvRN0HLmo3xN~HiLyOJqq!_wp z*HlAYJoEIk@Zq#Bin)|w(yV0$_}*!uBs^(h)q#^bro;w5+h{h4mQnp))MPHjJ@BK~ zC1QTd&y+nPN>xj$3+vaWT#dyGf#h9|TW&eHv`G$eQu*pLMlwUMdApHHOs!xPa~pX5 zs5MaR*0?S|ktP=tbYSg!r4B$GE2H!MkE( z1I7hS>=k31w#BnJ}+8gkzS@it!P0Z&O0`vIrJ0||w66v=~IsD*%i;4eY9){Qd?1{9H>RW!Z z=Vl~?RQHC>J!|U^PQnfpuXO(SrukFQF3w#&%0yEqStYn&i6Kgf{<1_va)svoih0KI z4KGIEwL3~Tf+4M4bC_RyxG(M+E4tG8@C=+#>T?2hpH9r)Q&<>V7=vT78sZRaEu$>U z{*iTlx!@tkL#k25r(ANbhxOz`ITGl`dsXWLIaN#FRjSs7Qo-T*KvjQA%9O1Fl9I%O zTb@qlj=<_X%#-dh&tY7v6sS^4b@zRQ9qTq*v)fUpqYG2eWSG4kua<&iXNAFFwv_8p zafYzm`DAoFJv2iM{AJNCQ%aZbxO)NASvcewFO4r}rq}j&U0om`k6it!Y7m1F7tR=28CDjbIeyFB{%^iD(M z8E#!MV2Xe|`mV4x!hH(ED-G2fRadpaUPa2Ia|v%x$fACO=EZS~8WK zb!SJvaas$I{EqQ_NB|nn*jkOsXw>Z2{Hm%=&`fuOv%(3Te6Zxqz=<kK>zQ6@*Nj?p_*Rbo4@szhhKE6@6MVi- z_5}Z^*5hn$&UrcChBR>6YR(bgwA0QZiygQOOUXL6fosYx;a>8c&Di@0B=ifNR`;`E zp3j80feL+~0sE3O@i0(EW1@Z1!m(?e!fwbf*jxEy_r$_qhlGU|P8%R=H6EcmJ!SqE z#G~cdy9}Dg@&SD8o5KbR`Bh0BBt`mFLoCo$zealw`$c^9e0>g5$S3^4)^pftvH6%| z<$1noHB;bf?r-3+`WNu|24p-(QwvHtZYzB=7s z!nWp1?xdwvg-)+ohBG3B(_Y!YSrwDyO?a$!@E`sQc$}mO*(T6x)%tYhxBXT58$Fx%tw2QayCu=y$0_9bV&BNkyrre% z-w7Qq*lfw#rFniv2}vz@ZmJ>{Zj}%&ggXlxt#h5bz#$DOECO_#DZJn|?7VE#iL+LM zuIMH<{NKQ1%dFws9eKA=pt&rHb2B`}objxcuf=W5@xT@OSoriX-ITpm!*97@XpvoJ z@@c+%nf9^{*%J;^w2_a{A}4r%0`8W>4R)J!Ez1vQ8>M!|yVRO|F7(vm2ep_gReasw!_-y&9dr2+= z2Ha=wIv1@^{2a=33K>?81JEclimoV8fV-o}MLp?O!L-W4?kkU27rLVv-4E&OF{aVE zxd0?rLiS2`5}+}LUVCMOUyHD_3V`HESfuMtBWl#3ai!Z3R+?A;)J25kTRu!pCUU>K zoN)e9ohFfPLrlr^$)_8Np2y zNXe@~%quP=RASw*xK-qnKAK1|w=_<6yCpGYQ)s(=GK|H@XOJ$x$}NM(+-_OQZSHPg zr+e~oRybV1U5u*d(-IQ|`bbou^6Hcr6LF9=7|=3$G`->8GYLAw4EbzIPo9`{z& z`_10`38=2G1p4te5V@cm{}7LlFuUL6;|=0*;cx!oW`6O8sk1Wnee)o+ylXb@rCawt z-_;>mpCs^uas*Wlvg^&F=B+ak8sj5j{CV@z%6ZEL?r3`ya72vOQ-`*hq)Z$Z9^^%I zBp#I-tqg%rKTH^y9%kkF+ts^UZQepN!cbHgDk=sJ9sl)4TCC0bC(QQjd7Z;P(v+dRy9_94lr}SAsX^-O7#mkgFQoEr z5eP&}BkP1;Trrzn+=SnI+bXrYzz?m-`ch3cMJ5SbVDq<*j;dFhwjIa)=%w?%l}SG| z*#?!>U^2MAOZJOm^Ipw-oym`T#r)0LYtT-7l##7=%IT?tUK5YEMVP40tQGStzR_K@ z#6&*>r6OL?)Z#N<;`F7|X3)-|>;%$#oDTeOD4j7=-x-c+8`Gs^ z9N{rO*SY6r?r5@57sCrPi<~O2ElY7L#Xfimb&+<{6jU|hz<(YrVbsax%_qx|e`UYx zra0@__oT|`djBW%N$VL)NGAi3u*U1s#WN|<{eOHoZwX8F{8j#Ok*9fW19Y`_vH;n< z_O$V_@VTg*`+E7(eIh~)NX@&JCxnH(A?FQDWcH^H0s^Hp>LE(Bw9zAR<_@&vv^t@W zuXo(-zMX%^G(SG-TQc@qYx^>b;mq-++2}h_UjTI{@Tmy;?^|Y)_cWrV2R?R)pm}kWs1vS=;ky z{bUQ^@8`#`;h^sDu0Cf>N9FMg`Uwe`DDSb}8uz_5qBPF2wY$;}sopEE-Ja3z?K2^FCIcLrX=aqSo=3maLn zHP*ZmswoOA{Np8G{qq838Ka%KA&n%CCQdOnAjb`Z31c7L*FDR8#(~N*WlxW39SvHL zy=5wsljAwck6^)*p7nh}7L97&BE2j_GooJ@=Ex)NWB8qvx zG<2{l`Z&=AoqWjBf1CEvqvzdsj&~PR)@bkK4a*&wV);``HFt&Wf-nVKsw!;YWc-E5@L^e}xD6 z#Yag_IGcVb#;%*p-88OSly=45{ka?`JEK}Ra770h<@1=82G{d!=ca6rq@>#8kV#H( z*e>x8_Lm$7q$iQkt69`C!k&Q}3d8tMxQ7X!ef~fOuMqc8$MD^-xV!l5^mD);C&35A zzo>umeXzI-i}F&OxcZ#qS<4^js}uCkEuOV}bEt5>OK4l6rZW)fE?V zSlctZy2GCMAeZTxzCcq##YSRFJ|r< z8u*Uga?(aRB1W*vH|&GzA4Z#x!FW>Z!%?T^c60Gq{TW4_yt-FeJG?<}{rhrua_%8G zVefF$RlDeos|~$pA7OrvH?h9iFjH^bVtEkI8>^KP*fM1CAxnGDqqSL+1G;|xs_ilf zPq_}^))I4Z>0Ooi=hFMI{QtQ0{4Q=ST9+@$Tr42%VQDD|v;izx3_<4Z@(7y zNBcl~JLiohMvD*WnK^0n7RkoX-xa_P0D<*-`n-S&3lB*P>l0eT|I=bRFy#&!Cf6i(G4r4K)bsJfK$K8wA6 zmHg_}RmE~u!R?-@2B#CC`2S(-KcJdwwm)E4MNtFvO^7t< zy(iK^1RhkRCki6c4L$T8rA2!0kkCU25JE`u2Je-7zxBW0yWX`Inb|Y5&z#{*GV`0g z&)zPLyld4Ec`w!&`j7o*UhsQsStCxPcbQsNd$eXgMT`035>+kBsQX>K%}dTerk_0*mCc=wkt zf1W#^euw`zJG-gKgHY;=0X9_B+~HSgH?Fy!mVll)zrkvJx#~w~=;@n6F;$GIrj~Nf zTg_|i-YrzjfM(S@oEE%S_`~Rmnm?a8V^_oc&&Sh)LgA_F+~==fTa!5b#mdE&@+0uz z&yRf0pC|Fh7xO2llP7WP-Gvek`d@)79bLVx{yYfkGpBNnf8*mnC^=kta0N~t?_LeK zAY^(mkdgMo!=d%NQ+0KBS%J^^nG`R{w+f9n^v(#4fA!$((6h09%5LD45wmyoYc-?u zZGgSCXoswurKiY^U))$AT9!|tyVtCBMdoqDfY`0G=FJz#HOX(f4yGrwu5b1D4ZG*eNGQ@1Iu;Xu=<&`uMUt}puDFgt>gV;_a@>6$!-P=Ui<7=9( z706$hiFs3pSN|Z1+`Wb3-ziieUZA;_6j;Pth#MxX#RjUrf8u$^wLzTbzV=twk0Vkn zZ=ODteY`Hu_=frq&-_O6n1_j;y8WTn;01!^v_s@j{6JvI#ruVS8nC_b{3B4$g|WGM z^}VFLf++LndSqAo@Pr5LgU2IEHJG*zvg{!)bX}9r;f?At58*yZao+)zR)2X@5g*rk zSgP;~My$YNh>HX+GnLKGq8`2{U)e9PYo?KJx#qT++$fqWy}TF3msVwUdXs^A)2t_Y zYSshv`i|H5=RJ;8c`b*Kd8ozby)c-|Z!mIdGXns&1KT8cfZF6CkEk7XlX`-VdmpVD=XpltFl zYhzp#%-f$Sl-dyd;vN=}d(Vedy`2w7@EnD!tR4k!c_aP2@}v|lar;Zk9L3vwzd^mV zj4W>=7Rz$!>u!d4qAEX#k74MraE~~M+#lZ1~?Y-4e zFwE2!5xh0*65aQ4dTe%~dPcM^?`dGe#y7jsMnhk#AfZapy8L03 z%g=lb-GU&Zb+EckTUmy>;te|tr|sx?*ClQqxqI&3b1TjLp*d8V=M($NJ;ps#0s zNONn~2Nuc>3nRNHN^A4^35jixP%n3r=x^n+1fXi_&y1#3axb%NB znp6qYl!#QE?sw-Ln)~16oYthegm!Io{*#BZa|7JpwMbC^-;5?t!aZ&uxi$Bp`R{E8 z(K(ln3ugb7aOb2gs>)x4-{8)1f7dE;5$=FI@chf$C2TI=;1+Oy*DUc~-cnq1jy)7` z-K+jdLbJpf_yul(BJyRqhsTBN3D$B^^XyRoIj{O>m)a!g;CHy&-0A+6QFEtjkvI!y z@I1GY!`MJ)#5InU*xvw7 z{g2F> zg*1E3n#HU0GThbkHS};7IoCE1t^_mpsjx*>?&`UkbMV`8uB{%-2^sEF5sO0Hvh!mR z0OkZ;Ihns1*Jcl@1TOcfH;dHVvU4?;;68FCZ5})c>+a^!i=5og>z#z#q~%IlJm?dg z+|45wZ*iN<*Ia}f$(6Kvuq24Mn};r5+=FjM>o2w8I`*{D_f(VgC&Dw zxcQJ6`_>M{tyOo4M87-cuQF)^z=78m&Ha_le`0s?-NAS{gkmP*=pxFqt$f}b86uGx zj&(*((%DOmcF#K_1MX!;E>g)UzoC50L@$OMe<;b#gdczOa?jGDTQOqX=w^%_sSgqD zH)k3R;7Rb2>udI)PMF&0LA7ymJGmFNK&jy%J3KDBx_qj8-erl%uyn+MJt`L+)j4qd zgmU+%m7lRWf-HF?Mq2W^3GA|?bdfg~>&Gvu^kK_Xj$-f!m$BPzJs`QGtFnqbz*Fd^ zHvB{6-F0y`Bvk%n0)4<)Bvi$VGm1L=LV6tRteS}`} zuy1Wz!i=c?k|XPo$sY+u2k@!c`E7<>tY1BObhW`gZu_+>r4N=(%Xz%4A#tBSSYVcI zJ_e;{aHX?h8P)WReKQ^xPZGs7HQecx>XcoQNGZL$B)uf-Pp9l?RJ<7X2wL1mVi zos?gC8KB$#2StQ9SCeK?cT*iENSaIpb{!~jHMuR~T-{J;BhK{}Q@+kX2`iOZnUN3B z#&>&mjU<_Odk#hVfQIzaSp?_$xan+XV6~qV`2m(VSJ5Dwbv9jMpB6yAGpi52v(E-- zlGx|N5*?bLDjbAlC@2kWKU-DaD9%pE%Ie1Avhlzg>y5-tpyLJvNm#YN4eFysa1n~3 zWKIGUs=`I6go3yTFg%GA0iB)H3?Nxa^-*E5)=eIk?5JoDa4JMRs0WcDIQesZmt|2= zQUxN@izwt+Jd*5_!eTcg@B!5}DU!c678UQR@Yw<_#n@4K9$-#XAwFQTLL^`|RjLoL z7%Zbwn$n9vgFV1ps5*Q=6TAe8ZhEys6$N}*BJP~N&L9<~Y`wyUJnW?DhF~Y&eo16M zjDAn7MFyKA= zmBJ{}>k@=m#(K4q+H9plfYmHT1T8U|m_ipa{u|P}x2o$!4D9?}z3Hm#$J)DxVMZR} z-+n3OI;?{!i+d4)Ex&P_yiK5u(_Vznj;`W89Q)zc`l*v_-N^li`rKDrd6OoE%RPf^ zEyu)L!AX;{+MYqE)QeUst-S9iH48n194*H5Tfy%qO{6@7ob;$lWNCtQTp_o+HY;;H z37a)PP!S=*)wn>;?LFa*2iAODn;p+#L^<&dEo-Z;&0azJTJY5k18Ydv=CBcrSSz;i z+SQN;Rx2m;6mkm`ZR5-Cmtrn2~bs>#Fr zK;drY-scaVphx;!e6Slwf~_EaTwYHXQ3TsMo1IiN8e*`O`20P=K7j@lzdietC|~GF z?yKF#Iow67(8E+59&YiaGn4q|Ro)XmH1gxbd00q7@pejBqxr=5guFmc(6GjQ6B9`k z26Ccob}J2iW}B8sKhD8G&RPfE5oDc%!3dD19b@oEJL9|g2F z3FB}){i%>9PtaW1lu8Xhj%`1J{N#W+5@fLDHgyfsnB@st;)Q`cA8eJHGm*6C5m!jM z^XO-7IDMFkx8W9_OBXR$%9FgBxt({BT(DjJTJbdiVJ^pygE!v5A;h|gl_H*G7ySdT zNRY`v(C{wNWQ$?uCXNA}M2KTsA}tEe>$8$<=iQ8@CU52~kyfN(pg_Z|Qr9lxsFWvY zKXcoS7E~=1O#Vb@OZ-V(6ka0j*uu!c8e95k8glJ+wUeirWwR&f=n@PB%$u@m(%fpY z`iFo`i2zw05TsWLO)=+xE>bz|__ush1pfXAXSQ3yM9N=w`#m(H7|PFkEm5C42`-}d zbCIok$G`KfVq-ru=2GR+smmC~%X~?2?QhGN56=S>ZS{Dq(%3MpmqC{??3W=)a3|Jf zOom{9BI>(hqnA#5(9pusHQwtBYW$Yh6Zwj}7PTl|R2(hZGt`f?+H=%{AGa4SVG11s z6rGHDXVX8x>yX39BYs|?1pvRLP$Fd_FFI=P984Gl)NiK7G{yR7#vo$-vtnj{Ed~_s z99Zh}qRmV)u!;VkV;J80e~IDiT8tgsIanxCoRJewROyTJ{~DwJ);~AKs%tSVZs!2` zUU4Si8Bd@7!WVw!TMN1Tz*~uV;E!+f(N_2qpaC7(@#1n`)A@slP{M&^zNBvfA=*nRuvv|a zeG?tG&|-Blc<1z>70Zen1mUTenF0c?jE77%VRVVMn`qFoHt1k*M|>aYYXo*XBpVu3 z#98yzS9MH{@)JAS@r?vBu47l0=k3#P-Q>nL>@(mHOUCkb;!zM0y>`b%kpKe@lo#Ai z^!jwDt%WH7=P6F-i6j%&0mI@tZ}kiIhZXWYj3C{sLP8$7zWJF?$qGc<)s}M8sWtKB zLSM24cp~@X#IwySXu~F>wNiBHIwv3W&Vs-BJbYjmGwdy zVt}Aufws%j0&v{UNJzm|m*I|}jzTgqnxKPQeeB{{XIk=fSieMNqw?+ZMq&NRVZvkC zko-Wap-0`^cqsZeYzf6(=MkU$-j}rsM)(mGL1yx31WWI{au;Dle(q&Z8 zWdvShDfNcze7sWXZB?lSFlwrt5>pP6yJ`Fkt#}Jm6HAnAQ z3%*wTEFK%TQyc|-(jb1Tus%@M$i$_>)?xf>h%kbjq5~z4SN^hrwL6BUz}D@;|5d>}O7$IX>NO_^9M`#o$WR z>_)WMWXSe@$tW!Ljzl~As5rO65C zlkbDVUW|W@Z}h@hNZB+$gLS8&GGX?84Y*9NlpAi@k3NnVT)Xo|nRxf@{an!DV<$(b zPazL{b7XC5r^`HVIJExOjVmSHrB_23F7A-Tif`#!$uhkHMBUiZNN(;gPL=+su-Vr- zO{J;&`>>L+Liq~3&68W5W@VCYOJEV*^h_Andr99pIB?k1Ea<~(I)}l^>TVgB^KP!? zW`lNymP}*?#~bfkG>`AuDwOeze{-2|O-ngGI_?ivl{irSvoMdOje( z2ec}>+6j+5itYg*Kg+)y>1{(^E1xY&V=1Q%K631E7^7SOLINjf!t+J}4TRGTe1V`{ z;3{zt^#!2`Ny#D2;6G#4P;q^HS^D>yyc<`K2KPR%tBuB$@LA~BHhMQ`m7;;43E^98 zwV)MXHX&}S+Fab1Y8iZyC%Vwxef`#{<@4i4Z-o3N4(9FbJc2a3b~mZ3t+waMY&vhI zbSE)khqMQs42U*Ml63`X|M})<;`h5CY$q!IMu-yEQ6Swz(u0>OU5}F=Vi2sJyysS> z$Fqv2^*^(!Aoc%sR{hZ#h*F(urJ>BK-cJZOdV?!)eXHcPPDEs+ zh8oSlBO=LQ*bQ!Yd#}FnZOq+#AwlagPY_YSZ<<6FQm0iw}(s+nfuU)ZrVKOvd3Lp$$-@`y@ zne7q!I*Ar{-G*Q14oJ9}c!Elj>-X$&6I0lkhWw5_^AXR%iC0x?CVi13l1j=UYf}r! z0R#I2lt1ac!xwI2)?Pj7ji}yHpQeM~Bjqo>Hz}R~w)T~QN7sWBi?Bmd`i6T?$R4?L|!VGUrK4ob-(5uNk29zF87)3 zc7=oZVO%hO6TALq{3RP@8=y_24QU~yoe+yNVk16hfGXQGv>(RqU0D|yF)M01;9VfZ zpamNt2jB(5Tl8%S<-MzGYD00~`3&^48`T@~b;zFS3famU4FwQ?6^}Kup*rfAa=vyF zBSB+>4+?1~F%fjtcKP^K2!0cj7N(wHCFs$&>s)JXcbAn{ssTZSM=QP6KD&qtWo{{GXOr0=|IqP)CDr zQb@`#U(2k2C8JIgg;zdUPIsX&3gv}-?^8@HK^r3Cf#l*KJIOkg^lFjRxN+IE+hwd) zx0=#Hde+8q?+FO|Rq{am?0h>zWV`G`$<6)Wo9UB2)!nYBX}y|&`Rn@ALes(Lm}f7< zHccaB{H7Ak6Q{mSWzRZR|Ktds^BuYkj^={_-nH_x5&@a1+UGlywpTY_?l!gQ-vTTT0B7uH>QF?7Bo z;zk*+eZIO((aJ%OziBMof4*sdT&%bPjRzQzG5At z`p(?;9B@o^Lb$QP#qdYhwU_Rk=bO6qNMySu>|^~yYL3eV58mFQV&!43^ZA}Zmq3-l z)OCffhH*lRX71x}J;#e?oD&+oEll$73cl}Li&j!^jpj!F6Q1NbruI*8%o|hy1Z_i= zyb>P|#494Oq;cqN;TPzA2AIW6$hO7kc3;TQv@mF?vK!V({MDA&hY;=S%X$&G8!Io| zO)qDP z0$-d;kc}$_BZc{D!6%FrPSFEyw66kay`JLEuHqH{A|-i-)=;r(rS8RW?HZbW7n>`9vNnLfzwh<%9D zdQ)0PoP;qlf5`lzT+_1`pb3BrP(-$g2Vh(E6syyWm&)DK4=CzIFCoX-MX+`Gc<*L> zp7weZ3M%7uI0Xz=wkPQfjzE4voq#HxbRv|<@88BGQmFdGg?9z_d-wuHf5?D_+PUkH ziGZFTk|z8*P=GR*J83+ku^o(OPCPe))Xzu-j4HALqLT6D7YsL25$7^NVqe6e_R45z z^Mq*B??uJ3Qq!E$UM#)y!WHCLrrQU@(q^l;R>^} zb?o|>6i6b17X@vWF6yu`UEb2cs;i}X-E0+vLfY;JR4esb*za8 zkDE0j*o85A`)Z)#TdY4TEhV^oX>tE-GbcK|$?2p!|I?HH^mYDR)jhN54t7lsraXx@ zTk{SP(|O&g_8>cjR*Ih+fz$=2k~zVRIiIO!1>`zqc(a-+VbOP5o;%OWi(+n-EZ*Ko z1F^SXQ;gwFTu=meoDpB782M8=a=W{IO2*?%p8IL9`Zq51Q5N;_X2|3Q_Qe}|3wP~m z-WB?v6RD5Q@JAd0DBg~uH1Bi>nzv|=wXD~K`t`_C^)QC5f-l|5`QJQ5a`8uDVs%Q0+$V-_Fm+?qiW0$Gui6q!-{GCo+>taoxB&G13LQK{ z($80qJ}G1otdx7B5phiQ=-Xc{lYchZ&U5&HwRbc7D)pY&zmOHIEfu&a7}&Hm>~Py@UQDzQfPWJju${|jQG}^czt*u{DeSW@zKBei&CoQ1P>XeL<=w3<}MS?jP={tGhQFP0@i|PuEi2z1Ytdz zC!!QL+rq~S7PIo71xw;MG*d?vjDV-?`2wzH82C8V#4 zhE6zpsp>n4h<9NZZv+N3t&%_O04-+R0xw=M%Ne+@`@1GpP^4JF+FEZY(!-k5!r`5S z0PSK~zk0l@o_UOGkA=fR*8wCAolDOY5g{0TbeJ~V6R>AFkeMSHlB{D4BWHUT{1i=l zMRv{*9eD1vwZXHZ;8#mNaz}69C%Z$&c(VrjJ=*tIe_$F0tb<6dIr%bW0(JFcGOOp3 z2_;?6GG^}p8`E`Qzx}MYkFv*C&9^o*&mBLen?4#w6YuzJQo)hM`1P&~ixe@71b|tZTM%74S4;*Nqm{w+ z>Z*kiuTSMRy2ws_lhb2RFEdIy_=5dh+rb6pw^AOg_k!v8;Nx=VA=o0)Og-@w6| z)xiTgv1WUWd{OnD<7e7c+SRxf3a!SiYOhdeReQC2g+i;{t0F5DS`}F>T%piv;i}UL zg;t$b*H_k8EOw8`2G3UMo{j6Pz4%SNPM;e@H@+3&P(7d&wQ(4+5_rsmBOE9()T1_{ zB37u6`FNWC_{TW*vJ9r|jE`FquVjVQWksd|KV7wATn%dB|4gSdP8WD5UaPx(tyXuH zSIsv_)w}Na0tpc-myR!xMbn>ke1STq?7HI%WYF|~%MoE+fwsRf^7T{ou0CP(RlO5W z7&le#(i6r?)f;lcfKTc=@r?neA&s${QCtgpO17bq(6GWj-BwnqHckA$~)hDg?PAs3Vq zUdHCIyVHp{+Y*?vL!@il?%k4sHecJ73lmJRX_hGZk*t))sPsHXp(w|OnU=Dq3Yae3 zpyqD7Xf|$0({K1c1+o~GEdG}ODZ&Btr*mCV_y6u0aeX7L=AoadW`_`~T!eB!4&SYv zr-4HdWzu(X$>rgL@8VVdaSU6&cgzU$_0y#$Zow_1ByyPLt0Ud{5pjo7xu#WNw!x4i zxJpxDW4e!zMb7$)0*H=u7yTPy+iGSr9gj1x9r+!Y8E4?u<^Rk@YzdqI zmA;KNe-W3(zN*1rg0;MyHy{VD&Z_yg86cHlxWF(uv0ku2;kcvR)=mFB7n!G|e+hJX=COOFEaK%lMeGukZV>ef^&Z zb}&karT>ax_jh0K{_mZA^1pZX@na7tJA0O9OzH8?{$LB_lY--&N?pMIC9Us7JWqk8%OXJ`LI z{XXkkMsx^TCBZ*!;&PBtwPOES|c&YRY|FvL##m}JKvCFEc)Hc zgSJ|I(8_QKnb|LBsoag^GK%8m2Kkd!$U6g}v}~48a}(bF*eZ+JO9A@X6AIc)UuUH_ z+7XKvfHZt&A}rdpJWsnU*P~es2{21Egdrgh_OY@9P!=bI&yXTaYBv(ktZN&6ZZ8 z!5UcajvvIe7NH)d_#uD@Xld2WHv|!`=aQX!M)5{{zc^Rhu7I#~oKAu8*}&5p7vA#yqUvoeh9K z$eNELyno3>TRj~eX86-QD6-ZaVf-Tskh&o0>oFK2-(uiA&xEYmA{D$<8*A6tm`e{5 zV_KRz8Ts|k(NPF<`e)ZMyd&CCW3ciJjUx>|ba zM6B|!m|erqfN|y556IE#lKa2(2JM?Rn4}4IqxrP;i;b2o4W@0Ex!W9d`azeM_H5S* z$2!bvRvV#Q%-rn;+;CR0IVQ_aZnwF6Gd{CLHY%6qA2=^?i!D$_CvDy~xkd4eq8;@8 zyt|5w`xz95&W_@(8YARdAbP@G?ckF`_0XUC1TIMqZ|Pge^( zn3+*idP9JQGRq~}-)R$}c+2)^3&~?6xbt1)ZM~@&?@}Kj;?F}F7zr8{1dS4qi=sGM zl{fGF*QhLK;%P1|+(-b>vbocU0}^E2dC;|>g8w_Jx}>Y9$7p! z${n3Ca=z&^P|Z9=1)JbQy6pDo2WeRoVM0>c@eaW*!oez_H7Wc!rpA&pZd078Rn0oj zDi}V3sCUVRHv$tBue7p}a=$(}iCkS>O9cWu>e4l<7mzF0OJldp@&yU?>D^Chpy9Cz9@GG%0`sdK+OS z@1=`76*&#v<>VCMtg^&RjcBD`}#-Kh~L)gIVw-1|pum?q+ zha=kPNFvTK*zy}=+KZ^Y+v+*njagU~)Og_MJT3Xs;#By!j+a?EIErUEb8qq8i$=dH z*XWO5wCeMo4F|9D7L{5@n|__#FT02J>91E5wiL0oBw&;)W@;(t7~=&R(YrSgY`uV$ z?){+teFCn`k|Pb}Vb!avPz4TOUa%(0*~juSSrI#SJa6~S+80mNWr|exZw3UotUn*S zjMD+s4vUOxOk#p{MXS{o3Q5yP4=<3m#uftfUb7$6C70#&=l z`BeFd#aW>0i#=Q1$~ro6&Y5!m^zw-Uw?}@>(|Z`-1K!;%gy&(Pi`{TH5SrMA7QGFA zw8;EvMtgE!tRcY0adpX8!LBgV2~OgPo-V@{LaH|!4}R}kfJob`Q*2hjs|~$VHX;f5 zP2xa~dAQWlo|&soNr%n$q13)NpLg>$)!%*4pf z_twx?=QQM71&Yi>RWI`R3ttNIx*N!b7u%U$s{4iehhmYf-Ix;0hgaSqE)jk){KI!u zx?1ll={8?`@05$_M*e^GyU+7nb2prbJ>LBl#fB3?^rN|pD{%B zxZ$t+yIRK$^Un0=9XEhnQim8HUy(0n>rX==#*l}{J#xn+Fh7U3yt~c1QGlS%MhKPJ zgmajQju}B{)gjuiI;f?pOn($A^TjAbe!iu*bB4Y&3Ax4?axIC4t7punrR31&>Y)w4 zh)gQ9Bg|qi_x^6Ky0P;eK-{^yweHZB?%1NSmz}J%zQa_ZE1@SfBB3iHCpF=rD=jBA zg`q2jCpBuJD_>4(oI+QePHIM}`bST0n>KVs_3s^2(x_*gmY-*2Sy#C-ad(Nv&b)=y z1Ukp*TVrWKr_OeMDMIZTHz1t3rzY%niA{_2hI_-|!>fm#Z!+Cu-U6K6!#GTSbQp=& zMDdiEFr3eh{$B!t*BO;0uL^T#FR*iEzU*Xi_F$ncv5sCJ&b{yLcwbLWy+cAquH~J` z*upJV^R`Q)g_=|Z9mNxYOXN)kmH=7h6{{-D1FKiqXwm~K=N%Bxy}H+&7>!ki6jNfa zs~n=a?2_W$E|SSn`{z&jo$a5113ictcY%Z#VD2`#B@I@rU$)No< z!t77MGT2P;V45HJh0NkCc;Aw;4!h)!{scbE2~8%7K7l#hGCl(*0miHSh#4NWfQ_1+t1 zQZI6Y6H`hnrH*)Va7r^Emr9%Ar^K|p)C@3g2Ep?JA6#`f_1Y%6C|Ktg;E-i7sI>F7 z!*J>4^#(;ka6xVdaOPPNPCmDNSE?vjcLUM0XaD1&nc1RO{P-}Z;Qj$eh{{VHT@_g= zRLHfs)!`RDlrd?z0Z81?($T(WmHg2b7JN=->%~Vw&ojSB!+FsPg*M6koezHQ z+l&X6`uibXQ_PB;IlMZ$NGoVZDAGAFK73=S-2 z`ZlVA2%1Ig5xtdzicz3bWf{Q~&v?|$e*g{7pL3r-fTpwXWC=J9$^CZ;aQ!!+iKafq zbF8X}AET%$j(y{qz#kOe_^msVJYfizzwO|-NPY9fX55@Z<= zyujC8zwZCq+Y8Zsc=(EVZB#fM-Ss-U=+z==ZmAYs9DVr!#w^=MuoCD`0 z4fK!aBm0HlYue`_!HQ|`#_8Wr>_U-HL=V{C#%}GWxu^S@y4Tj2v*hk_KAiVsIJHF+ z_tC8Xlo}*t&q_hrkK7(kAQ7wCa1a&p`;uJjKROkAr+0VU2;YbLez*gF8w16GyqXwV zf5s-Jg;qX((7U6;B`aYvb-*+{Qbm=B>Dl=egEgGlaihlm>QUtMAeqhVTonP9Kvfue^q>8I&g1$Ti+aQAb0bE|? z6y;}L5^P^Gz!iMc`W#$hj>*?!S}|jeUB>;gl(`h>d8c*J;u&A}VMR6%(iCF=y;}<#nt{hAM@r*CFv-EJ_sLwsWq*kc?%dn za4ImfQ$`HnN~(%r;fBA_9_#SIs)hl^nl*addygzQqM-@2V=YG5N$T? zm_>c;I+D-VCM?K5nb6Ii)GxJm&KrWO%lVXt+!C?uPt_O%EdoV_0PK`igY5h+t97izvgb!@T zkNPDs%qvq|`c-Y;{pQbMvQ53;BYWs^3ilbVCKsRgBc9@puhcrBx>r`ahD${5?V?=x zX#^z#P>a}1yAO6iPsd$6Vg9U)J1-lC$YB>czYPstm~EJ{OgI$YZ^9zU?+m8L!Q1`9hl_b*f0mdP$e+ z47bUHtZJRzRUAqHeOC4sdjB&1El<+zVQG&%b^dE;p!y8r=V=-|;SRqSRLo0Yr*UB_ z^}AFK(>(#S^nRx4C-#pwv{uq;m9Kx1dNGKln3TL&X!=vlo zkcS4eW&0652j(NT{Fk%TEmTLKCQzRuw|sn$T?3m>(|*{nx6GDNr4W(7RA>oU&W1Al zCAB)NQySoEplhn_0x%9ri$K+1T_4&pMHKU)b;Y;#GNgvpMi_(#E)pyi zdT&2e&whO>XeTr9*4ji8+c&e*^+B}>)h+9=CI^dkxJj}x8f9I0Fb@0ciLZ49Qo_u+5Fej6$%&^A;IelYl`YP*mDcr*);8vs!EzxA_wHMb-gL_ED6c@}=dT8BU6XF` zMwSF=>tgx8Zr**HR=j6QyZh>U>R_M;%eoC@WKr3TS);+0k zF>UOc%;!H|N?=sIz%r)g%=?9&nyxBsa8V*P#c}2(o!9v~9_Dj(whTL!&{46Z4ztcY6Y&xYc@BKb-t)Y3+f6ebbZ!iX^L7hgx9+O?n-{?HPCpI4hOsha2UH5N8pb zDO{tev1wQJlFOD7b=lBx{{Sl~uYkp%E~?4Rvcpu%rWynzkfM!=*ToT5M)x?M&*BmTio_)_#wh9rg$3?KM}RCIt5M;Gu0 zJ2^`N6oUUuOyUz((Nlg*p@$UGQ`Q599i0t`H3#u%B=_7;R=y4WEHI+^xX-kpJ9MS& zz0{|**!#N?$LZs%wb@JWaswq9mGUX+;j62MUysWTLstxs+fx9`pH%;Rw!VlwAYYj| zMmguWq4U+lqT_~Mp(|d;4H4(F5yuU{m(>3>Y-EgS{7h+h?~*$F1Shaj^|PJe1o3m( z;(~wSjnyS}E4{z)rjaS8@%;(Bk!B2$K7ltct{%Sl3oiEd?(goM01~dy6|R$xWU2aP zPdc(c(=T;WQ+=ktn&~gXvZv}V|4$87fAxtB`fN7(`rn%~q3R$0+s|v}7#S+h)@!#$ z$Tun+e;W4Ggx+?wY2om#F|wdlAEo{`qWSOg5Lw0$zrR4F;~m%7f)Hz_b+p+q<$nkJ zgO1>1b62EXU&dvax<~Q28d3h2sJ}?(zb}+^Hv7Z>YA=3v|384n=29t6O=BienAo78 zf5=}4TGv0ciJQf?Ov_-``1%OJ#eqax(pH^#s)ldl&0sR^glwkUZg=8>@@}GENOwO2 z*&AiG&m$)vNJf(sdaJA^|k7q`0z@{=UU&#gd=#UwhQ1klo?oOK`>r&3o?NswB* z@qBz%_dC+WxOg}!d3yZ2X^6{S{IJfe=RNwpp+;q8=U0{mjL#RjR+QDf!vF^xdqnG$ z(Mr`xA;3tO29j9RX1w3wFwVP{JVybC95JR@7lB$E4nb=Z{tfWTUYC`?`#GzLBd zgjfuhClYa#P^s<655qq`*&RBIjZpNEdQFzE6R^R>`79`(4NSx9_*{UH@i=1j1 zhOreNA zGQ|BsHk|*_Xb)13y#B4K`EQN3yW_v1jREy3&cD#c+=Qih-VFXA=SK6@GdujM`UPyR zEWbthtz++(2!y}8Fnm>`Hx0zXUw2pQ;9&qjII${Cd{?v4fT4V~Y!$k6z7d zuy0V1jYH=<#9(PN*6=-AKEtt^(o;RofJU33)67rEnk1! zm-P~479k?&5%Aa8ym|3V@W#pp)NoKLk1fH@OEVE6xB49x8d|E2c+;aYNBtFRB{?Z5 zH6C!sPm(wAR~>`$hObtLGoikAa{S&%x&kp@yf-WLd1??p{wOxhP#>%%v_YfgwZGK* zOCRjN7K={<$Jl0d zcjXN9k3_F;qYpk0^+|aE$LxSAz)NsU+yOgKkbxN#apbX6ngj|zGF!^0u;_bsB}Z@=0YADhc|SVb3hu%a@0wltFHal4IdrJ-@sN7<}eoIlUQ323~?6 zJS!#I3mKN^NPw}s1EE@$l>I&oE@O-o=cL$K9odF)d_q3u`L~@_$#He?41h}nYeL@x zbpmVOX&X55Ij$BzOTjgNswuceq+BV2*FLFn|5ku4xYU|TSOQMjpMS$Y4P#E7m;6*? zP5PFQLop%pb)T+hbSJf52w*m&*ir5G%wGBef9||^%NU7%J=Uz%<8iL8#*w7lLet~U zp*?jcWnJ#=O)=~9qrGvbQQ`^z$U-B}l~9bDjxDNexJ;muwaDlCHCLsMDB~6_09S`BQI8GdxXFe9&Vl^TL73Ou@*(-s8l65^2mQ`P zbb9HqySR)yx3CAVSB1(2QYFid(^$tO<*poMg=+YO-7iW}LXFmk3C^_B*V{K*!mYVG z+EN$Jh|M2cN14MFkjrndDY$B~vr?c2wZ{eA7r202oINz&*MQu4 z3r}CPU4ln(Zgo&6EMD&eB(S-kE45~GTl|Jcy6U*A=*>~wsK<2spVO|7(YMzrng~UgK+_8f$kvw#3@LRWg5UiN(=QfmOVTbE061cf3xc z`cRe`Y4VG9Sx3dyyfgXHo>3Eu>uDPHVAsUl z`Bw8r+n+{(0(CG6c;9Ax_5T=^-=9%2D6gm)H?moNP_8AWFHQAH9i}h6!h|#){Iu(Q zP^Ya!)+W!LS0>Id^khu}2LmZ?wMX0N$$mf^H)TGtC65i-Xoir(3=}S5&o~hgvbSa) z0K8SCsWw2K&mzQ3Ix@^c_oQ(?bSrhJgSuR7Wc}H$)@!lQDs?q04GHEH!Hc^#V%L;v z-9(d~G^iW$r+nA0h-G>GVzg056{!C%mnpEM#Lt7J(gf%B*qTTvX6%;Jbl9wJhK@iaQpbz)EAeJTf}l&!DYA8doJWX6}^+x7&-z_{zQpyYVFmAje^u)0`Ry)x@n_ zKrjI;hF|m$P-fDr{jh}J;(@xa+Uxw&qNUR!?7!ppm7mYNK&z;saMAl~ziSf?e4g7u z<~c%~Fz-mbSwZyp-+TUi#jD#)9#)x}YE4D!F<2nL!U@L!vbwf4xD$R@$-0iVCHH$+ z?UE|VDR61=4>eXz`X24+hfPr=;sKuvQnQj`Ts8Oyq$vJbitZj8S4}XUEJe)!b;w3p zicV0+PiWWeDrh2WdJF!NacJPNgodv#rgJ)?y`T`o!yRU`(Cn@IlL48_CF(=H`y$fjI;PepD9$0AzecFcs-(STz;U64PEYjYunv!1oIZ5`Umwf%7F zSkvN9JM*@BUZ?^xB;G&)Ew}xJXDI$}uf)&jHf97f;CXi%mV$oalF$OP`i+pIQ~1*q zv~vEJ8HE^!H!I>7)i$8BHV@FKi_lyv0iFidFV>f zduHT9PUuR`F|R;Hv4*0giRZEtZ^~PXDf7lCmn=oV4%Dw6MjSURx$m8FoPG#h`EcA& z|6I2Ial@@k>V6`}0z5Iw#m53VR}bGEHw54JPCQO2J(V8|wB7eMO=5A!UO8hLU;Mpq zIkuQSqrdkv66!E5U^1rJu@k4dp03y$5jQr+WM|&V3h%(*_iofI`H}cmt;i#Sh7H;x z*i-ZFc0yd~x$M%tpDg7hcjozJY9csNpdB6<_p5<5|4TsgOuvAVXJp7TZku=k zof=9!$Nz`DH;-!SdiTa#wc-d`2b3XHXhn;Phzx-ws1#_cf))Xpf{KDN3Sr7b%9kou zgcKE-6HyVFg2*IfQW1gz2?`;M0b~deNFW0t2}ynj`@Qe??Y;NC?{BTU-nH%@T`P-q zIA`x?KhNhG_TJCgd!LIfSHhzF{MP-TiyGgcd}jMr&n5f%R(-!WciMVCy-YazT=w=~ z6-Gk>&W%?jWYN{jWK2e_P)^2FjcPDs5jKd}NG2Im*r-@NtO35OkRc{+S8GD(RQqvYqtfA;nT(Sjy|3B49qjLvg= zk%yG@f~zJ+o|VtW>i33Po`0cef6t-Uhg7sAcwSz-#K#Ik>Fzx&c<>dYprFb^*(|j} zzPnog=gqTsUbC)X75s9PPj z7saXW1(jt&45+k`8Lv!55*m(IjbNEE+RZnH}0kzFSdMl--Om zRyK0pqYyM<5Aa?hi+wjMAY_7{*l@2%!O9UXghso0?+?JzRsLX>mnm!BJ3f{rDfje` zGZp^cPT?PHu|m4lKRsG7q`0A=mJQMS`)|ld56I$1r6!y;9u`gSzi`A&psZ9!1~gya z^u-ro10bZYTXz1}dz0a@e}?oU&Y$0#0F#PvX|c3ol8mbL4~H@*Aq_qR_@uPwOnHqF`a=!wT? zO?Qoaaa`;7&YgZwem)fE?Ki%vOkwOX`Hxh@@f}sSQ%PT!MFS_P^$(*OiSTN!5KYG} z3Sc?7QaFo`3*)!mFLB^p{KjkZQ^U0$!en z%zx)KEU7acUJP_Ar$eOU+uWeE^ZKCkl##C-p4U+>7;18wH}sOhw;h80=?^?nC- znkOvn_r)wEr<(h4=yGP`$y8maYN<iIUY?c$k_N4_Qzb zYm;DdZZTKsA(SuF)0Mw7hU2eG7i1MsVdAHe*TRHP2Lr0OlH1K2byLlkaCz7O`Dwa> zPMfj{5cO0hNHr=W2W2BZQNn}5<7v@zFKM*blUL|hwqjqioSr}T+LQs^uITS{IYGCQ zoGu)$9bB_G**g5ST;`%q&d^*RPpMl!yYNiY8qzvkm2m@l(NWEuc<9imC-K+!?j5e$ zqp6yBD1>iT5Yi6JQmw~1KsH@1dyq^MeiLIgrPR^FhL~(b&s=TA4W7Vjsg!NUHLs6P zg>)9{XsKQ~?_5lJyhpQsBNQYtI;5o?HQJzDb-68FwkHU#s%oNClxFQ_`%PK2!G!N6G4Ut$;ucS|`j?U^^Q(VGl`y zrg&>rHd=-FoA8ZT>zEyizT=v?qRtdY9Y^AN>Q+V0afcTfH?ZTcTPttE3{l$^C7r&> zYVw~1IgSpy0rGU*Hsu68r)oQc9lZ*PhLXOMg*qvqo3L#t z6NzPVVhkY6RB}eZW~`lLpTvEIPx)Wy;V}P>9^UXbm>%k&q_5LsDp*T(<1h5op8%Dl z>NqD_Nv1m=ce<@$lm*udDRjFD*HK-bT6pMUzA3HYv6pj1VUy9faof@9uwByLc*#O* zpzwpxCDA}(nyePBE;QGn8Yq4Qj`ULajob8!$aZPiJT$ zz^AojTVYwJTS}s}M4SwZ-!It#Xn|%SIV>sZ3_jto6Htcigu^xkBU!Bg5agTxzWln= zD+Rt8>oV0WKl zDR6<4Aq^mYGB-|b=BK9!_%}^`DFTFJMDl^KgpW6%Tco-v@C_<);p&AOSnu)GIX9>W zL|G~7qR!+_x`D#$1RVmPinEeb-cU7+>H{FoAN*@gSvb%@{9hV? z0pda9{&Fi(1GK67YfYUnAkJU^OEL8bP%Qbc#e4zQ>Op^D&7mgahN|ikuL z$N>P)zw!YB`j(U|V~2HAgOI`|ts90Q=fs0CyHQXefI3fo5BOOW;H5^xt#3f|?egPO z6K6J3^?>f+KbFB=2Fx)kr2ye`MY#j!PKjGk z;O-NZH$gz(;12{-=mzT6#tqcnC<9bzXFLFd@a2Eq7_qliVU!tgdl`u5&u+js1N|P* z>i}KSc9aRAW=n}J(Dw;f%m=w&l-$`?xD#as#3!Gr=*Mhb-vesFq{EEnhP~!2t}5Y! z+Y+ujpgeC5$EflgF)N(nikF&~$x**C!cG?l zEH-;3PQ3GiN_yQW?HcwL`HtJauDkX5H=A>8d8`0Rd?XFdc}2rHFH&({vpg<>g!7Vh z6Ygz2Y~M$D%G>%<7dW)$(;cK6^rbAe(qA|vrG=mGDClDs#McIMWb^=8uF^o49qFPg zedoqO@MYuU!}#{YJX42@1|_nZ$EoDJn)H?oh)X&_e*KfhYhz^f>AHu1k0>QV-)jTvYNi4>Cjm8Im_ z(jGLYL>yNeJd^J)5&I*!c8@unTo*(1!)HRrN(dQW(ckBIfhhyLaS{raeJHhl5nYoR zzb7SK+a|ZdJ9O!6L`NaLLJ%snmQ@|RxvXB^WZ=brL7ym@sqleq1J_u^_s;~+(a7V$ z1#P4Q_G!W0ad(MH_u7N}5OEy~3NT_BkZD5cg#=CqZQ}cs5$4!nkAp0vfCe{TCdoc! z3Nyvv_^TatGrdrDiaEayfn;5KhbC&lo(&VnmLY-E*$!lAod-)iFg_rli3Y8UuLb#X zspBn+c=S=*Fg8H)S5Hob>9!SX3`qKamSIg z(!v1grqjPHJ-oUn-suj!Xm+}wWKq(6-7{7jMN0`}o@MzIY<6Q;m;P8=mB zbN4oPu!qcszf5X}@DhLUX!_uR5547IwhJ9s z*o(XC549h;=oA){;32l20k>Q&!`p37e8$=Q&IiiKd!P5bwyDS87k8~A{N~unP%U)n zE=1@1V2O1;QhAT7Qoq8ri&Usyy- z^ym5}LX1K>xkZR&cWz0duwZiO`req3xb_rKOo*485xJak3eN-GUkvaM<`p!0S*(k?2JVzHHps|yud+u*(X+FHnBV1%siw{yO(dloxgm=0acOnK6Up#v=4fu z;y$lTeJ-52Y+z1oLl}4wJdL;|H07qr^%MTV)3|_CA#~wZb-(El`lH-C%Rf&=X$baA ztn5P(>76XQ7@;IXyoqCL?b>4zS1j_swwMqxK5qcpR~sp#v|!WwhHv{Ol6*rGv|?ew zVTPDai%51G0?fLZ;ML(m9q9S(T1z>k*=b&n#98C02lqEvcB%D;CAAtmsT<9(@(W+;O|Ba}B%4R6_* zG777xj=~A6buG+3Rrx`95vXuKPZpuw9O)@wf1?g zJLO1r4ux&|dqT)s6R2_&c(e14H#r!8t~MkdkB3@U>2u53eePDnNzlH5(qJO*U}Pw+ zjTld6J?icE=or_F&L1GR@ebb$oSpqZNf!4&AUoHN_XV)adJJQOREdnJx zoH9vyM2IcN6DA7plZEete_6*8${^e}*iy9!!kCxNzBbriO}*Vv?k*NEPE9!Jya#n3 zxZP@o=R8$FyqdF98X0##pa*$zB$JdES%G7h4c+7otSF!ApQuD=Yhgq=Chx1}te(N{ z^peD=?x$~guakW|CH?`LubGG7o2-?nXf7)%mU|92kP~9gfz(N(NglxyK2|otDd=h< z;-przd9C&IdHM`;b8Oj8>yYe{{y^wbUz3Hxdnnlkm2J8G#96lqQukFY;qjpXKOLp` z2}4ZT(_g?tr1yCmVmbR+=ZNup7IVTU6F^maz6qa;U|)+7!2|7IrtEqjJl+e{9UaC? zoPTiD#t{j%X7PL4k0#d65sU{g6C~g-1#U+n{f=FLt2O(R_;xEgo`x{6g<9 z0;|LYgPCUwptn=6+cxNMqBrT3eYXweM+%ujRPOMClYpnx+~5pHw5(m)F%%i~>q^*^ zYtNtfz&J&EOx%%JIiToh;4E1cXHmh#e)~zDHvnJ&_~#o4!eVs4)>;Ss$XQ~e8`~vq zhsENFvw(it%Gps{G$P%5pUl@vb}o3_#|p0+Y(rG2vad{dr;i@**kOSxhXS7+(qV9k z{mF*jNPIIWA)#2d+^jDA1vk<6-lDd6#>;AWsB~8!7}oAgQ;tN~H!!?`cSrZ-@w34b1V&58t+HG+vZn$Z$)=?120eVH z|BqUf4%YMS<)PpFWZ4LtbG02Ktyv*1ZQ7ANvocymYNk$YNK5Dg{WMA~V~*RD$2eQP zPoymwsYLlD<9A^9$sh#xNMzMLrNQHXYn80vit{5YJ(}m8tfHPU{sH*M+#AKgT9nL7 zIBwv(cI4t-{_pOC*TOz{D}?wvPzDVRJ)qL=%Mx?Z3ct`gw!WB$@a4`r!X{jX**%V} z7Qz`TN&~Yh>V$=GEc?Jj&Xn@bp8faZqw|3-wAO}&X4-FY9A$xLl;?cSBMbOa&&pWS zMK3baQ~?=7BLua}?+N)$tk}0_68xwwkpk~;*#=76Aalm-?o{N>F^Idg)Q1o{u@dlM zIJic&&LJ?>-3=;yhh(KUfKtD72%UvU`jT@ik8Mh;t#{yw4HV_Gqm7IQ8~K=a*5U&e z-@}{}%_J9pg5)8HGQFA39{A!L_l`U4QbSrP{P|cSqN#f zO7C-T4&pnwczW<+IFpbuD(Wt#xCAo`e~{bzm6N^lOnj`l64BnE?4Xwiz-@Hw;Jsf? zWcal;pb?uJ%ov%RQ1w4p)_n!$6$(Q}!7Ucq-7qfDtq8)f5N6+IOkNLSY3ChrB4R1T z!1B_NDQQS;vapk!f@Ql(s41}R)be>(IfgV*b>2r><#3?rvW{@{r9nh~S^-rYNN(_& zbDX27G>&f(3u2-1B-Ma;IX={_EWJ9~fj8gqDA?~#qpVYAed!tJ02d^qB=iJQ%DfjR z)x8FkK=J&`H(JtMdDg)I8slRalbR-exNE^c=;x?C(Px0r#`Qc%;qP?xYeStYz(;r!}>YOTB8VRP*Hi{#y{%Lso3%6&$mV7`SL0=hU7EcyzEE z^PUO`tR-)MSv=7u&F9(A=gdlXfopOrLITx;;=!vwv5Oby4l606R+LD6(^a!cZ_*8J zqdWn=V3oXjSsxz8ns_3yV8&8{vN&V+$pgiJ|!5XniXdwxGA=>3`bvDY5MMc5R%7cAZ&m!NViHI@oatU zR`7P(&qGbH^dbDINOy5D0I7`6dO~-JAT9u{zQ- zKe@3Y*-s22jv`rRtm_0;YlF~+jM%_>JEq4-+u=XaLnuwx>()7j;i?;U zj*QCx5dMrc7f$X9zMeKVSikSG8`HwZ%NI?7OJ6<+WXeHs9*7|rgK3x-wUpqN1DH;b z4#hj%zg66KPu!q}1WdTw7c1CIzp}W5gLL#{Soj;iMf?OtD;>L58EvRM1H{Q4=$A~( zL6@+wLzf7$IA&_b>GiODclpRDA?nE2;seYPA0fzKG?CzfJymTa&rGf=sUB*wOouux zjzd_kQl26ldS*^y2j|LcaN6QcjO?U36r2T3Ei7dy2N~4{O}tz_I5;xhEYhQmcOG8D z^hIQcOMRuEZVeRm$XX-pXMSacG_$`&Q-w&k&2TTVxg=!no3_2<2-}n}jhmmqj7xcuh1J^lkM?Z|HeS-&Xx29$c6j`{rRf^78IXo{#q>T;e&aPv2IdF2@ zE|74Wc-^E@R;>XrZddT`aiR+l>DZeA1B=feTjA~Qt8P9i%ue#O78VlOs)nGm;zmY= z?xc?jP`uaM`8_F*m_E{%Efy@~9nk&ITfR^sPZy1dJV4BKG|G*S0y_K2YQk8We_wLr zo*!=`2~EO#z6X~F@gM#F0qf3-%NldN%ZDHsRzLK$sj9$>1xJ~@>&z&AzF9>Jm}H*? zvYtQ2_(PI_;bQyRz?ZJVy7(3F#b~DGt-?$l=rc5AGN1SKQwX!i(E}TjB`YJJvr6!W zwzO?IbyWy0UOYW_e0T@h+Tw0=K^AA!#ftaL>plD}>6S%TDbfLLv3dgbseHci5yL8- zs-x4bymjyrYis4ncPkuJ-WknpY^y)YVoOc8aN-w%hjOsC9_YkussJ=Wz`?*+Oo3cjMl9?Y=d}1ef;kUb^&+db zH28~@@R$%I1?d)#(1hr1%9T|S(a#*I!D0I@Eu!*OgNy{y#30sVv)FrxAL(n;GCATs z@ZKwQXY4Z_gx{gZ#*{NPwz6H3693VpM=20su$h88<;(Rfh)+Yl!LCWWkHSjDr;2J= zOLO;3cTyfJ2r=ai<_|D3Ec^}Ylej%DUQZa_EU&>BwR_z5;U?t+qafjJ)XC8W7z94R zNR`RnvJHI@ne`rHhJpnM$EW%kUS0-=tp-i?azl0^fFX<)meX?p4YB?{;SMF9AiV97 z-2ok+Puov9ld$=<4+8H~??^TrLRxnxMpIVDK6BbOvmf=L|7THpzW8Gm z2-BBrupyvGP=aZAfZ*OBL`4}sPCpX8Z)TuW_>TNE+QAHc#!{zerH=*NGVge<)$I>~ z%?9_;AjD9#rL-@vf;&dLkrc{4MM83Oud&f_r#gIUFF%^J7jyI7$`iQD_cg|{oP&%D zm)4yyb9*u9%1f}Q>DUzH``#YWjtnL6=gG#CuuoMW$j;+!1Eqn49psk}#z1&tpIv-; z7VDFtLA8#wT(F=w)9NoSn>cPbg8+GfInRf;{NV`$qHtB|O+s1Ji}XHL)QhyIu#|dz zsI^W{CB>50*MxqG;#L9!pew9yd1gFw6U)m2m`j$2+?YFce?Gr+=3@oC3_f@4AnTiy zH#Sd!8N9kzP{QpM42ttZ4R{D2svq$^(i{z)%*P@EXRCHe^2hcKe`jk{eRa|xcHiV5 z_1#$Kj{L_S1u1$g@-TmDPp~vQVCQ<)Lws(<>04BuMfBTzvMDf?j%E2mXInO5&UBk~ z5IhCIGA>z=jto-gw=X(BGd_xYJ2m#oda<`zHF~5>@$5A(WFNu(3dmqA>h&sQPe=>& znOg@B+iHQ&&qNzk2fO;sJqzjemX_)*n|h>vg;~pBt4oEoRdxzsc7Z$O$(z(;@!)3l zo+dNB>u(Gp9AEU5y3LUl^Nq&9ptk`}DT48#k~06DAjwFqla5uw`C?Q9-e87o>r4op zOv}&(y6qo59D&JV`UheeB7XJ_-q4%JRT(e6ekLss#7Z9aCIRD{lhrK5M$7w91M+5q z0a^f0L?5J!XoD{4z|0ZC0;YJr=oiAo$pmd$*$&-Lw0aAzvOVjZ99Z8Cl-Km%&^u~A z-UxJ{A$c=H0X|mURmsJapioBvk`Nl|D{h7l^UO(6kQkx*b`H4=>m6EO6t(oQ1ncF~ zF`27#LAN_piSn-6#XGUFE$7e#@4dXY>2+Q#^VDL0nTd_(;td|R7Cwu7 zOi3Q2gqCMf-R0efB>r2Ku5UYM3{o#myt87J`Ec{FwoO<_K=W)Yo!;v;q2JZ2JD4I% z2us_&*zgr{f(M;nxWh<@GP2_M$pFg;B$XC2HV~b*A}5Y_K<9yxfEflZ?mfXdqHHE7 z*m4j|IKEghu;gp+CgNSEF|Kv^vJyWk6>$5}yWn_zu_u&Ndx;K1c`sajRv+E%o6GC- z0+b2#ElCWvxWT;L*WwoZLnAhV%`cG)s#Luf*Y&)&$h5i0It06?G6)p*dJ9JVvqu|m zq@XKog>SGAA-viuRw*PI(4hz-TPg=f)i#BCV3}~)q@g=fsHPOh3ykGHcPJ6|Uwr5% zdIbkCM03u_wUUQfqna2+4;w`8h+CMQv=C>;z|e4oECK8bx|I z;?hMVN_BsrheZfPSfvpzJ_ZgB@8wU0Q~1WBShV;(c;-y%LlKh2Pe_p>gC7dsqkSxv z-LXqPAtgx=;RGaYFmq8M(6iHeheQj)3A`tk1MP0AsU_Fh8?GILm9Sx*s*abNf}T1L zGT`Z0YhJHSeR{*szT_A2?|G`(<8WzRpU{%lc7pQ};}LwR&gwUfAV;}$gVO&Fh9B*S z9UpYrbVDm-on1|BlMB_R$H*5C-bcCl>rr&Hpr_Q?tg*>|ZW=a!M-Oc)O?V2zg{8=R zRDSi+;|q50kX~e-7f_vXOR&TjuFvi+0p9a^7)2-0- zYT>uwMIWDk*kw^Y*?pEfyu^N?&F<(1mi?%g#^t;MpHuU$cyRnlkJJxo&*?jwSlG(ldQbWsD}rw2ltX?c za9S=2fXxZf+5y}l_h21{?dtc?&y!A1UsFMjXkim$fVrUE9GrKI#ri^XN4n&;Z7WS# zCwpTFOEhBo(voEef`G*zBWW}~NgAjmUE1U2)q zV5T|&A&6patd?s-s|D{6VByd`EE0dE3EUw@5W5(VYWxkMPK>V3Co*cW76YxWK-UHN z#tz>@gCh%SPgDEDn;!w=(S(>%797u8S{c2`su^QdgS>Y7+f*w2Js2}+dFW|E7|gqE zySVe?lSk|PwyYXZgU%uR#M#4vwn%MS=}oS|T;FP)npz|5J`50GS!aoJIrZs9NS!!G zq|?L%jWNHg8O~_ia`Y%M)c~y@Sl>3w*wlU6072l_>+ZCKXa!hBTKGy!`+MQC`XEfi zOl=1w=qa;c#%<`dO6)WOUxu_poAhq^N^epRuo_Zl*NF8#wKQy_I(7 zS>f9TMuHc%+YhNNEnOQ~mg4ORWCmC{ryu75AX&Jv^Geg^q`-TF?nHqwT36_Ssau~v z&ih9&nETaMU-NhNU|s?f31KYc8xEi@SIY+>`6FtG}%*Cx>iG~ zwJY-gG86cr3QlOv+hCEON7Fjg%3uRMY73>A=e0+s1J%So$XkFDE!J6^J_fk7=2K3nVbMlm~3zIy+*pI zQFU|ey~plm%d8ojmHt=AX5@Pk!L)R!ul&a~Ojr`wK}O}i=UH_ZlApxiEkIiHr* z06Xx$twsp<)7RyDtXhI5DG=8&{RFe&gFJGhkhB<4U2N4=$_r+~Scs0`mn~7;dKSg5 zzO+_wm@&}*!Iz#DEamm zHKfxjS`=|?dTvbnZgIZgnmlY$=R_zg--_J(nm2(32b(hlKs0J1^1&%? z->)+MW|iv~#I0vY6TMVvPvv}7s^$^hLC1_zibq}Zh_*=^^IS34vl z>XdakV+b&lOkrTttLse}kfW@cnZ6Vt*$(|YFwCmuWbqbrh%NSWVq~rFnjaqSeLffb zx(<=JkywyRoZ%HuOJxd?+JBP#vgxOI3Db*KT6Yo_NEYz=0%gCr0h;`BS#Z3JXUKmY z$$!Yu($MY$A22(_EL-%bohgSCSB z4XVO!5&`72Yhy_C+Te0veM2!@<0 zp((Yg8^h1{9FnC;pECK=!f4H*c-fzR?m$VjG{B9Kr8uQlUf)KBb1Ozv`G!2sGp{==~~u0~1zxQKJg z(*9|aC}CvGFNaJEh~l?0QTYs9rd*zJE&cu1bzv@F&{?EgWv7944v|P-DWq~)AZ-4r zVM3mtTEDXTBwu%xT7FYTB9_Rit2s8Z#6Yx6+Kv$Rits~*mQYYa5n$rML||14uga(~ z^b(uvS8aQgBldr)m?e%)fSZBGz)!p`Oo=4V4N?XQ{Nv4u@ZrAi3iDEbT{jrHY9Nu> zUXaH(8v95t<8bWCa)lMOaixb=Y8gK_{8F=A0ZXnQus#(|z9)RWkWUV?x8dDUPC!|# zIC}PsAArZu*V#%iTja~A6@@X8&FAshU<(-VcqiScv3i}~537nN5Lbz^UY;Oz$?|dV z&M&vx;?~5e!0(i{u(|QYC=PaZP?u31!@*i~!U1|{w_hF5woIGd{Hl79v?syM&2Mfl z$9^M0yc`ysL>KH^WqcjCz6Q3sc&33U_IF_Ss;jspVIg*fg8xA` z5-*hpS@SCCciL^5Dd*H*f?f?9<)MqQo2t6oGDDsR8?{`N4hx)2C- z=;n(vvn6Vp07+*Kal}_E*WG&6{N43R7;8Bn9oy5aikNxlbZpHJBkHd^dCM5}C2L~N zUO?|ZT)6!zpVb5AmLS-=UvAw3NUL1qs^Go(iN}H+hbH}VP0^n#i*CKLUL#-(f46ih zy}p4Sv{L=pn#Ge3d5A{QxmxU?1YR%}55)1gQV7{_w;4=??t8^C-YGasqkhoF)nGIs5VmDBK zOH%de5jZA&IMtH57=OI}Pw}Vr9Okj^fw_e0iLIaU=rvCQ69*6!CAGE=u)!51UWwPA zQh_s-V4T|7In`iqv7rI ziwZtPKcM+GmaR~oeekP#Q}02y@NJ))U14yA$DLoQf`vPGtA=+)+&k;CBB5gadAf(| z=cjj+rLybL_ekZHu}1i>h?UxlYrHKxi#D67_my6@b2Je*8?nk zidCU(3n*TJ=#}3p#USD2slu6Nz&=rhx@|eOvok;(tLr zlDK7r-gO=0Ab4c??}!}I{!*nH`-G{KKKV0>{LlHToBXR9ch~QZu$u78|G^FZP4It- z`XBF%#BA-II>UsI+}!TujM z^SST)oBrPj{Efih2>gw}|4#&z-_C2kbiCTf`r?bNk-*-_^-Iq`?~ObHY-I0T5!wO;z8KYTMIX|B{IdW-vT3_uiAU%I)5W9W)`kUiVwF}N%2zd?G3A~zNp;w*iKl|zG z)4t|IsH)$9%j^SB_mZcYPob)Iv6veB<9qhDp7<8o_=G5nR}kt=S&ib!ti5FpFRwrM z@$=%q+z(DCa(|JsJ)|FIUI>T+#)Jnuo;@EPkBjC5^FA(StS2o#at3s6$X!wDlq#4Z z)I38kCxx7qb<<<-U)^s(1511ewr)d70cF@>Ny%PX~P<^@hdifRH5 z^;X?xVJ@qrWg0c3I07kX;F%l5)1w__cisu&=dj(CY;fc3w81&4DEeIGDTh4LPYy)x zgT#hD`)83XjLW3GCGI;h=Lo)=nv8M;X;9>LeRRpphsJi<(UZdPtO!9-Dcw6uP79iT z5I5ZeFIA`;+XHn6_KWNDiU#zqktInP9~a=ID2m6V7Qe<_Q4lokm{#L&XYorTHLH}% z{a)M@+rM8GQ61xA5}uV9`9zWd5Xtb&F{uAnM)=az$WAOr1oT7IPpx z3&tg;Kd~&b2Usa+%JH4XOzX_V9GSbXzJ56TX?2l9$dkZpO6xfqh9PaWf7cUSOp@JII|G^%6-U;WkQ?tLuI^|>*XilYsBZzzDCUNzI7J;Xb_J((f5v_IG38@b%=h8Nh$45@bZN}D zLz&Dc#Xl4IMWsajR!F|%whj5>#pe-YyW*i1OK8x zpKMM4vvH zRg^rP8{^;jUHDV<$7#tw8Ni{h^#ADf)Nxu7b6_aPwMeTg4t1p9BrD5R_MbAKh&K07 ziL7$8KC-8;H(C_@7++i=xsHNB3jjlih-y6QpV2ctH~lom#V!Z*BmRl$M^_X{l1Yp4 zw#z2{#3}Oq7}RK5;EI1*J)IL%C>hDTX5yctUBvIIiV3#M1f3d~eiw5H8lVWlHA4I| zNvB;tF2r~>+7$eRFDm|6U6cYCgCplM=tr;OrsQBr~%z}E%z;z?+JV)qbT&r!cF+yHxlVnMm+8;|UdzF6`c6dPXQQcWd3 z??;_8h{G4n{lY&Rl@PbLV_=-Xy$XE+$|R;@o32G9D}8bh0|PbzLBR9g;XffeDs)uF z2N8bOc{(S#Y?nnauLbQ$$a%6^n2|tbQfjV&8RJ3rkbw4QU^TudY|?@ z@rs@JLyR@_-l6+G_}fi|o+#T6?5ED@_J)9EH~v{^1s4?~)#sn}IEY+&gF467gfCq4 zWb4y)XJBBX`um*dC`=w4=4EcC!@+7kI8YV8)0d@8he5>>w^A+dK5Z20K&8dMX{JqF ziuLgKIJkd!S%jnhW>Zi%^{K7Ih&o0pGg8c-$42lbIa(2r82*eorB2hBmxvqnx*BOW zyyweRYu0V~=Gd=a{5LLMe!GgQ*{Qhe_s;2mr!~)9GixGjZ|nQNv@oyU{_-5%h<=WP z#C?xq1Emv$Ur~fK*(A+mg)0jBOIc-npl>i-wD{P%3) zZ+QQP_rDWU{0=MS+i)q#;J|l3CSTr@ zj5+_ucbnGyveWs<&&N`4{qbdL`Rl#b7R*n(Ufld*^{(r$Uaj2}_R7}r)2kDw&KDYB zS}%TKbZ5K?WIXDqjc$GYs}6eIU7f9$P&46m_4SS9(ndALLuzYGCzT3WN@zf=bg{kV za)7eMffd0F623f)Zu@|9u(r?W2trre7^-+vL>pF+DQ!W5r)cb935zNt%siSV{-DLx zbbd(fJDazyIxj-;?y;whAyu8*ciJUfBc5XW;^Br;tV|tdO`bN153a6MKIrqsGwI6y zTc*L0;CM|#iUUT81|>>f1E2ipqZ(m=3)uWyZc1W=kgCJgylTQHUJz=58Z}iqkfm2# zv_RAO7+tTLPj*m;yEqQok&)KuE)7UWGB>Q8)+F#{SQU17k))Ax91>-wu!Sr!$Hj}L zde$s|T!PoUQ}0jpic};}vai%nR=%(|raOoPD@VCxv>FXLBxX>}({Ye=oN+qt`*fUL zI_omS{DpFCnPo7^&@o^fKp$?y<02ebItG*S`Kb06M3!hwN5GS}UL@c_j04Iu4~&TZ z1f;Spx(C<6J-vMW}ikDmA;};1$=D7SVK*UsAG#2pA zxN=-xrbH&jtkepyzsIXI0tiZzmzQi_w3;CWjD48skUJA_FLaS^0GW*$DH)X$@?ujHA<(k? z+;~x|ml!i?8`Ni6-@Gv0ipbE)Fn57>h*=T8w;LPXh8W2&0eowge;6-mMVkQpIK$I1 zCM^RlruVER$hi?;N!iZOn3p--6u19Awd9yOF_wu*JsaPPAMe zVg*U^!E`qlLMr4I1}q985GmgsNyY2~Kuyi?5f?6}-`Z*!rHL)L zufB)UEXm1Ele;V1=&QHhWR$y;Rw#;G7e#pPTztAi`p_G$K@sUP68+H zRsbk$Mz9I-4rPn{#Q4Q=U6X*+WuQrbsnGF)3}G4oT*A0}2EguZ%zhEOl_SQe0R+X7 z_^|=w;T=djQ4#>8n+xcNM3`uz)!Yfd)6&L;`!y1Md8eEPz~G>VgdH(Is%%e%L2ib$t?Ct7Sh zAi`$oI3*qhP!(sGJJY^KekU?RCNBOkZg1k|#5F`lj+s?<}7f2LyAWW$-pe zrVgf3OhklMC7?h6qdlS(qX4S!l(Qk4h0Eg=8S&0E8_}upF~C4z`oQ@#fYF%*u*55R zg~=9eX$M9A8O0_>w;;Om7{Fk7CIRWozl;O5rzcx|jU(~x>D5#8blSJnv89tA;{#;h zP5&;>dJ;)pIQj8I)^jRafSXOya#&vCPAiS<6>Fuf%O`JCy13NQK>jdV(~$stbV@PH z88kV~KP#9o&N3bYKE}IHSm{CoO~{%N#U^8c^9{+i>3AxSG|2#NY7_haO{6ifq{MV= z>BRVo=L7)8DJnxMQ1|UIlk!%;Fn*_eEzg8tq3;b3!Sr{tl&R*;Q4pCqjbNl)DP*nr zrX7a<-)!tN2Mx)sESDDETOJKKv=(`m&;Ky1n@$H|yJ{<4s{4Esuc)P0AA~DDRXgPQ zE2*7lc}u(@8tP|9pDopTpaeX5XLr-otby`}1Vq zA4TWy=dL7{E*xIfcj0@FegC{YSA0J6&-?pU^}YUA`4Pmo&HiV%0i|x5{9&kF?3uZe zD>{Z+<^2GD`g>y_uaPvmZpmOb6JBy37+me&u%!C&Hu=$Bps`IZujm1xw&5?N zws~bn)!Z{Fz`;oFFdCWqEC0nD7(tW- zUhmra&0)PH7=egwZwPOC5x&{a^mAH8f6X!hyE^^kinPx?Uh!HzjW>UmF!|VRhfv>x z@$0NeJ+s*WckWx~?-1U*`mSJ6y8gZjGmoeUA^B_rBzh%Xb;Ti)B%HYQMH1;NiWhlj zr9*%|n%$Cp#p`9bpnUdN|JHAgeG`=w&LY2UGYUfvYLR0%m>#<@vMLa%eyRqfvej9R z6H=DHSHg?Jc^fVEByHW0z$$7eiIo*a(2wpo=X7D$s?&5~E~qlpNrQ_e@3a}t{_3V0 zvP;Z8?~6<-l|^|bUOl)zX73p(Oi=#ZaIfB2ZrsRJO=#(&KZo6d5nBxGs_)W&dwE6B z&az)w8E`o|XOJL!6Y+8F8bxEgGPnNA7p^ydR0%^nw$5HOt^dbQ>+YPmuz{7@7+O9M zx!tDafzxGQlH1%1^pz0%2t9leXE-YpIk(BFNiuPA!gaPvsd-g~DxH($VFUAOO%O8{E>f_PI^P2fc)ER&iH%gq_>XI1-*) z(z0*=#+N$3a0`xxw0+zc_=`tEfNKc(;Dci(tM)tCym0pH9sVXSj1SMN49cSA9kos) zmjvi@JVU*q5rND{7Jv}XcJlts8eE)`s-UKfI>PON67ZL+%vJ@W_TIU6&}^W)e{}G` zSM^7%?qBQDyPvfF&Z&p*WL;a-vf0?W$~$LstYas+J;jws-B_TzT1G`-pMjs&KB?0R zBM)WlNzf^5iHNUQ4l9c*V@$aGJcd4&iK-ns)X7slZyOx&diqt;!p0}_pi&=4_Tt#E zli9bO1;@OEbkgLstDq(4>GKwSuL5<>BjDpehg9s6KfXw^Sic>b*HS~9sBP!i6-f_O zLfM=}6Lvv^r`HB_chKhWbnNL5)xmw2eyk)nI^4YcsAq9as?ALU$sQn)>-~CjF8OL zG-FZ^l!i+EGV98)WLsA%?a-$7;}6r1bqNceGRmr-?qA%`hu8VL-}GnI`^6Ix<{XRP zIAxw?49D}ydh3rK9Kl|HJoV;shE3h|y;fhMGyBt@1^>J%P$dhUdyygz{`je(rq#dY zWQnl1=ic4$yxQJ+>sbE($KHDfHT8XcqZ+ZIVxg%N1r_Na0@AS{Dov!9fQo=prI!%O zPerB5R{^O}kPeBo07(caQlv$tL`^=rWGk2bu{Bg3+ z+WV}%c3W$IK4+g~Z)bmWx$eZd@Pq5R!r|-r^)KY|{I;{0iSLblE*zs|oQHr5O@wqy z`pttXu2i7Onzg|2x(FJIy`2^AMm=w8PRt89k!BuR@f+>Z!l~`_*TUw>_4*DqQmJO}KxQctVUL4TEfBt=YnkQfFO`D>gjRNCd4Bmo{~-G3 z`I%Zpt^P3ZeVagd?+-BZn0+G}<>f#_Qqa8!y%^|PTV;cT?e0`=#%DX1t%Ve%b9$ZK8J9dZsbmx%DDKO3^*u;BqVD^VA zUOhHg1Whm)q}nMG6q*z={RqrFU39KPZUCDJpHg7?x{QF^Mha+jRP3^5t!j}q?&Zqu z3Ldq+<=8swWIR)z-~--#-CNg?rq*uyMXA=lz6dEvo;SL~Z2Sn65IU+x%tKD_7Ku6E7Z|B?xDcUBuAu;PA0YG#m*bHSv&hjy!K z-PIxT2P;;I2gf>IeRXbU>4>lE@WS^(W8zu0`vh$QT;2S!@}Bo6zYaEz4c1G)DS3z0 zw_vrBFP62(@5ARfJ1TY#00$KqK(n*bq9OO}IgJ#LQAH+?MF<6j9bf|oI7$01477@5 z$<{A<#Ho(jx~jWpRz2{@&auq)d-#F<+a5^$d?h}yZXqJYDivw4o>L~(+?bo? z#DhBWV?}H|Tx+pCSrnx?B?`tk^ zKpM_$qWHDfAeAc$D4e$l_D?%4I=X)0dtJB3uvnAv0V~4(%GvXt<<)RaXlH*_iHUfC zPpLc8p3JNmBn&Po97HdBd+M}Nuf6SRB&y+&6jy`H<3-&OgxTTX#%>WP@>uvfbohYl z!fV#Wnc>)~CRg&vEQY#97U`mMWZUC{Y%U-{TGpy?vM zO+*^z=?^wZO0CKm-jiT;XG6?q3OdsE#%1&|8-)z>MvoPmzyj(T;IG@@_b?C89j^yd zZp%lYh>6~_@szTL;y}MhKa4^b(qS1f9Qn;mP3o2#Um8KK3GQHU)TKYiK@Y^U1}t(L zFlT36Z^&!PKEj0bu=1V_5DC)Hbql&MMHyufju3!+M|r?E_o0w?H5$>%(f|2*>9wNG;c4 zeAk$`E5WG{n`(j4tr@nVfOQu7E*99M0^g8PgbQxNg+A3TgfcfBNuNGYrXNs-V2<%$&Y8x^4alYw#m7K;JU)Z&IFr66Z4rMjzHp!$aYYJekyAqk1AntL9Vo7 z&M~eQUm`tFTVQV^I`x|K$TTdZ&D`Oej&-04a#tZmh%PTOWc9GIbi$`X2cb2RKMvRg>fAfET=g)$=9p`@UHw^; z&DSGaZSX;N4NqphO{Q?ZNoqgEGl1H5_Ljlh3f4`BDQmkdWJ7f0BdJ5z4VyX2IgJmh ze>=4h;GkNk>SMu44~JR}0&Bdb9qSfh7%>~-(_IKG3XG6{9Nuee@pewbJkZCg$T(|2 zHz>KRyB6q6?CdT?*Wj%p9J11;-BD+3Q12-P+&|JPB5hk5(`?D3)>tHj7qn}8f0K~6 z6in3aWNUnr-wm(fwUhO+(=s#^?}RY_y3Q|gDGHFI;XuVZcd>pHO6gFOTr zFti8V`;qMrTB*o>Wj)1zoxOpuCt#ohx>F+qqc*8kE}gYh1z#S}!@Z$R1-0U(B~s(M za8jXA3_nkB*d{QK^bVtQ5vGYID;dM#lpo5a`GtHjfTucU;W}KNbvGSLX&VWS?8|0& zX2E?=5SWoWe}bDfOuBvevTkLM30o~>$#{pP{Pf5LdyLfjemfrDo0?JN(*%5K{0iXD zp+NEOeG=*I(wcPUUmu;e?7dMo$`iLxofm-a`EE=z3Gzl+ zUw{m(7`W`Gj_~8PYjkca#whP8*Y&hcCOEpJ2h=tkbP17F`phZBWpc971g#b?o>+OM z6&CpiUi~K;F-oRF(b#KSZaYwmp*15o;IT`59e@p?GTmLn9_!v8B(7A_aFGvG&^ED1 z7xEb()L?-axVTdhPQVaZ2*D))&hParCkNaEZw3`u8XXTwl-Y9ovzqAvK^x)hP-Xvb z4Xw3mRTTEH?PFzNKZo%c5Ou^b64&#HJZXl3{9@&yc)d~qOgt{b(p7p6PC>; zhM0^%OcIo@5v41>=qMG8BCUb(mQLfa9l^cs$$KpY9z|IT^yLCoa2+dh9p<-ks&oEk z%Lv$7QN2e)dx5~?PASL$*Ih*_^l%&HxqakZcvGPz%zlp?uVtfi8PYkoi{iJZes^1C zvbC~POeMz9!rl;8yR5+qC7$VX%7AzbbM$5g(5xa1XV4U|>c-B9gUqJgGC;xgK*3+D zNU>Za^!J>gZ^qns%WTP)NzGgx6cvi1h7-!> zAsa}%djwF1v3YZKBN1%&O|Lbx^yl}l6hxJ^_ul>H&5*$7=t4I@qDJx73gev@dPP=@ zv_GP~0by+r-Mj$GO-7$M98t)N#A6a-5QDx-#DQ9)#Uc{J2_u$iBxtYCrJ;wi{Bm*P(3VM7)|=3#4-V>A%TkH zVMD*^dTIdZfT$-5YtNPlPIe4p%^tt+* zl{^XsjoGviR0N77$Jbx=Iu$?pqfTF+MeFgcyz?>L()|r@x8CE3gAGDkqZHg+?T=0o z+$!(`IvSTXdH|o;9GsKD*h=}GB9SR{ZjBN0tzp)E!R<5PR-I6;2A*!U9oJQ|fC&Ny z%y?$AtsZY13ht>z64)}&dzo>Sa|1c%Lcs3Bp5>(kFOS~Bwi|cF`+pTk-Ls!seeVGi zS?zfZm`%3DlEYlsf@sdmUZu9z8o9 zek`VNA-}Lq+M-$w=yhhzDsJHrpH`kd2^M$eaEy0&yP=b_LPuxX;b z9alX;&4~NEqVHvH&2kJf)S%^x1E{qRN?RKunf!BP_V9qV$*^$zzi9K9eg5^LbMLCw zy_xKqt$m>1yXv18^-j&WR5|v4191BIpu~Q&zcc@H@yoJG{ltL%wF{9Ugr9(Ygwvwk*FUTn)dJVH0*fNf0)EE- ztGtI!-n!OI%ji7!5Lg5MQ2Nd=2&--k*{sO@GbLKz0fhCeIpgX0YXtrm4gZq(e}0i* z*4$L>76I`v`1dybPbtPm&BPs9gOLvMf9UyEetQ($%V@CvKS|d}kGp4ilaFU@iwOed z>QL@y|5|8E_O2Rd4<|V&{&NHU)s!7Oxk=4A|D}TZogi%WdyJNcB#;HdFiy5^TW8+Zc=ij;DAt&c)|;NQRxf()n9T!k*&8hlM{}&#HW3lJM}z4$(c2 zw(mIm=Iizy2ZaNUX1~h_y{uTZC=p*~F6eYM)5-R@=j)X4!w-+&eHecDv?6G7%)zXo ztB8_q5o8L*STT8zY_5gs<+50VC4EIy{goaB*nT8a9?N(YUnjCodnQy=)q2l&sW5+2 zV-1%j6mLO{Trt#L71xWHeJmb12O%#2RBuC=;bm%{>Bo#5Z&Elj;75|U>3;cu$7H96`@DO zdg;M8S2DO8zBEGs&JS4uAZD>yHo8a>XW-P!c=5{izFBr6<8cQCI3`^%Oc}tAo1)J8 z>(OuKMtu+p(*@vtsV!U?0Pw|gKTB|0s{JAlh3VkT?xzSzB4*i!?f?i6z_a~M)9ft} zel>8qp`$A-k`B~O3fIQIG|klBJROe_4pYU&*BQ8_@EKl1$1Ao0*r#5Q3;=pU0mL+2 z0&x|aMuGw8@(JLP82~=&8MZMr-+`9E832%}20c|9rVE&4S=295jeZ%xK#fxH3@(GP z1)2kxI{=!i;+ifBgq@{h0npqi#YV!pi=oJp0KjN*wlM%w*J{HwM8j+V_8j2|%uZ0S3HN?510Qia93$JOgJ~96&yB1_%iS9kN@jfS*p&jR5rk z_Ch-WlLp}BNf=oGz<&iG^v+)x4S*$aqlZcE0Q4+&70VCUsHssN0O2nJI5hymGqmef z0T3Re)mz=cjX$mR-0z^S7~Tc*m^7u`rn7o8+c}XNo(t0uU~e%6SXak{*bk;70ldCL zH$b|#i66k4J-3t?`US!t1F+`xEnS`iIQSNxoGytlhy-{CTB2c)X>bZH8NiA|0o`x_ zAA##X4d_41=H8I2A`uUhLaqXEv)AGt2j=U~0HC#OBoNmkb#R-(GW47jcL~}Hj3WITVCf=BMT1Cb`ps$lmceO6!3H6K znb4TRGR#emkN{dzNP-VQt1*J?L~X^KB#aIn-T~Z;kI<%n=>SZ%h2EzE6btS%z5TxnKzxf_UHpShn|_)AypNV3iiauCmw+AuO9WUUGaW!L>S6FoRd!(ix0)>tb^yEv(Ttq? z1Dl#_50`VK^b$81CnAqSf36mN3n6m*=H`mhxvCxscV7Ev7=`8M?47SkS6}FMz##Tpnj*pNx(*r00iXvAdmCs|Pu!{p1 zlWFl4kz(?Z6Vs$`QT0oV2bG~+2+>V#`}>s0)t`!j>KhGPI6RI+w~yCOfY zSZ^t+iHQ}5;zlcfgYhZU_BB&*MNtm*T8SUTj4WZ4%><`*K6g?Z zyY#I{QvZ$!a0E)n#g!YWfLnass+o1YR4ZQr5K6exO!Q22fms3%iLu;SWyx#tzxK`F zO2(Au`yDXa(uZ-VW46+`?DUpbpTtv@)TS!8<<34(ZLWt7OYlm?$nAiV!zey5v;OpNb)s~V%R zF1D2MfLf`12q^BX?8~(f12WTO<>T|GOR%+r4#YzsU7IV#G~FU7Vf5=BV3S2ssi+C> zVJMel9+CdOT1e)Ul530!EmL}(h##&Ql%`eJ9zOXJ-rP?#v2b?IG7~IQQ%y|Gi+0xr z7!DQ$5G9vEZ>0MXRE7UbUElEBUawyA1D6aUF-bx~f?HbkI z9s$&O*BGz+@h9jSzM3I@E7Cr#{DUv^$}-!e#~HU8eJ$2lwWT&cxMbnnRONnKo5-7< zC1^M5cfmztH3F<8ytWaJZ1+SOG3}GzwS~)mi`y2{&okKQT(}CkKN^l6%Q{8!sX}T7 z4LR2_-eeZ*59kwQ{Pz%l!Cu{hE-CAj78bT3<&v41o z4Qd;R)lUcI5)^{661^3DLMy7y!G*%|+j|UyhDSzZD`ZO$rIQ1ApV>PF6rrA~E; zLU|jillGqOmk6&=J?1esDERfGzHuRA!2_a55JNm}uX}Zhgjz6F(mGxfpd$1y*&QwOs&(vhQ?T#hE{hN6{_bx!>&(P6|vdN zkGr1I?%mmL04wzbkoMf@^_#wCgI2GHBMYo?n&?7SAqH6}=#9kP`*0R(GK{pN{AfQu z>^;YB$40pzh#MhwkG;^9GpHfeGx@JQhUD-jyt~vLIaPBWx$w5eQNA|AI-zqb zh>jph`8qpYXM6}A0`0Zx*ZiE_I#QLPUuk2YM#-rgE1;<{=3l|1-S0BTmhW2RN;-gV z`i68ey)tWV5KLT5=5^E8&>F7?ZZQVakJ%UjAML13>{5fKxg%7r<*0Q{A)!w2cM&5i z+HI2hC&Alc>k+;eFGO9lP%~;k&VFZ*@6y`P#DGzBKR)Lsl+a&k0-G_rb;3n1d0yLO zJ0xcoTU?skyu?6LRWRO7rJchfWggs8&nw+_R?j>~_xvFGI40hFd-Dz+M}V)Fc^qe` zicvxki_-p3%H4%RM+dxwiz7$ab0J*(nQ+voZaLbfXz=WMR*gKa(YuK*T$Y3ufed6@ zpn838q94jX1@`50Tw8O(NL5|^7lxgj2~$>KLIM1C18u4x!k!woajnLnn&*5e&JsV6 zihntk#wv}_zHeeOyMUTCnNlP=>naXbk;DC(Dt>zABFVsL16`rr&0&`fTY}MHL8Fex z{1<$z`$vmi%jkY5RMOgI#SzERrdfHu)*`2KO$Pe|rNK#~HEEjEbP8A(FyT$_Hm9hY zX&xD|%}Ce_Z;pJKXma16ZI=rRn)^xfcJVt|77~wqh%sT+f!%GU(kLaF`Q+h3-5CyW zB-m`#*I0@pi_6c7^ST)5%9yH*TZ$|9s-L{~O4no<{sxZk0^bg-h2@Q9e(9dFv(o8KlA~I!$H|sI-h1aPl@6C@x(qN&m4`9NE)05Ee(-BxLLoIi?DTffIxle2 z)hN=LDC>3G{S~rRGmRq$6QaiUT2hV=7tC`-vf>_^-B~Ac$~nfOMA-$Qp)_~GRIOFI zpBk^%FxrHb>~4#98*S_vc&Mzlouh*kMK?G>R2>aKy=r zwIvz7wktubMqAfI&Mn{RE5#vNB!1R~0@VV` zF8Zt2{@z`+g^{{vySzO{`-{kt1GPb%`qK4M3Z>0Ix%n%oHNau|EAvfM1Sl&vr<7xb zk4r_MZE8}edoI-a3}YXrf|H3gVpL%F-RUijb(zRGpjZw9jqyWm~n+U}w~3C}^<|)dhIaJP{V{{#MUZg{ttOi($XupsQe0OAc@7QD}D&k4mrQ z8>;hUox;2MfOxEV`C;o4Hg)Au?pc-Ol@fqXQtO>i>B9xnMDgk2iD8GyHQQcI@13}@gmHCR$)nq|ql4er_bGbBJo zr|r~Brlp$)>|H;3DCk5XGFK*9qr4Kc&`?o_32vV{TpVs%2KPqi6}kYcMGYL@?rV>; zB-BwyRzfX;U@fRB4LSeQo{r20$DqavSE}Yl=|&k`5f82#1rFM$?pgG0|8@@8;dj21 zK$*f8*yLMN2mPWIzLO<-bnbRD1785I zY?rwep%7P&PAa5Qk_aJae*CwZ!a^!XZ7c|Tmg4z67>`QguymYHs3t@A&puojU&59X zvVvH#PUhwgDOd0+v244iCvJp2zO>p1oEw zQ0IuFv+2WCGrY3B>WS5PSzSEGc`bE3XFO-7+8!G|Q)~MXykNPeJQpSPhUGhUzinpS zPS^K*8uH;DV{g6?JDdWPGuER#VDGB3vQ{=YeLSWCm_ZtRh7qOEfm%4r<+(7uDM|Alys)xXXIHJu5S*LJaL#pMV=6@FJVuaY2i0C%ic_r^UY+*`qvx7^ z_m#I?yK~}o4Qr)-WpIH2I50{ydV{Egqq4~pTRcpj;G-RCfqIeRLbPcK^}w+8;Jy_^ zh{%^q1d1mFlcFRO@ClSV@8{z)fR%T4(4~16v|{X>kDk>vn@9=G=mhqq^$YX|w93i$ zuB0?YL5AQ^;3{gJjP%rOTG`q}R`QOSp(W2SG|PyEW;uSG2i1-odYHKC8<*N<;T4zt zs&K(zcZV1+LQ+9wSuWt4#KW@|gs8(Er46NUZ!H^Se`QZ)dTiu+O_>JjIE(p7OLMMj zL7{!&dCLc$T}L~RZyFFdTW5yXrME^m?hNQwpq$8LfCc!1w`NJ~flGoy20#i~7%r+x zLQw{i0EX;NwZ@R(#wL%aWo_Q!(9zXaTLZWU0nfA~&v`bYd#i!(Ha3Du15J9{IX_^` zuPOx?e96Gz``okM&mwnqo4w`T4vSH+Y*%)xWErg3G1UTm`igop$w>}%;2aIYg8)Y} z57pXAcuB%t-@>X_3@5`rmaz?P9p#4~rFgPBRbMA_GNbymr3Y(D+*p7Enbu5)JYYw3 z3>*X-;Ta)18!sX53t@Z9A!+#0tn}}JHfWFJbif@UjIZVl&Oj=T zvuE|+Ht4gV7P>y?Zx6orOGFX|&Bagv<%5vguB!_tAbij>OF2icUpi^@Zjb8eGq+e7 z!Yydu{ico@rIlP-)MLXZ7#c#CYMi@A|2?!kYL&5r0H6F#+Pbn*fd2W1zOP*H9>{ z2CN!Op=u5vHRF$A?*&FT5lQ4eA=vrZjDZs!+y}1of{Szk=GL6)Ns7;0sw9L|{{F^B zY@<HcsbzH|@3D8;eNU;rs3#H9jlvcsj|)VQ6oi@0T_Q*%J4dt)@3 zXHU0zb4ZIw2o&YHqHPx9Tj3=fQwc4+4Oa)qZegfGowD`Zl?{7vI7l~Op86tgYiO&* zOrqa+c#{!iU{)UZ0eD@g|50dyy7Di4_+H9Zaxesjyk%SOYR-)*qY-0!0Wm#nrY=>3uvpOCzbSK zq_MQ3`oa?3j1`YkEl)5{?BO{|&Ud_a%eld<)Jr;26@Znjo6*I?A?MQH%~n`HN(Jz6 z-tLJU3-`pJ;rEMj2?f3UG0(^ii4h_^7h;=Wd7FEk|v~wD3 zjsW``q3!SMWj!R6d}HX4k_c^IfwEtSBMOAoBHw%nP{y}|f_Nej{pR0ew`Tp{)sDgL z3|_CO^4!GYA=*S?Pq9y5vbSz2@ogu@Gk&<2oqmam4lyTdz1RJfMagM-V%r|K)SK;E)VOgIRuNY+Svm)a=OqEM2u zZ97c{_qz_E`T8dS{$RpVTWR)I)f@o=KVMQouOAib@i#)g1yB;rEylo}lKOAq(II!i z($ru2H-7-o(PvC`tv@T&ya*z2GeWa;TM&VD`)2EBM?WwBr5EtZfWh`A?_bP|lV1nW zC1rk8Ta_3!*1I0ygHM+||1t`I(pJy(2lt1g_!qy!0r?C)t2M5P6~J@*if{+O2`@@EyGCU;RS%Uo-xx@ZU`Vq|C~V6Qwg53l4wO z=ax+~EaT6{14?+49<3+U>)BM1_II|J6QD@G(GOeLKA=n}-Ym$y;=fP^Vyr-syDNV4 z+v2#4?hR!HyL;aMv!4H^gT6RuBg{;^a~5ccUJ$s+9W55s3vs9ZtvtXKQ2!(xV$$<> z(x3ewy=PUc61=>;MeNuPqVlf#_z?S_Z)u&?Jc2cvMUFM-;0BGNo0oTD+KZant*>v% zsq;k8e%JnYZIr;lRQ^?G{hOeTg|h{tw|M`p7C@=4 z+oPiF1|JzmH;?SZ93^e=*#0$`ffVl9H=Lt)*8jZ<|0!kp)Hrc~d}T=FKivE-uo&`W zej%~*PaFIPng7!*eT(gzjUNl|4Fi*g)OK2j1{GQRAGS09oMZl)Z2r11zSP{bL;ESX z<`+Xw_+~R}?iPLa_g46C=mS{qKjrGSY2G|g&R%Ft-FiXipM=%~7emaUztd*=1Qv77 zk2cnx|F=S7f_b>2_F75TPW?;v|C53K=~=&oo8Ro@hTz&U5Rc#AIr>lf{$-y3x%juH z_|Gl;KZg4M&`>9L#zgIYp(bp-ZJQ_>K>c^cQ9l?r(xdnw@~ekh%gs9;tHqhXu~F%UTB*pm99R$ zS)hZJ^IdzF4xCtrcjA1qX<9A7ZLWDbbJjc&Q5#H_a~sjNie%E|lDvK|SSM|xPA=J% z*7Tk=yG$>4H#Hh2uA9i2aVO}r(*!9@P}n5XIdVO|X$6W%;A>zFrvpXen^p!8BLrRQ z7=;x%+2tJRu)^)2x4DM3L?yzgQhJN-QJb@TkrdL{%5u{>lcvKkj9PA|t1w=%m05Tp zf3x^cftx%&&`2u}JD8rpwTWm~sL$vm$@HoD#XEK|aNX*V#a;e`wu82H7k^Jvmp&r9 z@%3R>RPiLAHTPp248A%ar*~^*SX%W>Zo zZ{p5D^Ouvp>ydTx#-zxNd1H!Xo%}I%a^uvOHE!m!V)paQ^kVjl%%Wm;TxMOU4YP@I zA-kBJkckg1rJGq{XSF=WrW#WbL_YH-y}Zb#tLqyt*4Fu%99c5UK^weohG#Q5DrA;t zL@`~wG-7=tX>DE1ob4}B3dbr=4t46G1+GDxu0n~Q15%^lbX?A^!?=nQx_WnBkn$%j zCQuW+JA&(M$1to4ZlWPnHfk!0UBQjDjf&(fp6jO3-6sZdy24+W)t(dUpDZTIo|=au z9yM2C>38Ct?RaTIx%-^u6Fxzn?nq;*@F7=K{zZ%nh&lbUSRX|&YRyu3D@Q?4ytC%- zy~A&GQpoIA@6fCDSt|OyQ|LALEJ^*5S_xeKk&5+MYX2h@30(e>it<@9{3Eprxcnm( z4U3Ozd_+6OxSqiNQ{19|c#BPLvSIrs zpZ*wQJl(R-v)yt_6UD2R^**a9+l?Yl%jgQgPecYb9}!QCGkZ#j6+iLeb9>$|Q?>)5 zOTUZ007NBz7xiyG0!#QM3OoMcbJ6dj@jKE&m4DsGUbyoj{rAKoApiXD`RUPToUk^2 z{8;-?8H{tipze=Fl^toT-HmbiivvJItbeLq{1}VaZ#$U^5ikVWrRWpqsprJw1A1C_ zUf{;cE&}bMEik6&$Sdv@x=}s8M-ge8rkEUMy(l_GTykGnax~+{Zdju3)7SJ4UX(ZD zv~TzAfZydhC`>+ET8c_)TFtqHtKVq%-B@_lv|QA*_>)1~oY~}d5~3jMk8z2bi|?xM z*&6@I}oW7H( z_S@1HK_yDqQ-e>zifBw5RSll#@aW^IKiTJS}x9~1OZjc~SwUgmGs*f5?v8%o2 z={3~xeaj(Dvqm8QPY?W1?iAIR<_A?w%k9%{q7b%%F05dqeGd*wD0XA!7AEg+;*ZUf zmKk+@bviPKJg88&@5mjpA6T;~EZ0bs;<0h9PMcA$lqdd;NPKh4;m3<@1ao~~9LJea zaP0y5UJ7P#1lF&#^iDuh+xM}aVU`Ns_~EnN7SYG<1nYy3IzOLaX}mL4oqX}}eXojw zczj^-;m&?oQ!jIV*vB}ggX1B#oO9-cuJFBugoc>;+UZ?FmLsQXZ+;;?BWqYCm~jc?BKu zG-Neb*G>1-*%&GSpT6vGv3fDFi~l)Bl6Ek*!);R1g?>{y?S-V? z^AS+d2iA)`!${-Gi*|@1VVa@U9ber*8@IPp<(Fuw;uU7K%W*LI-@azzerQQ`dF{3t zH?PhsGpx{6oSZ)qke^rMbo7`f6Se=DIo@11>REo?VIdi$s6$LKWq#Cda#2?2>18$=r*z`b-**3&63TATkmXNxH>j+QB+D;+TKYKV^5Ti{=$= z-m%aV`>r}!7`5$>PRUN&Z+b4ilIR`Ba=Q_s-g{UImU}2guwixoEe!R?z684t*?p`r z==9WiL-6;O-lci?!GrgKPuov2ECb;AClABTgZYZ}`*ZZ+#cz&%B?gSk5}~cDCB94G zpYtB=&5p>Joz1gxRLBTj+nwSt{f`}A4)c1~z0;5Kj8Hne_cN>DLT%#(nQ>g&^7C}X z*Apz2;!zn4F%HxXQpty?2z`rK5+*{on_uj`d7I6x?a9cl@>O&BMxJH_@Oxh@2Ce6` z?>Axn3^v$&B`H~48bce06$t@(PYaFbcK&*6J#*r<}n+CDMI%T2HLQ{ zDUHU{ZnU27ook%DLb%_!3%2o~_EBOL5%bVV?{=%VxWkb(l=HkQw3 zcQOLBvpKv7Z@!M0(JQR+2 zxEBgp8tGb!anZ(rx_h<7Q?9&hitSPDG*`UuJrKgU?wkh0{l*7d7@GVEo@IGBl#D(; z_ckPHULog18{b4KLbv7v%pq&9?XD(+5S8nu!VQ+Y-7d=QJ5ZP3tgSeb&Az40tPIw_a9y6rYr`B?v(H?K7(Fafkcp|tJ^Ns8sw!VtR1WSX)PoWJ)KZj zu#JW@-a8>7>h|D9{B)TT}jOv17*#3#YR`9Z80lyt9iwa6VhP)gRuuGW(?AkVj#0%ITc0{wvoI zN7lw(^{h`N$g8e&fa9IWAB~56uEyy4uCLD+dYr@{U$^IpoNCm}vK0}$_=0YQ*OQbc z95{C<%&@`-KO3Eqhr}}-SypAC$Xlfa zX$SI=E;Ww#^&M*_uJO-R=V{Cpe!wO8>$C|eT8KQYhAn^C)|X-i{wA5G2Q%4P34b;= zT|B07&+nc50iQN`G_`Yy2-&ZPH#{?5q9W!H(?MC9y)5rHI(}(J0&gHEVUnF7;>WK} z>WEJctvAB}UE-=!irpJ`LuIy;q-onoN0E?tcGzSGh#4}aGCnIj7OK5758hA2aHcsu zt>%*VOLpmYN=fnK<m(x4 zH;V!mk*hmb#xjq+zQI#SL? z*A$_TGM)YQwmj)?=ChQLZ*$V&X+4%y7VQ=-5N2YHB8A0Rb`&9xf7mzIm_KT|Vc>WP#^=WKllkb5 zn7W+*v%ZlD*%y4Dn6}x}`hDHLqG48km+caugca^}|MF5wW8OvQdXf!cHQ+2e`oh?2 z5Js=K;WtF;g6&?u{NH-!CPdbxW2AP?TZ};d0h%&7*DUg2L&>esoHTU0$Ua;Pk9*sM ze?d{kuAvY=g0=R|QI**#AN4gJrtmuXA#CK1;@O9W5*&X%x>ahPTfO+IYVy_=W7ruhxPu?E7(VN&=j8!y?`#;C@KZ3~lsjqG2~?w`bFO z9HTo8`urxQwq_clDsjc(7%A9NX3}TY zu)M;!fg7};V_q{czVGU&87=vt&xeKhcwjHSN!%O`%fCHP$xl1xE?u-CMjOb|$_251 z^7ZTuIBDrLsKJ&L3WL(gWd1p@;dapPy3b3&6W0~RfJD*22 ztb70`iQVtAu)I;f#a8050ZA3bfS zD-OpQog|;1X;OGj$BAUbHkz0XTn3BV6LfOjE;v``;;Ep{DbIth*|JRmaa;Z$Ou(mm zkd!hNY?!l3AeyU25Hf5CxNNX1bcMi61H!S@5qbM zXN3p(iBNJvyX8r^V;N2#aTp;C$Dh#w21q*2xDbN8Zl>BFGwB+DsT@m&Z==B>laEJq z><T`TqSj7NHy zr62o#_FSD#tyLP}xpWUE^?;rN%q~|H=6U1eX6;ww@9lnO1-LIemp(?$>%dtLR<>fY zYW}kH0^4i*eSVHAi~&pJ^0DWbs(Yu}AXizxB4wkA>c(&A(JyaY+^E>^8{g(W>>)uZSGTrwfdN<&y@~RvPvypGTY&V@J z$ZwV$F_caCq2-tJ{oFF_9pO2PM$tCeve;AM9u0#0y7+AwlOI!Q+GwO07} zDy|#Phd}v6e~~}=q}m`1f9v5) z&4=sHRB(>JJv!N-5vwj{6Vp*P&oT2=jKaNkkxmw$_xvIugt^B~Dc-3VrRKkwl9Xnw zL7)Qjpw*Zte=_1o#8OqqnS;75cT><8-^qCZo}WT^c+~y8cDrEsD__7bn>=ij>t5XM zL8*SCC)sYOaoHm-{2cHkhwVMv+l==}-tfPJpy)Cur>j@66ba87Hwx_AdPDD0CI55O zL0`DA^K)lcQo|FPYNmQd{q_D~6?!M|)($BslD0pf{r1}?^lWjH-bR9*8rjXM^JSl1 zRfj>&J!27=A=c&A1Hff=5i|{{&I^6y7sAv%5%RO8+CY?HD36(pma|OK)~&pWa+Z(X zA@eq4KA=VJk=0~UCsT~8?eWG#Qs-`6hkkqnN(g(;?!nC2Y~1zE;9EQM7F1^?cbuY` znVzA439>X5bZHtXwn$PbIaCyORF9jWy!Je?-6onn=iAh7@G6gVLT4m0Y0te=0a9CD zsXW&(r{Xw4SzvrL2)z(M$gt23xa4;a`07gpog8Dq`59k5ngr@@9ZSr=j%^RG;09pH zZ_bd5V-QumbDNO-)5UyyrX~c&dm4)G9g9eKkfl-Y)aUu7?@Erx8&|gNIRDC;^voi# z$g4cTIqu1yKj|Eg3Vg;4Kg`&)ZnX}o)3c09uL`-cZ&~A|ICVj%(DY#_v}p!$chXj( zn08$^m`+Xsrn}EWK88R)AXA@aD$Z^*UOSbPeaJcJT|tH2dm^P6rqNoO%7ksrlUCbj zV>rq}i*Mj`?qf=7=_z?#>_vp3`Ip z(YR;HnvxS-JGytf^+|eo=Jt1T{?chN-?+U~IF)`E=Dlq7eEM=na@-8T$8fvbw*H=s zRQP2}eXt>U?&wN5eNrcE_IMCRGIDttt|7<-+b7gpo%@0V*RZftVpH0!=0-q}!qj$8IXaw#(4Q8lUE{cieq?HxoBDkQ9{?id zLX20x&%zJM5c%-t_q!B72gcHogj>-W+c_1Ik9B!hA;rT!{m)+^1ZJf6=f^sdzI;5E zT&6!gP!k$(N_HMtwjazC9%olM5vOjw1a>&O<^=Agm?mpf2lO9LE{h)1qK9L&ich?H zr5NuxxeM`D4&)oPa*=Vo6fNo(@}{vx_Jg|FBb4@rwpQoUG~@-c1XP~fr$d@{=|9Tb zYH;_{Q@~Hyn&ttQG-G^LvX_VJDCu-9H`JvrBd)V0ariVuUUgE_EEx!ppJNKs6706A z2NUw?af_D*LZWVDxyRWC;pO0Gy2YKg&pwV%%7~LEH+-})CqZBlGq%&se%HJXt6nbW zJOUi^LqV#i7$@Uwb+0)I-#9P(mW;wh>FzZBv3{#Xzyj>}B||q2gkjdQpNl-<2Ib;5 zzwGxDtUWjAlJg=68vxM`n_A-k3aQS6@3yYz?SA2b!~Ww!Z;SYS@BU8)nmH{(zG%^% zp)7XWWPS?WJ?Vn`ODXH*1Yy1D_a6<}advA8XJHQsF#_W`lC*Qq=T1cKXKC~H_g-&Y z#g?v*H01=_^+8H#jCS{LoRwAzxU4bMJVyz?D- z!u)MhRE<`bjp=h`@#SS()qs(PAse}Pd-{C3Z}tCdX#c;psUP!9VAXeN;~%5jw(Z#j zpxbSG`hP*UvRlyYv(hc-cAw?dhX6_&=<6Q_x@8LdfJC`%+dzX`;=4?Li7No&+x7$h zw+-@GURS<$06=X=ha>C2!Z@txWU3 zGFku1q_&mm@VCD*3H)=W^Gbi_+P<)r>;Gczy91iY+PwuqR8&w@P-)5vDAIH((p3Z% z6#*&Iixj2TKthqVpwdKCkgg~Q2#C@GgrG=~u9Q$xRGPE|!4M#Xe3Q5f%;>%Qz4zYt zUH@2jm^sfmzw`8SW^$g@G0Rk2%l<1WJ9k$P8#^E1F$;}J70;wnWsJ4`*%B2$c&tCE zmVy3B{E$hk#vtZXNOlx3hhdV4yo8cC+PJ#fSlPSTdpQOG&(@?cNt&4?(u`5Wzb=t%`aX(}yN`_v zqt@Z7RUG5Y<``yk1x9n}=%wb{S2q6(8k3CuB9p9;Nybzr1;i2=Lz!fk=duKi-J3~N z$|Pb`VqB#{SR(qf665#ARu?ZhH~^2<)-ox+7ZYGo9M%6XC>*?O?0`q?zD$bO%rRsb zW9aZLQE&mk4g$aqF0*Sb8al$c$ffoSOhEfTG5s}yGLs^gIRaBA7fvrxFvPe_;qK#P z?*%;LIK?D+$s}PKs%6*`3BynsH4&EB#39LSU9miX{j$ydRY3vFr}eQ+lCotIm&K(4 zAS8cIgX0X7PNSj-a1cT6%XFl~hn5R6}H{e6JHTK^@x_4k-0-=)pu)AgzUisVmB zEFT#pZ2Om|apwkz1pKLrKk$qd!5~?)ewpMhLvgZpL^Cb#~fhO9sO^K7#vuAnL)Jf%`#DT{C`Wt^b!ROqHX+4BBn;>u`UrYr0-hX$lfIah86xrz$gX6Xuo>J z08Cw}T6X;mDK58P8ls9hga8v0bBNlUpANyO?#dWqCvymOW_#uk&C4QOIfR?l(h!VN zCabpXT%LCO^`#+JPTS+spL}X(j-kRNU`B;r?j-_7R9KqErKLd*^8++%7qph=LFoUJ z=AagnRY2cBW!k?${j23{{|6OW{s$+={2zRF23Xl<2K!b!Ft_a#>=r%OKGRvz|VR(AF-E{t#2s##V!tzPBN5_z{= zM?`OHSja=!gHO5*1Fda5FH}F?^H@)FGA6P4w2?`d)(dW%oA3BI9Df^NxfQujbNqpQ z4|^^fouyH7>mNnQ*Pr5E8ufPH9*z==KH7FDiJI(9O5zx{T&K!uaTH^HLih%E&~HlC znz^TY58;x^N4H{|vrz^!6OYIG%-ph^hLitD_Eh28YOm4WC4N??^;V)~P z&wY^IJRfzFt+ME{&u;UR#@Nr}UOfbl^|m$SIB{g!z?)MUsxeR2+jeJNtnli>y<1n; z8kha}^z8fh1usV~-rM{d>PWWIzXy)$x$ zi(!JZ?8!_O9~+bQHbwJ4dCwoiduj!TwA}YUkuQN!5&YS&dzOBU!Aj_?7oINY^$XG zP2odnl+3j4TIYM8B#qj4{N{e`&ZZo-w3;_cfjRfL)pqN46*O=Y_+P%cL({x?Uv}ng zlws{8@6pqCH%B&jM%v7W@6I^%_V*hPYq?)~6KRVLyNo=0QV~OwhljD=BvK`Bf^CYN z6{7C+%OMF$!hYu_g(kVF)C$oZ2EOeU5^*I8&x4)FAG)GCbGp>K=RAg|W;m2hjn%r# zii`Rmk+tN{KfHb0{^ir7Q|~g4$}bwc+;{ig5!f{?%UB1~=|RV)tutp0gl zDwTTAJ?PQg*z}_B)H`LriQZh~^QOBTYi`5^9rr_Gp5))r`CU4)C z?+xF*DIi49n#Imtcg?iPlp0ZH<}1JNwRC*$_V9TBkeC|ou!=s`1J>g~d#(l?2q;mG zzyYT>d2~>p)a(((+sc``92>g5y5kll&M>}4bVC7Gm`4-!{FO+PD$5AZx73^sT{eP< z7uTxs0>GiT9s0vBI7Rs1>XF(zoeDOFD_*$;bKK@ou8s&2&7$D7{Ahz~@z>_-9*sc$+hdzl6ke-}HVQ z`R%ZDuWmE){iRVhY5&yRH#_2M*0{X!+wh()-0etx7TwRCQY}lW%;NjV@AB5+fVINR z=iL!sH$;6rPV(OI{I!z#&4BT@g4nBjRjyb2JE9Vv zjvtmN*y)&Fv$y-ku7aD3k7wpsM%&{*vXeshCxu>csSQQxBS4^)2O|?!Kj3%Aw=GKJ04+g*~i5`gCSqO+bA0_VG8a zd^YNvK40J`3qF5)IVo~`ob@iZw|j_nEGm)fEGHK$*E?Eo-}Pc$pX^(K?yx$~wXL7x zDQ)LBcx;llJ+%GBF2q;vTK_fLlaDD}Kh6u$Z8QGqC-YJ_vXyJm3fFnDQNeaIrGHgQ zEx<(`mCWBG6Nc|Q=ucxmm|qU32vfx8=$-|8i3X$A$%y;K=e*G$+%6L@ObI=g^dx*Z z*@c9SoEc>!)O`ywpCX4F`U|vFCCY}E*sPX%BWfNxQM&0E_O@~xy}GKhTRVs?x<5zp zn)|223#;lXwD)`Lw~S_Kd2?7%XqTs~eEf6PIQM;C%FY{_^hfA&B{l84D)|a z{cy4A<3^LKCDsB`Ro6?mPM5Ax_T-uQXi&<*WxX!?)4o7~u&)*>(Lw=Kf!Z0}M=4PX zwvzbU)01vZpANdbF6zFX=(&sdb}iRq^qmRyBdRyuKVAsr(*9~kO5N|d)2RP+Ql$6$ z&#I+tLRIqPRgtCa;ibDM{WknnvHm*=Z-L2i`oBXIuFtRD;eW{CtGr9q@$PF9F9a|) zH_bdbh&5^|f7E?7ZI%59%}NRZCz>&O{z9_NA?x)QauX4P&RyVn|GOBu3 zDy1&ELRvW@C}2I=r((17SEHmbnBAs08_v8MDQrZahnSW>H}xyqrq8?lw-c)M7P=A7 zw`AJLwY=?7W zdg>PNUH%zEy2-RpMcQJ9`;3|=UHPkYBJR3@SQ(ACxoGiIY%RgN$K-nOn4uBfDr2z^ z-Ad`AC-&SrThY6ildJ19z|BVaD6#mPz6D(itta;K?P7j0xXFG#jn)?P3c=@Cgi7W7eFEY1vV zDP30nR$px3aUai#*Z)Wj5Hp$|GwcuzZ9<@xCII(qagyz|!7!ld47YN?IdjiB`;)=S*Qu0+r zY(_3g(*N)nZuGXWLa@(Y))*LZ);%`%SX10)Zv)ko(+D48|E!LQgs}slQz%G?K&x-Blx1uzb?d~sCY}j ztt%+6#aW9dnL)e(?@!z#9B~vGx!}MmEB46yrI9pwR-mxugRY}b6jt@n15@~=Jc`fe zQ-o7_F|%#cxL2$5gCFEQs9bFE9DZwSG=Evi{mIz{c#uaxbF+3W3hVt_4%bBspVo+l z=Vq}P<#7oot^we?wDyQ{y=zyp#lhPNsYEv|cv)~wgtEkgU~wDS<|6qmvZsQF2@!J& zvJ!&ZSFLi+1d>_Rn+eQhR-2K`CIg#5%+<|7Em24^%UIdiU$pnIV(ed7*|>VRT=Ma~ zXwO*R7(1^@xT)&TGLAz;m}7#3CdcB&6%*s-Y236YmN~rS-^gi}2;%rvm+CY(LpGbl zs?$7sWra&Ff7$AAE-kk39GN3Vd~;jNIyTM4$;nUnAkL2{0cVILRlmpPF23^?L)+#j8>;`Wy3P| z(@v7}7AOiilqcCr`Y1^{x}qXI8-GZZUakJ^8`d#o{1t)Hp&K}(-5NOb%~755Ff(`{ z%TaCmVXFUVnELcFAafpR4PF!r8OYjCqNI#YxYH#9T1$q9F^0gG*C8V62>0LzW6eG} z*>Hl@0`7d!C?B6Q}xX^x~>EqYIr zI@R_<@TH;qCiL=Z`@;vPg+7xpi33f}1vG__!UO8^-n;R1cY4+Vt3)Ipl5lH+E;5DQ zMY6h0dn|W|a1%??CPvoN^6P^RjRqYmrjzRFM=C-N&rpp9Dz_okBd|ipiF8e3Ukuf6 z01y17O{8lPb@x!jVyNx)vRwb4%Io?d884v-EC=&a+)L;-Hf#^& zQGF0_8HEiKp?snt=-#Wse0beWvM%90&0$BsI*fSj^TKLa zf8C-<+3rysH`(nbTtO4H>oI<#9_hw2*s+fC@3$l13RG()JQtdOCT}Qd>D2|Wp z#=M>Q7=K2OlwpYy8OeACGw3MaH;UUzb{p+%L^A(8Jc{EdyG6kjv{8xa_+~xQ&@-5K zNBQ^Lx8Nn3D6_|SNj=hoXE2?P^1Y+DEo3+5?U82+0_2QzyiZ4B6ue!}U1{`;Hi~)E zEfQX$g)#$HJ9?z9XE5iEa=B65PV)ELeUI_3dZglKFtd(w$x+;PvRgR3<77Z`aM)jrRC-g|n+l})OjSNLzx*BI!np0l))kPc!}wJvN}b1VDc`R$li|f z#3EX?^4^{znh(Gy>d6ltTi&|gZ+R2@wBEvP6o&~n9I4C_g%Lu5|9oQ0^Ldq%h&pFb z)U%qzivy<)l#nXh_40QiU&TliU@NID$BBUh5B3<_B7-Ov-}~^QPyp_PWWU3Oq`kwb z;|7SNnoXHh0|U|`PmJ;oJLaMAUWU#`&DH+2Lu({1_a~XytwWG7*}UyQL6req3WUJg{x1FWI$5&kn$Q9DcQ=H zA>!lF0jc9euUNzj-kc9t0Ti!+nYA14a@6 zBlRyB)hl3BuYeKu7mRe2$^EFaa>#U!1nm0}QCJ~^g&7(6_kW318NQ4{K$RCc9bBNhROL{%T)eDsqHyolHy*g>zo5BezeBfz&F?1q}3`+(`KXz<3M5_zb|X1z_j_FmwTK@GQZ2y8_1B6)57VnkCo1G8UrpOJKx!hd_FdZ zqJW$SLZ3W&bfjM3wz;&QVyCu9+@2C{Bu@_~m`Ex=-18Lq?f zrui*_j46oJVECufSll)N1G0LJ+$MtK*K z7jSbu`LFnp-Z6-MfTdGT0iKU?8BkBEujLOTHUlvt0hRZz8PL@p+8MVQ<{TY>KE=II z-7&u-e)rnv#Tlc#87ZbCGkjKyc%IQwv)WJC8vN>KY$c34$CPs;!x`RAVGr!Em%BU? z323D^Mh=P05>+TcziSq_iG7`c$NCIx0xaNVBldm$(|SowqUJzK1mJv<0qe9!BY!qc zcekH0HWBfIBozqZhL;x0L>1IK2ZjJq&aIA7?(Rqgg!PCaibVCD$gRlh^~pD}09$t; z4FJzJu0Z!0IIB%OJx~^dkO%xPczPE(0xE z#On+pC|CYWX9Yrj5GJL|94=k?SvRGQe%W0x1YV=E`0!vfnl7zMt`6zXPhDKlT^Qg> zY*dIN1a{>~2o)`~zVRJQf1n;ql4AVPRo+J&B*OjK_#Z3-g< z&Negui37CX>UqQ6p;nrcB>+(RIBGg<`fk3Q|6U-#Bjf;2G@;|&rm`tT=Lz^NXEv` z3Di$SMDT(uZeB#%*PWL9O2~YEPUy=7-il(mVezCPd2!UD`8DCI5zm?}?j(iG#Wr1f zEDr(RryoR$u|m(Dpq&V6Z>2B3Z+W<@F=*YIsTAljJd)fd{*!~3XLxh6rw12G57Wi2 zJzbcE2L~#t&kWM#6RhG!O3&AbsE^=6WYCt*J@p9V#^;8wa{Ja$WoIjLCpsA?hA$tp z;)JeRAfYl7=$+?%r^ex8gvRogIQ94ypojSE;!*T#cQ>pHo(t-95loMBCMeHUj*yL~`_CV;l(w6^mrwxD zicg&p91OV7wKH9T@-%|6qrn003tQDfPp%N*@5jvnJRneFxMd_$l+Hz&5xF z*be=oNeOgspe_xml9_@|wEjd+f=X15RST?ujR`0mi_q`pDx1GB~YDEsyqnwK2KrzAUd2VbW2kmtPqp*%~~VoO?CvkM|C z*VV5>9%MeBoNFi{{|MZE6q4%%?`vD7jXfkVxj z*oWwsN)qTG9gq9n}yf_?@#R5{3?wtri^IlPrfi5a{+|KFVDkWBh72Z0%@& zSE|6mGjXsYmH#F~m##eDyy#N$(7?)Ns7(R>Wl^yNEk)g^MsN~144O4i*>`h1&dPAw zO3ktps5CN?nc!;w+(IxbV6KZ$RE#1!gs0BBb4aQkPS66$$9QcM;bAtiF~A(}T068) zY)xG;ZP*@hp}ETNCqH_>ThIrBBZjIla-5j~N0VW*z+fs~88`$ZL& zGc$XxE;Vb^amoZmS9ZM=Kv|3rBCEhds9s*)twxwWEdB#T)`9Fpj@g%I)cp|Xny&IS zYPqVJZZ4{osVu6DB4;Cx9jJ|>tCFXZ$p^O+M*RbGsD?mQgO#(B`NTTSB`Mect%ghzD@pdG_{}6w z8l+RfjY3(yh3dUW35uNyXZ!S5-)(+|x>r^P>QlqoHS}x)bJc;O_5J9KFGgvKIqm_ExHpibmUQL?Zm^2R6X%u2Syw0D9+e2T)`I^6Qk0 z1zQgn%ak}*h?q63huMZwP8tr^P4iXsMN~KXS47%Py{0?7@ZPx}9R5PzukXOAWG=R6 z;&&!yI<*wl)?nZvg(xo{u;#pgu{%f)5iU_9RZ>$D!enRhs&S@3q1Ppi13JLF@ZEh<(f*YL7w_1Qhr!KY4WqfO*2`?L9=1&-6I3jF3DEM zMRaoXbqJYJFoUSq!&iH9RfHUJbNLCt0lq6mnHI^KtT2@{?+zo(Cl`OHb&h=0NOiXF z>XmO&Bl*y5iVY>fh+i0n_F&2lhou$lNcX~BF7mrIRT#Qb8AVT*xf+_o*}*ZbIyf_U zm>e#VA7bTR5lp@;LBKWnSEf$n8yihAE43~oIUQ9s?v1-FKh&X<&r#QKwY5+5!%%Ti z^C`q~8-^;muWMR7V%SMFih55~<>Tjy8@`%PeVA++{W)G4Cq{;F4bGa30Z>$S2RU!B z49?F*f2*sf`G!!9FxAy$8|kF$sN(C?D=Q5L2s9r^MpmSd=*;)(0Q&LS(+ z1z?|3y2dCFFhV+;vM6;}8u@GqtR(7HJMCQRG6$G0!N7XPNiZiQdu|haM@igQZ`1x& zIdz>mR`~^uHxxF$>bk+TpLwF@vPew#%TP(vq(Z>iO)thD-uNh&W{TNg^d4I@>JRBX z;;P0lC*UB4r%Y5~87d7g;p2h1m}W~eYI)gAS9UkV@FSwDTuQQ)FvFhk%kv#V$`nlB z#K?qoCbo10L z0e$RCxZmm5&nFT6g;`d1S;_cNRpYJln99u140Gp*z+4LTseHoNa4tkxPdI&2-g%F5 z9k8OSDHaO`RvIVG*d|hL=lX$?`YPhuZ^V7Dio-??IS0Gs@UAKgki;;ZJD&D>2r-&? zxVT`!q3|MPoLY9Jkfe~ziAITOnx}sVE(As%b9N=6-N7LqaFyoPGoO_5B9Nviq3THD3kzeitr2H(4IQLyc(NfogBlh?Oi%`0k6OkUKXZPYv3V68CliXhx8~}e}JFQAy>@Gt~(S!ok zh=Pd|V-C~(#LSRoJpu$K!ynqSD=t4s+OGBYq?g9$FIAToZ*(nXtz{lMx@@j8!fkVl zfi!A)SE@28+LbyMYM~0@D4U;#^-Mb8BduI3b5cG`#RrMi4JlthaNNAdsD`v+&gJ`M z5N3jz(iVrcNYR z6$K*8x&y$}PzJOueweYyg4t8$55g+FqCZt0G!n|oybPM~3k9}O-sz-yp+V1i4R5NQ zkKG{4R;VMDTIaKf09ZKPY=TnPLiaw3B;;rGtAd5`A}F*ar@4q^zagdAikLu2-1TPn zy=9Iur)($DHg_Fh8?tD)qvT*n<^7=A?Z$NwL)p%zgzf{Dbv}ctA0x|4R$btuxt`=%TGz z(sI+IgC>bPQYo((j>#|xJfIAbHThnC2>sg>nM7OM6otYd@U5m`HDh6|=J~Q<+LSeX z_tI5+jyj@!TxY(5iGx#to=}LBfZolO0%sGoOk4CzF`#=1rc3AXXJ)eO=>PbW_yrhu zBalZ0%;8BnTqQA{^I8XU#-Piywa+En=CqrW;2{+_tNdg^d>2lsWzzKdmK7QXh`c)> zw1sP6jNopTVn7(54Ukcv4IDNjt_5j>hP4X2lC)Hau4<$sFBuYU#&?9yTc;RAj}dgz zo5Ok8Atw^^C2I^jPN@z)$m36^)Q!`8(bsdVC?%w~aE0h1o(bbv5C_(}98a6(oSUbF zHzFQ<^)wAeetuXmy?&E4L>b!Hl?(#Ts?zh|4fhq4HW8fMzC_}#vR{~Z9h>oPC3e07 z4I~|r+;``*UhM;Axk_wS8FB=YE6HqUC1(ZdB15TY3Xng_X5eon*m-X8`2!4X!&;xS zgLA+l=vae9|48i{D~LMm4?U|8-Pu0HhcgK}@A$?OtauugGpZs!Gm_Em4?!jgjFG}F?XKrtkIo081PISKg(pg$(QTqFM%P8 z$;ENTQSAx`9SA2fB!fCOfkD2AV^d0P0Yc5-7@lf3`SPr@&lCFMPWK*7km~^)wn193 zRBIL*AJN_}@7%LgBmU23-IW@{90`bqr{ab~P0fk!1VeVnK-)s`s)PE1Inwg|zINYo z#e2gb+|*6;4gwO{hehaE%P8A%H5KRk5Fu-^H2{|7j5io>vvR*kcealp=kFbWSmBEU z=R)M@8T03-%ObMcr_55o*%J$^2=^B(Kfxf{E?7bf|7QrG!8?>ARYCZrqBat7ZU}+^e z03}upoj>obi}cc*9w{Fto`6gg*lKumpP*+Y?YMN({GUvEG0i$y2}GpCF+y_|siFiN zZdQdluj?SR*pc}Uo<%>n2UPo5>G*-{qXV5h+!0$aPjpgV57zb4G7Z}46a%XYcr8$y z0YV3K`g>}nL2sqO3xk)VD^nU^ee|IQ*dNLd`C*YY!7Yxd#I(w}%5q?%ydQ4^^(xcD znw%(BPKSdx)!2G}yW?f2WKfxd&+vXM2_+#n0t`op^=Xj6Gt)?9QzE$-I2T?A>C)QM z#TpGbQXrO0ilyyqLx5!L6stjdnte*gxul-<5#v{IA50430OOJ9u{3Y9cHQaWSkFrG zT~Om*$vfMpQG~c+d~IDY{(j` zSnN(25VesRwWbtJGv~gUC@1%oD1eE7yv#~&Y@~#sO&aA#}9;iZ$X)X%f6QDSw`NoE2ij}l>NIvia!v@%Sc{s`1-MDQLOqRA; z9R1!1U8*3LH$&jao5AD9bB#bLK-H7A--0t;2~WNmse`d;P}xT@eFQB@NZuE_=bTUz z2Ce=IYlexGHuDE>WU*=OJ{QtQBWQmj#)Gj~tA^&_=s_jJ-7u>E*u!pcbYRokdoEZP zb=J^6LM8jq$5JpY#QOtfUW`KFvOvIB$ZN_6fhUu@dQOr-JIBc{kWOtqLt(e~SJTi?;D zYnxAg2sVI1gS5&L?^8N>l=eKt4-4HJ7>GS94ky9};Z`do;T z6+NYwaP~*T^C&_zOgtUyrs$iA4ZeDsx=aT2{vsgMOC4EOK1Uk|OOI{sc!WmKek(d2 z_pmp6WjJE+GLcu@&KHstuMC5KGU|oCu;d^qD<3-mS@H|Z91Wd+xS&d|*(_i62+Esn ztVCMnAJv=?Y3hf1O&}f`|0D=LOLf;)E`+4E+)ivwS=8UaK?c}>z6Y$t!zV69KY%a91q{$N?i^V6fqKGsHB6f*!Dz)NwhdqkV7p@bGppzOF_rF#dSD>JGQR`P@zH&K z@Zt`LJ{eU-M0#cOlplm|Z1Vfs&~&OOj0gI_@5IN;=q$@kBZzTjwtQxdWGIdmI$CH7 z=n&zOnTs!vTol*{jdog?LBds!WZ+H2b;AVF5{eFV-LfejVLs;-n$uFDG60jFpU(*`^8!V9Rh zfGm`9|0kj01ae1Sh&@IVlY@>Pt-H`R`s!$0w{V8QvZdI zC4da_ohk(m&TJ-lPUy@nl71Q~$h>A9g!SqtSg*2x_y|cJ4?5*RGIujb6+&-HB53Lc%AA9L8A~X==nDQ(<2k1#9hO`fJ z)aVREInB0vs3RrYdw}w8DeB0$@8kU5sn1AqP9IQWVewt~(mP^!m zBM1d|_ido3+-E(IeH0+|DEl%`NscjutQcL+2oK^KD4jnsJ}ez2FnmM;EIp0QC$a+C zmh|wyyf9jS5797}GJlFEAKXEeIJ-XVo;J*7<@^CATAxd6%1ks6+WHmpnm58I4NFyx zEM6A{HfUfOu=XA)+YH?Os!+eRPp}bFKXIu}jY(ys#*+T&G_Ze`frrAsoq_72hA^9c z0|q@D23ehRJB3~Gge$jPH3CaMwDL*;-0DpNSc2d-44EI`e6sMnZ=4kZvS3>qVFXxz zIvECipK4l_G=F(>J|rG~VbfRh2{8F_@*NXSHz3ehSa-{`ABSe6g~tIE!WrjDIv!I7 zccTHkPSA%+ws%ikq5-=5L6;K;NOie|&k^^-IDU*f}=!Xs(K=5_D zPB`yglhw8s)W2{Wkfdd~ft)`e#@^j`ybeWl_IXM{bN#I>1Ov)ph!RX}0fLBMGFL9B zpU`*PPavtpeF{CPEGSUe3H4idkCe45r(`V2X(L2yppm5Tn6QP*Pr|TM9s)M;lg#M~ z!N9#0*|r5dO=z#&PH|O6c|n8*wTaQ9F0eI*&a8jphUm+%2TRR*3wu+H?&k{_NYKd9 z*pay_hl@TgBT$)jdnHZ$RzT@=8ymKkec@F@_!#0CfsD$~g80)drk_TikmANcwJmTzHVOkkM^;r2?{l=669@a$<@F zO2A#3eFf2AalbBcc~pikur_AbS4$Wp!0uyTgMCAlA-jHsb49SBs5^KG8)~r`*g4&m zPFi1d6~gC@>+Ti67wJ&t{=qyL``4p+y&u6}=K;G8`Yh;ndHrAxkaDrGO0YH12CxQh z?6-I!@Sm_=dZG>UfO77f@F4F{2gh+0NJr`0PUxhoR;GitmDAu8lK7?B#_zC~2bhVygE6A?@45`)b_)|ni`;nit7r#>$ z+wB|#QLc%t;uthF53bxAX$0E#sJgiR$-D7lOR&ob?OOk&rc3@zHCQLB-md!wYzup$ zx@^FV`5{~hd$@-BOxy(Tp8}hT;jCmS!Ny16ZdU;xea%J|=TQ9_#oAYhbG%psNh$w2 z@0O!12zmf^%#26C7g+apJ!}wyZe{!g*-t$Ycwk2V8k;>xu+-Hn@c^qtDHb5@!OXSo z1mFK*7$CcLCiHmF&p!{z8yf&254#{oiJiI3+>33k&P< zDp+UGCJ1ByhH1bwt)hyv)hk(~Im6?DY?Q=APyvX^1Q`U!AhuRg=_d+b( z&xqk>S_F?WYs9bcm)1P2_RrlcgLteTuaGqZOBnlyO&H_9U6}qT{U7esGF)FRDQT2Z zy?vP};}$HG5JLIz*+!7<0UvxcWknAMbV4(FXlU=Q1XiUJyRsqTzOmOjN$tQ%-{paR z0K|A?jb&>{f;VtMbrjfcE9{Q)b7BW!1(XdCP1z57ZE+fxjlBz3lyzrNoh}4`-BP0| zfn&MkRv9DrPbc61wvq`y!RB;b}*4bN;?) zF&J>D-g>^AXnjHfNZ5=wy0xRm3Ej}QabV&fApv#Hx17kbn0ODdeVGx~OCMOiK|Zo9 zJPl}|so&Ax!8;hDrd5hTk9E;4AO>h~vPX29`Ro6F3uIlQM#6(BaX(qPS3M)r-K5Y0 z!&cyJjkF-v+NPgv(^)_NpNH@tI8pVMb2e)JZ3x?{zhPOG607}L)!gZnX0Q~mR1rDv z6_h!Dgb{F?A;N*PW|iZWi$UxGm{KljeKx41Mga2Rt+`nhnS_zQyTZLNY_=RQ$V#&h zQIHMDzp+mSrP($QU1V-U4`du*->LWE%OBo$nQaAHOTOue1c`0!_!W)b(1cUaB*BdL z#HBGR@|S<5w)t;^Y&(M6L%lOZ3I4r}+jfRN zbThoKeX6-k<%buK|K6d0@U{Ql#AWcT`(V<8>h`V>8T^A7fuF@Wlr;n24fxV!pZAXb zjTZr1!GE@Kn_B3-#NXR3f(!GnL*9M-gZ%rEBUOHE`uKp1J{5h-xV_}X`G4K<{l}(L zRl2UpC+9NR4mlqhHsaYfY>(`h4=9Q(Nmw%gex< zEWZ+J>(4-JG?beaUzN2`@NYHH|D79?dBA!Im%Tsw9>Tcm?{~!icVqnv=D$Hl`1qsO z1VbSs*S}ki|Hm->M2f)coYN)Q`q|kprF24Y6;qInub)u-cRAj_z@LA;=TOhhCsqqQ z95FK7iItg5$^4a!1tP+TFpZsGYEQ#HUjL<0-q*N|Z}O?jHdFd#(lm`m;EiiE!O*?u zX|A}nSiHoz<75r5fPUSu=?9TqX1^Pc|a8>54F=lE-c@v&4iJiaBTD(d& zbY>&DKv1~`e8|o}<|BWq#x26!$jX;ej|`z--uyx^L+9A`V3J0+m`>21W=T%_dR{_^7=1ic^`T93Y;?*iUZhuYGAFfjV(X;?(L7i}XL zSP3jZx5IxO_Y$us{PN!XLlftc5BU{QCW$lj_eLhCf$mJ;guF z_@7PfR*Wu_3VagMN=a=1e~!g6Ys_V~dUIJ=y`M7%pYyubSg8T^( zul_%&W&FRbfBSz_atxRYv-mrk>{4B3*7ZjKmQ*a)Wj1hfhuM2++1vQ|df9thU9`9N zU=$B`u?YYQGXoWx8FkBQSysuiG3qkMqIJylw$`CfMqE2!IG)zF`-HgMGm~7?9C?L+ z0!78OxZB)U)lO7B{%xP3#H>OAM!i@*yf2=C$~`p$$719o?hV|B8J0?xz-AamS3dDVdI`mySEzSI3^i zil}X+)@a+F;@{f-*-r05q$*4EhVb;y@w4aodBxs3etx33_iT7;&5p0v6(w43O@G#r zl}OmWdN@AmbJFLE&lR@11(~HZ$^11(VXG^A?~gkhZ@Ee8KGo}YBK_4Hq}D5H@$HMW zz9wvn2W9aZ3-{=~D4v&B=?Nqb;sJ$+;p1@=8g2m}3s1^N8@u?Q;l1X*=F9P<)Z5$3 z)s8x?3E{)kKhjPvAL2|TaYawxnqM<;p>$zCIdz`hzv;`~to8RF&xofgZTR^0c!k~m zG(uVw>(;XgrHxW7{vCb|fKE&^%w!FnsS}zEGudFcq!S_x1A*uSqh7a{z0E~;Ums@8 zZiY%^u&$!70aOCj(df*hw{^{A``debYzEj;{^#MvX|oy!3VUNWNp5q_&F!po5p~sX z*X~UaHNpAEeb%ZmtU0c6El;zpXu~2q(dV!Z4!K$L$O2JS%(d;d#o@t30_|Y5^2vvd z9Sc`KpT4#3)WP>BFTW8gR@8f0^DYR+s#c&ed0|7p!|hL>Tlt>KylIAS=y6TixA=$t>5j5P#}l^fLPlOEe>+z+092|# zv0%4l3Oo(cJfn_#Ct%U4{-i}9$&Iu)Pqb+r8ZuC>joE}%j4q9Ad=&NUoREjUR-lRM zh~ZT`0+kG|=N zSlW9w9Z}hS3hnTA>_C+A&AMYFJX%Q?JsXawY&(@I|9RtfNB*~m9({Yhd9`jXssvb^gt3RAs!|jsl);OsI z^o}1}cyjdhTJ>=Aqr~0eYxBroS!ZX5)E*dz@QrA{aGI;T^V{7wwDG{!I|?VRbRRDN z$}hD0wdBTQDshP5)t*hYZe)`91f3MZ!o%LP4)Dg+43!saWvaXyL*=5oA62RYYLUOV{kDP+xSV{jdt`%%djz8v`HPx{{gwA` zUzeSUH8hI(6zlt3rZ#xb%LYD#ZQXvmS~FDl#0`-ZqD?P`baWq{?20$b z<4-w=f#r<{I^hcKqkW#ca6Twj;l>sfKc&6i_*#{4=|XV+22A`ZyS(!8;->jpZ+iT< z=2ivVL6TKwN~Jf2sG88&aNw|-OvSjw%SM!F;QhDVJ5zgra>%@&OFY*FEBM^9&_X56 zQ#&Z<2-?X-QUwwt`L}~`<1)oH^KjoUK{7LH12TS*WHQ%Lce8PeF`1doV`JvF?=k8d zP!lY*c;5@|Vb$GH^_XbW18__jzK%5lm3)D;CahrB9xL}klW&XS-`v*A%q%L70iF7J z4~(Un9DpAimC-#z|5}(Y#N}CEzPF0M7N43S6VC1)SKXbrfl*#u?7&dL7hFOuP+nY} zQzopSMEUxK1OBN#eAJ6Kl-}r(O4XS7AJdDMsL89x=*~7uKk3 zN6lR>?7rPJ$nh*3@0cwU8OdiWwCPhk%<;;`_-bbP@$ju(HrvY!u2ka%!wOW3I(Ce| zUCZIwL2YCZ2Jlxsh8b_mDA@dG`SJZ#Ynp7B<;Tz12sjk%;snZ%PssSeBz@N?%QDN4 zXK97!#@DeNfQMLIzvS|ko9eN)t^%>zrHX&XHbMkXc=BS?tL{j4{u!b-UwQrmrK`z& zpM;~}A!d==&19ojn|#x{Utj4YUv!+#dn-~=tXDI2`tj*m9%=f%N#v{dpAWj!oQeN`ti5GaT+OyF z90Gw5+#P}wBtWp>!QCx*a0pK0&_D>modlQQ5Zr<{?v1;r3&_j6%)q;h5cSlpp!W@hhgj%-7%{xe^8(`Tm1{Jo}MoG%RP_0>diD@1HAJU zgU}ohk8sDOo`WecL<&5}%M3HTS$n z`6o~JlCo9nczj#f)HmKzJSg`!pZ_CI_t7IyH*~nNgW_9>%HVC=cyxS1?72Mm!}rzJ5M!|| z#C6)E@Re=z_Is>RSA@6i)Kh^4r6`j|fwQFu7Y1ac9axw2sLR@}q>IpjNn@~kC*StW zY?(MY0;L8!$&O>gj?#G<71D9%iXUMRTC%L^NhEOy+ptCwANU5!D1OLU*!H3ZKh6ku z@)Lqhr_EfD$I)xt!}qD3llJ(FEl8K?7bZ};dWHY_ca@SUth@$&**w%G?ucmUVz7Uu zzKZ-rsy<(Xe9)$D)g@Pha{^^+U&0`6R)I2ww^M)u@Q%tanAKci<+~E%J9(i@;Vt4i z->hp$MdtkZYtU{E=~A0D>|ZXno?HrqyD6wH87KSylPuou4d?P_@Ul3hl>|x_f5bxC z1|^HHcqEHQaP7I7{NE0i0#7JEcaS^%f?t&@??9Vad<)K0sAU;e^^)`4Hw@BNuT#7V zT7>+?X29j!@D+f;R7i>K>GOr6wOzsvKecapVJr%9+O97;b<@DKX&Qy013hoSI? z=CDbxPv+nsw(bHqu%T~?Jp+gwvB~YX2CdHDBW<`p z93p04=y0m1FWUbYe~8O}C_boYJbN&8Zon$3deGWkO}VmYd{}Q#n6Y&GwBkBA+1PV` z?Ab7Fc@_=mOuDJ8I@*Xyt=zJ zM-<%GZ+bn{k=(ZH#{D#|Jg+oY`!&y}J`O|*xAlwN%TBW0tMPCpAl}IyBU{AnA0JI0 z6A;uNBTs)X%2^k70=pASZzM+Z`wTMkE*{#Esp5kwA#NBZ$#fjP5W%SKEGQ2o~d$-R9V%Yj0D7qhLxs7SN%U3aQp(%j^9ehs{i zWHcA=4PAwe`MYvMI`RkKJTxi_L_PgUl24jD`|R7|UPcdcrrF zLErs4*lPs_CAUJMjN@`req(j9w3BZ9l(bQ?Lj;Wq&6}}>1$8+$*SB@ExgLdnQA0W+ zW^9<;;NZIAD*uUe(RXpte3S;%(Hun_lL;`0^SKuz35voO=BasZuQ5jYf(g|rT0gL3 zy8k{$!gTjir=Z1<%A$^5L`xZU+OtTF8v<$tU~(hwLCMT(Q`6Z9zlf>}PqHgWZG}!? z_6(XF19k=~3;P;&`%bL81#08Yb@T^^yQR7dc~tXy1lcZp$Z;E%`6 z7xPyR;@g9TQJ^2)*9jx;QT1>j{Ss3sQ@fV%faHGWARUmVE*1PDTIT!yPmkzEf*us1 z{RMA`ht&Q#?s}-=wffkQmhiz+Dv7I8=lIBEQ{3t88jvT(Z4d9x9k^sBz1i`Hg?#KT zJJMepI#a}g6e%(|4P}dg{V_bzbEPyi-rjW=8FztnNpJShrgLd(f6Pg?(_K~H+kl&3 z+8J>~pxVY-LKu8yP+u; zA3oWaF{$pa*M5LVFVvRQX|F}xS^z`WU0Om2y&xp1?vR& zultfaWOM(XH9{gjK`^L47j{4}Me9x_qBcR1 z_I&pQ@n%r9@Ils>|HKSqf|V_e$taWrK)rM;{e!0ibOnfD0{82yvb3aL>G(N;!KMU8 zkoZA_WN(mkis7PXixCpwq~jIM6q|zR$1d=#$)lM0MY4DPlXw~`uHf(`-HfW8;Bm4^ zWi)t^%i6*LS&qGu_EY)T#c5h&0n+NU4=oEKnPX9Sku1m|uG;~hGX?Fr0ORz11d~qJ z+^rKL!}~DAVgs~l@S^DZZ%$T5{z<0wp{w{tSiCg`si^P0-9zhwQDnQk^TB*`}PXP2ARGS7x7PiV5tg`!90 zgQRCK|F->kEi=DJf8#dw4sl76ZLA%ax*cY&Jq%VQv#&QG?E3lnA-zq4?OyxKixupF zPb3BertQ72$Iz-!a@XoqD_c$YQ%46fHAD>WgGOt75K~(@8hrR0g0(kl|E8m> zfOp|5?@62Su{;-B1aJEPm|K8<9Znr{Eap48m9obcwllwBPTXG)Ix@zHU zzj)sJZgjffqA@8Y8S$=F5&3>S-Y9Cuu+@&b>%?buiS3JA87j$xFAnPZ(8|YAbV{mnLBrY_5OdAl0e08N#n?sj%x5G!c~b zc9^#=Iwyme5ux0S*qMKP== ztBZFgu(zuxmN7WGRrrg|U44=yXy4LNZ}4*>X3DVUo<&hCHBauvu8vv;n_dQ+)~=3N zhR4k4Rk-M8)g~2_6x9)CiV{{(X1JJ~(`zjaDii1%(TggYg&wVeZ5IcMXxE!!Kdl3X z{UHxWrn{i{t<)IN=nQ=mCN_78qei3)w{09?3iH5wO$k0OC!1sW&HESVX0oeL4Yl^9 zp)j5_l;ES2<#o{?4MqAtJ6Q}3j4U5jR5JWCj7Jp}Hua>Ue3nC2e<~So{e&M6$pa!W z%dT}WmX}IP7w5v)Dr?D&2i7gM;#;vSMUvb1`sJJo%^S`?*a zg!cP4Jk8Kwl4lelx%44Iy@t3#<-eX3lr7)qs9u=?&x>S_{YG0;VzI%6d9RS!jrk&P zz>9;q_!d0E6TCewPe(jioV6-vU^F_is`b zLQCWXs#zuULEBmb5`encPaq z$=VS<&A9Sj-TsC4Kb6z>245#xJCgd1q_!=47@`{ggsa@=v37(;Ivt!giDnf4taY_X z5pIN|QTmN&LmOsuk&wFN6A6}1SMk+3i@Q!Ue6fKk&DZWa=e$5yH2PO;G8d-6*c^&aL=L?tUZS8?Q_c4+d;$P;!1Nv^0W4WT3r z1|aQr4C1c4j~&!HEo@V*Pe5J)vpKj=Mb^>yv4y*E6;bw(uXq&)l6Zi!!V;d|1zY3O zRrbX>^S+VeSSEhi>7?Yv+&Ah+?bMF1uuQMl%&FHQcXIbPeHG){!*$sUs@o%K93uZd zq_A1yIQi;xLI(NoeUYL5OJ8R8D9i@_ll>8|YLH|ewNoH#YO7jR6CW&cw%1|zSt}cr)6n5sR`F8we;c%YhnaK)x2mHQV@-WeBqSn4@*rhYV&AC#l!q&jV^%#s)!5-2L_i9a(4 zgJA7fQ1;f@`JZod*Tof2Ruy2Db2dn9BY9ZJb;$*N6b9%fUHmp-+->90O_DUX{ZV$l z-LO%&AhXplffXbxJZYh8Ngb3Z%9sv}@*A*V5>)XZ#GHxwd2U`wMK4OlgSa=TrRMb} zQq%8XgpHP8D=m=95OI$wy6-)B{qwxc_pIVZ4n*2j>?#_50StailEymqjm9yNh+lvN zx|_33wT)E)O6}autp#`I_ia)NqD&R{k-5q-e2}6|9(O|}in*i-b}FD#e|Cw8=(uJ}MCgRR}n#sgC$s5OHYJcvO2&UG}Jfk9R$Y2#s zI?&BLRliQYWP#sbk&*vEPaui_+%Hq)yf_A{A=1WSw>JzdwW9Om2lL?1wR zZeHS72LpEqr4fp`(CuNtM;(WN_N3!JJnA^ws6RT6>~D0OwSlX?k%^TRbSuH`QOTV@ ze};zesN}{JB(d$W5e_$ZVm}Uv$Ds-V4i%%9gy9_7kVg zO+RPjlDy+##Ks_zrfYr6>KGk(sNTgtL*0O#nsIOd^}l?Hq+GmexJXJ^w2gQ2x7g+E zHF@QtD1e2df_h)Nj=6qNWE0-8J5!I)kZPn?SklzBYrPXnos`(<+K}HNgZ{QVS8_# z!k$6dO^}eI50G+nmx|LM4z>~fqYhFDly*H0NCo;ucJ_f82c_Ow2MqL87DEnWdw%8V z*Fw{FOVInZyf3cvH~~!UZ5G?MrHL58y*tf4C(kU=YYcr|ObHT>boiD2z@1+wEAii4 z3)OEb>nIisoz(jSSE+xMybY>;Dj+KAH11|UBFv{*0MydO$o-h2#Mfdgi zy=fKT5eX~#COqk;TZPi0&;jx8-Ojunj$y-b(uSD2b*HSYVX@R}fpVWL3^vX$@h9Mq zOyz-a-IQ>f0Qkfco%ZD2K(#%XJD8v;jHGAJ;BX$74^qWnP7L~?Kg;KD_u-zR6Z9Rd z0gsDk0QOl05_IwOPso_-s1d^-decY|th8e52GZ$JNfs%62CB^_KBTZ)TuUa=Y%@e` z$d6jkeDVZe=4IH~tqWrdwFifU)S+Wz?_?mA1*}lu7OjZeJK<4`t8w`<9PvJ!%yaq~ zmY@3DdTrKU%yl7ylk?_IYaM^7>i_r^JjXzC**5V;xe;Ivx?h8mMd1+@EsNjPZfb{} z>&))xSmrau>-~^6c}1(rvhW%w`5ZxXD;}l;3VQ5`q_y2Dgn=5^r5k%O%M4MH{{Z z=PGVrpmp8H@U>Y7cDo;4H6jI&##427qQ-Q!Z^1e;03!uN z$#NowB(^!P@qx)Uxx8EQ*Kj01wRWt2zVYbQGb$-VD@Q9oFkI{qXon`S02q`6Id!@P-bWV9sG72-9fg5oHniD2|152S$R%fuzdL5;Dr={fXAE!yqhAI8GFic#=Bq9hiB!0{*k@1@blBzrws3CXPc`Wco z#8LV&w-9mEddvw#9K|1VO%Zm_(X#ErOab>+bpCWm`1MvYIZrM$H#ZG5MXVnQ+vuB2HjEz#vu!|=B)nJBw8y=2kIrU!bu1uojg^Ym|7O~Dj>$s9$qfS;Y zNK5BLoXgW~kBBD^_C@1c8`XDLphMDoQdR3#*@vJRC z!8p@#HM4cXZ4X0Tw&0Veg_!=NB5R*7p2IYf^0=WDd{@Fl1sKN%t`Kh z+CjQtxwY-!*>t`DI4?!(8f}WYhzwN~+ z=!MG`Wgjkchn{B(o}%sz$&UnEATSln>(JR7&BcGxnWIC}=#&)JNv&aNZvDo(b6gx+ z$I{;3Uc&;~`cn`JNz5`oA{XzUBPZ-H})c@HRZfJ znY75mSiSps5#dA`tB<)ne#X;tD!ZrxeLZv;_oDM>KQ3bnk<-e@3Nij$S&z9H@-W*| z1%eEfr<^Eb^f4d6&v<%2K$x-2MG`Q;11*X&T=66#$N)U%IsWE}r3`ZUnFMF-5fjM6 zTF`}?9d0@{%I7|S&L8(jG(ePb0$s-6c@mWrPPTl>>mvV%CQydm|Ejfs&JTr*e>V7* zFeBuzTG8Zn-~Wg>L+kIeDHwhy@H?BaVQtr8bF#JcAk5eB1doTv{n{exNOZYr<~n%z zBA;cQ>$!y1PIF(OS8p{~HryLK91>TmtsZ;9XgYcTIX>vpKWhy`BLhWAWFzV0gbz$m zR_dy^UaD(943a-^4fB-X=SvWiA`sb73%N%QMzLH_AJaOBWX*(}lE2sQz|v5Gdyv#f z>V9_&vl3MjH5h3(7}4znUHdL;%xj#-D%v0nf_7~+Z!w28530EfqGKk^eH6=Olmge( z9kn$is=^!Au7lQy$m%G8HI6kVW6bF=+1FF(+UG{eOO1!zKMui3m#H5Y7YG196bQZ% zP;{HX9q1FZx!`W-ssch)jA?z{`q9DDE=2D5_1?6%jIGH%Cmn;dg(RqA5KlV3U_Bio z#*J3$4nAgEB{1H??#zT78Y|Q(Ms9Pn$b5&OE}%yTwXd)K|5)(u=>LiZZvP(^RR0qT z)+hRHp;*v$l*>dNQ}+|DzgrUxlQ*hI7!USVtfEP2F&2}M@x@s*vzP*$oH zOwI*5ZyzC}&;qO#;XouKSz`k*W2g|Ge|)K08erf;c$7V=vHI!^;I+9>Yde~t{X?Qy zDoNTzik`k)R}0b=%NZr@@*sP6dwBcJg-`}I?7CN5CTx8>WVDZ=!cbd1tIBEaw{_K# zsYR8>txYB>(KM-hir;!{??%!{I)#G3lx=Qh$%F=8Y<*|>@{j4llB08BpviJ8(RBOD z%6IEJInJQUTN3?Jz+kSR6J-9~mFi$45!tz3tpi7>b-(=VRdsC5mN0j8(t6&-+uit~ zSB+Tpr9{<+{t8Q+bK$%!$zPbR*#*AVA8LA{rghC5ye@Td;lj73O@Mlj5$E2IVnrYhEnq!EV)qCP%{i;7Bo-yfn?5Qn0`qdYh;RT(Ph zBf;P=atsjQCd437dn_Lk82;w5yo6}i4`_K>iVQ4im#vr>jA5y4-qW7^K=aG2*$fp_ z;IXXeY3K;a^_ruoqt-Sm@LfdU27xZCM8FGoE1F%5VRvy2@UX!b(xjdWjNytu5;KYn zw!a=IGyakgVGN7^sRO_m2K*_uNs;j{50n`ve6Q+dEg%-69*e+tpfc(O;VkU*q<5 zp$y{R1$MG`6$Iv>2rzH+gUR|r!Jyx?h!a$mvq*NlC<0mkm;%(C3dO~DAC;%Ao{IAt zcRzbqYqaot4kzEbd`hG$Czgw;0QZJ6ANa{_&|&yqY=Ql^Jn3|{u?8}z}f7-1}QhgJbUvPq?{7dFGFO2-kD}Br}& zbRJ=Wy0vLck^5GE5?rgYFtRAq)$!^GzdKfhJJTuIR!hO9!s$+n$Zk)F#&$yzZIAC4 zfBC743oxYN1Y~Ubg0jQ_u@K%0=3U^nLjQBC%~8Cj-;Ex2AB%0j-bbMxRXaR;5<6$kusgWFZ8Bmx3Y2;vh#dk|e&881Iy+*0mQ% ziXKp}%IAI)`m8LMg{|@WPQw9M`M&<#6%borQ^T&cm{rvtnr|fAfa;X8_iIi>0uk15 zl#Eh8DrOCPJ95-G*i+ zW1yCBJ5`o`T%O(7URR6A5)+)ZgHX#$M~1!1+$~%oJYL8Aho9cB8(jJ=yXu^_aYvH& ztlv_tYnuu#Cb%8+ulB#pD^Ps#9rgKh$yN!ngjaBt{jiyd%w#EvRZOF$;g+V2AFHK1 zehsr*b~toA7lZpr=YgFWN$M{gWt-)jMW@p1Um57b?EmvwM&m8{C6RchGTLTQbWRej zmVC~*GkxqT7u;oCxQpRlG1eSD6S&B`l3Ar_B5bTO<|lZSofwOuxYe&f`JkZ-iK6)g zJtnh*YA`pR5D-gX(iv}`Q|KcLW{Uy8*q{Ie)q)}8*Nsb8NJ~T8V;@UYe45_yQqPif zdkf_Y=HUa;;aqz&!U&QZ4jP_3Q`2R6(ZYsRmc)QyN!sdsSAp;9 z=1798_w$!+3Pltu-qMGzLtjPP*(5edy9K6)%*>6=AxK*^KNV)Xe_JR#OVE8S7axG{%GlkO&FM~ncyQFb`|xQNG-fF1O`#QECL3~5TJ~BI=j#!y|SSy8<`>59YIc+ zthG`fd&3y_O|S2B#fZ^o`2r`V0*jnn0j8juw9jPEZS{@E<7Cj0eYYM!gAX-8^yAP6 zufYfY&D0B|+>(oIf4p7WczVsMZ|_Q4wx*am z*fu6MCkhmWq8;aC&3KN6W=)FBv&r?c?iRkK4j~v#(0`IC&QcWjZdZTad2m@jQG-d> zd$zZ!X|clH)3YhbJ_m(Yj`Du!q*uyI625;r%W`}56tV6L>IhRhnPWVV=*Ibcb4vdc z+Bn)Z=A?dj(ZOLLC}Tn&r9Y+YDpA5QPRpC0eKD|qo^+W1b7S(y3J@3jBC@#^NR8#f zP4q%+Vo_a-Z4t5G1(q<$=mlVol801tv82)zgaqx04;-Q9*pbl?|W!QD(Cs9;b=?FTh`MWZN85Gt|lsR-TJ}h zdH%qKEQZVXro>%@Z`jOf%WpLf3&gc(P6J_ZC~^-Z;(l;Xa0FyD-E2> zZUeUTW||$L7lOCgz$bwq*-xp$;RXUB#OccXM0!U-yEI(7GVzsthV^j%7X=%a5|2$Fk$9MtpO zj3mUQjDh+V5C`f%`7NdIcbIX9c(at7WFge1%@=J>&4*sZcIea22G=y!i}CER_^@%h z$bNv#vIc;azu5o@?I*vzJl~;vt#U~xTH3omp(9N7p)(RWS^`dL^%@`7>b%a$1!WAK zeo&~WzodTpqPZAwainx^_r-AYmVX|CIg^+{HGk)^v(Pl!LDB=6z`1h}=G~l_Pw!s0 z)NM%*)K=kIvh$$1aNz!WXth0omeeC? z2|E1&ExNw}Ej#o70kzcOp0z!p*0{Dgu^JS$N@~ZbgKdtem#j&#qXn3PF|DZ0n8#l; z6>7;0O<0*v(in1DVmf8M&QuLkn=P71Z2v89n<#FrQIx1>1-~rORSe{1ff%#RYIPIe}XfH#}-LH+w-6q8mgIbz_WkZ#N#&uEl9};B{V>dXIMk zi?&f8kV@8#=8WS}_xl3Rzs>^*c-5+?0g5D>;%2O2qj7RlSX$s2E67GwxWrP!qUS4{ z$MewTEWb9hct_#F+(i2}EPG%1V2NZp^*;UHH%`y1p}K{C!NWnttB-TeDVII4ux@2v zw|;-BL=J7PvdZaBP!M8GMnqK2VLGwG&lXq@t~8()R7Z*#?zPHM7$&KV!`%Xa7{KT^ zcvEN<-U)XM5a8;o6Z$TFq^iYr^pm>bdlY>jo9d!N;Iwt6_pHVu;y6Dlt4G-R`md<- z8_zTT2>+cMZl@*@@coAyG~}=`SkQI4goqP+Za8;)=!=;MBEo#Ks~sU|vGip3De?`w zpLbpU;-8xZ=qffZqx{Y#Jb4O8&&;Fzcgo)P4+p!?k#D%h0zcr5Vfn{eWO+sZ6i87M ze3FYMZ&z~68=9Jg_jCNt|bfTuKa$_JmAxR0M*Ey5X&eK#1xGvvg zYg(sLc|~0@DrrjO`H`vuwYDoxmcbz|Dm0)Fqh}6ZItSI_B{lzn%r$e=sRCyna|^nB z+ld_}w;y4E-t}u_bYi=0*lrvBk*}pbr{tF zeVLQD{ZbI69km-t6ge9iFS(;X^|Ivk)UGncm^Wn;B@P^d#tyLq41q*x*H~)eccoRX ztK3F$(yI0enc3W;BKE# z+nWjuL^Qx45R;WF%{5MLv`gV={g{!1=9mHu7iwfb*d@I16tc#mfWc&S22VIMii(cz zi?BNvYH2vFI;ZHu?wNGWH53udYILzwR^~X*O`MkxmTNc_tEXt*7cQtcxozzHx(?mR z+uOT%AVWkxk%Hn>*Aq^4JmHk|BTk8u{K2U=e}hwx=lA~JymEwl*6|OZvNqQ?f$mCH z*f6Dw;HG>Mio6jjBcXuNpD2?~qbX7qLZ;Kwsd}Sbi8I;BIVvwy+!n`^+vhmoIIy?h zF}=-M!Of8bs7L+A1HTc1@85k#b*BAc^IFLNVUzn|=G6pRZPp(4oJ&K&4Ww-`s# z8_rjyWM?6}vqRd};gm;|g<1{Wu%x7)D~DoLGS|pq3_D>I?*=J$+;!P~S&Py^3(D1S zi<2fZhl_Vf-~6KX$%pf(F8k^Ja#7=99G9cu@f&ZO1~W}tnb~ZB_AD)p^9*4Oj_VNi z3MyctG@8s5X*Bs!7(Jws440$1fp+vK%@~LR||SGc8?PfuMu`$ za<#LYe(f&;HqE?C0@YEgE;zLha~5h3l2Qk zRYM4zTFFf*hP-mqqprV{>>r!wdBrQa@U}xxD;JH-v*00LpL-M^$eA}y=HfV|NdVYY zFS;!JW5-}oSrJAcuv#jD?~}Yk{J5EjGa^79 zDF#Pz{{3N_#7r^55sR~v_tx12Jn}M?zf$c2xrf05a$V*ha?R!LGJ*(sJ|I=fQl9nU z%MFq4j7mYRqDPd=;nvC`Pf_o)pOI#BOpY~Idj!z(1YlzLun*L-a{u+G;_kmxw1{vX zC1x6llrLCpw_xZWve(K`I|~&7CzzgF@QB0mh*|DT(|k@wx@$3RoSljtw6>x+Biiev z!PndCT<6rk@o@(JX2RnGx1xD2Kag#OfM?&7Tz{Dw%9T5_xGWsaKVdl z3Cs4r^HQ^|DVppzbLzhp6kpTI?~?dtbkxLbut4CHH#iGADW^@b7U!}3U~`;(LTGG3 zmx9twp|9*6lJ%C{`zI(+M?CC6;+013+n<66-hN$6Qm)Uq0|}E-PF~K1Hhin%S8tc# z_xS{?aMmK%4Gh%P{_02$?}k}RW+9?ZiD*n+{>nn!M#M(cM#x6OMocTxq}wSlg(H}% zq0 zQihb0`y%q>yphj49)ui73|%K0_Pk#qKi6q+;XR-e zX}Axke-|cO7QRGb&NL8%`iL3D`f$P~ zoB4jl*|u>I!#prXEXwe&$u#DIY&mzr2Uh4q0Lz>YdnVt*R))Y`=iWJ1)QC=}R^< zJ%@m&xhYF+J|Pyuw7_rp>=5xpRJVebrvBE8EfX&@XOZc4x z)~uIO9Pg|WjOfDc-F!?OTF`dlcyWH*Y|Ps9bZyyHPEwGTEGOkVtVm1CX=wojs6D>2 zGf7YMJ*?L>yU0rAHv{kY6luWo;8Qw}AHZI(bsq;s?kr;Ua5{+}M!ojyeh$jq*~#i& z_a5jki=IO+8%rJ_{OG*wja+z_qvAJ{rpK{KpCKipptr84Kq0i3^N=>dSNzV*9C11&z2!c_nY9F8-_}zN~xY5+Bts zy~~O9na9QewPvfJ9VKq!3QJJk8a#jm}l4j^vpBEK6>Wo)hyhFB;UVhXBVdQ zdZ4p*`ZbQVvP2~}6NZf<{o8tkXD=-2y*e?KP4O*Em|)A7hYx`vND@b;4dW;%3#J<< z3k}l;vK#y`cPMo}slF1=Flx3aM_~pJTkFayzR&7&gq`i_c(EmL1XHtVOWLl1g;`Su z2~FL-ElX`0BNyU@^{qxzYd* zPmJNkd%m%vlXMvwH@;s6>-YbL|0F*eQCficI%9OqN~XaOnV+ zX=mDf{Q>y;Y(2AvN7?17WiudAw%s>iGrB6~dpn-mQZn2SJQqJs!oAarF4Qp3@wZ1r zNJrX8L70*8zsS>-JQ2Z*!`+IbAKBp=@s8@JEjgPuQ;uvsFeeGB&R|6@oS-(^bJ@p< z03Yx)5uT2ACkqEa9MvSg{XQZ z!DG?lD;%UXo69)$f*Wv<(ie%Fkkz9uiE3Lzaqw%93XdK}bnJfbmee4!Kz$H}wFW$f;g%Ah zB8!UXp`ZMMzr9xfo0mOVJUxg{{4ySeRl%?C^cebE2OJc73^ zb4q>v4wwKE)=$UVdT~t;`~ecz&&1mnD-#N~=XV6zz-Z#tk&ASpAa(l>p%C!cXno-P zX45@XW(@NNaXvDAHTH$E%$7egNgr-x`A`_cY3-}SR_Dp=(f#MqB^mp^3w)N8)4wCm zBa&!(@BB}_mv);3ho14Lcx)i-H1%>_-A<&6$$P!oH!qg~0gwgNtpm4z@oT`mrN}Rl zmRMPP$&ba?ZxfMfhz%ILr@Ni>K8C+tMY}{P?F)m#2kg${Tzd77J)x($q&oJ$noEFx zL{MkIK5KvVxD_rs__E~PtEjtoS%NeEV&X1bynDN&3{W~k=gpbk9SN0r=ZBcH{Z8fT>dN80pkgv; z?5B{6YUKho&iuuP0@k9_WGUM8`L7UnIq0=iz31Dj?;I+C0F%|LjWe6vCeZK1DgnJ+ zhKhMTkH&d@P3>_Mk9F3l^d_rW&{zEjKIhAxjySZt`}xfnmwiv1&neTn5trii9E`l` z$JX>TTt+WYKYe#gmWKv-A+cwAZ0S7)clmP-`QM$Yx%+_R7k}E0RBz3ml3c$9Mt~Fq zeCt=FV zHK{au$@Ayo^cQ(e;-7N${y&rcJj9{2ICLT>s+jGc!bA}{oA5OPO#(ybUTOGmt!3&V zi)#M>!9=w*3nk2CA) zGACZM&76_B?;-37etuA{-!IxGn!KK2+n^Qwm87+6qB;&JN>%h8)^mV>u5-_sD|fjk zJbtBWp!}{3;2stj@bq!&o=LZC^Uz?cQgspt&E}_L4=4s0q>N{LMq}Emz7hryOlBA`dGoCl@REU$h4Pi7n`EdUe;o-TRv`u^7|qSFzQ3$U5sOg||rOc`xu0jnOTyU4-(1KXO3ULl||jq6ucJ zR}T6q4#)kt(veD@w1)7b`S20+XQh+>Pv!&kraoH>D}6inN5!!Z`>f>AF}XMHW`%76 zjp~YHvYs%+#)-hsq!yy&P+E;bf59uuH}o@z*nf;ddlE-|^0!UF@2XCz7ea+YvA$Lz zCVl6i=HGN3uZYG1!)RGEf>=p|4EcmZ^H{}!3vM9G8wso{{am;6llu+VMVE!`{r9Hg zX*~|IrM++@M#U_nYYM*^jeIL?U*UDxM8q)RIp&${}LgQ+PPN-BpnQ;3ey^yW9tfBq3o2na;*iUX7eBJE{tp08n{A z$4Ba>`aHL_P0WoWDseo&c8!uXU6I}@+@R2khOb$8H7m)8d`{Lm0&R3n={xBF!g2+; zRnFd*ob&Z7d>gBp-{C3N7F0NaR{(C5UNhc}6%F0$D9<~}7UeEpv-YEqS1I8tapp$Z z|7M(M_;!?-$Zl&gSCsa7VIzNVP-vr!KZm=;6O%GADM90eEKxgpC!8qC4WyV`dnSFW zIIo#cqtJ$qnr}TPF{^95pS$M*oo^+&MaKKg*=RFT_G$SgXRf>#v!Ez2&_$=Xwyllw zGwtrs6B&QM0_zB@Rlh&@so}?ZuNjyRt+#3M*QI`aXTOaSCr!RTzf9B!tiUsjZT7oTILQyNVCh4 zhLbnxLa@D6%j6Nl*$+VJv&m1e`&}htWhzHn4G5E~q_?6#4xhN?cb?CAkN9up_*sZ- z+Z^V;*e*rvv;c;WQg%eb`PQ0x2NGR>5X9)3=$nY6rb0qw(n3QO?L2=O(40%9si1tk zJAifXlyz50J@q+$CAfiXduXmBdB^ zEYszxX%T#5sG1gC^bJ^^*4fO``PoC?GOk1u!^i^$|byfgMCwmT385TL3AZ`iK2L+42 zfySK`U6ABGK8WjieB;7?h0zRX5C1}HT>4vg(0?4@1Zw(y^T(^0Sj;M zKI}DBJokouhMa2yH4#jofTR2`;Ly4F-vh_fm2E_@&&r>GV?xkMTMfJGXw*+t9iQcO zRw!Ej*L=UjX7u*7WIx>JFO7e_e3949)L%)l{@Vplyv9uy}zPXtPaL zOz8N-V_cGPzAV4oTLoS%%g*C#12TJW*v^WG#O+-u!yttqkRq2Y8sru>Fg`b6)R zXz0|(rm)6Km0yCYZR)e4mX}197h>%#F6@+A%pEOWM}#nPPO<`&Pht91>96I_9i*FX zh9!bNfj@Wb*P6Cdk=JD(?2M9fZgzgsU)QP*kyDwy>o+F(<#k3uUe+`PZN;jnEO4!A znX6P)KL1Wf2PcfycEq%b>y?4nkN1Vs=?PhZ7gUUyP_JCC(n|E#J$u*m6S9QTDbXGK ze!A_mFwbmpCPAkMVQIuuHZy^#b35F1@uDN-9w$$W)L*|E zKY~lyc?yfn+HvLr5`-O2{E^N5BdeP_hyP194H(U0dqb96v#m7h>S$M!BTEr5F%L%| zP0T(ZN!u3Q+D>m8G)Y1M&RW|cEA~V7gfFuQ3CF&O8fOQ@fJEV}oluTMXgs9MNhF{{ z{1}LM(n1mc(C=(&n;`jOjZeGnMqC;H*R!6EJgOCNd(o?SDzVZNR%- z=L9r`tIRQBc&0lLL^zd+erhwLoH|#1tS*|}lg#Mfv2g9fSfhg1Oz3#0Si@-Nb;gV@ zqlP0>xhe|d?)4%`q_I)o?l-~S$h9WbBwhc<-!;a19ts~woHXN+ttGw*?o96j$&iAxCI10sdTe*FdN_Wydy{-Rtu+Wq4x`-^h< zccAXymuKXk)j9Rpk^MigZuG@%gBL(u*i@yIxZ^Spt+nG=c@o@A9hDEW2fKP5*6eY>3@~KAOJ2+A-}-t*zA1D2F>J@u;t*C6`=1{_cwtca@2nQG7B8 zS4LGQmbFz?84F)r@ieV18I)&2-$srq=6Pg1I#th7zCiH9r*XhCCm(krWB%+qUS3S_ z`vL5dUHRgvX)pzs#`Av^_#l3_+qBzcyeRK|-kZEatU+jE!xf|Ffom56;~Orgq!($W z3->vSd2((t5gCX~vkbFLgA8SywqQ)y%HfkkPCvr!rL1jZ8){ghHKO7@Jg_vTK&rJrJa#Z&H_oDE|sOkx9!r8-quEbjl2J- z`18AP@S7stTl?170=i?!B`0H%Oan4AC1i0+STIVRWM(RA^ON9S0C}8KZf4YgU-E1F z>^`k>JK&6~?pnkU=GDv^xF4HfD`FOW_HGZ887YRh=9rA_r8J#4Q3p)Z0xg=;{eTIV z|5w9?tNec(_Fr^E=YKcs{ueriy?~!eT>k8B0SSc^QNb52EkJsZ&i+*f35al1LR|7g znWn4m?(OBMJ4GU+Ns>lVQe|w;eN*@=aNFCqLXZ6rJ`n6!sH~{s#d+m`{H?}-t>vJt zWhNoI#LXM?5$_~?P4pIB&jO&V%lvz?P4#9Y#`fdjD-S=DK>AJ4;{?P#_kLk~87b+r z6nDFdw9_U^%5%n|>Y|I)yPWi}k5|*mr5K)nqij>shGeLH>O8F4)+!IKzg)ufclhsP zOrAf_4_oi+-|x;^aAgrF1J(=8+Io7Wced;IGvyCT7`dLg=tXHK8-!-MElPZ;o@F1s z>PU}!bYG=HceL+yw%FV3lV2u}E!+x<^Ey5Eiq+QQ=e0-dS1jxt-@S{SyAWB1Y34ht zb-n%Mm#JfkQ*f{@YhNm0)?gFx-SHxeuwersw=gkfxKV$ z7-^ztYK`h$mIKRcL}vNxD*Fan!FzXg?~WcA@c9{ipZh3Qco?@%nZ<4l>j>mDO!PK^ z=dQFdw7$lMi%;fud<(^n3^-yKmVqmvyd~1n*3nn*>3V`b$Wx=r{4(H z74er2t6W1gz%ZNsnCr0zf4zsz{=g(>Aph;ywf`dkD)4^+OaHh1KqwTbdiy^WdHJ96 z-vej#Kk85hj`y$lCI3ZN)W42z|Md@D;0pX}i#TwAf9+)n#N7M-n6JA3U*@a+$9&!1 z0f+7TE50Y>1_TKl?js&L{HgNe;OG9(!O7Fx%hlnp?}z6cNBq_Qp!*?&k1am5c~xAm z&|<#zB{J@{aF9f+t!<|LUA|}v>O|vv7KE07#i^GpA%gg?r?cDmXO1|D>5*c&HjlP` z)vFP+bbN~Gx?*=GE(R<7@_hU;3&Pn?6shvpF85$_xAi1mB`s_g4TEp1I~N)r4g`iB z?1k0SHta#4BQzaYiswsik0NWam!R0L5VE%bSyid5l%Pq)< zhuz^M{$&Td->h4;6D*#%_m;8h@3mX^nKeab-)M`5Mt2)g=+Fp#baeToBKAoXMj+Tn zWEaCVjNntD_^$gv3Vn_aOjrr}Y5Q>(t=J{4$b;J2pwUc-BLVQEwT{wdM3n}y?3D|b zkPwAd8d|vfa--!s7snn;`?jfOj5ql_HZpcajm<~epW@OnsqTsQfFxUxx%WWlRyA`{ zi{K}iw?Zf8Ly16HS>hn#xC7ygc4FxE`56R{|3oLM#luI)K4JsOH9)QtB=+VQ=Qrn5 zqz(jACjuZifz>10$&DD%`W1x^@&iwxQfZt4nnM6~teX%BCGPZH!lv>dc@4IOIVh~q zxL`C>?VD5)w5WxXl7c>`0Gvg@kv;Dz#1*LU_Wv`l<_oSm-32;tT}JmyYV#j&R$;>i z`n!X6t@N8FkzK>xJG*M#W0ecz!EE}grx;1eYM%H@3N2DyL>BI4wdHv&3N%u8u}#z8 zkulRrYXCO#E8v*)>d6@7kzh1y6)7^=GL|`KHpEw0x+1y_8mBb}*H9^ll__aK`EBv) zL1V5#pPX34sd!$EN~{nr&Z+;7{AWFzVgZk-&=f~5x?-v*s>RtdwOTMh8}T=KM%0pd zEL)vGII(rKX!egbp!9Ob&i3Ev(Q?*|DL|fNSR{aIV8WS>+_S(P6W3UtClV0H6G^dw zi_L5bZ9ye?4DAOGG+tj3$3RN7L*e;7aq5N>nzNF<(1^1j!j;7<;=^bmEkh@ELe5i} zBpfbG3l$UmG+~-b}Pb#dW`t&C251RM-rS-EWN9^pu@ z<(1apgfgsj6vEXt&dLxRVo>ES~>scrxZ~vFd%rWm|C=KTp^2tvUGjtmKL(gg}qzzJ+5J<;ABbhmwkiuNgwU zS94YM-EusR0mrl<^s7Ea`IK$uIwbc%Z5T>UPbLdll(PV5+!Ek&=2F+oxr35t6=xqU zg->ggD|a;kKd`uJ;Xu(SS25axUvA}lQ{1$u(Mzanh>Uhvv)k95m;E@JD#HvevcGi* zyekBpkdp2S`?g*7ZsN*bM?!_~gWf4~M-pe- zf#7C)MR?5qrNwfmCU&|vQp=El2@GsxE6=xj>9bUPbv9YZ)#C)jmUE_=<>c(X>Z(AO-F!)*8R%5W%DjTu!g$0HY?mX0HGjal?6cgVl3H%uj zFhAwz`bxdIlBN)KA}J@JsE3$Vr4(Vsmb-<6MCr~JvcOc{{}HDu1LD6e3a)I?zHTSc zV%<`6w(yEiJLf2;Gkk{X)FP5mczZU)&%kid0wgL>j*O`)jzpD7Jr?#8oH(D6%XzP$ zMMZAnlwOxS#L!7;7aDgq$KUI=qofO3;9Ab38H#19PzRign9FH?isqQ6o(#MsdE2`l z_PbTEvqGbv)7}UcRtSZHaNI^3^*p3Ft3~`N>0C}CT1*K=Jd>hPYjLVd>t-$i#0X7r zo=tghi4=1J)cV!x!_^d7OjCeiOV4uHDbz6<@5s18VROjSqXdYzQ<8eC%&a8jQFwWl z{@p$?6}ZMODJlw@bT+5ieYSw681a}CCy&A_EaDji$y_-&o-QKUGI0aLrbLPeTx>g& zG659}_);Wa=&JpgJJV6v1`<0eI3WST!!7-_?Vt8zPO_^wiTJ~gG699;6#-pcf&-2~ ztpsVa|u*0WsJ`oK1tF}s3Y1O0>n8Vwhmd_nv6H+ryvsAhFf9DfH4sK$PjZS|xP znRzx3IsnsBXk+tt6r)$fNkUVIxxun=zcljI;|&y(OHplJY%8Zy$PhV=9nH3totWPa z*Xvu(dA1qJO&sBv6x4%Gvwd1&D4rFk8C%JXjTO+NP;|WB(Wj#ly0-02)E1e5UA;AuLT$^1H^;fmckJG297+J4VO!<6hfZT@(bsy%6UxWyd$+#$Sok&=I> zX;md~$F){lwJPV(xy@kkrOwX0h=uLy?Cqu|>h@Nv{zzBoTnFTk;&eUCc;-ub{_c49 zj%v)DtmSlBbX*ltE=kD zDjrz-&vuPqZfeA3O&wlpSZVF2VcmwmF3Jip`N&@h`k@QTy@Ku>Bc+d5nyM}Iy5{#fo2D#z`86@F22tow5qSkk#zc}fD@nr?SZK2C`5IH4m!XGfe53K`U2giF#-a26 z9(O$h>=&bg7Tc`QfudD*^dLRF_Ru+hi(A)dT5m{L33R=#-x9SKt0jc)et{3WJxdQV zS!`(_?IY0OdDNR1q|EQICgt;+)SocUX&ogscwfFQDujsS}rb&_l;(S z1?c5N0?G>^O8eJf;qMk+xgUOe*Okp1e2+eMFZ>xd-FRp-bV=NU*G8C+-uRhhQmVf; zR7i~J|8kH-3ctg-K=M9^$9k^sC?|y46E(~IcoShwZ#Z7y8G{T@C4^cJueX=@Z(&He zK_g`)%h_U8(r>C$7Q6=r9q-XTlZa=~sV{I|?Q;v0iJ_Nir4N@M|NdEXTQ`*554O>E zYr%v5 ztkA!m9{mYzISl@337mcG+riQr`JW+9Qkzvmjb+MduLc=m;J&?_NP8-Fz#TpNAS`cY z_608NjO?ad=j;P*3u11T@0O9774@v-<_q6x>{<#FxluGhRX#}k!CpNVb^iu+@J_>B zy#~owO)q=s=9FP9vMmBx?gqL<4mH4OOfBr|z+Z3G1)Y`{bBHB}UZd1qZirRhjK_N4 z#|4iJQZ7BBHWpoP$h$LclY}&894gv?&udwaFD)SET{aGGjAvfg91Zu@KR@>HRryBl zpnKyj8dzkt%v=Y&YyY7Rs~Vj5>K>RGZ{T)7d`mQet0aUV5Y>Jl1pGeUA2kbnfTMGXjtBmis=2 zz|z_D7V*YNk&YUT_$B(kH;1zvdjjH7PE-KXw*FU48-V=pG3{Tj!|;D#+HfDxbYSx; zlZ|46{`=U1Q&((fW4Kc0zpQ^h`AMD8zDL2V<#CzbQT&H(&uA_^m059A6_?9V{7Fe0 z*HbB;(bX!IrHX_)D2vI*V>Ge!FU-zkH^UQil7ikTv$Y%iKAthkHiGqqyv2KP-Mhq%FeFSAE8= zrANSh5iYtj5$pmF2X-IG@YKx}++ElMH|>>Id2R2{=-95eQ$|&nepPKkFa}$H2Wy8K9XdBKI)CL?vvQy6HTE^TSf#ycM~{nPclJMs4y{O@=39_ zD1oGNEnbUKosb($xDM;zIL@z*+Olo8Dv zm_$}p9wD_9nu{w~z`6jePgfPUe@UbCO{U_5=E!CvRcE$Kw@|gyH z4<7|{vYed6k9KkEgEh4fPU6Z#pu-BBgVRY|J2n@?r%HZcIGKwP^lnjaU@Ts}l{9&F zCW5xjn$w&=;U2;&8N!}AadZ)%ONy{jOfIev%7ihD#Z^PaDM&T*2{yk&-moW>ZH1Xt zsgwx_2p39<8iq9ACdJ62nKNIUQ>9J)pq>8F(G~u4K za&i;KREQQ5soWZZtjh|s)hhIV@D2p1&=C>MF1{p4)53_1m-mN3Qlq@ z;yDcAN-B=>1a#|&)<5f^J-sP6Ap;^D?SN_2z$DdepO{&?Z2p}dt?;h3S>np^nF>w~ zgk+%)WWY(8&@tOZIi5#2nd%7kcNES>AN7Ew@XeITfQXtY6Q?&Fp8yC}?3@orM)t42 z(c>@h3{fvso{jh-y5w0~<+jsh!Ul=DS<=GIy(Cx_qR*iLdHPsTss5Z|tGywdfzat% zq?j5d=*V-fVr0a=*{K62t6p+3Uxs`>2Gt@p;K&@WPL!i|I7t^)aKLAJc?6xnh3KP{ znHrf6%4tSYG_#y)(?7&C5}*kZE{gHWmRH{v5#+)z#O9(})swP}jU1yJQ3S@MY-2+w zF(yd!IYY-fAzmM#8BzjAaR-t0MiVi2+9pvD#%*w8-Lh+qcvnzqSke$a5^^c^=(!I0 z6CH1rR0SY7sf=gm)2lSoTTweVqTQ3Sv)2S2TSG8UtRBq}&cvXATles*6;|RY#4q&E z@WP*ALjlFau8f-y7XxO5E$6bf>xM1Z%gk|SACY8Orn+@mhL5;0XRhHf8}!(=sZ8E$!*<*Y zm~i!396|>Zo73;tgt-(rv@A{BpC0(NKQnM*AfNuDG}Q*Ho&3B`B1WboOT-{<7$wDt zcGF%2x{djn9%JapPQ^izpJ&B8vG~o*aFbP}zg?4iWdm|SJ8HjbK03!QV*)x_>z`n$7iSr`ld_azyP$?p#+pSHa8x!f6_1857V)dr660Mkr%^ z1&1jqUJazAaVu`&gM=}R@fryKc4yFjF<16qYJ*AI!^S5}@X5K+ojRPa9kY}s8Lq8nIp&peKZ@A3^YU1S8N5GP_v!0 zaLZ(%<(DajO9Rd6hdf4H$#IXBFDpuG09;VqHi}Vpf@A>s3CXxDB~Yy;&rLo{8N zWhA_e&jzw9v`W=DGS(~N0K}|hd1))-pY_o2zBy6M>;HK^p?rcwYtLpELpakWnJa1K zlF>vU?fu{Ak(Kar_-8$Vd6P)&}%My;4#Wo z{YEXIB_!?SQsPtAEMrVwScmNA+1m>D!`^760{huge*zIP;*9%WwwnIQ)oG78~+f)%rKIo#h6;4djau!BmP& z2oo!kUwT!Nc1Nv?03dH3%qcC~$lDn1VILkwjA*bAP_`TbYDq^C0}vpcW*Hjb4rp$N zq|ng(-Z(~}F$;#J_pHv6xO8RVdV6_y*jhXId7`Sr_H?Ejg}U7a9z_k_#-|$Om(kZn zy>^-c1mi;1464R~*k)pFe0F(Y^&{rJjCO$(hk+e&?@{00{^iveZ_xz*U*AI)y+tFt z4ldS_{IzM}sXMA)ehbM}6;G&MC`#;=Rct)=@0*oFtB7oUT`x7syXE1Wec*wf?v0>O z(!KKVraqmrAEiHpZtU~SD<{w>_V2-ew$@+drus!7`Gl2+T+4W<59GW1eQoz8JHgj;3HiF@P+gn>BYE_7T~}wl z9R+-5RhVJ*RbPGIi{3En16eL(ahE`OYx`2P)G6;Q!sy#NLX=U1sLX0!!>I`5t`4$s z=?$`;g{-xN^BA1F9Y4quHz<%WC?2nRxlTi2tXO81!wvM~OVpXMgF6jv&yi}XEw>6LoaX9aPV6 z2v=JNgqqw=pjMK{^8^lMg&l6khwEGK=}Cv(ZNEL_uWv%T)2_B^;W2z|s77x={O6kF zkgKlL!I!t&B4qMHl;EL^y!Xwx@v@~WclT0~w!7V$Txnz-(S#;H!#z)uEQ9mG;gzL;d-R648~W9U zcl7oK8Iqk=n`{&g(9Ek%MGvo;2@h$%oo>1vf4F~cHMV+hlr{9)>Uf7+?q;YdEnS(s z5J(#b@gBxDz7oKPOBU_xDI3S>485kf(NjM!$DUZql1~( zCmud90hpb$0;uxBYHZi{Nt9TA3g3Lq8!x42Ce{18qb^M|^cZ~jn_FV_m`o5I!fKWU-rCbhB!|m$A7fXwml2CDaMzYeAvSv@&|nLvphjs4+8zA4qSEnF_!dBwsqlwwURq~EK6HL z(qmxB#<6NI7ejh9dB1i{py?-lQm1;UiDjrTum4NciPf>x^#kUOFqXx!AixC26Oo4> z4h+tZWgGb=Q_hU(y!#9y?eAD$X`p(9*x-WCD%j8Af+hNb)lN~L5n3XV^c*DkJ#JXk z-3@Ed4vs?(_qkGDX@pXH_MDPCt-Z{|dr87^gF^9JPreNN3hwgdqK0*5ORla@G%!k! zU43lwn(F-=Irg-2x5%hrLE%Mzv2v=%4(Fw^lO?vLVJ-2h1`B0BQN`1&!{Lw~?N<(; zOx~~V+?bbM58b?$?DuLxeelqBu`$rL{X}uOxY_u?ZtuM8{P;(mp06H(nM3cF%>vx! z(Ea13Z)oKXg%D%PgJiIW?HQnH6(7nz;@>yhxfT=QM~;6t1=ubug8vo4#;E`I2=*_| zbwBezqOy<70-TsuY+k|c$H_Pg%KCH3B!5-(|9UsUr!-FHjNWx&$kit|7}zh}c_*VA zqMIP2yPLqva3=IUuj#w>tIu6T{hvcRE-b)ezdq})<*0uF{8LGi7^duN+i4N=lnzJ4 z>(r$4$G67l%Z*Lc(AfrBnuvaZfPN1D;``Q>1y<)jG2^=7}$SH-ks8`yOw02Tle14 z8)O%(J)dr)Gm*?7plfld>p@Nc(Yf7sA@=$SlSjYsdjn3Y+Pl5l;$guXbi&^51Or9o z;ZTTs&hSOKfOk_rR~6(}d)b{%@hw8)$VZ)cIVVr1OtFL7Q{SycAsaNWV66_KHLc2$ zXi?j}1IF&Gfe-S|A9#Y+KHpo(sF|2uyS};(o$4-%?0?uI6!;eD0`l!#aJiQElBG+* z$;QX%c7=*D@1V=o16YTrkJkmH2lH^`W961W;HUQIrgk7zEyH(PcDZX#2=pBnn29Gp z&3fjYn#Hd2mEHZL zS0_Gcnlya6S9V`g$KNVf%2rG@|^K?`iCJA|7fT?+q zaM8r5t?76&{nqp?m5Xiu{wD@`m0U!7J)KpM;S%kZcwQS)%ksn!w|PZGrzhNXWkFZY zl|37^g7mS=I}fm2Eh?W2)l|uDUxvU3Af4teQNND`*#%)hN+G9k?!=qm+OgH2!_LIp z;?Juz1wtyGMOhM7OJG{2BhCC`j!edA4Gb1+08Qg7abd7PXVsGk1&dQpCsY%l(bG9N zVFf3iTE$5TvDqv~ls~Vx;OR_XHd(87y)x$*I;kstkwyDnGmOKv<6{ZMx3Dg^RI^pC z`-CdL@2PfZo>_@&f(WUVVR1snpQ-6r=2_4;7W1lzVp4~lC&k2n?P^6`+%?OtnBPt8K9vy<&9A$2LkCh(a)GRZ1$M$MjW`TYHG4)UE0#3iEN#bRjohV6IWK_7y|FWqLVq z_us1~B9&u(j<*N$NF#(jp!o)v$lJEv@*^$L-7BZ^XAxMOlBRfwrZKP1n7&xEhvoML zwHO}DZ@){Xud4W-9rTq{8u=C)lCcyLA-!|4e%so|^(Y;Uic-rd5cE4!QcKabHOW84lV)?tlC!1VRAE$9JA*MIbT2Kw5Ti0_?Ef6%C5_OL)!jk zzH>TtMX*Y<)2~6$utPeq*wg--S>?`IYDTA0osr7;R8(c4wCZ<=j-HlOe%i+K=x`h^ z-abvOW41fAYDw)>m{s_Yzx%y@_y{13gyX&u$HvV92*t2EygiTw<2%?27%D@p1B_u zW43q9m1aKR$CbI}Rfq%+t{nAp+`eYg;99(Q-e&vw)|$K61Sb-u17iwr<=Im+UggW1 zE+=)4Gj45?ZAh6GzNg3W-1hBGdq?!w7*nS8ty+wIS-hQ;T@ec2aE2zF^B#-Es&*Mg zmDJ(wC(_hrH`2DhXHc{1y$w3d)89!Ad4AYxbfDod9lmyT7oU|1d)2!gIIxnK(>+`l9e_B|^!;2|?!wM(uSv;~7V5>xt!=i$gxKxc zki5fY%APb97d|a?z|>7^ilhSz3|4kZJ4AzNCAT4l>MV2kVvyFY79&1+JS_6%o?MaN zIS;i|)<7na9p|#CK}-gxuVfRRO`Kw+{q4@31}b>Ub!X6Xc6{~3!3*h~?vSiQg2KV8 z^3|rOaoGu*U#S*o6m`bYo;bO8T7OlKuqP~ zv^$nUa_V<@ZFWM%rZ@wmb!H$3Nmd7uMLPz06mKL1bLh*z_HeN~z~|I>+nW%b_HBuj z8EDFEXHG|VMS{bG=h*ik1@hgoPG0J?uy!;12(C2bg?vb4@XjU96(-FNadecn#JObca-tge}9{7cBPRNeSC~W7jYbU_J zy-|s!wVoDWzR4CWJm>zpC?bzB=>PS{_93bH@CeWR8z8lYz2>j)Lf^mGdMba|de83u zQdyQk<5ykjDG4yGm8g@T zIiow+_g<{}>sd(46P}cb7)jKMJZAFbxw_-3jmLSynPZT0R|h-hJKLf5r_2*tl zwEFr9TRif;^P)eD(aMZ}X@4J^&s3QBM5ozdeT_mp2+O3<`*AybW38$D zZ~^SUA4s7Kq>TBmO?`YVFPS}cBarHO0s0PoK2%3`BhWP<7C!b%VI<}u=EQ;thfH>W zN{lM(#P{D{XBxjGQOU=!Q70PW(vf1sl}j9xPLF(aHpxbdfOjMz8wcwehkT z6P?*ZtVJ+_CyrxN3Xm*S$dh!0_~yhYDI(xC-UiK~3gh#-TxWHkrWc;7yC>g80V9OR zaflFhJI#owZK*;8*q>sDY92;&dAC^a37eCH*dSx=;%@tE&U?yTlVBf~@n%hILK_mK zggixG2{R<;l2STJPgLRTVJ8ZZxj{25*x1Bv*&KXrPg_1kO*2YOGm-&$#1tb^?;}z( z$zMXeE!ZZ4KGxosnXzhT+Z<5wL;%6vO%co^NN6T;EEDZV;(>UH4MK^qdai`90D1ex z0>KP^lj==jvu|b&5!GMiby+>NNzq`L0NH_Xm;B+!M9}=Q5F8S0Kd_5e%W2i* zfHTq+5~85_2k8vNQC4U?92(8B36rjYfr=q-5AHLE z=Cm+_@N%1QPXE_<^^#WK#~qlWl5YFq&O5z1*c>452MIx<<8v|W(1NZtL4NcC+f0L^}I&e>1lt=7Jn ztWXGvs0QXVJM%eAAyvo_#-P{VqPwmbE92RQ+FiWJ@53g#h=c0&wP_nU@(1_8UhW!l z75%_pI#5PS9V$LjGW8(f^Gf~H#nJuR5sYvNUI{n#^K zP|c?(S~-KelTv#9p<;!Kh1&NnGf^IVC(2oGToM1c^~IXX4jIdPH_#|X=wkwHgo&31 zmaP<=+KnwFTHxMf=R6eI1{^`jXu( z2?8Bkw2_;#t5rOof0Xi&_W2;C;9SWUWgIem!EIl)uhw)SUxuP=;_b8tMvHk9giG!j z=*U+)k6awDY??-9P;A7y*S0e@EC*bz%ANN!Xy}~$(V3^54>ca0$XIZy)6Q6Mt_#ap zaIeE=EIh0`$QX~kZLOuy1a7BxFDJPl8X1qiyjOoMX*#T8%W`Qp3|%i;N=<%KMO`qOz7XLY$9s2dh zj;8n$7BxV>JNJ=O9}*u}4aSkM$Ey={H)8p#=8EZ*ImauZQZX{?eUEt4Q5NFtkj)=| z4L`xl?aspyk1Aeo5*453?IQmSbH)e;D_&WGnS{2&_(S_YUQOKH`l{aHcW!R0UtCu) zC3kK@kl)8D^kU3IR4XV5^Ff;r&u9o^q(O@~q6IbX800oz`T|YX-5{E|p_!_n5!j&f zk%-0XOvH*O?eo15&o!Fhs_tVpEJ*CNyvJ$r1~1k@KE69&#gzn? zR)@x%ur+6blYmgoo7lv8KNHVpDHp|5zxn5<;HiCgr4^GEjNm3()=&9^6%%>pihudu zZz{o#qpb{@4kRk9Qqudk3{=`zD+@X(m|sE<#54QgTzy*}o0d6W_%zT0qM%kt4(^!3 zL}gIJF}P*wL()?jP%|j+8mB9QtNcT^KAKUaLNuKeD+D5F8cl-i%{M+Li+*}nhSxK6 zR4qiD0{rgoImEZS>Aoec>YqswTBKAf5S}^b3ZRLHtAqfpfk|(^jk*SnNw;hUrV?%) z0VyG>EVlA;IC6BqiLJuKS@hZRdQ==8hQx=WTAVs4yj_#d8~5YT(y|{t&|EyEWOvYY z0U|%|~Y+%d5bS)kBh_=EzVZ ziYC9Ac6UVx)=7VUuJ%7o=w2;I)sfHZy4YZUcW{Zv@4@bq3%h$nnq+@xd{!-6DqkfsE|!|MK5XcTnSO06a&mA0M5cWaYU>Il-J_7 z?YF)npM!UpJcEt3=*ui`J0Et!W5ops;dl}?An{vpaWNd57||(&kG9Qd1T3Z;;mMh+ z43972NIy3EUT!Ow;B6|nyotxho{nM!dbg!G$jpycl|e*Rgm8E~ZQDkUOzpS$j$kmK z)GKMT`9T&1mUTGia$A^Yw3X)5peswV<)+3HCvsY9e-I5Y(H8v{l1MFc%56bnCn>=O z%@Y6vFY7aLQcmR&AeyP^NG^Z@p)gU8Dan&>V`<=mW0)5ZtTmH>DU7068V5K%I`USs z9aKZsJHc?kZ5u*s|2pBiN6uXA@V7zteW}?T;zUmLiuXWf3cO#1ZZf^_Zjc{3l%qvW zlME~xQ+E#b;6+B-9*x3eH!X9ILx9VAo z^%50}^5%Iy%f@5H785+>Pr~?iD5eJ$)ZTeVs$&SEd)| zzz^U1e|xzvOE<5v=wcqqNNIjayS4Nad8d4lb!ea;>zMNL%Oz=0I`*z;lGVr3z3p)L zPl5H!yTXS);+g2nFrM8^}P5N4c4F7E0qLDsl!XkS9+GuG9zS;{#Lnk0oQF{HvJo-`yado5B* zTFu$8ot75<0+hKc^v&d(X&N!v9f7lpNDG!qy)hN_Bg5<4!?br(^fV1A=5G!+u<|<@ zQwwRgkx|?1H*LB1mZQ`!>{O1(8jv%k_YkPZ{=FIigr7Q7Pv8)V>To>HpmqIh6c^O7F^bMI%vWmz7B zjqjml{T9Ma1KRnQnm&(zDzAgdSck@)hWQ!k+nGQCr^0|2Jy; zi;HIY57ZX!`4?*AjK5O!wVh-BJ%7~~5kDo>%ASwDS($;86!8Sjc|H9p6II$*Jf`Ii zPYUi`reka7MBzE*Z)Y*T&nmB~wn%yL=?-=jYfil_Ka*%(icjf)Dfs@d$i>^vyy3xo zy=wA#Yl|Lck0|2(a&sSUiv1y*+D)hJgfxwJZ!KuhjRFQdN1V-VXtUSO!IF2B{L=T* zA67%2>&yo^>Thj!5ygIup(zpN566G(&y_LNQk5>s!^}&E&hc2>r1MwZDm=Vv?eXqx z{rHmLuUiUMv|pSZ!oR`vxz{FsenI-XZ?sgG(hqK#!a8mbw*Fub-yk=Y?JVec9@>tU zD~LDJr@on9vC&ic`rLPH=bq0ExXEtVokdy~m5tayTf*>VBX|a0gYK$OL)ZqLWWG;- zoyoN!1R%u5aR6lEK{D&FUg97F&<*SlX9A#*XKS(`alIKqHmi&PA#*MYMoe}^CF#SmvTbWX4^h=e7)*iM z7hvsdLg4M049 z<5d! z;4XH-#iV_BnSQi*dA6NPf}haq^9H~xfCVK{0Ay@6|7@8&ZTXgi--n~fhs_Sue90dM zq(!i_E8>vd;0ODAaz-$Y*b4Dr#d!HYsL?Fd;cwKC{zgp)_bz}1p^-w1cm+@0#D2?^ zv-2k6YRe`m0WT<^>ZGdi=aB>Yg*|^D7z=ReMoI>{rz^zMEfY;1J08{QfU#sl3d1~v zXwU?X8YhtCypuQ)5@qLxwhgU$Vmb#C=COPV0Gs^&FFLXND4ccDr*YfMoK>h+m!yxe z8IaV1IY$u!D#h3(o+T?&F7x;W{JBn!X zsDhm$Xd?O#W#9E@w4AH8?_3t(0R*M}taY+*ABGm3Sm5(KfsYi+mbV~L=A#z>HvGtF z;SqPi{2-8GW;mLy&qSH0XuI@$(mL@75+OktPVWse28O-<06X#af+&RYG@P+?_d{x5 zy=`g0Q$gzUcLSpUaw}JxZ_~EkkPx_*H2AV__X;O`-bjD{Q>yvWBfvetDOJ6^qFA`> z)Augbd^BaZrWLuAw|SUb;8itmaW!en*?55t+VC#@6wa7b+uyruuYcR}u|eD_cJ2>y z%l^30{bF_gqblSe(=sXmb~fW9{_sB`w=P$;CTFdT4XXhUtETB7xk1<3pvjL9i_4mQ zb>y~)zD;sl-M%{VTZ6t$@>}C;w2GU>#OYb*otsph)kEDheBlSv-H=Mn zrbYN}NL8wudj4#|sAz9c0E^aRV*q@a2478Dx_PJG@{V{d>Wagth&~f-eh`kjYJ3|2 zc506u;?Q*NJ_Y{1eSW36Vq@HomWCmbHr}B5bQ43Ek=7~LVgvx}PHe~|3ay(Jf#m1M zB^MOCg^I>4@>3i^!#yn~9hAx-#TXzrPc8`aTAK%NZ3xqu@iAXwh18TMs7JUzLa?yT ztA76h6L9eXg>KwAP9eo`q`<^7`@IPjLZ&EPPJzCI^8+w$IwZDgzDk0iZKL}a;Cp&v z!$-|}v6U^Qpgc@A65)A`NgtBhK7W}l8}ig@-RDZELP9kP7uGRZ5+sEqNt*oy_)IPD zq-GT06*?xMyAKMF{{k0K13U>o%fnB4#!&9B@27S8G<2M#LA_jF4H3_7SRUWlf2GA= zC#jXq=QQD488YWl-@^r2L%z34$^xakluSA z7DNodXE9m~*nFiplc^ z^_iUX*o$JB(5I}Wy3*)}+sPt%Q6h3AV~ zM~^ftZr7M$0n5qcG9l96HGIrV$ai1#ZEnDY#>$U2;V;JwDGD1(idi>pojDX_b8nVeAKvs;(tH){8?lcpeJFt0W9PUbc zxjLRLe7+jb!MlsuaAs(*=lrk8&H2kjO~c7K!^}+=gG1QaTC!2&1^Nn^HKvnZDkU?N z)nkJ9>7DOBYqpy(SDn!;+*qOpw&Ld9>{7WoPg0SIOxNwoI-dwh zBkLt|Ug)5xvPHX2pSyE~v470Av)obG2)$`QME5C?vyrBl8oI9}dTV&wrZ2e+E;ZcL zZs`r5b+o-vudwN&?jQclvRp5E zIBhZ>A{zyg45ekUrIoNz*vb^5MLkCE`XHuF#M7BXDjvkpKwVAkszzOeOJ+n{7NxsW z2NT+O4JNgY73-o5I>7k4KO7|zclqQj|MXs0J-(XxMBF&A4>6rL+a!H%G?%o~n+96+ z4#XSSu~nv~^fCdyYr*ts3QSERCgnc$v2B-H7k}=`6e(NC4ehmWLbPVo2`+6sok-Mq zsevZ`QKR^^Y)VW+y5zx7THK|~l5`>8w|z%j@yl44NY>SERJ!zqNE?E#(LrXIRDM-@ zzCX)LK83)y1d*lnz}IsgKc22gQh=|&@r~Eh#MtK(yXo!YbRuyT404j!iU;*Cz@$*x zkH)m|#K*{HW&X0G|nQZQlOPNDmh?w&x@^CEf#{aT0{HR83&&O0G-?h97eS(0LbmdEj#?YVPK z-1Sv8MY9i?{(16~e^GPw(ez@;BnL6Z+Zl-@Jpp!Aux%Nak1JDU?8UvScH3IJA%-8J z7Z0zh*4z1SqL;mA_N~HZtB@NZ0ty}}*TNB=%L%+YO*gRu3h7*{jYti{EpUKj_2B=8 zWqIlU@38C_!D4Kfm%o*HGNkgA z_`y0;RswYvQ3%&&acG#HvKo;<8BT2;2>$fqY(Q(VA0JTrx>XLSH_)rxp^y!@MgldC*gH{vx!*1~-WU&nLz znbxhGNXNm)a6>UN)}k=a3TO(wj~K3mFHbfQ;TNOLX!I6SKhBo;DhQE%_-Q-K7lw3jE7jupB$h@?5{jNy@N88WNPah*ZI1*I6Oyq-+ z`Uur1TaaENQ$qK#<{4ibhMtLS2%sWg25)uivGA!sNo` z`@L0wN406@Qwa-R(s)M27L&cw8WRqLx0k!Zw|@YJa1 z`4rpeQ)6G}-!v)oxpyrXJjIEYTNqwhK`Z%s1O!f~DgaGNDa($IEKyIO))zteZ<HE2tF_Y8Z(+^FGlc9i#WGEHVogs{Xuj)7aFi*Fom{x` zX9hodXQ7AY?qe>k+KkFm7OvG?^r$3-+d{vkZ=nWYauxoY$>qHF@h>LV@V%p&qc{9U zr;me%BciqS>X)-ByCaf?sf}HEPIajQi^B-i+TFfYePj`A!bvlbxAF9jv*BV=?L{rr z=X5R!mzZonY%U_QCGO_;=hpm5Z>85Fx&>SR7rBZy-j4h~!+Q9oLvQkxz#{Nb3*ljJIYblj5YY+sE-vHh`^c2A%s zQRNmeb)zcCwjjV@YyIE5urCWH-YGpa4EWiXOhN-qkr|If*I`}?+w5X4nRPT&?k;32 zQ*%m9oGsn#C6Cc^UQI|@dD0*Z!K4y-+xd~aWs!MV6`(9B+p=y}hdn7=L=E5-zkCx~ z7mwzWKq1%{E!dj2P$9h4-^{GH!(?U^Tp7OVqHIH&$DfX^*{7rlHL_Y}-7zLhUsi1B zWNr9)*er2T8l+-JEK!oeYlC529DrFB!!+4;JkvrUbBcw#@9K0wm$q8Ha00ZA`gFk{ zm6DioJ937SC{DHR*A_4#&F=6X8wSL_TE*eLw1w`iRr6*j2H%Hv@}H69tqIZmsb#8A zfEzR_W6vr2WglF-q6~uJfxvOuE^$OY0vP%!YYgTK+lCcENYlHfiNfF=gL=<;=WB<;!qwZ&)Rk1p426Q64> zpXtPMwxdip6wp~fZ|JdVAe>Qay2HGx5CJ3ZNa|h3Xd2A>Ihmvzo zlU3~eExfvF4G(1sBYSzzK3mLn9ozLl6mh#43_WQVDLHI2;tkTa&m{?ex=HPPI*y%T z*<`8K8PhrVln;gJsijMvehwk1ra(sr1PnZ*#rpDd7oxg}leP z#81T@MWku4E@JsiQF)Ibr6XCjmp`RnW3q|Oj=!--sSdJv>d14bG1FmfPlT`$xe2kn z)DVVxFDPCU=)f9FLvNZ@&U64;-Uj~33S~*q?n3M(0S>S+Q;2tmomT?y9vh#3`Vy8` z1o!1#qCFngl~m2HqT*nkWj8Nhjnn(idjc}2TEeZ3t5nw%>2Q(K=$oGSQ)|KA8yNq! zvyDy~PG6y=$C=Ys*Qw>LlDZ>k(3L3Bo-<6KtW}C-(ly?A`b7 z@?QVJc-?~;?p>3ue!Vu)_WQ<=Q6Z~E26g( zTv^E57&EUkeWGh};OK1);R|7fuwpVa9(ltr1!`C3NbW7po(V9y2i9XB@eEAAutxrW ze!29v07&=s(diYyvhmSdfACG}FLD*fExD?^=(j)k;J?XLHiox5s3zkerM|h{0c~0@ zj2x~7-OujJ%J;cPu)>J>jQt5}Me`2={hx8#$?&>OgJ|t&NjFp8u5uCvxYMv^l%$<3 zZ|=0PWr|ZWkhAnHS=S#=wfJ5mF*;_!r%3Vk49wED56r4mzNlTFSxN`$*i9mt7jAky ziX^{F9nrB_W$Fm`?d^gSV(yo`ijvjv`HJUPq9LTey z;k~tZu_JQSB#Q74jLpx<1x|R43Y*wH^}I!btbP~50`X|?b-DP zi%4iqii~*g1)E>ZWhO&Fb9|RgtIH7K1HX#}njNFv;%QTgDI2nrSG!S%C*SX7&7I7z zOpe#zAg-^!<6gq1YU8e#1=wazH}Z-mOUSF`3LWOO`x}lbTg*NeUP_>DbYzg4(mRCj zEKrZx;?|tX&4f0FVaGV@>bOxhkO|d+yeX`ku1?8LwJ&8YmM-=x_pYk^D4TGX!gDIQ zS6;9U$FHNUp{=pFh0cAeTt@>g-a+e(d6~w^pa=A{~Auc^)h*O-nTod>Q{ zew!C>4EGYaa;lL>IPwo%pLnPr3rNK@hz?_ai*=4;^vwQ7Cc`B1HseTwYgSjiT0P_F z`)$hZQ^j*uS>6O?uODLT5VM-*9|vGMDQ}ruv041A+9WIXg1TC<^;&K~%2hsi2w`%I znZwW89d+PYy#wW44?8sDAQ(R@-DZu|EoTslB+5ms7l!^VK`-LIr3f6zY+=->V){jrQ!{QsaI^hEJINYr^yG+Y>!IHUPKScbhF%bxkE z2=Msf6#q~`{`gsq3;%EfHsBAu{)ZbR;b+N)@90u!S$qzZ9hrDZSqm(z70qwhHvz99 zhuH*iM6fq=eB*1z%1&6u!c0-|$`xB@8(qU08w55;nGg%7I4TLfbHd&xOiHfnCmLq! zhaSPvj&8))PHwEaPb8!SK&p<1^+16)>7FKZ})yd!j5)HY27>$fg*b_PS z)+eict#{$E{V|MJGXGnet<2^-;(Tqy5(x{$?^1LF-u2i9-0Ne40LJ;_&vgS8VDZPg z8v%P)F>^rMT+>GuvdHMbIiF}pawpcO#KvK7q3YmkL4hVLp>U??M{qLRXrGM&wXU8i zpejK`wx&nG?KA*oMV)AUaA9Ke0S||x1CO4s;~_)B;zRosy^n`KH%g^&|6F%Dpj-Km zb;G4%ybAxgQgql9&o{Yid>tK1K7x1@!Dyaa`X7X_N+76c#ETEWPu$dN^uWgxl z8J&DlQfBXA#6H(I7gPopLQcWJcY+Xp?IsfKHek|~oK2-cHRC80^N4gu9F3?X!hN8< zexk{9ZPCkO3EvEuRZtm#Ds3&1qE|a3X*AIZ(gupqVn0&3Fsta@}%PT+QfoE&_QM(nGaQM|bRuPd^;R?+_WHn!f zTW&32oL7ZtX|^Jbmjsd#FVUau-zOCeL7r*34_SNw0f#Zz_%U!azvJr|PFNyISy1cQ zBbVD3Ty?o)4A741{Os#A&+LF&Wg9TBBBRi3d%p9M2%(RR_!4+g5-gol5>BD{l2WB4 z)SP(X`H2m(=uDe1=%ufO?FS9wMGo>M+pv9My{wALqSP;#~f zEH?d*@ir0hOnH#3qmp}W*v^^0p{h`!wIywf1>qwb5guD~?urs$rnTj#PPW*{noy9H zZcy?Bl*VL_5yu9TMle8BFoGkk2`{Y;MShW39vot9<73RxYR}hxn6P{=W$`uh9)91x z-3qUC%=PM@K55ylWjrpIhiFy)c%W7)5R_Pc;l8}SPqs~1Hb*-rUvpW)B7e$~YtR1O zzCCI}7j(Ew^+7CtmX6xzaU0&}RY8t3zN|a#s5_##2rxms0+*(S@J!$dseg^ zxK??A``!EWUix(-n@Nn@vg9@8mCpeij?sBzh24d?*T9PVO`!+9o9p>@?{Mzh_0Um@ z*|D_4xOn9aGe<+meWr$+#Q7fv@mFxH>8pj_+!{%clgKG=)Hv$KXF*-ty&X-8x-k_r zqPL@cnxof+Fi5OfBPi!YTD-jRtC9w2&7xa$*7EGwy68<~bIyrCo6ZBG_PjQx7_+?h z<=4YGV+dNi@Uiru8~QVIlAByu49uCfk?pKPu|VWgTh#IpB!o>G#@48DfaE9*YB8Cm ziVTcYKX{=n4f@Uk-+gEu+bLl^%X-EgtmPbUpk`MO^NrGpy3BwX1IvZ#Bn~*E?sW;! z9dHl20VialszcsvIfA=PGu3aHSC{C{G)3aRpRk@;j0cUIjb1-_=Q;O!A8NQ`mUw}# zb|E4)Cgo&0TJu;)<@+)2Qe%+!6EBshpA&PwBJm~led%4N5ZaP3o%o4X&w@FwZD++5_&n zbEPgNd;#m-@p62XQjMiIutQKMojr*Ti*}UeLV`yJvNzM2N|z2hp+?BQ>FSLXaLB;; z^@m>7XOXmF{lRu3IBoduGle%=U2hHo@oUEw4noAdAmpbwQ&x~^$9`$;=m{b1_#?WL zl#ejtDJxppF8in#rBwTL8d2OeLgRfJ+n3)Aw1y%l?6+KS!L{SxX=yD7J9bRV;Zul# zPcHbia}g@E(o!r$8L9IOxzZ<`J0T}m%x_}8(w9KDT?-8q^~Zm@xITT3UmI8@sK>l( z>q-xHZ_u(Xx34xqOwDPW6hpVCo+Td5=1&WcgDT-&{3~e(UU6{z>XTAn?_RL0SmpSS z-BwVU`%l-Ese}e0>vCv*t^sw)#l*fUzSPzXx#8Sgpq;z`@AsN3%@wy=r;8asMp5-CXDFO>73+~RrMjpQQKgrKJEUF!a;oZp2ARCC*c?FX{pn5 z-aQ-=M|2g_La%~njUSi5)hi(q&nn>Zbir+)vf08)=+<+AN+GX9;V(VFqiqwN4sRe&O>lF7-Fvq;Yr?kAoC;)VIimb*A5S?t^#eH-0{A-m2tZBQawM(G zyNdp@Ln-}!N!ql_{lriw?dbOo26JY#PL|BJbRXMxDDmB8CzqQVLnFU_n&1bXV6v2* zBz2y_?v4eg}{>Edc;4807Cj5)5Q^KyY zDCf@R)bT!wiE3m4XI(f>-3rc($=qA#pZ`hPn)#S2P;8IpwA0i_aq8`ec1`4Bwq6c| zuLZY3E$YRupqBSGsBQE69n=#3cTj6$3LMvKYWXX)wY-aTaeFw(=t#dg!OMqed*f{} z389Z(?o|Z(R2)5Kq@J200yf(7R?^73(&Ld;CrJJ=CVtVX3|~-ufD3whAJb>9&YkR% zp>9XfIwL5Eu^|y5OZK|N#Xc&v|6-@F&#wvV-KMeBv#fw8y<*!V)Rd-@8Am&IB?`Uq ztLA52uWadc3P%o)r7S}XG?Vay6-g35)x_dIyH0&ik_)@i7A=(Jq|5P8=#7F_4%r!~-?WhkpXMte6bsbD<|-@lK5j z=Tq&%OBa-9TfWG9w1U|E%`aV=PkjPE1x8AIVxxgjL#X5*>%7K^6y3yRC3cJ&%?PYA z;f@b`-oEi8&}GW3!D!@J-XmPwcC!Yn5fbG*(9-u&P0kJGJbTa*f8H5t>zh=>gZ{uy z<$97A$Y95hdSAzc+KwMgey_Z1qMJWwM4TH6T51P=OW)yQSB@tU-v|kGp%bgvNJSzg z&dbB1aqJbXBc#?iwnD-V8||%MvbTqdaW{gUEq7EiMoOnktfs9U!RIt>vNIQR$KF<# z7xz@I8$MH+Jx8yo`<(LL`mEb`;_9nT?<$TrU#(Ea)^avfo1)X>2c%<`-E2)1&?fMN z&O7!8tV7;}lnRYT&z)=b3L3Rizl;bz*M4y9P4`o1-W=6PIrk>{OFp?idDo4lSHna- zZ8%x{Lo2M>P=(O&)g5cW_@tGOl$#i)R@l7R9yb>!$m=qLd%%YJKEE34&9BBPaNAg+ z9KRbY>3=uY+s)|z-e851k#24qZ0d-tNsI(B+FoODa=^o`xbFkFn|VsX83`dlKc)l~ zjpxeW%W#dF=$~luN|wov(asihoN_Z959o6#kg|Dx$#Q$jAB6In7^OMWM}f`1{=OR~ zp*%}gzrdl1a`F4;-96UVoMoKdEm&W63|Bm{gN; z(tI5{6)R zJ;YI%JD)MH^Mq|Xe>gAb*CE|Sa>c|^Xg2R*u{(tS1(dpLOn~rLLNu{El;ZO~ zfJnP9Mx$KEAQ@JlP5${^q`{^T#VrE96Vg43edo0^cs{MRqb2{Dv(PHk-89+s)N)iSa2RhvAT^49n1XordGtg=g+1 z0*M{=S~*ttT`-?q=T(g~oT4i+o$C2%LcR~)O!m%r89lR{Pu?pMC+O3Bwg`LVN5k+S zU=y$KoMh1_dB9uK*J}XT6HIj!yEza&|0;bJN$5HDtRueLxYk+$$58;+(Ra$v@jD;1 zj~+a~B7WWuUi;wo{LXO>!3N^~#x>SRYMuh2LgkRcIFG0nd|wCjN-Nd>oFkVcr|av% zDQ%HJzj@!NXezft0OEOXdD|79wnpKLmHXe}p!d#X?*-tVcisoUg;N7Cs;!pxk4^iw zYS43xw96tdDEDiOoD8wbJy15TOmpZ25nuezKWMq&nhm0ixTA(p>Xkq4wX+PWE|o0A z{5+S?-p4Dj?2UxRK`IGYAkHrfJosgST(=hZv+TD868yIXTIjhN+T9L=4&FsNxHY}- z7-fux$j)qil#)=;lO6Sbeg*=c{kGn_D|xK^N!y{SNs5dSxS5yDU;6}B*9!q z_=q~rqBtd}n3jjRh=On^90hYfm2=+2*U$d2clSoXeuqE0D+QczNwN|ULj4pwA^h3( z#LtgEldjxRagT8+DAwnNs^GdeUz&$op-nGiI}My{RRfL<4ERoI@}4SR+MA<{pOF5f z{QUDn$NrN%MO(AIk&nyVuX&ZO7NcougR8AhT*>*-qCb>UdU*^_)mrDNe>?6qzdqP{ zyBSW#tJNzYo8lg{-|O`4QNZwbM;XM3UhIKciE;|nSn#pFFQ0_PLwLvz`h>;DDuteq z(000|x3-B@nwnIF4^@Km+PRn1OVljz#)Atovcf#{_+91Z=&hsSE3U4OabaHsV~Ak) z&fI_t^$gXuwoa=-5x689B(-CRR+52B1Ev9^IKXkut{e8yOEvXQIaS7;P>z<+Pbuz3 z9y2_66Gq_V-c%zC3bt*r1QlD-L)!TCAZWmpO(ZeH*71kqBtiUTziA=e>0b~EP%*_V zWbsscUwB`?DQG^Ad)fU_4&V04QL2&# z;GS&1>JsYN?O`!<+d8*rn05z6?Z*mdH?A2jwSQR8S;*68x;eg2Aa0<#D_dW@#Djs2 zP)JC7{UtwW&y#Smo8~@cI8~h^$>N!r9~A9@Q|tpCV?3TP>U@gVdqUz0PpMp93kN@# z(erdfYUUrKdC`Q8|D)|bVPsiCE}oB!-zCE;_9t&SZ3ea|<1SAuktji29}gPN^u(^c z4;B~S>mCo+8C}Ix_s=L7MzX>a2(aeglR?1!h6ZuD#v2J{-{KNms<;!#$GgHgb`zq` zJ2iU*A66UnwO4oN*!c){g@w2V7@jHxg&wL`5mwZ&0p4V^2-|dZmprW z`L{I?{kJvT_D8=h0yw|$xgp zW@EKJ*J=vilt$9)vOI~5S8t#08Cffk&AKQpXffJ8%xBH0QwVu{{~*IL8huWD{xD^C z8WrO#Z1?O^xZiaSoh@!VzPhL%c^!xDUy^my`ee8P9WmyERo$*uvTb6AhGM zgC;tYp+g6aNLk@&eOngYSOMccntlG1s;w_5(1V=kM~Z0j9rM*nt$>4(wUM^{m8&yl zilPQJkv9%2@~Yjjsj67a=g=aZ%9X?PsR|+XI;YL;ZpsrGdESF0=P}z|(J;yr{jwI9 zvW@Co_oU(wkHo519&aoFYKug>oNf37-Kuqy9wbygXm$zJHuE&5O438!L)=5zL(W5c zhS>_QGGw}qs0}ojg z8;|HlgCQTJ0+$wWCDj=<6sy|{GkH{^SyXnVCOn#1zB3KBV=%ghaBDhAnh92G_5>As z(mU%b+cctCG~PnUk3L}k%0UJdBmc_jMCLKLm4Ww%ApD7tH?H$p(?#-LoQZiUHzy<9 z*gX-QyjGx=x`yfET9Li&8}HA^gbqILUXR^JDCEysb9PM-(!->$K@6BMB`jP^=IBTS3Nh#mR1?pR2NR9YrOdYn^ueW zIC~T&zxt`peVQ)1_09RNXv?=x`OkyD+96AtKG9x0k*FX}W>U2=#{ zAhndi+(ghZOMmPw<4@#ImDfnCa>}qi+d$AiDX1 z86w#00ND}aD6Wphhanho?!tqWAEY3cg!9Nu2N@MCY!W<_kiFGEZdW`^9|h>^gnoUqK#!4)}KC)XYmgE);lhGb;4=fcemu@ zGxZl_A5LCnf1sW>qOH^fD zg*$gRXV7(@+`kj@KzD?L-R1PFsMrTuBp)hiCE$hi>9$faYkyTL_w5U7$nJNgKK$<& zmZ6oQo$;@QMsJakYX5cGs;mh)@V465!GHHkP}LF_<86S#*Ia6K9dn%nd1GG5=^wJg z2rg5jvPt?-%Ql`@8Yq;wa~MmKo9%Z7%NCk_-%tv@FW_ZM^Sj69rr@@}@Nz#9epWd4 zwm3e`p=Aqx*4HPcfMdB?a;_N52RcDBbvX_@A6f zWNY-sEB6(pxo1^RsrST9=cy$LnHL%4br)DrTc>pKC{jkw!_t8D@D;M6KatZtPFWH|8TD23|kXb<~st69f91~>f_VCGOT+Z3A>5ZrwhNJ{G7e^BosM$1BA%M z6*oW&cUp@c#+&>xh~s&nAm-F*5-9A-M=fCSLo{6wKazrD>We%myfcDydw>D*+5j2` zz@apy%i;n@T?BZO=$RDfFc~o(@GYDqGL;K}_lX;n-DXz@S@hj%drB=}2xO-~I#+LR z_F7EY;D_Ev9OjOok=8?s-Ii&g`A>7 z@h0{ELK!eon;ZTmo)*z5XZ+U>*4GBozeT$7ChdNU2-r;%MfY`ZTg}d!r;K=)s4qX9 zs~h&u%NB5Vj@&pY2;jGNZk4|A5@neE@pf(>yY>53=9N?RJE6{k2&+?zAD+3Z;_!w` z!`AE_svG6=9Or_|Zv*|F+5ze%|%ziCPr;Nre@AZ-3-kNmgx zICl59Jre)7J>EJH|FKEdzie`}+dM^yJaFHd{#!s*afa>-q9S}V4Y9YD+$Z{8T{2dd zQ{QBZB&S>%y0}PWHnQ;4c|nX$%dZ}4j*MdZcz;mPbhF9QBC6SIsm-slU6y*#pK=&h zP@)^p>ekW)7v$UxCkg<&ZJ9eJyNSFnlAIoSbltKR=XRkIPilU=;ykt)8lJ_w8Lz&1 zyxP86%cSx!VoNFO8Bs)m-!Y+53rVA&l8&lB6P7?ZRCYLya@2Teu6BI(ds=sRcY!op zPsP~0hPee-eA(!jcwAvhIja#_Uav*zlxlZHrFAV$iqL0?uZ1GZ+)g_eOHT72p+rtw zH&@e;z#^TSx_X@XEiA+ZYY$)ksM`8PpV=vI!!q(_R^`&W2?#K2(!Y#k)w(_5<-@-9 z+5;WUmZ%}DXu)d6w`j?n&#!1%dnOQAZrAX!)r3MzbK<_xE67l$Lu}y?ca1n?5PZZZ zBqu*Wa6~I4DL?q`=;iri&mdtj`QhOsy>oU?KjBxDS&$*lqp)`WUI$@B?*Fx|$smid zTjQao7SQ{fZKZ{D%8>x3C@*1;b#oOuA8s2SX;{A`L{BJiFYb95fw zq?tI`>RRy&h+*lY>RplOvE}O%*zA?;M)lC#{KE#1f$+RM`{O?P(e>T{^SRxC-5UgU zszblrSraeT#d#{8`)2it?`3zkcfsuG)=66Atgnbx?eU7zjpTW*vqkzLL~n>-1HI^J z*iIwmVw&hvJW!^oaOMhx@;7rHI zzwE91SO53xP~^$~^nZ{4f7zRkjiDWI!r`x2b_^M*`?fDEACtCtuLKMud1uGTNM$HV z>gp{;K0tm`9CDgbKEK@)bHMr#Bc^4>RKS70A}5P>VT1XNhX{?hrq+@&0k4&ejNC*{ zzU)L|t<4t>4htDoyhi)Jn-*0`3{308W5iXz5JWP%D_8dzvPKxg_Jz4g*e7t=`DX8H3Jt$P#?1FgBiwY`Dqp@b-3%0}2+W#x zwup?Q6&Dg9Kq|x>LqIZ}UvWnZjMm z2ED^%Yr0VdksM|*+%4z!M~~;41HbWLUwR&Ae(8>HJgRR1Hv7B&`Uqr7MB&9+^M%X< zdglozVvyT`!ZVDtCe7-z{80Fa_gzl|%vq_6b%3=6A=F#hOe9y$4&&Up+ z8eRqFJe(SM(~`oD%ZbaWlEBoXwEEOOyt+fMMX;qV+Lhsu5x7`awR&n3ojG^)=349G zUD*zWS3P?!5)qt~y24F@9fI^8!f_3`G9a z+F}8Wj-tPaxL=mV`W)|r%6-$sVQo+n8d-~B|=%FLA&XEZV>_?+xR52?|YC*@q35vzknNJCsbuilxNic|Dv zW+Q(Z{;kh}6)BPPcUA$?SHs`>ra#tRc&I!@+Ru5zJ}Ck z&K_E!HB=vbBwVX{vU~QTe%@OibhgNO^YVImN+fSytHvrS7hJYpL%z>)R!iaT8*o^>knW$08aIgLE_XQxAYvt7d+%QM1JjTgseAscX? z4gP}fuN~{ho^RJuJZ-!iyIbBcSfj7#D!s|Q?YSQRC4^p@Mh@z zb+@T!!EwnLk$SpWuX%mZ@s~L5H(l6{*m?5Dn`*&@^3PbblE13g$RF?=*HaP{T&wCI zrw7QmD`eL1s2SKk-(i9*>j^JuHuf3cK;l2FxMS<(w-(ElRk~b~-#pv|hg7fCw>(`X z0?+k98`)MLo+DB{IlRvj`n#ba)rd{0i~OU8!@7&a>FS-EotrzM5A`+y&lvmm{lFpm z>;3R+fO$6RcYpkU2ACbJ9e~46|I;IPVIYZe0B?rvDd{kB2@2?bNa|-rKQS6UEJh#H z*CzOPHulKh_}pyP(eKJF(MD%am!yV8PwY&{J?kqwNUKYpMnNCJkH| zy66D${oun+IrsU&ASTpMPf|4I#7sr?)!}Gf{_6X+(yS2K$|p5Nm2Jh^*PffAqj*_v z8`Kw&dMBpQv-7oukJ$)Hx7D?4C=R)Y*-h?pwuPX_)?P4!9Mkl)Vy%;qNv-qbKG6tk zEu7NHA(vv3^TfokX!hpeac^Uu^md(xo84Dd5=vr9{Tjj+HPNuv*&dbIwD=JKi2{8NLM|fTFz~HygJ3y%YFCpP=#RG@mS&ERT z%-<@YfQsKZ5Q32(^jBdM++$#P{2eIw07jlgjAk?@vuy+_Q+^4$@Ur58j93K6%Uf=r zBKRX+-=MBPH%~KAP6lebFm#MtsvhZYc-j#oKS?B5M&Xv}HlnH5?y@M(1g#ow7#5@ zCVaR_aSLhkf+-|w_^&@D5q>X@Pr~=n*aV8s9wXp9{VzNeM8_r$BPMuw%Npb+R9zy+ zR#pWQcywjLvi_m$Z0<32x6e_n0@5Z&${ms_{0AWAZj zT#pF6rRU@MkX$!Jw8zGeKSFUC1v5oIm@{ShE_NZzI>d(<|#RKg> zM+42->yOc13yKFX{~W!hc%b*^Xqe)G;-90pO6G(A^K|xij#>-JkLM4(SB9<6VryVO zF5+}1+xt)3>t}mLy(H&Xw}1BWdMsY@j!1c)$KOrA3fL*afI$du$fva~I?~5*w9lf{ zFOHYYy{ne$hgahl^ZLfNad(9y+47`YdY!H752dDA5!nQ+ItX439R;&p9gC~JF>8yf zxwxzJ$%ev`Zx!MdCzE!Qqbn6#*YzjP^@vh-?XsJ+d?lx?v8@?(%e>;ziDw424a!sM z6G_vhlj*i46#ZMLp)uW?G1Hsp*-pK^wI#`A@Tz)YbMxLhA!xsBzSUNb<>YmF53s|Z z`&QyL|4bbj*%*e!xR$qB_i=lLl!kuZwmrfocEZeED}6eeGd*&)ZhG@)L9KgLeUjZK zo_!&7C*IC5yt;r>Q|?vzc&cgH$XJiE*vi;M+=QKwmG-2Rg<-`^&2T|`#Y`PeO<5az zy4oYSgq|mhxGZFPbJfpo^7v_A$@yW|wVJ(~W>Iocfo%eTVc8W`l4f8XVW9R6D5NA+ zAhUnM!hG}k`PT97`)5u{%dM1BrP2!h3mm6O9oE`BA@k8xx2$cJ?a3tf34UHHL`d&;Ikz>#WsUYa zldJF|^Ym~-;O4A$MQ^{_N_zda>3C|P2Sm%FY}4F*WiOLPnUW28LG`Xq}jUnnN3%(I;oo@(ky#>(=7{T zYiI3`E6t4s5U=2~_5Bs_S83+u&c`Gwa6|5i{SD7)p=tHLpjT$@8vQ1vix!8|7uRHJ z$~dOGwX?Bt6oHmE5uxzJ8Pi=kdpQ59cg^L^Nge#Wm=&hQ`W2yxxb)aQl>dB%a*g~L z!Epyz{~Z1|XISKRaBA&8>z_gY8!Z1{hxqk>9OC?$5x^l9y*qke>3g2?2D8GZat`T( z?=oMuf4n$sT$bZi$>s z6};aKjP^x~09Ls4lw3h5_)bTz2_z!6Mb3^SYaLEc7md^TvbH?rx2KLj3zc-A%)hPO zs&1Uz(Vw2Y*c$w)U3pk=G<|H|KO^*(NETNHl2T=nUJJI^y_y+BX21p9;reA7 z=yG&)>%K|REO`}F$EaWDJL~%mAMdkTO|M=e9c_>cR~S*P#FKYJoOcRf1gl-ZNI3cD%$6D0S;IiU$nNxmC8N|&yO7M+=MwEXam<1ZVUIL4wrt zG7X6ym}i6s1u%`S%1CRPdAWvE541C!gH)J6*AxCn^KYgKl0WSpFjh-|34kZNLj)v{yT^pxN>BnG(TiIZ zFCkHAzY-1@UEka$=s}_aeLQge`Te(#K`;>0-SU5;J@hl4c$kptuHq_XPi~#U9Y|`fvW{UpM`~PVc|rn1H(~_P=mBA*pYF zcY0O7G?S89_yV;e_YcY&05?JZAIc&PDE}w;mg0fkKfsv)H}fCL@;^TBzl&}T!2dzJ z83ccpMq&a=jFzzQ;GRUn5;13rZp5OFU#wz-BG(V6m_XX0bxkK`^@3 zOGFeyIB?jTsW2kg+c}K*n#r?sfE6bHi=GD>dFG#^j~HFc{u~Y1OWvQOfyP$*=V-w6 zvi}@?%;;MA$LLmYY>yl4{sr+e5&?O}!u@yT-~fUi+YnM<{SRs!9~6UkaN(}`ObcrK z#FEpV5F`rm=V(s=?f%EQks(pIf38~;K>xXJ8b}o6&vk|DR-}I6&@a*Gy?t1H#^o_OS$()N%W$COsOWOKGu#M|Ez#P6(reCL z_$zOo^xM{#9204zFH`29c$*YW-{chRmMKjoO*}V{w#cg3N>AUN)wI|&`*~vCt>Cpi zUE$onHd)gWhvC|rvOc~&|ItyP(kpm2&w`~hMaw+F(fzO(ZZu}5ak4u<6~|Ir>Gh?& zd}Rz%Lt2C1xO{td=37CVvQhV3xA6t5c~-&CI05+iRGh&4_DY4bJEu&6m1S#Oa#zkz z_2F8z%7)@BOS<=_j_{czrjpo6DN9Grl5Km9@PZv-)>=nPrm~ftMLTEu@_MGqRfo+& z=Pc###h#|puOz|VpWEWnRlX2`%U9;9D$F$G^pq#(=H}DO%o})Nd_4t*W1WSu%8yPo zck`$;uGDIGjIL6WIbu=)vhja+5mNcF5t!k1=tJ&o- zO{XjiQw=&#Fn2}%tUxHnq{h(Z9CX7p+&VmoeRK87(`gO< zh%>x=Q^m1<)m8r@pn7PdRNT#wZ90vA*{xEysHm%5tFINLyJaAILTgsocJP^(i3_`(;XS3CI{_E#I4-3w~xqPe#@wGtoMp-J8ksLG0m}JvaH}L+db715T13dtSqakw|6acPurZ~oz?K{ zGrN)9DRZ+bpLd1WZx{4A*$Zf;^3SK=p!9j)g^PSVOmDiGXV|lDVn3?~W^Vj{&D>P~ z8kzmYQ$J+>Ju>@$c6{V`)VcGNHWM_yIck`XPK>f7TXmG@P3NDFHRogo zd1HAivIj}|QGsO`uN4L1X}jjWGBYd;>GnH9i28BbqN0Gfw9l_ZKgK`N4SH&dezV6& zi!noNWxj4^;qfOCU`yynMifR=s5%=Q5@y?%5nwv=A;u4fp7O7o&1p%# z7L#7x=J>wDzvsDrzL~6CbYX7hyuGmS30C*E9iF^e+?ukD7%sYM6Z}vvp_gY&FdY0` z|HsbBNP(JTvcC)@^H^GZ7WCd-sGRLJSMZ&xJ-kja`QABvs67I)9 zN&m&L^Op~Bn)n^RqPuN;l$yY0`<_X~SLmgB$6Z%hXaZ??jZSha z384Z|Zh)lA>#H0*x$l$$#ki{@nPj@+LKSyA7W2=8KW3VJyI<(9$A@D4|IzjyP)%-4 z!zfA!m(n|=6g3<+~ca#=7(jlQJRfq@((tC%1(o5(>q$<6J4ib7vLPELm zyx%$B{lEX*wa&fk{_9yQ$;_VFdp~)0CVR@BS!}^M+^Flk;!87Bf>>i*9NzGyn7fQ=!>(bmZsh52A*Bg4fz0R*iWJ?p z1`3y8kxr_!r{^A|EwsH$H>JzKUL4|8Y;m1?da!E?S0_6oESX&*l-#I>+L4Pb{W&Ru3bc$A3AZ&{~1^aR-T9&^A2uWJffUW zln?Ml7mQXb-O&98knFg9ONCK_>7m_l!txnX!b-RdP$v=s{+0C1 zU3-Cj!`poI19BY6S4$OeKld%UOtJzCC7!OXM&u%OGeQV^q#WH+{lN8&&NpO)L-QsE zhXT8Tp{w8>On<;7ZDsTtHz85;?r$OVtmMDLr!duj3!(oJKILrXOYj^24u7tqCMx+) z76`5KbOS$v9=xoV_wAPJOA*_p9zn;KbgybfDrPnN3;fQ=ncG8{9z1wU3C=L>dTWYs z{m7O=LPuk18BFO%Ocwq3aeygYW#G28Z{iVJHrHHLn$yc{BpQRqXLu=$y720^rZ4DK~I-{YT#`9E(*r{bnixx??Y&0haYI>)8Oi%DbC|O9jk>9+P_@CQ08H8*!aS6W#XksjXK?C@ePaAZRf@4>_a}bX5vyiu^o5c-irZJmxsW6}<-h8< zD#2P~s4`5Rn6C9#3s@$5wf}D>7)fFv&tLt`P~Q7h@E21S-^*TA`S;Y)*{g_uP3=OS==ATOdqVKXtbhO9M+wyb`nltj75mu!^|X8Y z`AcX%u=(DglYgrr|DK<-gORg`3TnkRsl89{y)VA*OV->FN3ikGN>z7bndWs)`VK_k z`9D|trQ4m$_pj3&2(Y$|FpE|Hwx|91lb z3F~+IiU%>Rb!bFYRD@^`_f%(I%95zl3hVXEPMXYK_F+q=$?A6M?Iqq%4ex?l-V$>A z6V+FD3QBjE+3&N)?aRg;kZJDo8n?XDZHX0Y3G-};kyz*=T|n?Cv@xRq87?!T4{kZOyeFRPy$)Nv z0n6czv&>`7-Ouhu)WuX5s9Ttjt;D-(GYWIH2-&=b)Tx=X9}-G9j4Riw_>sxUmVg zgetW}lfjm*!B&`E7fD=mdrYKzW~IC2q!G=AD*)5QAk$@H)1|IW5n@&F|Iw%1cD-Tv zE!V%i1(vfQizg+NOLSPs;RN6Q{Kl%qNmjdo%OUNVWvg5YVklzM=TI&Q3F(-;*rRkT zSis%A)pePCja&Jxx|~J;GM+K+v%(b@8p0Nnc!hIp#%$7Vu9KaW*H0E!e!~ zVZY&Ml{1(``rIj(s&NV3ZmUP&w&SYf)|UV%M^-ay)0fJ*jCV4?O4F#a&Lr>GrUjL} zm2)6pdCxVxIa1K{^a#5WsAYPZ$(3B`acpD34_G1O8`V0kEfH)R8hozd9VA-KG}Qcc z2vdQIDa)`CmvLvTOkWNFFTnau3#v`2Ji!YVg6aK(cu?!k47$RvjW=CuC*E9Iv)L0b zv+}*n%%~vqc;c0NDj*2B5g@Vq3iZX~^@yDYdL;usiShZqwo=kxE7)(?T#$NOYtgo%+@9I%8G> zE>1jxAj3<(Y%nHs@=40!r=v&H4PFlNyzF*nTBhD>7qNJ!24Hd*YpY$*&IDGc^1a|7 z>!k1O1is%*>3j`$Q61pi-{S5#snvJOQ#yjJ&ABz}=(X8+KyPnsk{}1(3TVpB z4l*5nxUsGT^Pa}MOh0PfPaP{4(*&ZU1=;2SSy@MG_}(Pj?IZvIh+f0P)dwyDkhLoZ z3#s^@?k&v=CqB@xF0l|O>%=wBnO__98|_o$u9viT_wGa%!-sjD5bv$3{6+9S*jA~7vX4N<^W`=bIcruNfoP?Ij( zaHg}Fc~6}Amj6Uj;n|dSt?sffMg~_d4Rg0?wcEy7wN4IG7$3K$R(tFo*UCk-Ndb$N zPdkH}4|YAh=)gl+V%ue0&DT*|Qy5RHRs*pOM0hpo9eC?FXbmT~$H0W%RZEdNE;li0 zJ`|Wda@vk@a_Zrs=NwbWkUw91wu3KE;g^4b|K0HCr%RaJ zew)y08yyi5`_6A|&l&oswx>Ywe-e}a<^O!B%<;ebKmR=4C+qpf!@=#h+E>U<1asBlDL}7HFU@EmDwD!5t?cBF}~po)U{1v zA9g9TvCuSs0`zhP_*<_g9=!^Uk5YTBR_FRjnETLUI`p#Y;EtJ`u)KRm?uwQ_h98kt zwb<>$d6}7@B?JBuO51WWMvVN59ZSH!-8FmYGKZ}0l0K_=#ol~=%k>s#7yA}T+WPzV z7CZ^xhM75AOzKR(SoZbp`E{fRcH}x$#-$F9X-#)w(*F3;GYZFKk_Ro5C(umWUT~6M z?p9LLw4NObjupMu3Rj@;6+`f7Eu^+6MOd4tr&Kcgs4Pexj(r>Dwu|?PlIK3$jki;t za1H)!6px9Xqx0MQhJUgkbqJ2PVDP*AM*bv|<8(Zp_I;rCY8W@yty773+E}Msa(gMp z??IxKhz8CT`Ch;G&V(z5nMu^8n^5wm%R12T{YJO1=6hP`!IG%LonDo0Y^^BR`Ta(( zugiN2rj^Ma>^EjEmX$o~K)v??HiT2`HvYQs>jytFyV;$sx9=E)Ko9P&Gt=2HHC{jS z*RnQu{SWfw?z-WBkYrlc3zmN(k(`>36J^sIXGv-intVyPw7LW6#6Yw6 zL|rU)e)@6IsR>`!IkTymbk@!Tyya?dWQ$_mYMRXoA!PFj)cqG~YzRAEAqxN@P5m&F z9D%coCY>HqvBfr*$qe6s%Xiye-nBa?WRw-`ILRjabft3d^tI;U&QjT;3%0Yx!q?A>ye7_1;Z|HB4?aG)K- zswxy!?`9q5_av@1DQO1f$uKp1>XEPBO&)jxS(Pr)@GC$2rofH=tZ)Bg_$30Knzo?g^i z*!JD!qNsY0+rWiq3nEqvrqo&Fn&c5zc3BSV-3P{ak<@TfTl4WByOtPr)OyMF6G*-k0EwE=%@Rp*c&4sZtR7%y`z(>{&-fV zd04xM*aXW23L6GnkW0K7ZBh>#erG{~B<3Wh4Y^fLOiNVrqfrN#Vq;2SUnUV{7vl0E z#N6YiF`td%(>U+JGH`yUe}SL%AYK791##Th1vdGM#j7O5!PbY96;k$+ga#=pYG*b@ zmC)1mOJ$-K=wZbYuc8*99wnw^4wGuCbKtW0 zdPUsjrd{{(Nz)Cec!im>MtMSxtB*ZLMM&HVrl`%>ak8oO)UWQ=5OaU~>X;62B`@}< zgb+jYb1z@NOuiN|rH35hcG?Njs0Kd5Xw`OuSpy5{10Lx*S@58_IxgZ^qo$0o39(ZZ z9o~eR4Nph+q?zZ)^ly4zpjbcUr8&ZC4?Wl5%v{RC!~vmwt7MNTQp8RaswGS{hK~Fx}akfzl#(t1M$ddv$>UIk7n{eAz`4q%>@p0)J>W z<~Z#JiA^XNR!yIH#-VoKJyH?^;ws6Xx>d2~5`F%O4!@>fJb1dQpt}8JJK_MT6E#o0 zeTA0=(%J|4b@!42D=7=PIf1XuJHU``ezs6GZKwNj;%(>!X99B$1eWHNz#=?=(v+r@ z>%p8g#f#IHWMDD&Jad&Zz$2d#eg}uUTi+F$vMRlv(^X_;*`2SlI|I5{`2eJBzwk0j zZDR(A5${%}7iudGL!q&jM_!m2&vv~q`4in z`l<8lBDX-b*nUxm+2*C)@x|3ZYQp*phlo~Tw^5VzVk0UrF(~o)f) zRd+Ff$U=W3dJ;~>I-V%@$13%`gEW#9$Ks%%oiVA~Mb(bluD$H#2hXs>503W=q3!)w zf*e5GW%%$%2&;WF{{9cbuVJ0YNyFG!Xh~?73CrV8^HveDS!d*3Q``dIUG%>|Pq53-xC=QvETTxSTY$ zd3v>}M`5?SQUxQDY)!t;f;1=2(wHmm-qmn=1f|1UA75l7oYn7REZ3D6Xi>&>A{RPU zw9;3#b=xX6LOB|!%dg5>G+b7?Qo2yEjt49;iXN5dcd!z3l?`9~YLVo{hL)^fa0UXU ziH}cqP~jUB4~ZAH^Q6+cBvPml2(yVFi7b> z2z6zTif3D$gPA6gO6b!~e-SJ|ntG0;I1CoQzDqoi>`%K%%(8fNcGeKF0*jQ9A1?PJ zvzTOqc?xdk622+E5yrVXg;JBBn$yfTJWI&F8@nQTbJ}o@4#+X7SBQne3meQ-Ljl&B zzsC!e-{2TU-@lKfU4N~^J|@^RkwjlEhc;lrIB87Oscr+qQ2Qd^x-;)sBb~ZA$!U6q z(^s`Zihh6@3}Yc=hEbQC`xN^gZqm%;Xho@=X5#XrRh@ll>6p1!Dd%TL8kFYjZ+`j} zU@ZNCJD;11OKknmN|U}+g7VMU%U)w&enT}C1qD)*JM8tkM%CvBl;+g|m#yJ{=7tsI~^XnLW zYfKNa!<~z|spCn_c}?eYFn8enK)C^c511x<0nW>!Pn%r)j?6*iLIj_hDblogM zEF*siMcl6@-h|Mh8v&Tb`wbq2em1s$FEGLS(Q24Og{_Cs?gd> z+xoCvlT}&GOPaRW`-ZzmL|^UTn!L8EJKNDZx2NG`I(^{5^0RpBo9@uj!Va=|hCUc0tQSv|Z| z#)+eOq=C>Gm8>;(wWRw7EpYj1gy#d;BunxHX$;h?JiM#CCnX!#3Bjj zGmj<&wsN2A%yk;~`dg$cWiaZ*>Jgw5rvCjr3f(!k!uQEK?=) z_`6Mz0)BMa=c%;z)1;~Tu)OrCyrqmqBiAp*bL~PljS_k4lW)DT%l@PLZ zCT<_<8paarkMj|avFsUKG|Udt7?}WW9N*+(KQ5(|Ct_APd3K~2#GTzkCe}M@>#Sq2 z(#f1wJ6fz+D|Gj#Y^lvT4=BCy39CvLFSSc28=+=TUjaRE33sWn9=DKZR;3vY$rVN% zt5#!z>A&I|d>E^tNduo5F(cTrj48_4DH$RwA=Wh|&BK%Z@%=xrG#B`e&)D>S8H?|2 ze6y71(Uq94+4lb6i47Y|>P<2+qVpg?VHZ;fg?(m6cWG@&sO>Kfj|vu#rVBQ0&){mu zTk7~ShqRezt>PP~&2M%clZJ!RT3sg<)}~~d=gOY;91E&^M=IBwyu)nXsGd(nfVpER#PZYDdEZ3l8c= zIM>%Awy1+tCJbk5V8+cB7LmF;Afq!X_z~eIu-*Uk~|t-ed4Uik=R++K+gPOxu=DaS)gYj?Lau2A5G@y#(AK#ykh2ik>%82$5>4#& zSIMFk)gI~MpEN%xAKh|bZ!l$*bN$f!_Ebl{m%VY;4XF;$S5I1Q9b3QVSgXR{BYu1d zR@)w3j91;}qn=DDoPtJ9)i0ycf0cB@zkED<&a|7<_I6il8FI^%YT;?%ohc3ull`0f zunyV-FM!Ea#;b8%FpB}Yw%(jpDD-KVS9Y|a8d%`s`wcwOm0h6;1fZXh`juEI_wYNF z`%mq(H$aJ%dbc+^S&3X`(8Njb^^62ZS(Wjh7q@48XQemzC#t>5ZN^p^`twDTYEk@- zhwV=M@Rqlr0X_bq?N7`1w&LwfZT9QAZs7UeT+-kmOo5M!pU0eD_3lQtT_1kX%(@^Z zw{Ru-#kBH+Y)Vf6b(udWU9^gwaB865HFY_Uw~hqOfD+!*z2fQT}Wne{7JRiH8skJC|Qxoo!M!=Jw9&3^RJ3K#>~B z^A~uDeGh8|U5QCMP43kim-*lzJ$L_+fZeE4~y?xh~AyVnWVqP4OG zPy14HSvaFp>CP@8V@ZaZw02Nuw>*E0FHKy=x$qD5=ld2dr2_9h)dKFle&`sopcNL; zo=i1-Vfi`+GoVrZvPiA5C^8k&nvSM>r2a!l8cwqQ;32N{Xo$BA_3qWtA7Soi z=|&tUA}fI@inH4Gn4^4hE{(ueW~8(=`iJD8LwTXZ3;S{}ZHvLliS`2J;Tk=)!9q|H zSVY2ES8XHg;HLX3J<2Zjb*xzmZCigncA9mfvQ{V1Dvmz+Me^EMdwiPMy`C!?V5z*} z#E(cZv1%XI1x%NLL=T+ylKrfJrwzZ-#x76$-g9X$O(7bM2}x@gU6kiL&DsAE?6-)F zosSwqb==Vo?P(|KucqqIXb7!;m)x~kI*h`Z6qF>9ka6UB5VaevoR;Z_eAYx3?tIb_@Sh++y_Bti=~F1qP8# zo1GH`=0P*;$5<)wwk^Cvoj*L2+pp!VU);MsQZQ7FZ;NQ8w$(U-Sh!2fQ5JvRD%~i} zV#8h-x3OnxEVOIj?5XKjK{T&!UOhT*L6bp@a`QjP-fbWI_8)aj$9*rJjatqe^$YYh!rua-tF@*>$qIOs&(>@0PI_ zA4<$`4)_)%ikjd`v*vo!62RXBrb*9mw-B;6<8S;&D9Cj zyVnH^CVs3wl!e+7WFFoF-mVE~6=1D0E;KppO+Z5OGr{S+=UDkc)CS5B$3ig06goTB zs@Jn^=myx&`{OdA^$m)|Fy2`g*F&AS7#iTa}X0 z%)e5RoTKjuJBRXDrk!Zt>ia!88y5BV7qqAq9^NJ02sq%~`hp0i$J^?t7Yc7WWeI&2 z)TqYf;C+^$H!a9Khi1(Lt6Rg70#@tl7lOy&8`)MDB+|q}URLMU&d0;Tu-nODSGUP% z9vifx_iIl+FHEjFHqh>~oT`Pc!R`U{0sVpvkoDMm#aWd6d|sa4 zTckj`g{P-HdL!}ERMw{}v@6KV3w#DPQ}lASIxX-%*ZBQog-nh8tmLS3{~j?_!Lv*VaT8>0zge_#a(VK= zLSTvIHJ=AvWWC!GU`k{W^5jUaV|tOf>b^8pY#T|63eKeZ!uHpszyfWPTVrgT^uAa~uraVzmIAP`a#kAXc zJ%_OuX5@W+Ajn|B<0J6>5Rep!5a}pt=dk1-k#M||Len(z!E*sMq;SEq=F&hrK+2wA zhrdv!3^j&-we`H& zu2u)-e)2t*xoI3x@7?%cH-b%3(*eQqg| zXE+(=OjYPYbYwM96P z4nn?U=DtQK;L7*oWtJA_mHv*1NZ4DpeYTERtk|N@)%6I7mJGF7$;%AmE#r068{vyT z8mP|&3}Pr88Dqms}TCjdMp1+P`zi1 z?v?uBD^-sh!h;h!k}L(??nqx_zj`e5)blbJE-SK21`TCd^i~9%A&s)VDoAR6dBHWe zk<|5(Vh^t2h)%}5hVs}x5y7~El4@Q0KK8PfS%7*KYz+-yKF{GiHpY%>@?UIlR2(V< z1qO1|>mfXo&e}q?FdGTD0WmpaYTVy5o#>dA1sACxo7)i`{_Tys8;EzBhfIrK+b;1@ z8B04OCu)}0AZ+ceX%Jf5zCqG@q6$h`RISBc$obLgEoQTG*F@ty^ARTTve&CJGq|_K z)s(Uc*HIsC?~-l9j9EUYpNNwJ`~Xuj?Rv^s9A&L|g7Iz1BPUz9$fv6cLG*>DW9n<^`(hHq5Kq^7=(ncGgxN!o)M1q2>XD!U{gH-gnfPxg{TjPaV1L zXOSR)i;K$>a!B*l^ORGU<#UmekI@B%)A-9nV%N$>jszFQ-7+a>7D6Dr7x=~2;6tG* zz7gXVc6DXMmEb}!m@1cgfA8f(!xa^)-qIvD5$$=)L{LV{!V9>$(th_JVK2Cl>9!);F31hde15Goaoa#IP3yUIZ- zd;Jal=Dm>@*?EfppAngYq!)Bo9z-4!5z#aM>FkX8)7dHe+u3>N{eOkFK2&D;U!9%* z!_hfTM-=lPMEug<>sg-JV+Y9+6PdAgZKEhUQp1@V=_s|`f!Vv7sJdBRhdJ>N zqR;c6NdK&JFGwWwedzK)`#WROx7bp26j{IGJ2Y45xbi0d)mPejMv+|lC6;>c?BlUr ziFc?LxM^8S5UZ z21ROEE*no(PXmQFmmy&oz<#{SF20c%b9oj-P8)dE0bRgu=0Fu%(w}9hrAf{!9rA8Z z=4%L@GL@@UOZN=Ewl+0duQ~N?O2iKRh}syPK+wpe_w$nX?$fYuZ;u+uH6LG_G+g+U zDD2nw1=jjY4FdTkC(?{b1zaA?xz3+84g+}7K7(XVh%LDx_sWkg4W+V9WN24qFdJs| zjV?a(OEd04F(}Q+GE<+%EtUs|UX{SzrbS#rrK?v^8tSCd)h8$drPa9W-P&=YJeg*S zX@HNO6q&ht59SoGG@`(h=b3l_hLUhG&0D;=WW>0-U+QCAy)Gp&uAUGWK489W{(N>G zl8oQ;xSZc@n>`QO-SfNz?6x7!F-@1|805wUe$K)J!k-qOe8*hs0Yvg)Z}8rF4e+)@)S)PM-^5Rg|$rl*540y6^(qKqSq=4 zI7%mMl(S4PmRW8!LCp{B>$(Ni5~i0fok*J~k5ME-k4XDn?DRa3G?7VyeO@*jx0S-%V- zIEVVkV*5a@h=*~JCn+}E%}g82X{LzJpO_Awn{CiDacoup#CgaTEU=@WOOpouF;T(3 z!+-KDNalKf6%og`%AhSBD?S4cXW;n#@i`*;g!|H)tbF(fl6-d7Q>@n0KWeOBz_#If z+{>|;?}%?%V=*$5g1{MHW$4UFT|0_(EO|lFF@S8slF05+(62E67oFFIh>OJNhsTP& zJC(=PP+DuAKX2&}OoJpIis~orwYTNY)So;N(yK;mn{wA26moHkh}Y|IGnSUr&8q@n zETG3lJZ0pqPp3#Hb-S)KvDGP&U$Peiw-SmM?-pwnEivCK>`%0PmeRp? zLc-P(wc6gbll59;0F|orwJnB#qI%>@G>xM_%}eM|yMr`ondZAv5su7RA~SoZlAVmV zK;(eY4(KY?;Ae}*jQPoQx)TZ>d415D!z($-(z)#`&!-Z+sIn5PZyuX=;Dk!O?zFD-b480DB~1hk9{AJzOy5e@{gTg_XL?sZ|}r z;U4!KfIRgV$=4g`;2Fc2Xe*H-7O!pl6jV-#fFnln(39}t>q;D!uuccdijy$TH~0^? zA0b{I_*DiiPFmy=zO^~gir$|&FheZya0viPaUsz-Zm&_EbUoGyp|23~Z8Ux4n>V{d zd6u4**ynUg;1I(_e%@`Kpmnhe**gLPj!ySj`FZ!TDk)@R24G}Cge2M~=vv7HRtX?X( z=+U_!m8$Qx;^tk4E$D*lvCJ&`J8LO8a&&}zVhU{J{Sx|cGRK#^;)h=iYsq%Qu#v0k z+1%=;tc0t8+!aTKI6eEfbvq~PUvDwTiwy3nNqpfzc*-A_sy(WpTu_OQ2q727Hb>!f zoC+uStcW1wW&0}oM$*@CLfJt|vCex=DkT*=8LR+mwW{UB%@-m<9ejd-q{MLha|{B+ne~AyEw}fB5q0 zLx!=YVr}%J1BW*v1W#V;#^Bf~sbLtbeRQAH_bR%>$~S!`QwbL4=j1EYOwcg=AzHGmmCOY zvAGye^(|lh6$WGux@=!w-smSc;kQ71VXd$IHB^?7!?6%%_ejHy`_J=+|tB7aTSze*JlmN$c9C7yd#V?!biYY3mH zLA;8!_SabvodI=a$|J;qhf=vQuHQ?rY+Dy64;h9##r9Ed%r4JMdv^xdxO2YXGhO&D6p-XBk0t$iK46T^Cce!>(joA(7V z5=i>fV+>kcqUTx2?A(^YZDNyZo5nHNj4%DZEcd;pfxoC{FK>7I-LlA%bYP)+5BELD zqzF3Lzl$5ythv{=)URm1caJ?(;e%ZkxooA0cGbB~9?!FJE`QdbzUcdkxh`Rah5CC{ zg4TDMKULn;l|PmDhqHz)wRf!zmt#;8V%CI}&_4inqcXQ7ZdiQ z61Tq|YixQ?k(So)+HDOAXxrgwO3!nH5=stIJ;`_w=x1xjxfElR)nj9gvj_gPre7zU z-c*c`V4D=;zk-aB(BHo}n*>3zW#?Fl@6^ozm{;oPH*eER`P68y%sMNhvj;(q)tWIG z-Ee;0gF9z3XA1ilE?If_V)!hIi(kQ>Cb2W^h=g-zJ?H*Lb9Vc~N|F-{?vlf83x}v9LDBB26F$sHWxeE@S_E?9AzNbX(}gqT2ow)t)Q9awBp< zl3$UI@VHE}pvion)?1&J{t#01o{w|MSttqyj8!PM-iBZs%fmFlEr=-$%VDp-B79um z-D6N+-Fp@`2m3*yLp8lKX+M^*@29e=F}hu*RJ5iMqZP2<(<(C^aGAt^-$hvWKx^!R zkUmEdzxG08}r`U7NIJ5hT_iQ42q64k@an9BS@Zkja#Oh?%1T2GYw^!BiA)ii`H zI92K%43C|cy%vB|S#)1899tbrZni^pP|1n`Yp^92-|NM&b8qF?9UqM?r?$bWUO1vW zXN%l#g1kp9#Yba-ZekkM?BYMNlU;!Dpi@c>NIGL(%_~JzxlXOui;KPyrasZLDW3Wc zO|=aq{J*@AU*{Vil@zMJ2&80$yq$qWq+ZHt?}ZvOX(b0nJOYx9l}=GKA z8H$64$-KEtlwsr^&aiFedR?ELl1Alb34eOS$sJ?8)N*f4kxJxloqiMPBKrt#(P-h>8ck z$N#jNJ2%|hO`*Tk_CV&Mm%mQ6g@8$R$u9z4v0a>QK7z(3u`$DB1Rsvyhy&BVviO;mQJ;Ny#bY{+%;YZIb}4 zUwILWe`s5rYxG{szJF@4<%~4a%ww=07E+?%_-4A1eOnN55thU1Xc$z$ z^Gt@y`LqC`Bth$4IYwo&;+`)PQFB~Naw=6PJdp9{v6KqI{jj!h$p-McSobs*REw2Q3STCUUu`{&}57gnI{6w*{Pe6;Ptix;m|q2UpWF;vp$R?bJ=)<`YwryO?hJpbd|v&_a`=!$@FRs zI!XIi_K40n8QqU}7W4-l?iI%807T^0Q;dCHLBo4f4W&v@nQybIVnT+}?pia_m7 zXo~P<#xi;Ry7h$FVvl9qSA4bP^4kdRL$RCFIq__z4a#`aYRQ^DW)2(Y0Jt;sA>#f{ z)G~Q-g@Rp02+sX_aaquUY~&WaAgG$Qu7kZwB^=38t0M5Bvi*zTMitH{)o`2gq|0B& zBbJ!3c=>7$QYm7?NZRR_c+j&63<2I_J!vxviPf;#IKNjaBIrzhWuwBE38&9YT5 zr^W4pNisbP>d=iKig`+Z+G%RacE@JBjNCe6X^Jw<<27b5*BFx%iX1eH&zp7FdX1@g zZzciv@N%AjuBHZQ!nbdgz8EptEuCdJ$)UP=I$?o~Dk){z_<1bdY>^Vd1@&!UxgjB{D?qfEfbU{Zvj?8hnP307~Jhkl43pycGBeuwk_wNMfn+GZ{*{OAqF@uH#1Rz zFRkI^ZeFO2lJ_BVX{w>AC?>u-^{Hv;O)uw`AJt|^!m;j%IQ{qKDU=+8?>R-*AJ57# z*_18R(H4L8f3>$ltQTNSEl`~E#w5rvJmG^S1-)l4S_v&nn`%1uf>t1l^8Ufsgx-K$ z&}+xYQ<7XVQRGC5&2*EEhr*e|j6z?}YR#l;cO5IHWLAJ6xQZSHvUIPk9@X4 z5bP9L{uMuP{R9=}U%hB7AsPUkFb$^>YUJIL3jQ86VRWu)Fet|NMnm7T=W36eQ)NMl z231l;e8=JHgI6)=YY?5Ud{0|iZ2|c4p|rsFv6&E$`GKsLmii$^q_zwx|G#`Nueg3j zs~$*8NCHR7_uDSW!1$+K@OKh8V#)l!kG%hnByhjW?Kyiny>W1JaGmW)^pJDG)nCo8W~7sdG}_&LxwGnl zyBklX%W`khXA&l1)AR-}F+qvST^%~6ukK5|*m=(jC4|Zy_jxt=#n7d~tiv<^m-<2p z?*z2SS+wJ+zqDUW*Ac3|oOENS2tk#o(Y%e`Uf6q0^`ZBg$kf!&PU;$QT0?UTau7uv zPIHDKs1B@y+itROs{N+#o%Kkh?mqU(>jNF5S9pue=76U-JA^HtYb7fSXPSpMXfgm) zUl+J6+x#k4-l`tUZQcML-2e*Bd|5qi8f*)~A1sEEXC;B;zAOyce}W1~wWiesVVcW2 zG>!S?-UL@JiZ$Fa$m!Z}r-ny@e!#;#Myav4^bZ&U87#Uc52yp_ke#tuNqAVAo0v<7 zkNb_+=$9{uF7v%g*#W} zH;lNGi}(#AxN{M|VZJ-Le7|8n?p(g#aM7LIqTg^4cW%*d*zQiQ-EY{AJJ;?voOkob zivmFSE5@6H>=h|F2zFw|zUs)$lspEp;}o0rJAT4<{D*!-v-l5)TE??OBjeO*r-O)Zf$b zxs&Vj*F^vC)0vLkbb9A)__RmXc1jVdF;M;P%B-O!-|42=-E|9i@wYdD{Kg6xox49F z^@04igdMTi6*i(%4#7{DDq0nTy;J<@6=hiA&`jI6&7tdp+Ge4TSO zpcY{)Id`ml0C|WXy_mt2fPkrJd}WZsQPQB4B>KH^*LqMIty8KbI&5s4wz6U28JASX zpjFz!NQi75gr|;)$O$0-VL*ay_ zNdB5%rQNpteW%daEIH1}HMnVhAPBl)KP+R7@@R>@|NUsWY1`wj856Ab-cE*ZY=*AO z0lSdNXAd)%wS(P>0H}vWeKVpNZ9Y0LwRgt%;F4kha`ke94ojD3D`P?^plkW3m}LD^ zOe*~rlXCrki^)6xtNY}y%B25ORML|XvHlj7v6E`=O?w!654xDS`)`dzl2repLvfo# zKkq=< zzdTlQxwA`j>;21%aRaX{_q}f)Vc%U{N}svsNZKd!E@d=S=3ze$JlR#ol%{&YMR)C$kej z#*fq5S9*4OP9B#?Mp(k|Wd$R}C+?ph_6_9|ki}s$^(gDh21>+XR5!(f5)9wBm$996(q~m&>xco+2qB*z!5=O#P>0mtI)PHNU_tfxE z%B|&E_IB<;mVS!Vj^U(SwXK5HO}gjgd+fE$&gj5OJg1l7L>Pf&$!fqVP0^o*?oQQt zaZkk2O@-{yDTBA*)ZEyt+`2wFS>Cud?Ag(dZP$91arx{}y6gYq=;FT6#$Cek z?R!pp@3RaZB@O?CBaVHUjm__K?c&eOFE`xre=aW&Hy|gwf_3Z6;po%3he}Ejm&p_t zl7TwaFGbepe~kNp!g0@XMk+J>JNn9!!ntsmxVn5APDB`n5$~# zdBYNPB!xu6tfBgr!ykc%Y9;Y+fsFc=$!~%05QCreGiEtt5)furKNnfg+7`{Jc0Z}) z#-yj}B%Ng|EuTP_LGm1D-)2xg4$=~ONy81xFi!DXzzxpiCiw)7U|_Nq>83)>huzd$ z0z#XS?>{d_u8{o}D5yUb|EjJcr=Ag5*$U!+8xK)7f1d*P(_ym7QuuBw}wh|fw93c zv;68?UjsQ@BBNnTF2M{rNiN}+<_ui=#ynMb|1P_g`qswZWIt+QIJUe=3s!9fd4QWD z|J25RA<|#=pY=?&Xb}=fg-rZyYKE%?*p_q;wQ+D|tZvhIAJ8aU9t zBDF89sHm}yeUyKB1ys~X z#~vy=nrtE9W}#*uCX#pJ%AJzuzRgk8tCuCpo_D`Iu|d1sAm%%w zVWcXeC{OZrLawO2yPo;(+HR#HSMG!UL0Lzbf4D(I&#+-#7Rt||aKdMw_S3*c`vFxy z3rEh%**Tj7sY79D4l3 z+`+L-?{H*ieU3KIKW%k)LxR!`xx0B>v$k0}fb%`At@BT;7AsZYc932%a%+$X!*_6ywq25XH8BZWvBwvoA5Z`V!nB)WQN9I(IL6LM|gu^it%8- z_a~*I?Yiv35BR1}!wu2_*gni6XKA@=Z0tV5(amhA_icvrW_@89LMbcV%G0=>9TF#N zeSESz<9SDlWrXY4B!Jc2dGln&q2N^PUY@C8&_~wI=%2^vrUG~!1UJjg!QQD+TdG(LY0XFusg@LR%vo-coyhMzrOoZKDHA{M!w zg}^>rjO&)4A}(L$qx(_kX-LB2 z0k>c!$qTTXvlVG<9&5q4GP1MB2ju5=JvEwOtg*|#kDNO?ovf*0WRxxeuD_7TI9)w5 zml!wGO*atE)8#^4FXT=6u6StEd+qspPLGyWw`Tfhd1-INlY^P>M_psz-{)}^c4?(& z7}6UniNRo42W(O-_cPGwZc6MRuB~U7r6v8aUe|kG+YojWHURoJfSFQ zjI(PU8yF6IJ+aia)zuset(&ZBs*vZ~9c2i}j%Ba(J?u=D=9VdeEUqf~)h`bg6!|$w zushzKEZR_awk+7aEioe1!T0_x{yU2zN^3?|WX;Z(ETeVXcCwLsJhT_WZr;ec&Oe3} z#|!UWs}C>2vsaN;&ZO+IIH@>N+r8m*jgVJPzw9jNEVz1^a9klAysNwo5ByVV&yI-N zh$Gs4&R=^mD{d%m)O`1BUwuBww<@?Q=-F=ifOuKzIBD~cqHp&V2hf`CiYnbz8H+Bi z`;lC_u8m0wFXI4m1{Hj_)1Pz)3s=t1BhT0lFW7eQHfV9ZU zy`oRM))viAmJfucDWuUWnEsKZ(Wi<1k;Kz0==_!(YTw$*3eGoxHd68p4wq8&m695k zv;;D%<(JMeX3kN5f<_SuBMoeN1yy@lEn69h^#CP3Jy%q1{z$~HsES|wEit0XgYzg*r%TA^JM!#^84LiJry z58N23k`I4bmr7qZ#>=>*4DeTd_<0cTZ;KVjMw^P1L=YVsOrPVU zEx~AeDDuco{!RXxXY{7F@;psX58kj8(NpG;pj@;CW?M0pSee^dTWeCWKOsB4g; z?h-Ugff|RUBnQAFB~hP-m@q?#kDf}0E*+7X@N8J_8eBMleZrojYdRwy-&=< zCYVL5>P@aC@|LtS*YDx1(`Wf}+CB4j>({;o)B__$>g)=RZuwlQ&6*5IsK<_b44&-0 z(t4_Rj8Cb!)X)}iO)C3Ar;_e>ZNoHi^YXov!~(#k^n+d|rO}ddJ8^p_HlK!9KJ9{z zOFxdW1xs@GaoieAH3hVW1(i<@b{MZ~8|^0#<;yGG(L?MkAJ<2@>!k?wPVD;0?I1)XvQvc>8DQ_jc^=)$aDbS+(m~mpJm-^RFCU^gK*|poiB}&p(ph!*#BDa+huR zg}qw-+48=m*VD;}WmCWO_PFy%eb3chIh9S+tJUrLg5|M_gQkya=6JtJw{IV-BQgw& zwES!k-bE3WeGOV~R`JapLlp%b`D)*G4^mg1bw3phj9hyZBw3Kkx+=0!jRHDy>cwEPUB-(Pna-1U?%9Z8tZTumUXzJkcrk^~*Mn!hYi`Mp zQtY|Rzm4^E9j2DEu5S2m-mq7Y_ESP<{Ake9vH1yuixvp@IA979Ay_ww%Gx1h;%L6T z$H$gK{OSBZn|uCHtYo+~pCU+!Froa1Fs5Yx_AB4Z^{;)chI^pP2P~haguQ!Ne$@?xe zy0Kc-HxfH}ROY(rmNV#ZusOl1;<@T?TDbhYd%3V3n93z_TZ}(*0hCHP) zZ%JHde!9n2*gOQ69Fe<9XBy`W;he;Hu9^DMNlzW_5&1`QPh+bXq^GTqNFp8z``USp%HK|;NEK1 zZl7rNd-&Ue1>ZY$O1#zPc5yu3mw6F4&r%>S;^A3(l^1d6ECur-49?Okya?5^^ad|N z_be6RMchA2<#`b%XDKf);?`Muofq-wEWO5yxObMy@*<4RQUP9s8X=WoWZ={uf!(oY z=For(RZ!*JGo>z9owv}387EpXAJvK7k{Wt$XAa|Jl@E@Ne=Vg9F z2mz9|YJc+|GM5Q?3-2q#0D$8QLMB9iz6c^^5?{~O{e z#Vfn`yJ8i5naga;#i(e}E@0im(exFRvpNQgEF1aKaEAdWoqra;dudIF+=b-l4E^B=-a_M-RoC)3zR$Tvx1Gi-?vN z7yjCssB|PJ?uEJOJ!j}qy7=DibS-5kLu)gkU^&s^TYcmWx?voR>Nh87vhzrODO@T< zO7i)1gM)wR{@|=lin(Kb=!5qtdTQjddTWr?@}TD0sq!V{OzVmBteTz7*D zw*`~lB(YMXc zL03~v0~fKmRB0;qQu&UW-6v0#v3~iTejQoY2k=EjJ=i(MAN5ZbT|3;}b$uSsUCYC= zdb<0UXdTqH78x(R*RuG@WN<*jLSR|W2@EQQ6UIu^*$7I0?$-$V%R}{n*q;&fFCMD@ z*nHLesh#7m9auF8L3PQ`Na+4fdmUu}>DsrJmtSI;^;^4dpC93!$*lTvuU@KPCJXnZ zd?eztU2-xmn~vR)tpIf)lfBi-l+@(2aFvVPo>moOuyBnVUbFx6X4*(#^gy{A#NTbU z2k#0|`*J`ESB6sGC8B-Ps!-SxWT_6yNa@rRe^sjU`N*LnHP4!rYWUs0 zSor#Tf9<{lVg0f((7PymvSB(JHO`c#kTI#KQB>3rIkNH~aTGRU=3XxBO4ywBn#1<6 zHvVwQ%FjwYN&Gq?ye5c_5VH2-a!y@Y1lN0Y+vtkC%$w(DRmxJhvTjKbLft;-?c02s zWCpC~;p<9FQh!|pj043S1tj@(n54P%6Yc&N zX;s?urHXtb$9P3Hl%u8fDnHZ zF4ezWI^*WXe{(ovxNg*j;86lxstPOV0MZHmc6=W zA*qVJayrIQK8j5U14*4xjF7Icg&`kxt3*C`(GjSXDjip!n| zu(js;c?EQHlKjo-U1H)o_O@Ek{G!L{@b;;Az%F?`v4(NeDj_(I%~@{*-Tl=YZ=5~P zwQB$L#=nH8KYNTL&aAL&l;`gLBSd7t{jqIAM4Y&b-R~hQy3k0T6?>KBQofZzdKKAx zZd8Z~M>5r?@W+E@#vg|$w;Z%Q^_J>AaN`#j4f`Ng<3rJ$dHIJ6#f&Ol(wy)XdQVUb zgG!fYHYlHG1uBbX`?|Dp=ndV6j}3Jl|CIcR-$XPhW%TZ*w*!3czJcZRu4mH#2 zMJImCoRf}q<+GD>>2;g$6H#-R;hyj%p|0$$7F8I((k~F#F*9MY)Y!^wp@lRfMjG?1f>w54BqQm>VW-6&-YUZ@fI@ z3?1XOY(ch1*duv0fY3>UXWCF+EFJymd zMs5tTg=?!bIsVWwdkIh>{??Jh8R|Qtg|eU&?YipoPn=EdRZuut_A7PHQ2B*_mf8CR zpvL*2?3EDR6NA`%joa<-)bX}c7qa1M-d)OVFe^)?a9}XS z{prg_U_xy-x%!LQ(16>VhhJLYWpK^m#oOHX9GUYTFjp6F5dx^JShtQzuf7OIV_^8*8!jZ@z*)Kx%%6&oOIUg}V2}`p zDpd|J%eOs*O%Ddh%7t+!gHeQ<#rgaj#CKS^EwQuBpBh5Kl+>(T=0Yja;eXa12r?7p zXFCHP0p}bQu=-ssA%!KW5~~AaB|4aBZ>9gGW&v}`Gj@%-Pf=igKsw78H03SLfXbh-~wqMZR6frE6sxFo#QouzJ+s<4?;jfHypA3}5qnc=St zVwI_3!fGIt?2ZLD?VG49Fe=^_FVZ6vV2(5sQRmis+oI;sB!z^q3Y4(Ya5OV;pl@j6 zsm*k0WiQAW+!8}mZoz26i!brvP!vm;i#u7eZ#XyvjDI)eD1=-?8+|Vyb2+?(ISZi9 z=~GNc{-s5m1ADg&&NBBhC#Emv$2|JlOI)NVE*!Mfd}SvyNCg}WOTyTtHpO%d5xQ<& zs7W~UJeG|bBB55y$%Km)TEZ%Gs8I>JQ1-&e=3c3AiQJ|UE@2A+VDyks4)>)dMUITnLhK8#_i&PfTN&H$yDe=8~$7wiZ?i`|Ecvw=hTz~OeOm`k;}^7zZ&Uo*O1(tE>g z4-D-FG&kj^gVCWiw=QyYck<1VG@pS1rU@5jB;3xwrJM%U*YCsYSr6kIuH)vgc0 zoCMrVXH6{&d&h3g%66w&77i_4aT}ji{)AG0c4+bO6!1)77p;5xkdU;>cl)lyc_(!F zUGIJV*?gAVawTOSG>qwec4+IbY*v+#_}D)SFqFya+~R5yp;$|k=fZT)p;67DnPn{8 zv5FP8cfn&Ca(_m9sTFTKCB)Gz4JVmw1^IG++hfqg=YT^p@V9H<=|(VYblbP_dnqJL zcN+w;e~GJv(U1W{cP%8GS}#n*Emv_fd0nVk7rH+kgNqY{)AvpR>qA)TBbfGhG^Yi< zxWp~U8d|)6WW;<48G;H;gt8T4?~O$cR9y=3Vhx8=Rm^B2p@Nw8%L`s4K5KxTX$p?U zZ?-dr9Ib9(6!+8>f25RucV z%o@W|Gdigy3m1d!Yt#XUI?r6FkAdweX0P+5Vzl67O4t~$yZZ?t&zwzF#F`dMsGTvC zV}bs)oc6##o?7x0xUkxqzXSF-sZj+Ns|BGnZ}FFp3h^R~Sm!KTQ%G&3gHtLsZF&(& z?D6*q_p-btFKT^MOCf0z_o|8^4=zErE=G-KacE5gv}z*p%KhsXcBVi}XeMxAPG3tY zIC{>7L#grZ5y0_?+Gd?972VlU83PwZtgDG&-RIGx#gx)-TgV(*1RRv6S@&7K(>x_|lUZdT$+Ce@A0}zq?J&>-|yx-u8o?SI=y8&GEfDb&o!p+n7*zt8KpzJ8aU> zOMk4Pp*(74WRMUXP@3>K0W&pv@U{8VMc-C4Jwvt-EUyMt=cBda`utDV$>j6~S@eTF z#WjVoO>+6KT5rFaqGJh@M^ANoN5|Z2TAh!1bOI^PT}!Q|5<8~bT&;On!0u*Ply1Y4 zT~xgCx_Qx!YJtnV#NqDSl^}lj?OdJSi^2<3VbzU$|@ zhHx@1=YH60b?S3k_c&2DHc&%Jy4_Lp^0F(EA@M{g(SMqon|JDK?=siCyG*$8X>sR4 zl}5wB`=WGDDox6&<+tgd^~d=h?qNeN*yf43vjw>()>pbH4bi-0NoTqW|5@YLP_<=m zTA%SmA}lUraZr;vUB{kvg?y~1&&sdhvDc|lDIvG}IQoZA#bCjzE3MOc5;em8{2s%HZ(6jc3M$$z_}-WuH~4T@Lt*E zY??{N{%e}4d^XKABE+FM-%qKlYUgSNd+O}!P4jQ$(ZByXckUefxpTDrXNAam{IQ(Q z+rIlVSN)6SboTN9;^6FLW9~%&(>DJV=}9TlE z???mzNmKDlr|YlUN)eiT{@J5HNalZQ?0=~#P2yis=@Gt`~5Uo`}s)v&zik1qOuuOT4>2tibE1|U291^5-bs3r6d;4i_8&Wwd$cI&xw z#KFH{r@vsoqS0ePe_(%!M*rKX;5U@^7j)wn^vpat-%9ze#cZcjyR0AIUxI)UxisI`!G#iP$25@F&y$HMsxl@ATB! z#r$7myVn_yVNG++UG|Jm8wqge-}S?;Yeh1dKD%Ai4>7a0lAgVu_-1}kwjU<8ZxIkL zL)|Crt|PtOtjqz;4I(x{(5uw*hnwUQt3&6NIS;Aejqh1%K+@&c^A2eZpR*ed2ti*n zm#pNqb;yTj>U_7-3;RNN%cNwODf;!`)OWBmuJ>^BczfS}#pht+XHW9uny$3LqxQfk z16aaqx$jzBo@`7X90H!`U@;Y@qtYHL_Z`Pd-48JjIORO$OF@p7-I0dHQxt}tL1n8_ zRF*LT@q@SQ+PSzqV&yx;j5k~3x^Mj~+OurXcGE}bAQsc*zJ4`#>_C3T>s3A7&uG}u zqH5UrJSaYJihYHr%TV;o?oZ(Fw9@iEz4ft71Ezg&GV75M0MV%GYWNb(UQD466YUWD zF>M|>%_yQS!|A;@H@BveirFm=be;y7VR)9XX7bTuE3LF+NYN@TPLnXWN%-R`0N=u5 zr3*_DEO2$^idmC(Z75;lTIxko<04&wkH;bH`)2N$1Zk8ovc5GD*;peFh`D`qu4q~g z9MsUlP#ejW-pnN*YBv_-xJM$erk#%!htW*LF;~&6AWuiIMhzaslUSi6NfbUM3A>4l z5QmY`K?R-AR}@i;#YBs1%K4Z>V6mb<+t26$fkASA|{f=b6M09Bi#bm zX@G@97>PzOnaHTy7!gXk5q=O;U3;cF4<)a769Ug~jzqY!5T_EX z-xd)Mh@4bbE3-kA)e~oiqG=M;n+Sy@jMRM#g+U9_aKPy+cB6*tVfZAhVwZ)W0Gx9W zBB?fz_;+fc|EVT9t@WHB{31Ch#uSI@wuO`GL0==}Z|?Y{9&_3#VMRNKR}8clVNCN7 zHYS4*9!!AUy~V_hq^2u_5Z&e1%G_>A%>u{|O3CQ+v~OcX0oX{yjYjP*sGL#0uDQqz z2_gwYGDx`M5;{gU|3vvg$o#q>lqtY$uGjxUfq$cFV!%OM*`Odv0Q6`sr_5h5?$UiI zr`mvu#5{~v2Nw$3j&L(*SQ>@7N4C{P0S^8)IOXGOTJ7){T3xuKpe&+*~74ix)&TA+NbReGO-OuV*Ce zmv>cKorv~EJTMv;?@j!%Uz!3NX&BbexcAYK2ji-M%PH7#tHX&F4)(Tu(f>TLG+2Bi zVX@Dtv^sTh!1Z_pm9*pLH@bYcz%vxkx!AN)HqyJ;nw_h2fcR8fza-{YH*8v1*t^)b zg0icV3#+ddjK15Im&Swf5Xe;!`8Zjb)OvHAU7eL`fexB<%lv^lD9YR2JhJ4Fv7d`& z;FzTpklTytYYiS@MqfNw2)Zf&D&nFB?N|hlpfe9rTSdq|8b`5g`&*h0x~c!9>*rPj zqD1Fs=viDe6)vI$?n7w(QnfSUpqv7r5bxASH7dyE!nc|hYy`tS6H&z|S^;BG2R)2a z{e$x334f5(%y9tDvd%P!xZ7pHmDA6vg7hm1mkqMpaycKf(08v4ha&J0H;=VR@VHy-4Lg_Y-M;<)7xCo58)P;YE5NW}|B>O4uXGJg>=*H=1wt95UTqS!_K|L&% zm*MF!__av-e2SHl;c=~H>5{ly8)8XX?k?w4K7u#+z`Hv=Qb!IK%sCGgr=13{xUkLj zCw79u%WBi{t2LZn9nMIc`Z$2G=^8RCL=+b!wlhPIf)M4vHJ634fI%oz z1(dP|6oH<{KTd5*S;*7Q$H`vwhf5L;TFlq zdex5SW2@wk>)R2?-fyc}`B-qBMt-kXop3*L^xJApKI@kNPUj4)XhE-<3rKJJIud{F zsf$9zl=V_$-8_K}yIlud8s=H(1cy6Ah$hi?NAz?3ZdAn_i5Ap}FwsJcz*t~G6{$`Y zcg;Frc8!A;&pwYI^CG zz=1W#U#yRlUW2&cBib0N5#NWIw_^e$-crmE2C4z%irzDTg z#q1exZ(lbFeN}Z)f9hUY6-&zcT?gzqE=(O5WAjk3zurFzaj|IXN_`BG8P>4&eR|v! zG{4yjfPFkag>Y!<#s&HGwGw!-V{m99oO-hPe0{{XJ)WKqtSlBXVod-stdU9VgDN6p zI92v7rNsZ$=P`G zfv>&`~~TjdER$r~DKS2h%L zdHB7}UA14lY+G-x*MZi2Pr4%h^F>=4ze!G6TqS>HqUrM;nf8wJ&t9hVE&;3G`Kj7*%&H9dPgWz(JMm_IyH-{s?yRlaUKI?zd zb^7rJ5#~ud>_ra$eh2Y5)kfSvQJmj}`s>CX-Bekgjn z^vKl6(?DKmSX`*wYNB~7Qqc6<)y*LG3A<7x_Jj$c$w%i@*%C7cAja?q+Z>PGq;qVk(N|04W|if8RWYNv#TQr;y!;G% z&SMjCMQCh15VN0NHhLw6pWPI{^m6H0+1=`VcsjFZl-54x=gW8elkTy2#7ICR+gu>1 z2XZ&jId$dcVEhh|{=th+>6Q)7sjwF|v2e2&9El!!T?mYfsEmEA+pX)*ZuC48ckcp! zZUhUq>b&6T1*7ZX^6gshd)V7x|CxsBFcWTSHpD>%<6}) zy|!HX;^gL5+38Dh{7a9)SF+i2!|e0k9PtOmAWclie)M=c+{`7`tzWuFK-jU}$<7AZ zW!wes{fx0o+>x3D-xb~zUH-aRsRww`D#mq)uQ+RdI)36V}@63t;(9n@d)$$4m(tee($QT3Sp{mU7>3%hpJIfCo z6^h+<2OaBtcI9ifpMBV&PGT0W&^;{7Eu3`L)7{KCAi9{x z_hY>C!)o}A;DL&OF*`T$)wRmci8XKuH8@`d)V*zC#*7xvmXBTdsmr?ih}3!d{6r(K z8TM{%v#1s@CLtRmv8qGg9mlJ)O8;~6JZ>6EaSYQsrugJE8@j`HEh zRowA=7d@t#uI^o^m@=ZCzLsw$GSJF-$kMsT+=I6P$8zII`~zvzo0R3F?Z!eBsz_mb z;0in%hoplN7pijO&5qPITW=pR&aLUBHpcp~K-1~&4d_kqh{;7lGEbf*DA!tTl*FUKWxh>t zEYtkdJUYc&B10p1RNz zW*Hy{thK{UZoD! zz>sZ$R*YkkCzH`aU3j2%F&z^w$`Kc;yuEcj!G*h?U zG*4MED;^ib;LsBIMEq@pgh3;ytb{ur7ZxlEXqMf67lHJ7v95W&=PpF4;z!7yV39(OHG(cg)CT5n07%avjBRNxfTp=wh#_Jz{5BngPZK}R{@XA#ql>} zlQ00OtT?!YTe5_Am&N%}U~awME!NVc=BwcYFlG@bttb*kLcEa2#qtGng)+Q9=(=WB zh#e9laRAtTCDUE>9TY;CfxbbMg^F2&!nCRL#Py3KWy*jk2I|~|2+}f8R4~srKi$vW z7q*Iz)W~6k3bJk{o8Py1xa(p|)z3B2tD9yT^k(OoANKG0yi zAVzn4{O6lEcsxaSZ#6*A(_le@D|!S^IFq4iJFx;a7`OgFLC6z*P}*EIURZJ3{irhX zK%X0b(mHVT?){0O?lBv1#ae$eLqt+wL4a_+@9Poy2Hx^G`TELgJNxhnyF+V4F$H_S z+-aDI1M30RAr+niPlaVdiFc_dWdO|~C(Zj8<^)qrPrrP9FG0V+)32VJ_)zI>`YpdO z1l2aHBHi6cROcMOum2~7{N+*8?Vq6|cv$G7ayoB&o3$L0J3t7BJlO31L8x`tby_ zune34v%fqxr-q*2TwvhlQ-@lTcP?lIOCdfo-%>tSWQ_6G3-ZwNlL=%%W`)U!KyNFs zVXkHaW5g2r^@9o22f?D6>nGyoBkukV$nI;h6Ui$Ie+Z0{V)>#IM+yvvmjNSg=jRrM zfue=FGGq89nOX=$2H7S!r+x+YecRfV`rG`}jf4R_&&B(hv7}r5(&qt9V51~7uU>x> zPz@Aj__X9*{iWZa^fi!c=4*nVfh;)IYTNPxX}m3rNMWE*Wv6s|7lpf32A1(;Kbek#y7!hyKLYkku+7AO5gQ5xC4^h_)xEdV8Z=zSK z?9eQ=)IzcYA&UUT>3}0*77V%hY}nhnaVXGI(+%3p5GHW!rh#7X0OSH;6DO*8T$~ia z&a(M}=HDJaCj}*u1ET6|r|D;17-Omencb_n&U`@#J{GhVEZDwQLy_rE2*v+s2S?3zRVc+(26fw^IprB3oqB*l zB-%IicnfBRQgmjF*q1qwzsE8A)8wtvrhDP@*OghlH7)D54N;yw_=?%x^Hpr@a85NB zVvi{SB;I4GHN__`Qx}|C;8EyT}ZUNu#lWws?Lc!XyM@5?4^gkX3c522P&6 z2Be*$=$awrz|!@#YPqm9G&1_fb}qCYf+FcGm=r@D_W&L<@kx!QxCnJ%NDdqz4&hR2 z7CO2(x29pz;@l77=7R~h)9hWAB0ND+aWLvi3%Zr28(gi*@*%YTflPZKO~Nxb&Kz>7 z;qhb<`Z1un92Xq-W{L?HrUhZ#g(-2Vu=l=Y(Vb|xB{n6Q+SJ>JPN@p59MB*#iH)tI z<*Oo+b78{3<#uM2%htfO(-&sf{;fqt|Is4f)g3M5@N&cccFgMJ(e>GSmC3q&tB>pf zGco1^X@*>)lZG`luDirsCzIr5$o-QCr5XN>3+&GCYqWk~3s!^*#yA7|Rgn9iKWowX zuLkt)laGJQut+l_RkF=57`*l{?`FaIa?1Yy)0eeVgP_xM_lCSMgm+iJ-Xi{2n%~R% z|2lpA<*s;>>i6^!qWkhO7j|7ZQ!`YS_tK@|`ON1fQlGzPJ~wm3@Jpm1k;tdIk8bp9 zw?AtW;N#;rbVE`xH@ zRt9>C-q8$d^7!~#9?T89r_Z$p zdeqZw+l$N{x|>jyVfy4d>Bsb{OOkpf{qQ&a$W%%&Y0tfRWE)Of893MzB{7fVtZOZ(2+&(<>7= z`W2m&<*eVb<^cl>M);+=Zqg-Wai^4P8GvZU4T1%vp2VOp7^dF$fDo}6#PKZ0Q(OhH z`WeJ1FF&Fh0a4W%gb_ImC|aSZw=851N(_ymtv8;+D3WoxezM4CT7vPW27zRQusby( zMEtXvboQWJKTNPk*DY~9$T{Qk_kYy&8vRz67{TD`eSJ8L)Yd{FyiAz!Ayn+3m?gx> z{Dy0qc$kRx>E&mND|q3|jKlqF?PEhjH))|UJ2F%PnVg(SVczqt*YlfYsV$f)p6FvT zX>>rurF|i-2B?8~YzPkNI5Jm|6lw=%8BdDiHwY3~X;PE_FfhvUNhCcL`E$ORL!|N1 zjbgIJ^$X!;;;OLo*>76zceV0vLHGxu#AGG6YdV6XY}LuFAzX+O>bzoFVgm0s!V2pP z|Bw_kJl_Nr!9Ll-D?4DM96vM118K0C?3*Pd!e3exaFK%LdFTtDW&cx;eI|%V=OI*J z7Rqo?%xGUi6oSk2YyTTP(FSFZYt|N0h+;rz3EQz3eM-rL!%zRI$DW`^>Ob`?{*4|< zFH~P_*Cx{6GTok$t4KM`F|ZqU%5u(JslE#@gltXOKK449nC zg(6|*+6@_WeV-UN|U8rpOaKD4a zRdfYICLgLSA0+B!R?{8~Pl_b|f$<}~U(?Sjd z^=x4!I4Valy$&2~J>}Jf`8nToO9b=70L5O+R++`UJ58|vy1m#&%O3wfw#ZKu`K+k* z8NP&00B><0+c)1Fl@#Jud@j*KsPGoCG>m4Y86h92z6K6o%lB}*;ejSuiVy;m@S~dU zr-pt8bH}&{9k|fw&9LORj^hF&fRTd5q`mg$l@=TVGv~_iz^7B-uI3L(5mbFKoyF8c zP-Z8z>{twuJo14TrE&SdKkgDSh&cjAhQd0eqPRp_peCpvRYZAkxdS*i7r|K%nM3Gu zYBpt1=d;l=Jj+Ey^QLr9v#$w~zlu@Vg(u?3MH23r`p^SM%lcMi%)Z$>BI}ir0Rx72212Yoogq3I2{tL$yI&_1!6LjA?f` zyX4yX(ft9D&js8;IUr5Hu3^gsOU3)yX0v$91#3l>Z2ws*%LUs)J{>Kc(>E^!+$ATW zsRzlc&pwpybG=5Sa6kJ{vk#Jq%-}5w*(ZHHggy%ITKx3**jw$_G@5zwj}$A>wk#6v!Hi2Ssl=KGN8GN3 zlxEYMqLo=6;NVBKA!IS}EuyxJUz}>g(+>M4{)=fBr7)G#|B%}4! z9ME6N$Kc_g~hq%`G!Bq23pz79Ac)|zQpqdqYRZQ*8C1wLalp|?lfgU zuAgv_NB>rG^SqCnl0@~Arf#}vBvYh7Zay+45E9dulZ8Y_>xNFQ*x=U*!w@2 z2x~wij`+A5cA8^5V0Q2{vMEJ8eerWLz%li(B6epZ^pigbh6pVm)sNYgA3%I;yD6@>C7)+Xj51FSpR55=?Uy9B+TG(F}YzUn%%RP=azeRJ>M(6(_Mn)}E ztis=5A5AB6G)cEbxxOse?SDi(AUKh%Zd8iyJV;;UysdH=-jdsYQjjosh&s&p_NsP% zx8jZ7q{`E;bgO%l3IR6B2piQ!&pA)ofanKvZO>e?M?=3kG4}{BH4iIYP9=U^Z$xR6 zX$~$>p1$uQJYeur3oJJrs^iz-`my(%>EN+Ho*&uMAK!t`*XDmx-e}s z_cT+}9NnU5d@xUH;ztj`%8muY=J&H7Jk%Sia~^DeSj_V4c;m7I3@xou2gBaWJ`P|l z8i^N5O~eiSWa%kpZcfa#j+ zS1w2od^kXS1jT46NW2?l)9u|XrW+V~y!~NSy+?ya5-XMpTBz>%IBu2)7}8o7y=3V2 z?)-B~)ob)0ZvOq3BkpT!+@G`ogtfnvPks@&@ITIO#3A#4X5jyFb~|&l`R#g1aIz7h zJO}@WlMUQ9^=z?F2B<^(mgnLvnJaDDpTvaUaxh+5{B$s2{jLE<5se5wmTN;LBAwJIe z=kQpa4|aCK^h38X!eiOj)ony~kTNMb`N6C0C)YMTQ<6JI0*bms^ST~a_%~jE^t}PrJ_z`koRM*AIV|q~W&2x2fQigWQZrCr68^q@fpwU{r-oz`_>UeC^3= zc$!qSy+KPJ7?lW$uz}OZWriIVlUG7Hq%GtM(H9CaWF|pG1D~S^?5@HQAZLw|WsMOv zb*YTtwLZ;te+Gt&B3Qh~IAk6$w6jEya~2$~a2?NOT}#-ACuyBVq7Z^1?6DIbwmiHF zJY=_4veBqMS`yKm0my;_?Upcr3JB96fl-_^`EoQ%t!cp(0Su{2YNT~&Ripl>q5+Qk zHa~OKx`bN?7pCpd1RVU}{1Q$Z14hXZmh1QcQOkfPGU{9#mOiwQ$kc@q9N|5&YLhiJ zqySMJS_+PW%}<@nE@6k^!XFsKDPp?CYpc(#EGQzx7D9(9;pD>w5^eX!%uioraUpSBLSOO7w2%ld*5eeJ z{?C?}8-F<(`D;rA6J5A+`dSH2E=t+OR9U!SNWPBN-?U_h7Xc0<&s(s;aG{DAKXc^F1E2-AKu*?bZUO}V7z<&tfyCLqR*`IAG-UhErI;iYDm%;XToOr*dek2y{(!=+vw$L4FrZ+ffsNuoDFJQZJH=I=MFsI> zx`Z!H00QUxxpsDr5ukf$avx&gR}smg)=$hea&_T^Q5K-WjnCdp{zgIlv9~IzxwyLM zOq!!mrrkgB59vy`{X|ORn`&(9#qfdg+hxGaY^$WJDJ#<#klsa!zWScOkWNuL7FGe3TDrSo z0TBi1P*CXx=@uoWdkF!lr8~ZRc^-M*|NHp9$L~AmJ9EzNPF;J=+%xz5X683@IRhcl ztoLl4`0{Lu2LnSgZRG0md2Qlz*L}(cRWr|&WB13pV^a`K+6VCljZ|fgO>67p~p<>AErQZ z!b}Ue{mwnqW9HAi??x7UJz`Nm>c?5ivZ6NXIl7bF@SS|vxyN?wWnb+;2hK>q8X0n- zmqO(I$SXUqPMf;vCzbD49VEV{7A;D!I}X)JtALHy_xQfk-4fG%m_}9BuXXUCuQ~Hr zg+^=n)6eTHyoDPFd?k`{&PDGSNr2ciSbETda-K*a?~*@qX}7QAOB1lP8+%-v4oiI= zq@m#x-D)P0D^-(IPtu6f-rr15Rh-9&2cghPctE{0)FN%whGEVd&Hub1`sF#xQuXWfrL-EZtZ4~DHZEnEgt@h>OZC3pnWZ}nErmSC!w>tl1^80J? z7HaGz5SpLRNU#W%lURf-=#q;BKXbGrQ(oC3!DH!fM|1yV6k%ntdWKxQJtqlOm8_WN z2~+ji$64(!lz6ajrzt@yRcG>woYY>dy%?K|zLh=-Lb_CxmzvkYTLGr1;SD-VXw!6r z(k?+2y|_YQqu~q*jmBMYl0_(*g`Mdb(?13l$uaB6orAlMKQT8_IODjI5CC? zPytW++DSR#6z)|YQt`m(z!|dn(EutUGop^-PzPOYlfr-hNjFw8sX;M1`Dny7`et!8 zI05&E9Iwda0#+eYy7nTv0byUFsM*^+W{MJ85jU*ln$%Rxn8t<&9Ji{f|N;xexFH(I*O@c*MQqUBZez;@hNVOFn4E9v;2 zTa0jIOFtbxlqR|~WRE63t2e3D)H4bcO%?(bjn_@v64m(y{#sBDvsC^MC2TRY10TF2HMsx8`{Swha-rRPONI%YH@VElp( zHk(%N$zXPI-!oT&Qdc7REhEP*bmYM-#)d}bz0)b0R*xdm5i<@@Aj2UWiyd&G%c#5Ffl$@h#iW0MgRg%Qy=~6 zkhEuRNw>Lhu<`{|B-oBpaQ+O~S#_R+Bmk=>A@Y6g{2wr1SMt2Xcg4)vgzRpLa?h#m z-AB;@qZhQ}6tp-``a&neC8~(I#KQwzsT^GYYl)~|{HsJWh+`6n^P#Qx*>aLlLuB=f zixFGzw_lqPM{_z)A=%hUm5cQTM;i=`hX^rX^>$IU6w%P~mCkm@{zu`t<@rEE+wew} z-Gi=xQX_#2@yY!#kNX@h%05}PKB0V)_gsGVAWjeXd|tr53hCxrG*!~(mJZ=P;?T&K zDn~>9*u2p3GnpFnf!mC{EN7}Wl6WTBu+~s_Ch_jVWoB9}x9;&jY5&f2+RL%YvnLl? z1t3kq|Bf`H9{#UL^O7cTi2D!H{EH?)^9M8mBade_ssJ}Yw}W<7A0n1tZ1VzG*Q$sJ zEYb1jBzwY^fdQ}uHt*x!Rfwr0`+8GE?{=KQ($PKzXR^;UlbE09;z19RC$L8F?d~n} zc^iky1d}?*B~3sFNfWSEN#{FS*sr&)J8`z98%-LosIx_+=2SA=8!|@K(y1&TFD&@% zUHCC~{~TZlJa)?ee9!_g1om`Vkqm)Pg+<3?tY2qH1cJfW1J53uDsqm+ zs%0f+sI88oy?oSnXy7Bj*v6Y~eNY?qpf*^`71IIe0Gl-Wt|%vV*zHh$=Q+7ZfT`6i zK%+6!5cJIzUE-A90_aAYccbR@%C^{u%p_U1fRnNv8k;w)+MH;bhji<7KShY0bG_N( zFuVkh?TV);4C1gBSB!xwY!4_$`=;hvBX%(+qC?Iw2-IG;30uTh22L&l=Q?3bri?su zY^luzjP0nCLAajuHJiYz2fOGRqUHK@ZmLOBVR4`doZj1?+dGupm9f;7K4g<5+m3br z?~)PHAWP+hWC$PuWP~dr03ZP-TojzIY!hXFmMC)Ge61Bm)3i4l_<}cGw9@XHZF&fR zhmG6NjN75&5rV*G3$P;(@|!xO!2<>6R}sln(XI~h^+37+h5+B9Si5*f!VJw0Ed&JV zf~X)F0?=B%D2IZ)iC!)^fm&ujOG3MGq$zd<_!fXirkJ}C0Nh)IQt%7=;;uCV`|atX zpZ%GWWvE$sBV-bq86(Z;f{UfSa{ME7TiLs2ar8$+plhu-f~HauHIa-xW~d$g?b0e{ zLU0G z409-s)@XpHRSU1+ha8To&h)0=WVe|SSdDt|M)bqi(OMPv?mKRBO z5q8#Su&I@Xy0#r@gm91uy)^y_Z&V6R6AQtI{k!hM5tzWab8Nn_DYnt@8+khFu3xHH zX%HCm$s`q}Gg~E#^Zb`6(;q;Y5aS)X%iVqeWybgY4H)&BAiL>GgA_sMac(UiesK|YW4w977h9e>@&*G6-Y7f@!oV7m zM(*;b@ni;(?!|-%hPxL<614*m@MrC!BftT0;LhgFV`M|d>JeL0IHms;d$N;w01ycF zYpyV89FX_(h|D&l{0<}2{Dzw4h67*T`P4%fH?|diBA{q*`%cRuOr3JxgMMUur~^U{ z0Nlv{&5PFk8i`oushmdCGEjbA?myhRN$iXAtcjg zpKpVStJ~+gq|$I9`}}!oZPVRE;#s&6%=K|`nXV1Jv z0hGDN(tFsCGm^DNHr2Ct$FSi$^{{h+?N~}*ZAS;rLBJZN^^!LdWgfh;^XUZD%{)na ze^$-(UNWy*GN|CQWGHS|E;>jK>vEUB6xiio@x#&AeUyd|!7~zIXvJ6@3INFwwSOUc zGbDqI-61V2`al%S7gTV3pM*R?hxmj>gdRYs+9nhL2F)kITRC{CyIYD^=CPuT8VRQ7 z>M|weSb2H1aZlgsdNlJ-^Yx3nS_QxCzXG{)%PAzNzl_u4n~b0+E_3rc_3p zAKzZDfS~awbhzyaFx@IFkAWn}VOtdCG2&-{$*eikbLts?!P!irkiTgKd$6laRnaf! zxh}Z~*En-o@Ba;Foh3@r@*7-QsmAvrq^#PD_YPu5BQ2r_qM_@0B_ZFCX5bJ4BG+!X zn9-l~HIsG$(?uvyl8;yf5IVVHY~Y}|Ua}PRQc)nsN)oV7DFc22=~@#7<5erU!FHaOScsu zU}OPrbHPY6;%qydQei*t9#dSMK^I_SYkf2bm%fo8%8c<6cRBzdQy>-~kV8fzp3%!; zvqG_`i}L;gnUH({WJ1WW``e+Ma8CECJkh->TA3;$k%E6fW>-r;6V)6qQ%;(9*SG#9 z)j3{C`84^k7V(sCyB765kMHg{@4CecGp-A5?z>HXKQ%@f0h1SW;MlaPO-4c|{k&XJ zxWt2ReV`7mjlX5m#9kW=45ksTLv?I~fEp-}qheZ=XN4M=hM=^p0YjZhTt%-k1PRYt_6*(*zq0OX7H4l9*2eexH)~ZE$(6B%{Hl*(+|VhAG&8Kl!i~e=Igq%Y8H}kBiDtYBo6SDjNaI= zpHbJT%<1L7*d)IAGV69&JF~MRG2@XM7(*_fwe*0xqkkw`_6SNr7{v`-W5i7@ujy^N z&Q-c%KFpacRB9@H)}`l!zc?f6pcpsBA-OVO;qKf38ryoWnYK1vXfE$nnzhzHPp0YI zIl&;WlL9+7AEB;y>+xTXZP$ZUPC@%)*N$&!8dDfKf-0RxouV(Q5c1P{d*^%&lNazR zLOMZX8jDJTZ>j7~v!2v%4#$ppL${r;$wEzO+JM_jZn<%FY#+=DRZy5uajStq~c!HkT^bzI*!?KJ{Lu=vGx(!k!9t!=uLM+5X=E z1xhZ3#3O~MQ1F>^t;buw;&1ZU*88f&GWwNhA0wW+GKX154G<$X*(CO9uAqkDNW^4DdiY_)Oc6BG>qLD z3-OJ#?cntnN~uW>>cg(u<1xsOX;b%vjPnpTBo??6W=SJxDxL5FY7r@amIUxc` z31${{K;0Q@-P9?1saR1eb_gbg441sM?!rjgS*}`~weQ-5UAJ*gU3@<*X0oF_=9Wa< zc`X$e6xS=w`NLJaBnr0x!f{X>&@o1CI1$}O-)XO1oXRoU%%HNvTjR=oSdK zk3f02i&WXA*NwmS`$GfbhweBtOnu!mF^u9uV*1PQ|aFu*3N#95!SH zCKuvsLtk6?2oI*$tj*Bio~6+)3WgbW-##cx=@@00Oz5~tWYP68@5e(y2aXBXP-IbJ z|6P>H!QT`G_OGH$Cf^DdqW;QE--0(>^fLGD0%OGvO-(@bVsU88HHSMds^hvRzX~#% z1zY$ljwtTO8}W$fI!`UIi7d({%HKT&ld^WRR)2BcQ7VY*=Bd^c>|IbB^L%ykbVrTx zCBJy5(8j#ym*^i3DA-UoWs$^rk+-jtyG6Op{d23LW}8BpUc7d3U?MIFkatVY86%(k z9&#oe)7Et!nrJk~bxY*UkL2b%J*E=zc9JTP6^yp z#0jjNw?4~TG!(SEmQ?j7sS3sp>Ol8=nc^9g<0@DsAWvbt&OyDc^k$PbY8FG=PV|Lv z8qBa~$guZzr2}!Ag_y}4Un*G0gc$U)qZgZOK(%x7EF+RbL-WFCbWj*W$ zt#$ZuF7ie#=)Q5l%M}jUGi;_bY@xE5CE9qJ$g|07Voq%`UkzUUqmmpxiDL6EDKz}T zq1XIEIG9|w>1W=or=Y!vj)TOj$sP&M)OF9W4p;vvPl+mt=rg_6Ci))DNRgLXA_3)w zt?vyx&21L6H=fWP?2ttBw!9K=*=e%<{gX)=`#Lq*5wHf=WL$c-kKwWl+*c}iXtZc_AOxd1Q56t5rmjXTMVTlkV2@zg8`mr7rLt4>^fyWqSryJNMa zEZ$DOwz%4qvoo6ZfWB*%zAb@V=JlRCe#&G;qU1!yh^uC1FyzTW%4fBxBfgazd+d5lA2%Zsgx|*xa#gId3aAfj zt*GgleDruy_kJUOFWy~u7_y?Nm-cZJc1P`}z+U9~v8tEOu*1qpNxhb2++ON&Sn_P| zvV+2z;lA5DZ{`z2=chiU@kVn-N1oW&n@04l2li}|jSsyOvP7ch-EOh&@aHWoi6m8) zMB!H_xBxHA>TqIvh87=+wi>~2(WS4|p+adtK;F^VN9fL*^5S39wuMc8JUjQ7ICZjf zVXB9nxn9HGp5k15Oy5pyf4lI9u6Nvz)7v?l=GwrGTAR+pI}wJ>JPw$Md0KB6*C|%z zX3}Jn(d0J-Z+F8i{;3D!qU83|bNre^geUBx)1k?Nd+z<|Evn6EH_VGTnM3a=cv@*B z(=6esFzePpa(i!aq6yrP8;p*ayXzgK>goI9$jN37GTCm+*JisTa!yISX?t|@!Y}2N zwZ7Ts2m3j8?{}H*2W?rxEGNln>@n7BMxYiO~Cre&*V

Gq@A z0N5#6{7$Z6cSu!gG;b$sRf;-41qI?r`N-{DVB*NdGfZ-k@0?$Kb7r*LWZUVS<#1iR zKIP0!B;t^fXmNHM~b#pr~TEqWc{u3+E)^y4&@?$EYUR~M-ucd~(tZ-7ngAOe&m1>{W;6Vj3NdcaK)AufW? z@;Nm%u|86&zI%8t++9ceVPl|UGs%U8I6fhPMk7l1UHDzGVB-X%k&T}F2s1b;`h>6P zizYbMwU6%(`>>f-;4&QBv&SN3uYlkj_d^MYrYs-9MCDf^dUm2s%BR)uaDN2|x%^Yq1K-;stP`P+Z z-BRVU0iPT@D^+KzwcDtsZm~$kCw8}J>G{ZiV)|`*3FIo%1&Ebe>97SfmySeKwjY04+RR!CvY2F;7?PIa5f8!IEfvYBh%!d?;TP z?i0yXCMoUp1^1LZa&!HV$dk2THf^?Mv$q)L{=fSp2_SI_e-i=@Sfe; zjqZcEbJ|?r3UHf0k!Mf>-EoAqpYVmmM&lY~ZFx^-EX>~@v8)v%VirSwr`fR`1@;Nh zB3OZ>?8v0-A+hSnq|OXVpD$B5vmKQoQ)m$}Uq*PhXDsj|V`_+)Yc5kbu^r_hQ!LRd zfmi_<9^)Ac$Sk&V8nJQ^zA5S4+|-6RE-5j-fS} zU>b!<%URr9eefV8mKxnXloYQ$0US=t-&HIXz^pBNz$hF?kFiT~iz1S*i9*2qN_uC; z!u#JyH-WMpDM=CY-EX2HSJ8w7i%?k>wc;&J7mCJt3Z#e7WPl@avp?{)(Bt3JH4AdE zoymB|^c!V>dWrvyGWByB+rO1A66eYFZ|Ml&x$gX3IlK>G*A{ito5(nlJsLJNw)cLc z{0#6!<$j~QEucLAzr`0iv-K0Y`>GNY2a#5276tG*^EEMMFJH`)=KnY2@+>{|G(tGe zGe?@ZDC|ZBZ?hntGjBUL%V-P5$p@(KH6p$aQYvA&0CG-fIAxDr6h0zDrqlG#MFXX; z{A1AvK>Hp^#~y7ZF`zM}!xW=|P?N8jhI+dYR6HKNfx7n6ZHU?`JtG z5BuGN^jX%}Zu#Q}NlmZB{pV`GlkE+I#=@AAcW0OpwO<}C6 zNL9lo5}o28R^Da-t9em88&m8`zIKMSIc}D!5Q)hS3gV*ZCC&L8M4M>luB0KZ*Bom7 zZ`Fol0?^)AK0wIMU#Pg%K)7u}ca|Y})+l*i!VvC-P^VY&E|Il`LkW;mHvbz1X87vh zz!#(KP85^PL^hB}vC%do6+2>&s%UmbFjH?<`~RK(X`*qbj(=E7;*FqGd02>WBYwi{ z1NynAU0Zljn|G*O2|HXF2&Wryr(4NvXDMtUK`wT|F3_k0JHLavb8GhMs{fz*i^QG& z=~MoH(O=Sq?dXWC&aZ>-FYHkj&L!?gT3|{yqG^XORt4kR08_j0HA$?^f`AndFY#zv zVyG`QZ%c%5>$ik?O8VKyoWNvyOO&?OkGwXFdAgZ>x*ZPzCqT^6BWBSM9y}sz{Iklt zSd1Mg@x@^rG;?<>X$p0Hx9EKV!cLTEhS znX%d!oh(1nN&475GjR&*Zd@#Zosqq8P^i2(PclksZTB`8oDgg%)2q}g|JXax+q(D$ zR(G)Ir&`zJ-7_g*HWazK_fqwYb}!Mr)?%Qj7~xR*wA4&1Eq7_yYGpOv8jbGc+B9(R z`7`Y8kg-V(U->-qYHR!GlL`(xk8Zi29dtnq6HauvFIGWi{eso1=8%!k)$Ya#`1!$5 zD?%%*+vUTnj9o(`LoZg2LZQ}E<*JrhR%^+R1lyz9vc2mPjMIqU<`(AHjAFdo*xRcX zC@Y?Vt%^Xhyb70OPu*O+mV0e)drzknu2reoWSt(q%hs{ITUiHUorcADj5xHjRDQH- zm8&x~>>UFB9X7hU<^hF39uqGK-WMx~vzH7ghOD0y`qU>^yH95u>oD1*EQ%IS9afEe z>>Y8Sb;yN@>GVGKHXf5%S*Wimo|PEhIi3|UIQy)hgni(aWlJwvWg>9^KBq9DnD`bQ zmBk=D?)Rr37fTF>Oo#D=06PLL8995wI=Y;_Aa52$FSNUwz5H|ACvx_3bqgmjhcQA! zIl=W`#pu;B4V@iAN!GAf+vXqf3iLB$#bGhf@3?}ewcQ6F#$=}kS=(_6?~ zK1CsiJS`e;ZEtT)<1NmtEaLA_6Qk3gPd=JPrz?@uU%I{1CAK8SpQLJzkzb>Le>cmL zJe{0t1Ik5MmZF=?6}Rm$WM8kX*TX~g;z++(oLFZ#_|fxb%IwK1N_L&|0a%I60tg`# zI^lo)j8qR*ZJlR4s>|K9uF8J6?1@VXZnP7AGr#5zDmtDH$AGp_er!nPwhow zovYQS9NUAP)${drm#xvdpH6gLVb0XPCK2+3_{*L(?dGWk#2Erfk#w3gzhlo z?0|dnC(9!4!Os28k0}%yJrh&kFMaGo6;&zxzPii8kWmR^`a-kAun1lB=pyfW)iuyX zoFKEADM}H-1}QU~$`}0x@0;fqU=8*uc-<*0C~&*};zsG?5x}g(I~$z* z+$6>?=71Rq3six757U6`28>^{0Y5d;f6yD=3rj(H>H`+rC+3V93njMlTp{-0J;Nje zuG{6Lk z3Z{f`+o#iA9)fRfBVw!Hfiz_s)a@T0G#q1lIeZ27V9>2D+veG2+q|@HQUYB6`}bvx z|J>30>oUgw+CJIQQO=OFMs&vHm(2GDtHw;QFq%a#fAJq z{~=|P>;deEH&+kx*+A9Ix+B1qEpuxDyZJuPP{pIx0Bqs_SJF(^+z`A7*1Ax(hbz)2 zwL9X8l=^qn5{@J;4pLI|(D;=TPK9Cv!v!CaX+$fYc5vZ7>RCZ-(0S}fp*Kp6j+$#7~HOHLDIX5h?a2|XIjY^f%5EedLFl%)_ z@J7H09hK)=t1{M(+bc}zj`LHsRO1k0Uqzm?5Guj*UHPGSEivjmZ}0gh17oF2bBQyY z3xw{IBjWa1OkcjqAXY63x{obvYHIBb1Z?{!Ke@eHBwP_K*AsZIWRzc^5&yyIdAR}_ zTVJiNQMTZRcLkaQEBa1#pEa!?3mKU7X?IWDt9&+{QElW9vY3+S@+|6}d=K^D)3&MG z&K^=zYWC5T9*S!_zQ@T6654C5e5%? z`v%|aRy$?U$k!*^c}LaekNqh0p4ireRQYp7afRoa;tQw@;rGO#!pH>j3S8k?jD42x z#==6-hdwcHi9L*%BPCu|00L&PKRs5SYt`GT_Pl<5iP);U)erNI+#EVx+OZ2@_Jk~q z+QywM`eJH%Mu`6Gf{;tYnY?x<*i%zNrQ2JS(dYeO$Kf8AeALK@*Ws=A=ZPV~iImY( zx)!Ijg?kyE*TJ-R4o%v)jutuMy5SzA?&4ol>*bFgW85Q_ka5@~__>9xkd_wUc+T?O z)9t+^llkcc240G9yIs2^a?g zF8kW%Wnbe*jsxYut=50{HM0L$#ro@xV_*=FM?={}cCz(2)feQN6u~nrEWy4sxgYSU zrS+{N6wb~qU#Q)E<^4`E$y^Ii!lQ9uT!ma)kQGJR;$^enX0u>v$j(Eo?YR=+n2?K_2B_18VlZ z+B;cqfy!9@6c!SlACyJi%B(XfS9<>bqMPQh_;#qxb#^HaNIQjD?$D3{NB#q!PrE50 z<*VUDDYaU3zw{MTBrruP4W$~qSL1bIp&97F$_$JRQi6=Z` z^2Rs#-v!>Qh~bn_?(KJQ4B6;2`mEeLu(Rv!F6re9l45#C{5@n@W*4naiYc3TAY%7s zoh(nk{PL|`&11GY6`lyLcl1#ne$jeT?SVE5Jn$;aCx*+xyJ%{hlDp`i#R)zlv{TuYT#!vJ(O|dGQnLNa9r9wsY~YtEUrQ_1#g^lC)Z? zSiI3KA+=Gun7v5e-I0i^D&bjDC{TXkb2>qHNa$(&Q3z;)NtaD<_p%8hZv;oLJh^Iu z|J(@v>vezC3=PmwcK>RI-O7(NX+nH@?g^?ytOeNJxXl-&6!>)J`A$?%-H2_6ExBpY zBeLYLoHXdOHqXf^xU5N~BdDy8$%*pytL&CCRb>O$gQdnFAS4c4oUY%v@SUEWT=MF1 zLx@;#C*S(OeT!Rx0BBUSkAb#`-bwCa)5}R^9v>bQa+z^o^jOr8u68)H^S-TOIMI&Sr)o2|t#?&(*+0QBvj0t?WRH+i>K zJGGu9ipvPbG!flf;BX@} z`rf5aY&m6D%{?kLOAKh3-;F-YA1oW~a=Q!FB~8m9G7i3b{Pfxdxl7ii0qr!M_&fGb zH+N&Jn@1mJ0zpquuaSLLPmF1yiZRVNd50@vhI)+@8IVO4qj?!%j(Uw888A;31HB9| zMSV+x40uHqqlgTs_R!AL0b#I>XSrJ)d_W6(4gYW-`@n;DeTr0to}u~r4961$Ceww7 zG}DJF-2J+AV@-px&uObo=I5DKrzK~~Y1%NB#UGC8Vr37HNZ>eR#~<&_i5YzO5c&+n zR9#t(f#@cm;qVR`i4Ac1fN`+nQiaHYgI)xP=?5pJ1|?1U@2Dny4B8PTw%9{Y7O`ec znjN%h6w!^I{9LhQ665haX7%oJnGc)(PsxKF%yX1Xv`T9f6x2t^rio_!&)f0yo2#bz zpKr&%ZgU6Tjx?w!#%RFX(E$t&Hv>C^!S-Od9T=V5`Mfo%f2BWQ*J^`bZjL{_cJ~u(rGnAszDD*-{$0-u##RQS$pR?&z3;O~K$(?BRD$>kdWZxqKqCyGLZs z_W3P((2D);>PzAK4&V1Z!=}MsF#j-$&IXGK_8cqTpvb+C%X+2P>PC zBW}|Q@QJ!4N4`acncT8ucWq4JE}JTIc9M=cN5_m0DHzYgqilsuzn^j%cp8C7-ig#C zO?27{d^O{?I4$BrLlgCNJMF!}dsl<-JKJH7V`(s(mvbv}`R*Ba9e$X-clv4n9;DMC z>Y=rkok@YGgOwS>m7R-c9`j5L@g)f*9~?e7;RPnVq_ zOg0F`T{j^f);h;)FB`@QWRg-|pAPF0p0)`X_uZ_+8-aIJQIQ*ltU}RkTK8FtGScSE zPYHkvjSn$x+N`S>T;TDClpC!^Rdgp%Vxn|sN7Iae-Rlyv#Qn^lW#fO|MH=oT9%unN zJ(I-!=)RMmXS=A!C|)rj1*S~m{*a$7yQIfBUU49$=p;7GXeexaX zne$3wyZsQa7!a@G2UE4x_O@q+lS>;yFbn#hgWpKFX zZHfKIW6R!Wq|;UJ!K+8k#5xG&qqjht=NZH4lv`b{%m&3Z#th_CD zUaE?*1Qx(64 z&wu(9#jid!+>NxJ8?t4R6Q{CrKa!;g426*R(ah7a-A}Q#&}TygZR_JXgg7s&e7~un z7@qs8$Zqz&ky&PS*p@oj$4rG{ZaOH5PP^!P!t!_54Ut|HGBRB{HHTx7-r8gj{?6S; z`^{W*Z-#7jjm!(jG!Ahgqj~l9LNj{Lc?|Vz3Ozlmy~-OVH;h-jOI)X#@mIBTyMyD0 zo89w=n&~z|hAef12x)shLFFsU-Opo>a!cc^adoC>r)xWh69~`9D@Q9o?(PYRjpEhlS_oXUxMt?=Vd zM7o3rnex{5!9#}uORiE*?hN(*bauDQ5AWDCcUNKNis8uE!U1#V^)Ljy=8(~*gW(Y5 z?JKq=GZ|C^C6H{!dY&GE4;z?wd}Z^U>+=KkK61c#q#`hy_IdoQ+oh0rfHaEx`;H}{ zs?NcEPr`LF2Sm%qK)K$>8vQ_}Lso3J^KIxexiXnFaYjA{Y9Lr$R)rNA{EBoyv7g9m z`%$Z-5;B^BFNF$-?v+)sKt_*+KGQ}9)A6Msg)QC87D1*qY;{ya1~c)cAcakkY8e3D zu3OpSz};q|oPChDYqBaSkyMMzMN-jEx9_()-uM-f9G$Spub+_Bf+q2%Gbr@gRm7T{ z%G6a3vsOpGUpWjT6R56o7`G07vowt&!r#?pIeE!?9y?|)K5gvnTKg7eSQsUQuMS#m z61X?&Wv4)R3~fnO{|wJjZ%F6&Sa|2Th#w3&n?7up^!aGB0Clq6%V`&K8Hpx_txPlk z$5u?<7aljRNL*aI>(MFKEKk|K8DQYLz+7HbueCQg)mzeuP)<6WvYPwG+mT#ulT;2O zuD2OJ0fzU7>DxCi8aezL8*Xs)lzl1$%j(LM4BITPHtC(^jr=X6(j$%z|Vk-mL#EoKx*q--K%BPgt zSG(Juj82=?aFwVEhV7m)z8NoGYO%#Sm=dbXDVaK!4 zLS5{yzkEOIvHfeqTO(hb>{G<=Gv0`fmG3+O9AtrSTi7kx(-&|tfC~j&0^kAx7YDdV z&q#6U)V{uDSv~{=#7H7h@FWD}e)GEf{m#D!C8YoEb@zvW|8lU3WjJ2`>AU=l`PZoA zyqsl$o@w!Vt?zQwVIRwgR>PFdi9`CaWqUc0er(wsWIPXsEDsyt@4=9@K*rOd_6Gy< zENMwp$xALru2GmEdS-WE-sPC&oCOSbV^g)_pC-ekHSHEt(Ap=L~{u_)T;qe`$Punm}ITT8XV=QtS>@pgigwPo%Rx zTxqafmUUPAS~J}jb>MXNqdVy+;+x)fZmB1l7?KItd11^KH`k_F3^XCmEm0$BJ z1wH|5P01H&SxRq4>CCh$<))Voe%z}3z}qBWFNcsgDpQ>*Rs$WlWVu!x9LqV>ja(ou zj_3{xJ$-yo=9;BpC@45-$iB=cec6{UmlN9!uKMzSE+_tny&|9&8{(iy|7E0BIg(zU z!FMY>rIC#+(~TaBoeVP^Ooln=hk~xSIkPIxg6Q$sb`;rrE1w1-07i z)O#rhkL2Ty>pwSMY;}0Q7oDMHkk}rag{Y?q*E-xefOL%Pcdidar#(LZ9yMNxkoMUE zNnXT`FE#uq^mZ;zJBk+uzn0v;P#vt4)TBPyLtiox)})3-M@FYr&!u*AtPD)ZtEY&U zIvl^v5}W97^z`yNeK&p0dbR0>k96|NjbFu=V9ToB-10}ckb6u<@42lOnfG|QGuIZ>bV_{NF_RV-(^V8%@{ zmp!1a6H8yP$>93DEP={=fMebN071xBtz#L%?QSB~>2=@0vHt{JX@hz^GlB?RDH!R; zMpI%W0sJ5ujqUV4Dx=*D-`J2qKqN7CoH!>S((88m0x42t7AkWz9v~8kpr-IwN zJ(CWgQg$4bjmC(h?=MT2j$jtG%8bU06VJYi!HT0F`W4fGrWEx|zc0Owj6tw}-8a@+ z6`!_DH?xK1IM+AUth3mi_!1P5a|l<5K#AknBx>Bn8zf<#I#MQ?1(P~k2^?{?P@Hva`hX@Fc%9#+b zx$*s5?|KT2?T5e7TO@tq$8YpjlIrC6x88$Taic^jU}}MV-Zl^(k`F>lZyL2l9j&XZ zUew6`Mz{rUY1z(CfV;SfvZ5-go>pV~d5Bt31TB(3f{7%X5JvHK@aZRm{j@lt!IVAy zvuH02%>p>ApbTDI=?mrm77i&BZbHk^og?5#&T7FNu4={78J!b7c9-g0We{!RevTx) zP|$;eW$p<#(|1@x{V~;wTd!#g%ZK3SLBj|OirSoZVZO0KqK^JXgGj0l8P!K!Aek^V|FrRkMETxU%Pl3)Y}C_|Y|q>I9G5#*e9;mkcn%_5?PV3@L% zT@Y76mMwN%?NkQ&T4pDQz$2!201uZHPXh9!to3Y<>#$m ztNgLfVyMgr$3NBC1zl-+{ZDm9V8+#s{He|}#B6R2GOVKyU`TS2Ka$gfC7&=)!=?6{ z#^Ft(u`T_ljpK|reWB%#8;542Bst=$gcy>D2uX*V;tLn;M^bKW89Ps$!dXp@ z0#2Mf2dh^tW=_rJ>$ADTg=Ty<5T_r%?OTIHihr&)6bw0?FF7r{cpqXbgm|Y94$qt& zzGCvW{&w+jV*8@F-035e&Ji?>30?BEmpkvsrKJ4Yxy9$70p(2RGc8TuiI+yWcd5K} zB^SM|hI70ZfX};92 zs||;@%37!Mj(%1{9Bf?H2U2Sq)lZq1qNYZ~E8(n3<-G$hM7EZy0v4=WWXRMQ3y_OBgOJh-km zS0b-$_+|o!WUXIl-~S0zU--zsjJ4HuvBsM1rGA(U@hL<11^-O(h;ywb_j$zUZD0a2 z=rZ$|L3734>E+3M#gvj$y@dP1W|)k8s<_*77x`GmK!-tZ)$6RBD3H@yo_&bRV1dy= z4e^@&4o|Mp2E@muRKjLat#pK~a{WBy1LE}YI&@XX%YIwINE{>%^8W0SE|KND6%W;L-fck zrPCYdI6je*O=)wzMbVNSCh*6u0>%L&bH;J7cJ(Jrb|xod1eakO<`^ z;Qj}cqP8r1DjVDVnb0dlzLViTU0IWugwh7Zcsk+q4^8{{J}m1^U-?ed48n2v6eF_> zzI7iKVvDU>-ZDVYwNSpZ4w)lEzEcC~Pm>3b3*bKiBv1nqKyb}%U!(--=veF^LCXMa z2_+&tKmyY?o0|eM$Cs>y7$5=f9-E>7S3+hJ8rN`B3nO#Ll_x|(iE+3L9FB!wri;zA z#pWhE;LlFW*=NQeKBsB_k7q^G{?V@(&%vw(O;!AC%Oa@=r_BWUPQG6ry9Ld=-+xJq z_K2e&`Q>5SVRKWt5-^#y0R5F`Gf*ChO8%DiPQDWWFMoUD)NS&)EW(*PrL&aHn3^D{DA{3dmdgi>nM-~S5W5zZpn2+HA6j5MIuSTY6L z*#PP>0D-Pl8O~Z5`?o4~Ynpd|Bc#_oE*bV4*+8{%|3>z7*22-hWp83e$5Q`BacT)A z>`cz{d9*G6iNr2Te5!!dh`T1E5?!9mJ-&>+HsfI_#p+Tn~_$PvFC zIpVVjw^GO_%mVyl-VSyu;TEzbOQ;_ucX2zVU=>mQhUT_=NE8w+(Lj)B2~MI#ZyF2% zsJXvUI#|Aw?vIsDVnkw^KUCTlP&_q34 z$7X5C6N&(JRk$fO{8Z6-SpcRGQO}%h%^cOXIF~mF^zWZbT9*67Kc3jAnf7k^u>NwO zZgZx75@vg+e2-P=e7U`F($1yQsg>{`({1&+(BwgdQxKhr^g*4CQ{4E{xzU=#(hheD zzmT>~oXwz3*OcYR!$s=|x-h!+rAWG$bnEB9ulkR`cjWB8vWMYXu$UU2MU8ne(T0|3 zH)6ylf4!M-UM_!dS{t|HPUX>_b3V>${nRAW$cF8RK|Wou+eA{egF~Ld`Js4{z_XD_ zOQB~WP|2Q&@p-}d+8-AQHv5$}6+25w<@nVi8$Kc(K|LpKBZ4C{^cQ+{A{!Cg0|y5W zraF3@Tv8i*$Vc7K#MHq{xNG8mDXc|17|zJR!wXlm3#=?ho^b%fWL_?!R$eZ=TyhLY z2CtCKe{u}}LN$M#lY*e5RQ|QsXJAR818}%_lJIW?e|pTPz=e**(-hK%t@u%pRd3=G zj*;x`HyQ%*B`;fz=H&!wt!}=Qd*(D`sTvud_-LN1KymO>zuHZOxIWfr&nOM?lrTss zgWxjDLOT~Zq&&+ICh>1V4LjW;{1*FNKWMHEv4_b$e8D^vs`3)!?3p5kVhRbHzFtMG ztLo9V9q&8RVa`W4$GIMhrxuoH$*;1{^=}-MzsVMm5YLfIwr^4R%B9GEGc7XNG4i&& zww%(4n$cWxHy)<{ELc%bQM2l1m3#i<&*OO5N_j^h>%;;`PhS8(v*K;jFA@)ibGUr6 zyBUmlAw8wj>mo3is+y5OiDMOrureWcuVrYpg|gJw`kQ6Oy0!}YPP(+QY0FpPJbO|t z>l+t6jru&3Pg+DJC+S0GLf}-?d!l_1V4v9Ta%fl2s+s|Eq#CuKc^8V@xvw*ev<0+exBL_9M@g)^Pd!z=4yraxBJeSzlST#zs;dBG{ zs$a$Nx#1aK3E}KcyyFsAS{o@@zuLSYRN03o15a8{ zjP}AjU!7L8i0L5XUy!59?ml_G+)7?+zwwdnP`Arr@^s-!-BTapjn<;VQ;NEi;#YZk zpSZRgG@xmTz*VWF)7>`y)gO;F}%%X|E}g?p%%((|JolMqb?aY@tv5V1I&tvDwYpfAjSFWNH6;o!ePxe9I!}(jk#` z%T$hdjU{5^*b#j|>u#9id0J^Qub_Q?0!sFt1~@kOtT&t;=TkSFE)>46VD*AeZfTV| zxONIZnAXugKM+h)F`mbRTVY#@MFd3gA6bvy_95=<n3*G#}1^WdROxIVQhr5NxNz&QL*;Npv4 zz{STg?KKNJC0tng4*;VP7VC&bA%0WFiDD6QFsvvJ`X-E%z=8_+T)8eL9#oq4D+jBI7lum95M74%l~`YeD`mIgyFAl|F*Y_g(HUlmTOC! z=l?AS!on|Ye+w3@{ z!dNXB7e3Nr6ULtovA3*}{eQZUx_KR!od4J~5NrBBzD7(j7W??;8xRt~gbPhwak=@M zxX{!Pmz(#V#(wK_|I>wxIAvXzyYD!Ag?x**Vw)kXDu`7+_DX>j{fLe;p-)w$sG}vI zQnZPcWkx7-DF7+>{l!|qHrG3DQ0o=*W^!Q^L!m{i0VHUosBu-gjoD_4yKjr`EtGi? zO3YsyO;#H&F@@k#+^WYS#}6!B$lw;wfyFThkyhHZ83@dowx%j9hRt`LtHW_j<(~i3RIYAWvDEIk0;DfQaaP?O|)>B z--@A!gv5)qbW6AMCt%xa&qxSt$!cvAG1W$j*M@RUwaZL3k#5crY+A+~LL#YZm9U%l z^8dvPSZxsCil=&Q0=+;eABAmi%28lJ3;6qV3t{)56x`hq7it2`Q#p8K;`BI-yuLEkZpZfrmxy=&DxYsT3@p zaZTh4w)=Hs#%Md3VUE;eOIp1u%FI-yiDGS*yS*yZZ=(Hzr}OigggG|KZ35fc2+rCN zM)P)2^Cp(UxeJAsfg_M8seu{Iq*+0MZOOiEN_{9jJ(S9>7OvqtgZZM;+5dm@0zlGO zKx25PpnMQMTbm?X%VmS2V1#J%qqR9EQb!9aDbaSpHIyWGRWRX1+u(7HxoVE<2L7q1 zqBq{OBG0+)E?#{}aKmEo{z0!PnhLqOIIZu07*>dxX14vrrqFqgcCtC&vfwzs>2k=? z@Er|G_Fb8tL?#agobkl5iaMdGCr32>Pu1R>aPEJcK8*|q?SjQAB?5+uwlj5C8+2FR zVBiZk(2U6^U=xqWbw&GtiXRmP2 zvHq!3XI(Ekv3xS&z%HT}y(*uSI4(nrYOiQ}yY33o_|~uJ==THxTes_RcxFNyHFV@Y zQ783<(e8w1J+ttJ=E5Go-8aX3_Rm0F=8`A&%p3LZO^+2T9bYGkqR{UTNY+dBkkfk- zT%&tZL-SF#W10(ZtOPY1iY15UG4)Bs>igM#VrAd!^>V@EDbR-&HGXoHV`o2JWv*%HZLqi~hG#b1NK7pL;SJTUnC$U`3d0vLXPAAq zr*exlRQE=IG`Twy5c4?yhd;K?eF@G9v2n5y9v+DuE;@0D`5B!k;NFZZ(fl(y5mRUR z)0>f>zyMiSH`H3&P zh7}7)hqTZ!$q9;^bk!XXY%YFUrZHAEnYT=Q3ruwQcu#~ONaA+z{GDr7pFA=i+1c+8 zA2r%`5oK`cMxMXhl%tP$zeL+?CazL{+#9f=u$YWK-{?tlJxI0bw9Y9^KcmtkT#?Jx zy%Lk5cohCXdr*33>f$=bv< zDQPLGV`=C@GD0#!0as(MgmK=|MTG+B%(-ffp)p&=v+m6#&5_Nkp;DKWt|eVh5=gq1 z#CMuqWR&f4GODA7R6`n<(K)CxBlXK@*Hz_^g6Srz+SCe~Zn;bPNU5lL-9628r>hEP zdu~W^)&9#0dVBYgrK%B|>ZaF;fTx&lujq4)k%|9U zyY!$m&PKQ=!S&jm-hc4uZm&rGW zA*r#lcBuuVgzhgKLCzqK*x~P%d%5SnNnOG;U^SP}{x=|gCI#OMqacB2N!|yu=WaV*}4WgB&TT~hw3I7-AIql!3V}Z0Lg@iPwB=3v>;D?lJ=ul+3Z(anWMUiC=9k^ zTKrT$+YaN0A5UPO2!G$C{*s^A;dn3~HTk$u=dt$N&eNvXljhe-6FaN~ZyKgJC~2S2 zNRv-!KV~CNAp~6e3J)^uzS$?d7x*4CCJ|uaxMA+1G^KX%FmmEEZ0(!bywEa-9R7MC zZwWmI9Vfs}{(Cg-yY3nE_$AoGZx=V=&o_zTfrO2I5fTwE=w;}0y{K)s@FsV-U8bLL zjSOgRYzURekv^WjO(_Jl=X;so-(gPDF9j7Vy!L`{R}jk9ezEWFzSiZ%C_G3yY=^QGKg>e!NQCdIU4gdA)W>`uN=VT8&VPv5KL} zp_3DN=*QcCZ2K@kCBvx<>!B0d5!R#c&ot>wRgC6bt-7UG%!a7Fb^ppP&;Q zzO2R0QwXjVXoD`R#xjx4hq2RxxJ!WDj}yh`)n0lrG9Bvl*s6B4aVGb?R_rtTVLLx_ z;be+%Dta{NmR6L4#8IeECrA07%q_|W*TXyXU$ohU_UB2X)^x6E zr}(GmjC*cdueZ)cB7ClI`+8k4e4ZSU6e6189Z4bqO%RM>We|Si!hHDJBxYOe^DReJ z{Kbxr7AczVa^fW)woaZb9rB6g4hV57#*Qv|C8cTuR4sg$)K$Y8Ptu8pXXrP$!UvV3 zCY;(|m>66e2}~ki=8&p_d65@qsU8HYdfeFArrzp;^}t`igOhtc%n(80{@)1roCS_} ztuD6TV`S0JdAR&sF4iu7!*YHY+wFl$W_hubLPar|{{@EH>ixCx0%uC~$G~QEzgG`< z>(sr>6Z$oPu=s7r>C*HynrpCkX&t=#nGOUFM}PY z;wMwBT4F8U$NLUu3i!%*LH${bPp+?C+o8J$Q4k**l9@?vhBLRtI7F8r6kNS76!4dh ziU5rgtrb@N)29V%Lvkuf$a)?cEI#+Ke=;#Zv3NQ<$!9y>g)SvDG}tM5kM6x-si1dm z+`*1{b@S?Hm&VDgISnm-AFtnc82SP_J z8OJ3is1MqUmifRK@T^|wq3+y!wJQA+;V1d$yez!}Vh_wd5jxt^RhEHJtfO(s`;Xh~ zEgWRiukWThi;5@lgr|dOyq{M2-~HrGyf)np0i*3BWn_ZZY987rNEtGl`*(Dl(roC4 zUEK&*!}hU4@5vA66!hVvy9=t)FgKl?gm?1L)-RuGUwEgc{BE-uQ>5c^-mVp@RC|`O zPUk*nsS8^YC~F=yf7i>bufYv8oTFGtneahzV_>2YP0?Q&_TWpQi;i308)C_M`H{>R zrA8R_`7|9H-JH{_wE0~_|FgEb97Pai$l|s#vXEqi3`Fx|RYS2s0uu1KzmRbDTqESc z7xNxOxT(R9k;pbje^7DsyOrJ5=lZqhU4B4D;Wn|utdnNx)P?$w<{c@8DVCYm+rsx1 zceE+a`}yB&37F5bJgttk1_(XOAKB(H*l=QfUAt$R&3P{+k>w8Mb>dfqoq_YWT-aq^ z{FlQ$N#ZknTU6R69v*S+Pgg7Qr>iA{bG5bue!E%>e{i+_#m(|2#*6&vW*M18JbJ`n z-X|?{cScp2RGIl(XRDQ1>CV@@xn2^0c=n5%dawI}jj2}C(zCw89_-HQT)%St zDxI!yV)C`?LFwM|sv);Sgw?da9)gAy#S!XBsF%uTp!5BFr*#Q5OTE*%-Fh9|Q$@I@ zb4t^z$vt&)L$=O!((&pU$JmF}r0u<_z$OKBGGI)6XJRY4DUcIQB_wmxWvj8MrAKRI z_<-g|MOr|jT?^u<5bF2Z?v# zR8@d)KdL(WG^?9mFADo@B67O3*6Rblr-16Gd{zdZt)M!5le_@0T9g=l90S(&&4MQ82N-W5Vm-_P=ol5h0CS?qFM@asaqDb%S~KEAiWA6NLG{@$_eLT+54 zZoT@k@q%4kpAioRd!d?PK)?<~XMZ^>@A0yxLq526IpjU-97G#JZhS!%L2q z&i>H`Y&2v|`Q&|0`(43S991z*#}4LRIsz9e#ibi2`Kh8pXDEplJ)sM?i!V=f&YWr$ z%Jb3%)i5MYFT@eIDHoaZ_W-4)%43|<`q=ccf!R7)PY8Wd?p7IBKG;XE7V6b0>+-MA zD(V&Ly9sqmH6BanX$3DiM-S&z$ye<6QEa<=8epnj3sAgfo|MFh>B~W`8Il*KN|y$= z)6>ryfM~As$?@b^v(Nwvif>Tw>50lq(Wn}ddymDcxBDiSWw&~-tS=ZaNMs25e<<^l z0j)28jpJE{jwz@ae0yg(=(~DGMcd);E~JDql_aQTPGDCG30K00@VwH00pfsc59lWz zu=k^Ob{d6JV*_QYMbjZnrB$LAOPpp9+cPDefu*x*JSES61P~Gj&Lg;n&L8buV%3qOn3*@`le1?;8fP^xrtPYkC4AMD`bTJ^`q#It6a=oy^%S1#pjLWix*!+li=U z4}enehv+GBXBys2yLBdTdUS#96tA_EbLh?inadTi2>S10sl+J)Yy)S_$uwJOQT}Q# zYOMl9etg)&r_CGSB*?A&$GYb>IEW$oSwep%6qL5*nUcDV^ zH3Wg;+a>C-D^V!*HOD)$hkUH#LKA+6`;tVuKJ{!22H%+=+w%5!Ab&?Rymn@+NnVz2 z_2L_J2pzS-bGrpjXwaeFF)8%csu8m@V25_zZ9CZZ`sxF~=Q;e%!;2@aH*z*#NZh>C zpD)qN`vOERq!eySp~N>(A66UWOL)v(LL3Qpb4oH-r{silP(M~GDW8C7__Dh*1EBZ~mp4E9pF920;Q<=@&hU zxsGNrQt_UbdCcRIeDtap-zsUdJM0OpOq)7~%D>NT2~2*@_;W$vfUFKD`j3Z?Y37M9 zP6mrME48y5Zmf5q-Va5HjgLk0-9jr|RM-@sV}t1;zP)$$2HkymAnqKaQ@EGKjY85} z4ol|VidFa!v;k*C(`;+Of`$du^Gsm0x5u=3)2ZBq)pcFch9z@u`NK~+>c+ED4@F?& z7oPQ}Mz~+y7hdI=Z8=?2RuC@R1LibcpzYx41PttwUYzvN{rD)X8qmc&l7I81SFzT$ zuI%z&KAn@V!q%ytuW9xsnxW<*1t#Xa4Jw(AGHiR#Z)?zW^mRO2Qs7cE;^B!ipec`? zll}3es+Rsh_A(;h@nI@A$LedPkDdZFd-b6ZL#*=N>76V42R%B%w`E_h7Bx}u-D=3! zc}#FRac8pKPeIeh?G07(Gb7>V6^Fe-MXS0<-dmdwd6%T_v_BSjyRQ?s?NZ0r?qWGy zaS#8*At7jrTAVw|EXuqH5+MAAE#3(Cxwq8)mqcMFyFQ$S%Mey4(=4VhJrxy37r&~W ziEXTI%ZP0p*1te4oX~~<0k|v7fAHM@TYBnYD~-W1HMGhcXb#=uOothd^Ie?t2Mq&X zh$Cbp71h`_3Fj6Qg>@r`t!e>6huiOylvY3mAaevKsr$V+#G7H-LKYz#aWef8Ui!^EivS6iR+x%cb3B^nok1LrZnq=eIkpJur|O<}I4IZ^ z4|vGxHPVP&ypR9ik{LSv831zxxhfvsg-^I=H!aQ2XZOzoq{nizd-jNr^g zF@89?yPqjl3YpGtvd>Gg?xJMtk@L+l`|1qe8V+&xu;nl%ftOtD8)eOGFk#5-u}j?+geWa3iq-cxU~y3nb6 zPM<1~<4fy%9^S-t!BclPKYAi-mL~TctJNxRYL-ciZn|#Xjo8o~OY7gzjM#XDqZ$z# zdN`^bv0;FvY31lvO#y%)ju07tbV*z|GqZUh@npG`A@4X4kh5y6JjXVZ>g z!|5mAiAcujC*O}q#_4NutMbHoER{-f*iz)%AT2}LR6O`NWS`imMN{(cF_dIoP0u3# z#gOHYb@h#6mrj(WUf_|Cm<5so)#qbc~khT6bIX!hc{V&GB1LeI}zck*G zAWKpyBz1~I>2^bnWvhc}J&<53!h_Oy>hyTBF$+Rk6CC=5HLoa|&4-~VrS8?`x(5S9 z%-N&LSd7k^MX1@{Xv=fV+EB>SP>|&4tu{Iwz=oKAEgiu|v}TQ6>Fz~`qQEFY96X0o ze^d>wKt9@Ut`T9*Zxc-M&^`?d;qfSH7V=)RZ1g|yR^Icz&1|1)MTSG>{9cRH)pRM+ zKd;5?PJ|FmSrZXo#eh{LrJSK9y~2Trg_4hx;H#ZL5T985uxh_hL8Pj>U16pKv$(RFovHsR?(e4YB;~?7aMT&&0u>s0tP=l*2r&&Yv7~I zJ5(sj=@1ut1yJwoSpC_Jun)-voR~PonG^4|V&dny#GWdNy6dCUavyX1?$3F7EajT~l4o&wqr>N;OV4B0vdaYyOn0^8R*761Pdv@*E!ffh4$0%P zuBewSiQ}EITHU}b6^~_y3e?jt!&*n82a{)w4fP6J1BLL(gP8zf40wIFzhSGmcfyfB z)Bm-ScfD;L8OFvz7kE#_pp#HOLTYAHbQZAnwDuxZT3w)$H}O=Y$|?03<9U$h>?9Oh z279v&z2)zV2WSo7a;gd&O9ZEKVx3Jba~=RUfLrOlf5Pdd<10HE^T1B{O8_T;1HhrA z<)3tV;h1FS^*m3f_RExON}B%ff1V*Jowx1;?-+tpQS~5Of1%5MTAhp<`^UHTytu3d zhUf{9^ly@iAA-nLK@VNpANbw4>~|L@uyAYd2~NO(0BP`3fI=1Y2qz$T*-sNEV8ibH z5J&fK?YZLw!GTMnI4VVel)@=YldDeSEKXih{W(s&Rd)Ar8xz-l#=8 z9ht{aB>}SXs!?$hOptEvGlCF_`puyZT#8iHw-*6NU#wXf4_q4m&G95adj8hgBud}p zF0l$`G!Ynmq)n90L;cH|N#K(HHGav2;cCvfTUEiGx)Hc?4Ksg>)mvqtC0$@+?0)b`!j zy}kd*k#2(N*+arEE{@KopIEY=%sx+Yj)(%=I|niTkNkah@27tuU(Fn`LD@kPo-N%@ z#FGGt66`CQVUaU^*iV#hO*|i>@{k3LJ!dW5MrUp49Lp;78E`QjK=BvyN|dTfY%i!O zbs;e9QEL>9Ns?ugj0d)lESYNmU&$ZVt6ekSR#EeqOI)gqZ-`VqNI7)6R@@0Xngu6% zoxqb6LHTE=p#kUT^iN-QgNz$amC{fa>FICcDUhlN&X>MFR2Y8=M6>y`(zmv~o(#}16==MwGVdkX7N#Bay9>n^I zYX-o6N-=wQ9fp+pL1E)FO#Iknb+N71k34p5+E2mgd-8rwo_@Y3vP{9pb5xiK?dNFw z1r}D)+YYX2$h_b!MptEBX(0=}o;DyyieK3Cj zF=*AUB(89KO)KBGu5kCuRAh{w|5J&gd-@ex(ck;`J->YK8Zj?>Z=Ca}gvt2$q(84+ ze`;4i-{A11+&{U{6g?0@*(VH82ssS8nBK0k(u6#;t)<#K9lN zjU9We#*Vjz{F7rO60PF$d_j8q<;CWoZQIe_4Nqbu`~vbco?82D(zaVY<=-qfNFFbY z{8CVGD4}aK7x~3Xp<9=Ax4`&retFNRU_1hOm~33Gueg!d+T}0MV6xV&QRiPz8|g}l z7C@MH8|;buiTcHSIW(Ut4Lh{zBl2;5SG@1rhxR*0A5+_vuXt?=thO;69vm~}`cI!v zd?}k6InL1UMrT;}o_TJ21eBVUkWx?i+2@D|PQ;&KCTYru)Ar zNlhQVjR`$asapdEylsOPDCTYoj~8y6Hw2ie`4fDe+?K(^yGZyij`4*H4}U*%{^%Iv zo;i;04j?N_7gyZF2loQ8_P1j!2YdL4p>Z3o))S^$OLYIHm5cHK-c_+VlSYik+e24q z!@C**IO}L=;ACjq3Jo3IbxKJh2S+QgrD$XftxR!=m|nu@)PwxYf!400UYYa2ZQ5s= z2affa$@35Bgm+e@z=iMk>2d{p*jxB^q6A6+<8;yF4bn2AijNwc!PSaBbw(-A?vE7q zYL4{7r;~EDC7-rw0p6yi>3KB0SXa8C;_+R(qH^$HO_I~x-ej-1OYfaPIf|KWQvNm9 zE^0UC9lb|vjJ8ZoVq$XQdxx7@Ow=*oU-nXtINNI^%a;7b4kB3l<$t^il zvq@Q81hvH+G1bTZPrZ~X5-Aj&FBMP+eNvT?vBzunDR+-SK^^N5e;r?Pz&gZoScmvF z)*=2{gRMm7h^<5xj;%!Y>F_Ih$?sRiypg5%?X3Cx@bE!m&UE6q1BO@O*V4n^;3#K$ zIBpEQmJY;?ft=|;+!%2!9f2DoIMWfhG0(Mh9^9CRGo1%F&bpSKg&Svarf1>C*4NUl zabs&vY;^}LUA&gQh#T)m*qA+obG!qpx&rxsEEP9Cf8rv4O?JbkjYWZuq3C`xJR;e% z%qo_RjNFhLI|+5Heh(5Hh~GUQ8nJZom&%Tn>Rx&Vt?QnlMWdM4jceYW$S4_a0TGLL zwJcZa)_xh&Qdi|+%}>Zc5D>oYR97vV{lzekj4+4%nx#-(wNTbr6bQdaB=B1A3i8IU zSzKhV$*%uaiHqTp24cGQyeCfNmjnROh-4`{+v~yII;H1mAaQm zO8#ua7M8@N;?Ro~q87v&Yurxis!mVKT1feZMG)NH_LhMTOTK?$#+?^EJ2<1HX&rR7NR?1!)? z%HXE4gTGZ}yt6PScT~#!=8=Y4@=LDe*=T_Ok3jJ-Z?ax4)#wKy|eQ_#?cHnKTyd>*_=!D2pYc0@#19~kO1 z6R=Nlitk`@Ef|{{Nd3753jTDvfmpZu0*S%zEs*;UZnwu1Hz!Lg`zL?td+S`l6a1AV zpa$ZS1c48)JTNhE_{8ST@QCJ06kohDNPdTtWOHQ4A4S5!5f&oQdTZ&E>so&1=ZDB| zcQC{P`v8V*`lEJt?MGjZo6A?AKkNt`KDjtae)s)RbFh&oMGx;nXO!qKo>jKm{m_Yru?=NNI+(}w7Y|Urs#;h1l>k&<@*I+*Xr-yyxX-`7@4XW z`dOk-Qjd9)&jn(K5xTWg39qa2k98L`Iag8Jll-NFkD*?+U%u>hBI65e=&XA!WT~@E z#PkG9Cuw|oGod^g+oa5o&1&aTmSqz?Pfy%11(m|^4d1i*@L~i!U>T0$PejR$Vcww= z6?@vjaH5Q2bG94AZXpG;K1cZe5kyMO6jfKGENg?$GEKJh@=(@Qv`PqU9kzx>;cfm? zriLcgDr(PJM-~;9GzkTX5GotgBuMIea^&A%lOSK?s2&MY4@bX|Aiv?L zI0>$n8u|B95?n2{e}v^Yx=VuG#ZfX6BpHrIlOUsURD%Smfur3d$Zj0vCqeS#Xf6pd z7f02V%hJkPUX+vQ+TlWS1){tXJrd*%6@Fv4B~gpGy0@3>p8jHdBSAj<%}Bmn=lF{u zPJ(3o#rU8Z(Z^(rOjm*9=dQ(sEK&SsXhife{*z%Z&M|fqmq1`6)c>AHf=t9^76!nL zd_Mdf-rWOHbgbUwhEH%Y`Y%S!i_2yrzcj{4kmJ7@375@&n-b$N9<~W~e~1OTD(Y$g zE0JJgLXYBR^8+pAJ*^l?Ltq;LE`E<;lVd1~radU}q)zv=D{GSFqr>GA9QH<=o}1+r z#hcxW5E}ZYok+^@rQ%@x8beFr@p};!wttqci@#iFkU=r5TYL*w9V7!mNwj7aTDOJ? zS;8N==s;40IsV72LEilCh4+S0g`An+Ynbgq~iC=+l;R-@CQ76 z%#r_c%FKu}l3Z!6@a6UTqxWPfP_c1~m*Ptex#xdrzS4oBf<2Y%J? zfTQ`xwYH|B3gdI=FyL|ST;o}>fh4ULFl=|;4&?hIeoAZ*1U>NC`4ZQ;8Fb%2Pi(v9 zb!3VfcSRHoao%~P4S|D5+fmKWd_Qy~drU-E)l`k3)>Xf4Wbl0j4IIQYf-VUX<6}!}#^LrSqO+g-6Yjm^1&YJp`_muaJN^TJ0&;ui@Uxqi9s%AN zuKH{FV1xGS+c=b1K39kuELygXkVE+}ZZPqQ4IapB$n7&5KPy1}v`Fxw#8aN??+_t*vK;V|v zhB1vMbU@IFE&JLQ7~YACf2$Yj##NrA8Rr@*FwrB~YNhAs*fW$L@kOfs%jd~Qj-md+ z*}Y_Qn@FL?<&$dGI}g9cnJ%|FS6_vhlG3>>up8f$UiQFNW2VhGy1mE*^BB<>!y+t|#wR3I14P9jW2&Z(Xfk>r40`;@=ay$|=|G8;vVS@0DQw zN#*8UVjF-0uzx^nEG>$FBtaWlx+hO7dq?;i{~lA_ZQ!ydii{Cl-z(oF-zncF-z(qk z8!z*iGGF+*!=O+4Q~4LLA$jY;yzE`Jj@lvL>1?v}AM!7fhE5x^snmLX*u8SUSYRvE z$IHLq%Jnj`c_iq~-uB}AXMQYhD)ViK{!j_=1Il;#C%ma)!-ELr+?CJ7CD>~9{i|ne6HRI%nR?)_xm{x!;Y5&?ZdERCM@3;lXo;RN}{s`Jg~uZ5JZ+Qb*L};HxPfD zzJ_eZOlO>(Yrc1?sy_@Pvcc7aO{@7_-xa=i7JasTcyOdHEaHsm9q57!n;i_nQYtg3 zu!Ze`FPsD7?6xPhZ4zc3)wiHGVUjnztR=nDRXXX1=^tDaswU(1nz(k{cYLF91{jS0 z!6Ox8J`GJx1T@YC;8V1;kYOt_9O78Ury56QFnG~n*dL;Jc9&dQ}o{8t{mZt~K?JaKb zT+i$KepVbnba-LMd#ZnTVi%=yhV=Oez0OW|XL}#j%oRG&O86<|YssxkBVU*L)>#Gf zwLL3Z4_l4X*SFs~>dLlr@$pr>js47PB-_PTN(7o=U)d#-on^ur# z=tIX8q#zx41<%-F{`ZLrSM8DdqbZCW${~MDU$DX&F69%j`Q}oCBqDh0$lvG?ovX{O{DVucpF|F9}qpngc_!Dy+0&O(B zZmF<3ENEY6>Iw;d5qZhsMha2~X!2bUsl(=WdB-B8;*A1MBPGs;mrCZ67cbUCifwjA z{-6YTS}gZi*Wv`PE~dA8kz6)QevN(J62RI-V{E8%cE9EFicNa{ntMho15<*Y;wJn2 zuA*$vjk2Ot`E<)m?l+P8XA?13!8R6J@7yknEoX2hD3g(OfovF*SvAYzfRntUVMIUP z2uoi&4uZ#8kO~U$qHq3VN>H_~6*)!E4LEi^JwTvHC>`A!VcUP`-JrK!0xHHweU;68 zx%;uCEJkfX!*MUYRis@ck|@@Ka<>absmyjbph#|YfjXg?+*msD;zFTmb{as1L5=mB zjTN1P03UjCNiEV6W_gu@rHSQ7oUq)bm_cHP{uOnt7KiTg$4)U9I*7*XE#No zCF$a_CjKx-q3osO&wreQ_+M5Pu>OZRvD)5UR{xIG5XfbXZX6qMd-~0#r zc8+wD3Wm{&_Kob4mKWqi0_zf* z@q1=OjHP3-{ar66>D6yE+YS~{Vi+1POM+=o*g6vQ0U+5diqWOqvmTf=aFa*IoeqEV2+VybV_ z5!|s>bUXv?i~@WCCXxU48eqXM-tmnEmoK#tky}x#7ZFmAM&Dq$<$n7eW2PVr;%-tq zLEnvl#eaJh$+@ah!>RPEx>lTF#kAnj;Ja%;!f@vc2$68T1ccE-BBgS@k(y5to!{v5 z+xE?uJS+%&L_-M^nk>tlS$H5!WYSqIF8}^2K>z+KcCr77!hipFI%^6Y%C=-Z5q-{K z-_F~vi%`6eVt+3kWt4P_*}5qECjSexMEt-+<(H)4EslAao}rul;DS$HLav;>yYEbF zlD|#d-mQH~-|Lz z$DtJOGQ5K8CHfOTpBqL-BV)RYhzwHc4J;K3Zbvc~U6BGaR9ff!A-XB(al=Hw$y@M=ziO)2O&G)h$gzIEW*S>L|p;dD< z#6&cxrik#+ih#;en5~T_xe;GJm{A_yaztr-#1@MpmW~9>-ZV!L_y@UmDLqOhi?@&v z0#X2)WldxJO{4KAA~+_3daDRCMnfTM>a1`J02|_Fa{F!haBlNf-P#bNS{OC-qC;(% zIFv9NswZRm-(Jd&AojL4RyCM?us0KI7|o9ihg%UAAlMz7xhJBoOoXyl(NjY&`E2uM zZe5_9VeFalVrlmrXg+jiQEI$#zDtq#ar)=3s2RaEz+OP)$dup zbq_VMJJg>-2Ti5~+%}6CcOv!OChKc>#D2bWZ@KzYCF#aa@o;W{&NROeF2-ykYHl#;FyB3#&*L^sh5QpZ^eL2b2H1Q&Io@ zafScx<>q_H#%VEqrqb&zpHp*`DeW!PlR^9nk+mKa_#6p$mq~8 z^HyWqO<<-(z2Fpgey%~e@`9%|luXq5ay(0Gamr;v{insu8Sh?u4T(2r$3ws8SiOr+ zThpCaXH!PraN*=vv!AZnOyvIdp!~d_-VchYZ}CGKRT&#M5EAq~6s;yT3wk)zfjR#9!sGBA=>IoADisSTud%>*eTA zelruPah8m#GOUKwOJ)AKS_R++%$dj>daQ}X-|6MCnRma z-duxV-JvTh=-JWtHqOHj(vXtTw=Zd3GLr%%jpRQS^ZEt&<@PJp0<#IDE+iv#S(@?XBZM}Z9oJetOk*euT6w2JA62oa ztSl!=hmVLfRyvak&q*h@T#=7toPgI=5mFzqSIiRHY_sLH$rWFXPn!_f*#asy6V!(r zZ1YG*Dm9ZGUG;{tpdo-vXMT@aS=cOQ^f{=7=~PUA=7E6aDZSF*N!#j?kQOQtN&;$Q zNp89=ANFh_TH)wYJ4CR;ih39|X&3`)6`3kXt_}pu2-F7~Y`O1kKVfOnOK58u4fhd= zOe`WCu^=nJdZU3?Y6-g`#V5`3^>Fbc$sgNdT3FYwjf15zcxg^(tzF9=F|;&u4>o6J z7}_oR(OU{aS!nqj+k4i$6(S$b3B4*_1@M6ob8p?YZy_F-!v~#2>m>SEqN}sWiMS}Djb~9rg-0qxWa-}y~xzhktgJ9A+OR=DkL7bc=~&K$ zCiD9i%*J_b_XPBaNujhn+XUXD@EdE*43ZWU`W7T8C0Dam>&)$|Kb$Xr8x4low|VEa z7kRG{_07@lLC8x-!|$#&(&e>WdYcPegb?jY2WCh=7xDnh$uhL@k>|XVA$KN4KrV=n zMw8g9M3);zK3RE*C$o8_&og9~r5NTqF&i`-&Vy{BX)hwuU^pKr8xD6#XqO%a8?L9Q z0ZJ2E>0sH~{a`jAvdsf#bw`0=M*68pARYfu7O8Y3Tc${ugkkg1^0WMJGWWqOtD<>q z3BR<^i=yz1B`Y~~(U1O0jgTG-0zv)HeixHesq`3Hn6P&tPgc3VSokv-SRrf(i!BAy zy&es^vLETygW|0ojnyU3aeR(SXu4pW_Ygq!!V7Mae@Hjb!hrq%f@Sgn(bxs-&hQOK{vntxk0JgKNY*x)<_Bq&>XN~OV|bY|lIQ@j@c^rF2-{fF=$9uGD zXm`ik$Xsch5qYKsnq)AjxyR6ru>h2e^<%80z8EX9+y*W9mnLd_DxQEJT**aE6uw1| zcmT^%(BqDgc6H?;#kGJn$y`h=$o`dV&L&Scy4!K&FmZBY#diws0aRUOy}LK`!4d}6 zTEAgwuMHb(2|6*0W+Wdp({&RqRAg$peqzf9gY@LoXfV{ssjpk!o&<{q2cFdNRwo$v za3-jN`~+}pA1qr6$M&1BA|f2hSB*Z|?Wpc?MJ!Vd@+dR3dALDncBKn9qAkd{MWYq_ zK5K^+v!N2&S+sKfxM1tKX|a~13Q4U&CzyL>3612j;M5H&OPX~+K$-a@n!;%z@Y$215G$>9z zOC{$orW35N#O7dvIi+Lu7-o{ZLxYH_s!Iv*vqIFQJNGHz8(!X zVo?DU&InBDlv?Jsd)v23A6PIEi-yNLGZp6Y++*-b52_|&76~&;X!hURBG8(9B#_P1 zU3AqBX~oQ4L@zEKgpv-$@5|{AEh5cWvXJx0h$fVdqE0|CCK(WSiw3!m2C*izD)!7V zoIo#HZ-<@uGUOJsnTWTjC*j9J<(7da~TAM7pMuna)-@E&q_{HxNoD|OHFGBQI>6NQka<_zFbNAewB`Ux? z9w;HVZFb7kDTaek-4*Nx87~TVLXp?QcUN-S3}ZblE*My_7BthD2D4U?ysjcfZ;3qJ zriq>HUP7%xFHScZo#HuV3s1#bo?g?(J{IAcqfvIEv2Y8jjkcR?Ew|-^WqfIcXA`Ak zHs{<=by#m$u5~nW`HZp zVy0nnP@dsA1)FVr?9)#)P_Bsn5KN?if`T`Q=5}aGV7ApTq6?2 zk8Bzmjr}khQ!~&OEd5+XI%*L@APi=kZfEobEDn`M7qe_OUMgsmH4PQ4B9e2a=GO2Z zQyNYX{M2xI5(7Wq=}s8;pvRJqnZo06kc$W$OtM&qsH^4Lf->oaASA37eVjp~eqRfbNTqM)E%b6!JtEx5& zd#U!9!q{_()6!^D6bq?p&LI$1YOvz>0Psq7l@WNx6Tkb=bk(g@8o||n*Kd%?+HkBT z5TeDj3}?3Pkm@TScG|VwBx=cu)U)x`;huxjphV6z)(=sfkaEb{{eHQj{iM2{` zN?NvRC_CpA+WmOO^Q?ipo@3uGnZ;>=X>JbzRW#Jzc);gym5pA662mDq^ zFn%<@4DWtmqx5)QEnPk2K>>vA)qy7ra&^x8?u102`m{9j_3@8&>M#?pm>3AtC&$;- z8e`KhJ+|ek?)c=Fo$J&ZtkG1Oe$qdV34c-rjT1IrqK& zeeb*f{aw*#r{eHe%E@Lvy4!u2vlQ8E`d|@!_A{aK{DbnL^;?r(y4%gSf`nFWru5#N zWY4D0`gJyI`>QJmv!*88?0v>C`xe@xr~MF;{#{BSv5}86RY5SYc#gF*W=J%qBt|cW zjHmDB+^MV5l~0qBd$9roFBt>xZACn+o(uWI+_U;&#lt-Gvw-_|6{;*gUp{c{r2Hm@ zmF&?zsz~nBjyt-`e?Vx$7sZ?X+^-^ek7tAja%1Y!=Ht$;&lc~cIT*kDNp;%e`1~d@ zW%(4HJZlW~JUAXqtz+zXu&!Eig8G-Kp=+@>lanL<(E7~(?!`TACmxJf$MVz=SL}^A zxNY*R@8lZsK4%|V;Ti@J7UB8>b@=~@5^%4!7VHWHdklggqSfTf2$FXI1CD?T6Iq{_t zAq8e{D{Hb}FF~EO$8>Kge*!yfQ)>RJ1t%QwcPzMHX+#8+zb!Ziuq_*IbA-)SAg6kS z%62nMh<7BOx8sV6XQNr*?XVTUoRyauK#w;&d}8;r_ZYVBLs^p4mrAVn1Ng+3(F9i) z77E)EViTT@JE|0y9zL6ny!7ztWq;lm8lL4hu2%PMuL>B$&Ki`x2@ks0Gkqrg7QV8k z*lKo11$kAYEVE?@pz{P?Mmr^SshtH?JFcq}_0G0P%(dnA~1l`B8qor7_-VE8Ji6@V{4wr8D?cH6f=SsAy zT!mDRjcbpcxURi%8&A+5kNIHCQC?S*+EzolT=qn67}IFnnqCt!QWi7fajC?Lwr@s^ zQ;mww3Idn`GS*~nz>jacrdcAv&WUMFgiL>XAA+>Rh5)GQm8HRsoV~Et&Z87-z7L~R zN)WDLR;!^bWYK<%z%^mSgCe*0S#RTUuu#bB@B#!m(u&OoF6!0_Qi@vLzbK6dtT@2| zTn$UpK!7!UGg|hTv0#I{8?OOwH9)ntk0Rxvp?X&QN^!3Hm!)Tbh@JoNcGtdC$_7;i zMz0@3hXD7%nUVO*oNbJ5xIb4`!`Tk33K4l|LE=73Xo0(8(S8#s4yF*@?n^DK5E2NO z9ODrjH3Zx>wCo5e(t8WcA~Q5UH@q@h3yoX4U{Ur1Sis;o5{uQdVNps7qk~fwV=e+# z;o}$Epq-9x{}%^I;(hw_GM^eW)B3J%gP3*~YVyGDFYp5KVgEb!5! zp3x8`Y@m<+cD)xY((l{=gA>Y^(WHyLO%j4r*biV3-LseTOWE^AjikBAG;M@5AD6tSY`heo$MSVOR7 zMBJk>1Unyie|nHo!J?#TtuEEyDJ4-eE}%_Ca26m4Ilyg_yEfEgWvuM|xEgm6ry#HM zh$CR*1?gDvS6MTV4jXhCx0yUbfGc1z0xQ_7RW_jI;pa?dEmv;a&_)lmDJ8(kG)w7; z-Zw^Y_F56(`mqE$HY}7?R^-b=44mR?6j=FI7=Og-icdq)!M>y%3Ja3XLn5Y7gU6bj z5~vnw>i25AkD&1a2{y)ojbR$yIgyA2tLuvM)&#CPxmGs_@RAdg`|&zQ)(tpI-&tCF_DE(&j^>dKTg1sSA?L z88~XbQkw9kXP4?w7)DKKQPaKFEA#zrFio-74>+0ou{@MfLoAAaOvUFOc(8ILACFpN>d3-J!t>WXtYiMgCYdEwBXP&c^}+02&LhZ*q#)P-bmKyTm|HFk|v z(OsHz>IC%xvUpo<<;2Xt-UQ_{pfzN%-0z$ZZl-L!6W&RLXVSM zmd0bXO}0j=+inob0Hl`tJliZ%o-;2zn7{-E(wz@%>Ras-@xE zI{Xi1P4ChoB|(S00?wG%ks3R-V)^~|2UT>eEEE^vb5;o}Rwjx(K(7)+g(`mOI>=!0 zy(lp>)NiL0`K%pU9&Wp%p~9{>OqugK2okHITzI{{poy`C96QhkW-iO+q<}LTpfp&t zm%0GQ4Y8dV(rf88@>#2$C-vasv}DS#k?K{HIy=?kJ1rtmE9?QP{fgm`Q9B63Xg7dK zenkNo8DfB2#K3YJy7fRpHp=ml2V2)t*+oje0W9H@rDcKyE3k04HND`{9Z(*sO{mWJ z?iBf7Cn1kOvXeSV)@&RZ*zzY=BEoKdEDOnU8sR$ndg!m^l4IUXjbK;lMGu%CkzHmN*j8X(%h`~II$`l#(HREI0}P!gkaXLDQaRx z^SQL&*0EBy^B~@aMS9h|U2-hpLyM2_HZhH=UWwb_lR}2Ii7T;a31ZVE48m zJOWHQ6iy%mNFYi;K9iuCvva|Lc5T?A`&%h8uzo^?_RC@s!dFKlZ-TG0<4Qv$7H5(V zZ(m@ChH-#!N*_HyUa(jVvz9oyyGUyn%vEnVB^fjxzc?$D;$adf6QesCm5FKz>IQHQ z1m%Kdrl_W!T+oj}tu&*d>0(KWqtRsjZE#q^6YCCt*)66Fw6igKxh6!W zEH}$Cbf<>2y@t~i!L5mq@Wy-V%y5Cxcob$EmITR-&z=?v3gta!OC6@#v$?q5&KGcT zY(swq%`X-zUk0HA45t}#3$#K|gu%W*?@Ve<%+y=Bk|x$LnSCS31sh$;0ci)hwOWiP zIx2*z`Lb~wU*O+>XJGq0IGfwVg9@80f33BQ1ftoBE2GLr^Q^TKD8xx;X$Ze<2u?F= zDTIY*=S9nSP`JNiA*x|xM{sC*5P47Y0S5f;48g|@5G`J|d*+{4WbxqNR&+4=BO6rF z6}-L7GSz%w+pS2}?7!W0Pv#WO()?b&Lg8*xqqqI{UNVKB&2$c|+b8LE$|oViGLyG_ zvOXbAC!Rm39Xov+4chkdLUJCjon>v))!kQam20F7>Nht1aR0So=mQcbrnmpMH`8Zj zgl7c4VNZbid{jRFszu6t`a4?WFN{tcDE$9t9N^xI`<&QK!CU|VzjZ4{lIDaA2&C5W&(BMif(5|hsDbmk2^EXMvUPTol@|gN|RJG z&mOx(;AK~QZ~2St3n%Lw@F**hJuL*7!@?1Mxecevx=pvia9!&i%;MZv`tTfEQASR5^9IpyEV? z)Tq)c^`b9s{opBQi0=nzE~ivnE;`_+jUwsCKJ^?Tul{hUMVz;5Er-NF;>*Q$!_^9D z9SxS0oXDPUOu$5+se9YdzZ#8ES^Z@E0)@0F!i9Wck8S8p*GYNXOn*ak*;jkfUeR4D z?Qx^-+=VK~?D#g{M^>csRs>H<2?3wg$!OT>xBCMQIL2Pb~|58>xr=6KQ1$^D2~myNtNe zIB{n*g1}|4IO#u(!;&|UB!G&oUBuokLO=L9qvC?``gV(*&*qw44i!}ybzy&-;%EYY zrL!t|Enied#E(U^f>4{MWEm~{COK)PGdGm^xxS6`Je=Z58QXFh1<`1Jpa3O)Ae0pq zPO{iaS=37U6HZm-T$uYG#z}QW#k@mBiU^^_i&UxhtR%9AimABf>Oh{C^79zBOUb(i z&~h$lZqQKErPwl5!leo*M7uwJ81ROHTBJX8KJH$7SZq&w*~{FE*ksmtPD$q^JW{e2 z;zfWTPpwVpK1p-#951L%>ppo^-#K3G7Xxl#@U@04JPwkg^tVx9(LhFE$wJ@Ry#SZN-9kewnE)Pn@|C-7k&Lz?+ZUzL_=!M5){XLYW z@lb_W`;Wt15k+g7Nv*^>Z8NAOcz^73F}ejCdJ&ALSt6fXo7{M0qVEOdG=h58WYziE zC)f{5TC~r3booUVk+NKU9%k1DaK8VMnsE+@R!o`Im>8T>m}e+7F#5{ zTM(%5!O{yXIb^ADlHzu@@i>|qmJ?r)=>}t!vn8^{VI|QU947#~B!N(vpQU~Tho;O@ z7NK{Hj z;J%mo9Hz**=GZ4Xps0|WFz_IPS`Kk(e#T6w?Tv9#;Q(6KIJ&-+o^G06AxTA{aDp** z0?JHgC7yIW77k_ShbxJ+Tr!KYFpD3qVO>VZNY8LlPXi{x_BWZlQhqG{@*^uYyJ=W= ztD|v9e1CXX8R3XEjT?q^JU&PvLD-jatg@0Gl-M|sqy{C?vf)d@nPr5!31RP=g}$ue zbVkS@dO$eQfB{#qnX&ufZ(gBvHS*e8c3DyeF^XuoT#^d^?KXvsc#RsyE`-#p8j58P z7U@|6g)kg6#=g>B%f=@GLx4))zB6mwjqOAssY;1cb67@fq?Xz~RWEnemr>AJU(mB+ z&l-8Kf~!MyHx*et+_m4~uF!K9OFMZmlKi#$F@s5N=um6ja~(yYlX#G$K8v#)ehBwU zE&ukH_J>QhinsIKzDPV=vTwYepY%oW;gaJI_j{jni@!)?-<9l$q{*4CKYv%f!oWwDmrZJ8WpS%qDUo|Qs{$;{qpV3OFR1tS@tECsXF0T(CsFEZod#&LRh z$^cHmOqQ=ghhXm~;aezi~?k z%>|<_X}{ONs)ZMYQmwa9_(JM72r?44OE0qEF9i^GZJ3xvirO$W#j$Vde%#;~k8N&M z-1i?x2DjNAQ*pL8<8L1GXSD`9FRPN9j6{yph_-_o2pKl6>9ko+do&OXZZd3M`C5+Hr6(FWD@=*45Oec(E8$m155?w|N!P)Lp zKiMQPi!ZT~Y6?w9uz$hV*RW6F_>M2q&G3U-`ZkDzVqN!XvPRt26ZCxrcF{^8B+G0y)`9R%%WIbfXpHX^q%toxVi z)J}&i@5adH@HamRJey0sXwK}TaKJk>-50Q--H3wU+fZFDc&QxNI(rtVg1k7T?6|uv z`Zmkgx$(_HeNJ$0&|FmAH}rRI%p$#Ihm`ObTVUUhTNWEyrgwa%)E*76tRGJ)o>{#* ze5k&pw?HR%21&=NXN#4GwbcxZBn)s`-*~B28}Tf^q4iz?Tm7VP!ZNrG^hW|6d0zI? z@+y<2r8X#aEOKB_Ai)87x2O5uj-?$#ly2hA#_}d8XTH!Ik}W2p?`6}_R@0V0UpH)) zs-(6|9ARx#i)2IY79x-jw7v_1oj$yFN_XOThb43}*WP*OU1T%?bnC;7-jDb3B@h>U zdS8O)Tn!qoih%ZuByc(PUXIrh z@-6V?iP_SHXDI*2Hylj+baKfo-GK8J@k{M~^b5a%o#QuZD!{vs~{^hS*G!lOS`ZU^=SR@`QFtf{(KT8dxV)%=)gy9Z(#kMbSTQk!~o`sElT z@wN}_*f5U`q`WR+5C*)Dlbx6HotF4ghjd>KRhGo2$Jm51>(FCfaQmt-8mL1v$@9S& zMq$+DI3sna^(V!tB3r?t;5j7CBZA7*?y#Iwb9>Oxl#Dtd-*3r<+i4U^&*AEQw1sal{fa5 zzQrv)s0`Plxo^Hy?65O!ZX#;-l}8%^&uM z>FR>M93l((A&UOH>(I1-Ip)&=aHK0N$Nm$^^k)Pzs@`AvAvxI3w7}!o1-nG>d~JLadlYXUVg$j6iL& z@mT11*ebw411{c~lSRxCdRu#+H)TU21B2|x?jZ>K;B0!+mpReIYb_!xEn;ph%x2L+ zW{EpBIspY?G6>ERI6(1Zi!qvJk(>i{k@3Dn9LJ3I z8`tJH#FOx{lA9n}D+qRzVg-%U$8(P+IQK^jmfZ&9fz3U{w>jZW@NTb!gG6WvbY23h zfR)U)ABSSu;TZ$vE|AQ2h1Udb93AmMU7fw9}jnG|W z(n=|fsBpj&1Cecp(MW3-73DAS?)N=7sbG<;U`--_Xq+nut@$%%fq9^nwR;Bk3KoJ` zQBUkyY?s?~VOKWCZf?0kxxN^DqG7M8CW48N#_U}wF+wE`x#e|`tJ)VxCTR#WVBJ!=7lzbFw)dE z+)vcK=s7Z4!AW_sL?GPlA;862#Gog4qnZE5I?qYQkjsJ>|EFZVxq&twO|kQ#K3qMh z6aoMmuAgygydR;76x4Z^0hM7S-LFISsdKdy)~slC6Y?~(_iwRoJ6K=h2AzKgamfZI zI@Z)`i%gaxIf;%sR-lvFGD>E#a8gZZ4Cf{vpt7q6m_G;7(sqEe zF@Q9i_f<)#P%1=uAa$ez45h|^e>=d>iFkUF2G=M+poe<>H9i?S+if`YiH5iL!j47ny+7UP4soB%BBgK?vPC|t8l{W`0_nl-u3t# zqm>G1Xb{4kfQCAb0_dIPBp>wU_8pxG-pM`^xN6P7}LsqEf(9e)|3X!#o!W+1J*m< z(ZUBlQJ{fYJD~l`(_{86zVc%ofg|V^Y1J8_=?0fe8|h}RrS2D(k(H8zhJ0n+vsasv zc<1@Nv~0VkR|n2XT3!Kl?cUK}GR28>6(x5DhO`Zobrq#{hKEcIf_wII;13SJAAJr8 zt{W3wov7M>sI!95f3>Zm{N_#Ow#K>`kMgRP>0H2IUyZ(FuU4Z$mv^sG&q1O839x0r z2OkX2y0`wTWtH`T&%Haj4091?dastX*IzE{u1h@(F4me@NF7hTZaThz0oh@KSl%3Q zKcwoKtzgrAgg#M`EWNC>fFu59^En>c9Y<#NLg^xxsWCI1ljHz>HeGHg38Do_@e!kD zkzj48u#)?8hWu+=xvzR&Y?8zNoxEdC$MBN`@M_Y27+E+-g9r$Z#Q6>(t#z!}T!msq zpFks^I@Zkbv#;YnhZA@bKX!Y^YX3Lv-p12uqwlfK5hi z*^t8le=IY`$m~TB@AV|BOTyi76NNRkM1&+XI%)s??}1=*I59r4MClatNCT)1lrI*q zu^AEnnV)cuoNu5_AqDgNuYv41wqy;~d_KN&Oob4-entxHX@C1e*(>8@aU_FFzUFGy z*6Z<-9|kI(?3!gPG+-?CZEJ#svMX7|TFO;cpn9>;a1@r}b5t1>11!ezJnN_|LfhtBye_ECJHc8x--EaUmZ)KN zv9IoGU{xr%#W2B&jt@aDoPk#8wKh>OidJ&bOw0t~2qY0;FIYIONSwQ0DSh~8l>Uka zQ8YB%z_`V)D297y5ywmoXW;`VKUk=AuMI^iy1H>Rg6rH745!o*iyt&blOTpPehiR$ zUI6}D6j5j{AQx{N7H#`%f%Vk_`;($H@BcoIAxE(~q*w)8Ip>G0l3d+VxMAAep3F|= z3WXFRPf)46ed!-D$3lLbZ-nO^&FzBcoy~bA+_kfO9J_J=&#i2dY4X(O^fecBB?!GU z8U>`OO^n7L4Yc5437$5KKH_tNu*i|pkP!r@yN!lIGxah;>JY(EHBCwlC-a`6)tOcS zqk&&$fVf%DON7h_1x4{5UrI$&?d7nnC6JStc1giKad?|!>QaVdra81U%Bu0 zYptzz0mM>DNtye^fPbHC1N6$5_RZ_ViLN=Y1%~yQk)t6r-dDR}vGx9Fj59Q5xr{~z z&RAc@vX>W%Lx8lP;YNU7U`C+axSejAS~@l8wbkcq*(dEJM*=4 zOXb7)9?>^ziXKNjqW35E6)lh72cfHIScE_M&R&QK>h=qo`~F>7*(N*r)5NASZI0X#8%z;nXeve<_^5NP%OD|57;r8!6DJ0gwW_p8uH?F!y(?cLneO zV;tM^1GxML{c0&bIQy7}>Q_M(W(x5acftT*z&D4Ol?T|V!uDB)(4|iwwgdbrnR}Jj zk(t+(w*42*Q33BL+cf$L0oygk?LvKqi|{oGpL=KTyE3uFL1_UtT2s4|f%VmUE34~M z_5MdmO^yCp--0^s$&+@!zd!cg-01$ux^&@t`C|YQr~@E@X|8ifpvz|M2wPNKB@>|R z(m(!k@>$Sf3rF<(Uyy*j+o7q<>F%+z(HQ^dv*X|1zR*3lp34{Uk9Cr-? zJ3<(M1o%YokIx|ijG%FgHY^E%1mFN90F6b$S(M_!=xnHpaTkkQiR#Z`?w-pVrBpIzYA9;`uj>bb>aCR=&A$Yq~NqYbt*oK9%uHcBhZP=x)?*#gj zXv3mKZd);vK_e$X7(;4!m$ayT#k1Qt&M)?z0Ui#5MG z8pc&*5ZzT1A_0q~rL|`B2UN?^1R5ZoE|VhJ3`Gv2aP-|)%6z2^W2F?~OFx)|X25l@ z(0?Wo-cgF!&=-jPGl?*4p-E?77J_%cU*IdFA~6+M4C@u?2o1gSk^~kiBK0!;7gd7 zvflzA>?&aGZz4qOppp92g}7_RXz&9Nj+}HTRZ-}5;!Q^Ccj2}fDrAG8cDtX@HSO(J zmY?9H45LvhI}U%51(rot^j;3uU~bSIVLB=Y_$3mxB`VI(>m&mKeKR@gnNb%8R}YzU#vOkA6B76iKmv~M z^q%|)30(OHB+&i~65#kJNPyulNC5g5B=F%+NI>{6NI>f^NTA{z64-;ELjtG&S4g0$ z?(aeZ>VH83ap#c0ZS8G?Uyy*`H>73_r)}z@cd^mT;mfAdDzCtUYol^NK9Y z{%u7ElWPDZF!mb~FpqBfZ;-&frb=)B@4I9Q$NvHeRA-+<0tOFiP5*=hQaO)%|34rB zjwN3+KzW4ztMX_B>_YQrvf%&Vt^5TDZ2VRpgMIJYTa#@Vys~*1BhceuSf;7zs2)|O zmU1^@FiuDV9dm`TB0C3KP0%1J}Z4i zOug0fjy5XK3;L?RdjZd&@7+1Zt~HVoe`q_x(u5cdTP(+ZP266qd1&H&(tlMnPNeqf znA~xcR`AezxO>TyzEMkXfYounZn|hvg=v&M@7y&g z!^|0J+;R38E~92QzPYcl(-}5ZB<>$*zs$wVzPi_uotQ?^t4r)IXlGhlB?l7)&eM)m zP`2aq^}k|l)Lk_lwlv)a)^8AF+R8MfkK<&6tNizfe)8?|d`^A*9n6+t)yh1&?E4iC^ zUBotwqxCzc$li2go21B2uI7psW63{+Z~;QBa$}&*KOV;#$}%+YXTK?W7$&@8rRQM_ z?K0`Jt11)R#}KBJz0%dGkf;GxTypK1;AjWq*jJ8*YT&%Ihk_EV!v{jPybLbZWd326 z*X(4MzjjM|lcZA`W1Xa-J-yR`z?_;c)rKYNlx0q|N@*mRbn%#`QA}p{-8B?%W%e%R zuc<m|(>I$vW9W<&^r~GA_l{j)&JLxGr z%AFYT8Ij!e!KY!)`zzwP)*N*oDWrSBD#epf&;&;;QyNJ&+WLHjqIkW}Cdo#&(75lu z%e+X{=GA&%rTv$Lw6?7L6|ZPqW|{N-Vlovts8cyG?3CXxCE1cVk9Jh*ARuFYVH2&< zTgGVm1lhz&vtFL+ikHA<#9ybe0kn1k{H4i{bv%eneM2}DIIX7RY%1xp)tv0|te>rq>o`!SslT;+FnL}rW)OQRCax)}G$GWkb2#xrnN zlB~KNi@tmE)n9xe> zCBJyeJ|FKjzk;p68X;wPQfF?dGpUdvD+RkkTVsX(HV> z++@x*p)=SRh~u-ptqXJ& z;W)o!`%#ARFVQEmF_`YtxL4-0u6eMe?-`%2_1Y??BA7BqX;Z;ou6gPDP==0 z>ASk22dQ(-(?qk*%JB|HA5TcOt-R$lMN_w16LWwNlE@g%1#TTkkc}OLJ+Cxt`)=05 zBO}4crd(y}_FaW@25RRUXYa>V!<|hei)uIi1kGp>D4GL*K?pFIwbP7$VqW`Bz-dQ@ z+~(;k<=; zNmqj!vduaQP1=@WDGVm9tVJ`b(w@8{p4`{MNn4?OHS$x35@!bW+l zUY80Ge9pBIUA3=ny3Kp9*$L8Zkt3n)1`1tNt?u*x@yeKfZEI9$X$Ll?&YEN0CHC2| z4yLt%Mtd>h$}$X0FttSs;>ELa(q8O72<5STFmg-7d-Hx4ozg%mNkg2PY_e@b>~q=7 z;fy}gVk?FbFDf6g9(&)IzKZ9fo05GbJ_|9k6DM=37Co0N0D&Epy;d|V<AJ4;J&E7=C^HrsS!)b-Ft%EIkRRYN3{b-`M1HqVO*(8XKtn#OK4UzXVdTJXocaFiSn^b0)qnad3 zYl-Gw*JDy21l`_t$yaPM-s_l*^Skn<#;IWaJ|y7f8D_h+K*ZYel%8rI*ATZpd#5Ry z`(Qx`Pv*yPmi+txaeJY_q^HkQiKQ&m2SL)@!55Uad~n}whI_o#UA)JAll7E_Zgc%W z;p|!Fv3(Od81Hz>-?!Nue&ngX+0-=`6d+G^z~AsH_|v6R))Ks>hmiZ6dQb$@F^|0m zvoj1y6wtuwF7}e^BkRuy;ThjAl4yY3dHPmkDki z*C(|J$ zAoJczy%Pa(AC9Hzw(1qyARD0IZtCDq2FI*@Td55f$Abm752R`5UV^)Qyg*Z3cY{LU zuq*~&iGmG=qB(n5bah!$eC-P#iB|vGC^`=!8H6CjmMVMNLaB%7n3itae`T7^FGG3e zW>cHQv8?}o;q+kOKJ)IvcQD$g6gA=jn*u7~X5sg_QnvFlKA9S0zGifdnPhMGC}H$J zUf!DMQ;Xy`|NmlcZ1B7hPZfPjB`WWj2(XPl^C}0>JlEmN`xj+U&y&}UQ}XCB>`*#6qShfk#=$wdZWsBSGzk$ zT~j|?^QH>vX9~6B>`fs_vFijC{X#?{>q$8**yV3K7aHTOA!65wqCSui>CW9C+03cj z%waUSCAgKtc+gJJWl$ZDw%gtSHBm^py<35a_`|28w>Q-Grt9{t-LGfU0u(X_rIo;*PRh1 z=e=@MVj1OlmLz94e;VzmX!l@#oZ&$leju1(ryy_#^&@y8T=2=#!0C@uiG{PPE16@; zK6dNfgGYVY{<{rl-4&-n>j_h`eoy+`Yu`-T^qLt`-D;c(UO8|N9GN=pg0G)8W>y!S z>?t<}%q}ROE!VkfPC9+5GcPfQY*ma(4dtEPQpCW%p;*9T1-2r^j4d(H#)JU=%o6 zt&E0(?#L@u*+zehp3AvA6HSivXPtHm`*$jn1m`27aMiSr^N(;|GZN zWF(adeC;?wqmw_P2z8w% zHw*#|%;!Q_Y<7mxJLy1ipASrc0S^BXc$}fp zxe!op6~SiEUG`{K=+=|pXJwaN^~3%iYeD#y()x1}?je*-(wl86W?svUza-Y$>z6P5 z?kdvgH2FP^K487ezq^33WPf*+Y1~|S7D#!q$?G7c< zt00>QsFRKuhT2Q06#eO-L8Eh<^DFKGiCTh~W+FvC$~uW8#aOn_^hL(rzaL)fu3x_X zr+oMj$|{a^-q221CI4aa0iC&XyvP-JNEnwUC=W|)&@F}| z)Go^Sma8t)!6`j}VR`Wn8g}F;6IshVJU)FED^@;<&p#5@c_ewg{xa+9?-$*NtBU6sYW$#wt~bwMbKX zi=jm{N83S1ZxJCBv``Ga9YCG%8&5N8XIMvi6_^@!zW%!hFZc-GY8t!jKdKHf1zE9^ z$b)QHxL2$b0*7EN#L=i(atSazi9yICj<>h8t#;d=nRm+hsiI3RQkc3lF^q${ES`Q> z46Eb>whB|zK}4`7L2(q!Fw7-;dbeGHK(Qoi7c}m&2MML>@w`s&r5Bl_)2qh6Xm62G>eHT0%rJD^|wHVrUWtLX6 zCSGy89kf@5WVwSUpxwB_=Svao%WBXN#@!IdYS9k0z=7STiQR2Nt3BeX%h2+$_Il$P z#SDDl0uuN(KmKpZ7rqtL@V_U&;HdnC*@Me68?YxeF}h}|kkqnBLD2NIDg+IQOj)=o zXja-ALB>6f;asy$I2y%Kz1_S(=1b4e5TVwPAYjo-Z-JpMnE{o+lVm)?WXf7hVVE)F zS&obu^P&yT-p!_MAWcKrjk5-MCYqD zu^i)V7pu$S7#W%om#TbY%8lV`2r_Uk=fTcSgKlY$carb@={x94F2F{fh9 z76(04P5Z&3Z(lyy;5l<|etnQ0o_4(SrlINCNd4)&<<}1u!QY3SV_Eww5%NzQ0((n1 za);InwI*hf4ZBjxlHZL_$Y>r19Vfnga=f14E;>BlELeF!rJugwRq2P_ujhj>Jl;w% zYqC{4U1oM!vgHxTMU&eFKVefG4^FAm=9M}4Iko06eC zXmPNxXBRe@QCscGcU^m&$EggKC^7JFJe1p!EzDnf%%bD^>U~MAdi|PF{w|Q)B+UCwX=Mp^~c^OxU>NV4Be7{MbC1lVDndV%?l7H7=CnNOTGl2^J<=A)c z-gVzoELmgdPTU!rJ|nBu-6i$uD~}XSJ$FKrGmA> z5lWrdcO5UpM}&dhiazat7GlJ`?qYwcZJVrnG&J2-ENSW+8S36k%r`G_#@)@kyAx*xyvp`txp#1WYJ5CEPA${c-O{j#M$iU{RMR+JH9xI_wDtjNqBvJsM)_ybW_C%q)YfQul2-Cn^2d`j<5Wn zd(Mo@tHk&k6IEK8nSjA3ru=C;X|87=gcn1xn|fR0=J5TVVozY-(0ys)8%-J&7qp~D zTveO|>R+V0H}k-&3aU)$hTU$Z2nw|qR#EToL#gIsG@r38OOt>PKB0$%md0s^}a!+SNRh^i4|{+ zImBP1Y3!%`HJRm=G~5!;|S3)?b%C|<8~6c&}q^`mvDGzDBwbJ^(!jPOr}au2;+x&E!D0i zvkT%Z5~e!{b(#-vw^h5G1TF|*&NnpBR})+c>o2bZg$QB04b9`;<}f`raWFBbxNc}; zSE!T-eBMa|`q@H?fc`+v^W*1DC~B)1USI58Iqi|4`Xl8eZHFwlfK0-SJ7^}$y=khc z^9y_NvA-J8&^WRDWdFo{_AT3e_ignG27^&6cVD7ie^K|kp`#4|z6j9^q^$pm@%bBNBh#qTqjJ z$^Y7~^RL_VD$xZZGT=7N9GY@w(qbgrD3M8w_&BY1r~mW)T+~H%^^a9mvNOGtXs1oB zyiKD9{~kK8F*Eq9LhQaXBP8JBt?MtyKjrFC(okO8e@#6Lc^wuL_$};p6`imuSKvEE z`Grxl*1JE*XuVP`o-piPuyglR1$)wD6oF3JIO&cfFYpx6Fy&92cK@);7O@ z2&HT_VmzD7gdT^l7pw49B(C>)D6+B!E%6#vnr&XwWp-TVx@WE?Oc2liB`a!K>7FTv$=803^CiP2L(Ic(dzP*}uB}u5U{Dap z6GGUNxFo(K@p7o>m4Q*A^YG&((#Lr_B$bYnf7F_9Gxv;1x{r+K_!Z3G@R|!yArV}= zQZ`7m^eDN$XjIn*Nj8M%S+BAYjn$xgyT}vlj9I_2vK?}mF_+A=_jGifU`M{w|7IeF zfX?Ca=N0ri(eV3N*bOJ46vfw`e|(KSA_P9yWDglDOcQX#NXjFw-udtor^0_I^Zsbl zZ7#q!%RJeOYCmhtA-UE>yxzzaTxcOl#w|Z+NX!K(Mvm`Ldlrmb zF}lW`+K3!)tL@OOCdchv31}dmF;|62CvALoiQvxA+dAGLiZG{W+r41Tz97oc_Hvv> zi+mX#v0Zz*$kvt?u-XoquMB6^vkHO-6Lj|xZ!;`JkNX9Br8d&Hj#r7n$4fjFQ(DmD zeFXDY7Ak1%B9#72a#1E{nPwk)qk~!@$;5xEwUS_AfXzZwff?5 zB4AaXVdP;sZGM&-eXT8kPjT>h{WNSH`%*me6lzQ_r0DlOvzy1(* ze?4u|=TF_;ja!5lcF+F}R$p{EGw3r$2kYukd<8*BSOBo% z=7VSZK_8{~J9V-h)0>^{QS&JGV3bnQ&{*CLst2z?c3qu zgAe5oCd{6YXEJN?h!-$$zpB2HJJ{@)(ys&QW8HT(xj3Pr8uAD}z+=Ncoam4IcI))+ zyCbACRotV}AkBp;JbC{XPHA9Z=MbK|uo#ekv@o_%`{9GD^2jq<^FaM}=~@OmW6Fwg zpQJLi*`GXq$qE`-d|2?0*{GG0~Y4;GI$LUFG127cko z&wn+1A{6I6ZzvGHJou{tODN8L-e50$x#GN`RA2B*x;x>JOJ$bBJ;94(KMR@Ud`H_p z7DP9D7)Jy(Sw26J3GmzicDa$Gpl!^_x@-A;(4a3kEqH&~cVfNIUdiR?r$zVCXx_{J zL)u$_RrPEQ;|L-RBHbkdA|>5OhollpH%K=e;tMo{t#B{Jm6GbP4P$zh) z28sJtkAtbtQ7@5sU5dT}6EW-eL_GUF5rq&F(c?eypUD1uA|jUko5^T^jCA&|$*7E& zj3ILmlretj3@W0MWZhQI4|~}JkBxu8J-qXAPBX&#)k|z1;wj8Rik)ol!s^dh>eKSt zweH;VB$r6v^v7#i!vbj+(uH@D{ZS84L|Ug;L|k^#yvYO@tWIJ|XdefBLdsLiuV^d%I@d5ZHAV$l6J`x4Hwb(sS7tUBzyDtd@5Dg_-Xca5|kw5wJ2 zSj7eAr4leN2jOcMz`R5P=A}GMHjo8wt@RN93>`@D6s~ZeM8w0FhSxs|Q$Mx{%7xOE zJV3N|M#=9Vg@vfVK8A2fpJU0e^cg`QL4i6;QMCXo#XalHy-{c71(Cne|FWekC$M*l@1Ji$6cDlVkoV$vhCa_G%)i z!5jP79cxpAV{==1LYc<+!Zze9Ye`0vzoxVC3zrg=6{AtCGH)j{Lns|wdX9B+is-Sb zW=S7->;%;h<(*SyH4qB^1!96CoBd~{1Tp^KS4w*aYnR{O0myG5nIQu!rHhe~qLGoi zk&(0MPe&soH4CHLlC(w^MnCWN$*c5+tFrV)tM+iPbVH+|-=U9G%#j{08X1{HAU`xi zF8e{6?B8RE{6bHHSgp<%1qHoCfRpo)(NE+!5V{m9sSfKs*2j^#qLD8 z%-&A0T1nUr-d?ee4^Tx;W;x>_;vQc>GdA*q=|z{{oE^ zYsvZ31PXKXo1h+AX0$sYdLN7tQb zZuVbt$!5FV(T5e9bc80s{v_{-N!QQjHd0O!S%&WcKX9?J1F;L5-yEYFR2NFBjLVY%YtrK8rr~+OOMsh{s==aGPp#7jc6@Su~|^^gZGuk37g-mptm3#@QSH#h8?OsJ(pd zQ@C_~1U`F_mw5{JF5rP!KC}VHs}O-(Q#JYJJCF8{&PLNsM|&1pMmrL15@p@SM%Hl% zwE2%vhd*id8D;tWu!Z1lAKSQglgCzS8|PA?HC^N$?1ny@3BA0$G=S#FK~i177NOwv zIGXtZkj(?}3JX!NQw$!DszbB#3722sohlO&`_`=q9~AJaWi^&~=S($PQ**-!<96$X zCsI>O@g5L8t=03kx0>!G=b%At(smADpsfEs(lvHF559H_j1l4+ThY3qVU` zAi*sHq5uhQ0l0W;& z^AO!hP_ju7-G^@tS_9p!SZH4&p7!9@VB0_h#>=OJ#>8xB(%(b0o(`Bq;FhmGm2mC2 zZYaDh&3e;dE8#kJ({M*R|E3|=f0a>+^??WQt;}g<*qiJ>8beN)uo-pv(8jczRa)U`>b`P+q4X)_B?2!v66YamB8xves1P! zV5Lg$KxTFirV5@t*bhInFS>krSp=7Z(O!P8vYkB`%c7^qZ3SyyT7eHRzq5Cro|aqS ziBz*)Y(x_lzhH?GU^!DRtnOEwXA<9zAUqdu4+H{)8l03ab^3}^pY2WHH5n6%>r}3< zyB<-T(DtT=};#rY!IZX~GS){@w-Rv`AV3zHpB z?HYx=Yc$gvN9+w>X%_S8j-IujCDx=a6tgL2ajq4!pPV|gob34QmK%s4*d!FV##BB0 zKBrV1f$e8dqYAPgvF9nqeafRdzHGB~R$$FD^`OZ19f@+CI)6^$Wc?b1pL%!BkmI{_ z?IlLO?ex)-{?2ydGn623Q@tVRWLMpC8)|##;j<+tP>}*%QWj(NU7)0~irsDFnGs9!r!hv7L~>u zB&wCf8*V*B7nQtDFwHEg2pKfJ&NB_+juasv5QB_YF$7^0yzoakz)}R7H>VEjI zzCgg|60VAWkiM5VVOj__3KBeA6@WAKGuLDpn_GkLvWN&OlCxVM2~pim=euqIB%Aw2 zdj6MKp-FGtGz9yvqFzhS{}L-cc8Zzg6w2LoX9$uYC9AvoF)(L>&IofT&l9y z(?4B5eUJ##xOit+J6~8lHxTh?lBMZ1#Lv=@ITdZ5zxw&bNw%}^O#albjPD+E4nG8! zsoOF^+e4u{^|6{mi-w8fwO8J+Ws-=_&+YO$YcDw&z*}!(X$rB$mCR0Js-TL$KFhZ| zyh${tmjVN#1o0BDj7%Uom%rGh0R1RdFZ1I*c9*rxsDkcv!uWTaz$jP9Z~Um40Ws?S zEnLvwyOtC}xB_`@gp2MIB-$W$ z-N^fM&7_W>Z(*rt=~P4YSoQP^n+o=dG3_Eg_OD|Uk$rBZmR~eJ_f9<{+Ne@!&$wu> z_1my5RA*|h&MMogJj|EB=*LAF^2qhdb@77fS#Cv-T2y^as}P>Kzx`$cH+<`jEBpN! zch;0IyxQ^eC-lO$>2zN5A69lsCi_J*FGiYRvB6XfU_CI{)pRjFyDBBU^1wsO*eY*x z30_8V5iQ7Wl_=srwddr6OhDO2=Yttq>WM;e#v>L~=g2P>37tPUL2eA=nE!r)*%;yN zcpJ80BM|X&T{6dXiECfLD@~7KyvxlwUF1my?GD2ZgK8X8_p>FIeLtYw0?HGh&;i95 zC_G;8M5Hq4pmCPGJVLq#FfJO5FlzNODH>7oyP{vrLdAqg?xsIO;KX-DKLR*NgchXN zjq7_TEphldj_Pc++kaJoQTTB1*)1R!vioYzZz0?qkXu2?K0x4rz*r^#I09 zwpW{PU+}sdmeRmm>dlUF6U!CX#Q8>FArTBO^OpC>M1b9%n+DIiu$9}ir0KJ6;~n6- zBq&2)8e->0G?KQvm?wIb%NRy2WH{UAa_smH*w4bB6kl9{V1CF~NKZ{wfg2F?a)cmr z$^91O-}jBd7dL|ZkNZYf2Ula;|FKWnp(DxtEA^^y0p%!_|6UMPc4F$&1VY`rzi!7` zJz*wedSi>+2A;Dq^1|EswYIm|LS7;|L85aYQlA7HV0+Gx`@` zR4Bc-SG!kKX+-_pz2Tc{Ia8KZGckqSx+@ut@27uIeRY`2**^ERztsN<)jz`H7yfCn z%^n)%Jaq|s#u1+tvF=xd5>KInL93pFGT;@+#wj0qPSdHtgwe{BH&@@}0c>Z|&D#Vwh}cr#2^{58bj7%u8I!-e8qp?Yd? zbkjGnOJZ;+|IcVof=g<=tWB$PY24w^H5^dT><9ie2H;F;0Tg1OXq{<+B=Al>sCYHVRGFJ2wYB7k(y}o zJ&xG2`hGHkr4uBsGZX{%yhhRCBv!sAvsSb(DLG&2Oxj$NA6mbWuLI(}vl|VUs zgLo%Uj$b1{_q2f<1eB0Aa*b4pC|2^YC1-y_W*hsKC!&}!blsA9%6H+5L-vfCG4BSk1o{l#^f_Yo(z@>B)1R{>sEqZ|szf5vZMQx$ zUtA-c2h82{FHNHYF+P&AC-e>gHZ$4nm^QY7Q11j0nn7|?LWKPe4#MhJ!ON#m;ezKOI=lsYG1cEf|PC3;y< z((&LVPOe)CzmQAz8({x3UxtG$aPcvlll8SW-cnB7WP*NqY%PtGmj8M5fg0D zZZ@e3a`>{U?3Q;LqDGX(j>OkDOwNNp$A#+2|PuZT!@w zW^`~{MX&o*iZFd~yf$W$4I=1uia_lzX%l>@XB4bd;1rBg6y)HYP(PE!u$kR~Fz@+x zW3Ypx!r93}EYNyy#mXswh`qFfh_4#AaZ!C=B{ZfalH8lrlm_+2a)?LZPlGO!>#qCj zL3>j(?)>$jcYs09{q3MbIv=LE{_X3a@l5a;_*>3?z+^T4>(>!0*Dd$gucMQik;db1 z2b~EFdg!kQy{^7*{nvv|>1-g_8Nhc}H$~WUc{Z(acq~pe7BOACdKv>KQW*sOrGbcr*4a@@y#eL_p#2v zSYGj8ZpyC7Zg))Jzyd8>eOsb8rtk7kL%mE_JNlhqE;H3V(Ka&!id6Q~I*+ybzfxfF zFWcYWru>ywJ6|NO$LS#KV!9k6yyCbiyDr;iRcyUdxW%>Ah^}5|+$zS>GQGoXKa1

|X2WLU2swTnRgzS(mLV{@P$+c`%+D**SUPmsu_fUU@fDc`%c@88LHEoLRL| zq4cp1IwRV&)Yd@d&0120{D1xHil23th82%q5>Q#T{)fu)1abC=DY;QuX#aHf_;0l( z=SFQ&Dwx&+)Ry7b+3HVP!sz>u!=;G6RXk7p?(!aTzSCeW>|3|9#;uZC5zmKLRb$8G zo6(r(;K7fIK~|cQ%g9%5cdY>Ln|SaWAl?|s~8Qy_kT3qZ6gjJ|L-$I$DcV^+y&r(ds5TJzxISLY-M#ieD&WpuV?X6YHAxI~3d&iz|)F^JGVCw^6r4V(8U z4c#WFNYxA1HjdI>#M=!$VL0cyybX@ikdO>Mxp2g zbf6o>C3BbAOY&Nw5ZP3B*116z)SacTk>6_3wGOe%0*U*NegZ6Y^4DY{>*~(WuMwZg zoTdM0BxH~{%bOvXQZshmAd3KUGg1O-My8vVcmTO+>CL$xX%)?d30V3Hs6Uokxz{%&KP+&1&mNe#N}8XSH$+6jUi~CVML&7l~Ei7|vT% z^383R4H8!+1H?_#yLY z$=|+?^RAqwoWCBlDI^Z^*Mn9C1`QlJ|E-JsfBc5xN7Wt+|53MgP8+KkIxmDT9n!oy zi$~h?raaDjsOpX4ps?52l2=xeyzuOm`hazSAv({o389P z+P`1Af)<-wXLh#WJ%*c>^O`F$D}E=(;XeBMl=h9V$hm_T-;XQA1qP1;3_q^>KYq0V zQ?$F7jINqF_dihNZ~Q#6EIxCRLy=3-Ww>%qNpfetHHXLSsHRCf|GfXA$+wPgo+XNH7$aShlFpN#Hfa}Vu1A-I& zSG%GJzx>kQ7p)Dy?`M9SEGDJjC_Dc!S^Srx^Dh@H2Na}+e_gNYTM=plwqT3PL5vZj zp4^Y1uSI`L_#uq>Hcg=A@|CJddp5*(m)+8DrME%Y!#yOWPPW5cAr9Z6 z&@;M=hb)K2PJwStLlYlM=vCSlTR`dBp?r~8D1RP&DqV-5B^i8pj0%bynp9nK41 zyt4qku7Bk;>BjIG#@H9uOD?*7TOpi1`fYLl%b%2em}pY5YCj^%%wu~7dPcQQ63_IwXI%eNnM}L2M@|FcmehHSmx#75vn;h+lcZdx93jU2pP6% z4L^P78)+53_26TgTi5%diurf9^;YOV_DD7iHY8CU2EoU>Qmoa>zUkE$lKOIO|R#RYf8S!Je8tZ?;t%dyvz5(73q>X z)H}y9GoTMdP?54syA=xet;oP_L6I2=LF2Zj^2OH0v_ca}c#?00Ox>SnSK>yAGn`t& zmc;jsf!!n~p=>)y&c!N9ET|LH8t=R{o7WYII#YFVS6V1~$a_~+O4mpvrT_htNqP9% zU6HjM#)=Gs+@Rfr1N7AkK}~57wN$a-trS4Q2bVK#`Q^O+Q@HC6-amYGmu z|NFTi+8JpIYvHXt$m-pCo|H3YgXU!ojE$p;4C*}XH54IqZ>Awz^7k^XI5SUlKP&GH z3o4(5^G(3`8^q9@wMQs9`KzEkU16IsOlWR}1ZKG#?8)j~5X zX8g5_mGzgf>L*sXzjY^(r~Xx^$FgAFx_C!oTY%l@y%WXzyWt(KI9sXSGN#2H_R(P>gS+(Sl^HQ&9DbsvSFjx8 zduJviPL~*8Vz@@h`xf|^Rt$+Z2MWo$XPI`2o39Qq>u;;KzJ>zclKBXMl`s4)u)n|O zr>fit>_5Ke+ZlTTpF|K}Lu{~-3jdeKWM>iotHMXQYO?AyKFl&XALz6+QlG}DknYYc zzOXVP#w30JgUZp%1G|CKV0^n@a>wN7Eeq@BlCMVZpNJ(8(g?-jF}8<_=?p$wlA`hX zB(F7u#`Gl!FTE>NNI-+8fVp@U-e2^BE?AfS*%(-C2R54z8Z8Ev|%77iO> zaK8jkjxAQ2L&dWaMXBL<>foZ$#mXxb2SZ*p2o4lG6MU+gStbr`aAtpswgQ7@&IrS& zFO^mdJq3L(gB`(+e4FV)bqnr!Fyd ztHz1TU(%jRE#bv_FHxViF5$(COJ1U%<}3laRG02jUYBaDxa=kA>EaS3-qiU~5#8RC zroB@FT*l11WwMJGAEdgOf(r&c#eb>ov(VY_%-V&<*&(2+aDvavF7jv?H$aMyAT5yU zwnUJ^aT$FP6i~qg9~A_Jb!c23q9N0X*-I9v@aW7klS4Ed09{ECT?3`MNnQgK0Mj&L zphB5aG49Qy~ zx~78)C8XhW2V%VH9W?rNkqz*_X=++h+t0n>9w60Cd&AEQ;P)T8O||`BH+01U2|kS1 zgdWf=GmdKnmL}C*b3;c$sc3+H{b11@HD|GFI(|211r+Bne9VsI_u}dr%Ke<3$T)9x zjJJFTvzFTZDNSAnay>}S?g0EI2aLjr#%7ZMR+wFMvdpBWfh?~OPJsU+|Bks6< zp>Y>~sMZF!VEmKI#TTh=?SBu)D1sbtc$5fY)Y9>8T2|Zt`Uf^yQr(=ip`=+xQ5YXT zA-pMhbWDQ3!ZbtU{=~)5h1rYk59AxTjD~ps98AMcHD|g%kW=6?&Y}O4{NkfjH~*i; z4ouR*e~#T?OD$V>32BPd1P!?LGy<-*Oo3y`;MF{SVfT%LAUWa~Q{WiD%ib{O4)_#C zQW{Z6Z5qASCq!J>K6UhG!Bt~b#)p&#aV4!Yk8Gm{0?|5Hw4-#tacyt?-IZDq*(DpW37+Gst@Iz?PL_& zy&TC}%9HD26N$K0WJCcm4$GhTwn#cp?(Red_#KAok}mQcJE0Lwx8K?}j(`ia0e*+{ zF}wFHJjpseQC;dI2{W;eu@_CiLvhmz$}3uKv>d# zULD&Jb;=W4O0ON4x)Xi8Byt1r+Y_B`A+0Kf2q*t!$92SeHr+{QAQ4UC^g4;N^}9d^ zYx1II+E3m`yFw~^cgX9*x$A=&XFCLEzhUkyAnzDQ!<@qL>MzY%YJ6T#x8#ui#H`#S z4XKWx5{bbtGA0>UcO>wx4(75qrSahWrce2k`eQXjs@|Xc|KAS)2Bh_XVTqW!9Z9<+ zx|6d_6NqIK<%m;P9TS*3(aIL(L;VsO_-nF2Xf4cajb zT9Jzv2_4=8c?Vi`br$T>7O4t$+1Yog$2@70PMYCZp>c+kbXB{|cd7&JL_+9_Owb^v zuWcsU-3X`KsO^oTrY1V6o;s4CRfn={FW%*N-w`R$qLe&uPPs_byZ2CKmz>y>D$f%I zXSR)Ow&k9~BIS-zu!mCstfT{8-G(-6D748v|Chh;`njFB^ks9WoU)+_4;ea2^i0(?j8AcZj9@%b=-|^d1 z;db0V%FBGA)0gTehv&*9dM=d!ssiJzrBF0;K1h(I*RS|OLOhErpk6;A-;J0n>*bd18*Dhao}|or55?7 zHtky67T{tP6}!>OsKSpNFyKs(c%uLGAzA$;b;#bxI&Ow4E+{->1aEl}BSth7_=Q1Pm z%Xgy@w`0x2#adisZmVg_!<$17YQaDEzR$g@*xapn%DsAnblEEPz~ec0-kQxwC83PF z4do&Ka^*WN^Zfla#^L?HHotTh$gpIyel)K#L z3(2h+EqV`p4f!9nEtM~#I;?B8?nhwJp}Vs3NAz`&D{Y~T`7P1%eG8%G`&<}pZ6AMm z>+%WTOKisIHSU8(%WoCRQv~SB!cw!ReJ?pJfYnpsV*Wp6KJ2r-2t$pENaO_gY?b8}QyDXmJN`}gQ$%oU| zj%10xULV-I|FU(UC45;>^7O+qo@z+Q{7IWjoQDxClYLVXiDZcwk=P%+F&c)*Q zk_bL!SPg{E?-Vzk{+Pq9Ge7C+c2Q|MTdD_gnVj(%)KD`S2BFLN(m4!H*7Ft{8pNY~ zQFo2seK^lNZ)HqR$&^N$#+-KlP}@KIBf7&~6#^BK{=0r!0?!1LP6X$bTP)^Rg3E*X zu~yI>@cW7S3BIJU^E_8@Rd9VML{unaGbmeuZzrQW$d;`u4J8pZJVYMElI9?6P&=d_ zjFjdeZqPZrH>e~%_wY<>uqwP!`EV=SfkdBJUn?uC=X5XXXb4F|Dbb3lH`(L%n_8)G z_m-%dNB$#^87DEgm-mr0zW;7xMV2pA%TDJsoh6f4SNYwhf9u1x2BNC+&YM@7h<{{I zus+E&WcjjzZR$2H*RgIPt`(YR2lEreKygpWL>g%lSNTN{QA%Ia;@y)+6z$iDoW_wL zph5-T6&F$w{7zFyr0#t(t?#w%A~&+@e>IJ7aK3^S$ROnK1U)}V-0d=Je+#U4CzF|R zYG<$bf@*l%Zw2DubJBH-bE@&)k>DLCzuYicHIyPs^WA2~G#H87>92$yxGs0S8fbHU z%kSMIJD=S*<9_MbVWZ$e6n9^|uh?t!-YN8ONxYQV*S5mdq#zy1Gd9f5L%eTnnnOC; zeL8aF8;yS7)oXD@WD~^j>;wGBDIrh^qRs*SwDqUg;Z%*GUx-&ZuY<1Ot?23}^b^BoWq&~=h zepW*L%V zpzvO7$FKCh6S0>#*%6-M@^e8G%gluV@v)%_=mo5PGpgVy`CSp|QbM=pV}1=K(XpgF zpETO35vk*jMV+hI_;FUVW#Pv*kB4>wpAoLHFU^NBTo5_3w?K`@Y4LLI>fWux=e^yb z`MGITv)zv^Df2xsD9zRZwbXy}{*w9ht;ZY;9AqX%EwvDlb5y%cow*rn^QA$kTB>lt*_T-bSabls2Tes=}k>k3EEG28cDOT{8)$_eh|KCY~+d{ z|Ju_MvH-6~GisafOgQMh$rqPw34Y9IitNB*(+2{k58s>$I`4ZgEo?_&k738t+DnSL z)1CYNuw610^ez_1xx7_+JL|3(hqiG&Wf(4rTXW+JEd4^^7RryveZ!g-E*))pzanSp z+k}=P4WA*GE~CYmynSp@5GiN`@5##1e}Tc1cW*f-g5@%m>&3uj%^XQXSPC`CHi=(6 z*+GjKVc`}oHIloQoItQwDAa6Qt3a+~EP2>xaL(;%Q*(~hbk1p9BkLwHAD5|q?=85z z;i{F~7;>NS{P^QB?N1UHA*MY7dr)}eDujDDr-ePM*RsImB2&mnxF;);YL>>Tu`qcU zMIKB$&6EZ`^zLf>z<~k5+DLJtHl>LeRX-cwE8F*-d*Xfma^83q7oO|A#>^z4k1!!aN!ffx9T`ih^uX*Daz^OnH!5iG^Jx*m-~z zy5%Vhi;45VvTNvj0TII(DitUERaRbiXLmHa)kP=LCJmN&>r*hBk2>>#wotHJW0j#s z0pe{Os1XajV~G(A`HY9E0IDkqNTDX!KP2(9oQItFni<|1OM3aH^x>+%g5Iii$R`Qk zsIQmmZzjHzL^miHmgLg(G=t)xrg0>>CvLxzOWBwGQ#vjVVft39C@rJT=R$PHyS`-A z;zhT~j#+DnHn7(GuV!aSe4kg-%MY=&v_HLSXyCXMK5tf#Oo8gOpGgXGmdt$(hORa# z?a6%i^)Iqa@5krEVx;-pYwE)@M$&U@rqgoh^q>KMhMh2d8K#eQ;`xpy$!Bj+$B-HA z&`KIdYI12~HSWn={@DT; zdM~+n<5Xmnxl<0q+^00+sNI>ia6e_(XXcGB;Z>c8;hp2Ahfm^qes}p$X1EEiTUUAq z)pgPUv}}~Yfd5DIr=jpJKcQyIHsHAb{kKX5`K?lkAXKW-r#C7U z#eb_*|D{fapdmqit5Yv^!!$KX4f@+V=p5^BD~eJ+ZBq|tDeP4$Kc3Br5nA`GB1}_2 zZ6^Z~iVqk}zI$T+<_R7P5nA9b%ZE_(h>4^7zqaVqFickIutB?wcahiN95#K*rGnfH zbXUb!mt$4OTPMD7Lz`lk!yCz(IKB2Ifj_DjaO-@u1OHXlJkR&Bi6iaYrQ=fgoYtc2PR8w(~1R#BFxcfC<{>o1*)@qbJCI3~}qnlW)*{F3Y^lKxbSi8}{D|Mgm7e#`DTBG`@?61@W z2aVaH`Wctjs?bZx6N@`5{NBH6Oz5hEzn!ufcopfO+nYQ3Lnh$+pcL{qla3)d6I`ev?TQa?;fA6@7u&xb?qzDXQ{Sh<9t+qq+^X zF7Xc1)!fGOOtp~+P_XyFsLj&{1o4A(3pihwOMWpq1LwnpCdcX+drH9Z?Tl z;T>_hrGA`ucRiQ0l|n-!CSft_x|hqTs9O{PS5L*IE)*7XU0%0`dZW`nCad4;S9bY& zvJ|#{f`5lfok&dO@vn89b=9G!b?27ghOxLNg};7j9;3=7<#! zC$Xlf_~={hxR9$%eP48-9w`oQ)siF4ge;8jlyRqomN-X?)|Nz8YTVcGCol4zNfL9 zX7oby!olFMqQq)c>)TBZG4*_k;(XzmPa?1GWR}?i`7U1&`ncf9M3T7wfVe0|-)94A zGy{nYx#g~V6&xs2qmh1&9Nn`cJGRu;3_n3N;X0Yo@gk) z;rK*W6pwq9t5A^#nkQ!=3};|_s7(te^V19Am}w@cQ7T62j)c9TX~l|ivd*UkQq)76 zX{hUdl0Z3DSAw3AIz5?nNf(WqGf0L(t#&qcSDwm z_CrNz#j5RlNzk7eSBwB(Z{E~x+MNsr`5?c*!xMW#+;#8Xg&wPiKeZQiIJ{KuwLCSn z$I7ZiJb*OjWx%Gkrv@#g70+iSP5H^fMWpXH&qVeo8LyA|{ka3Ey0CV$XeREjx_qYi zLUkU!(>+r8>1n{`0}+;=sI%>l&-t1+zCYXx98W$N6hp^TV_2g<%EfNms#Xyx`C#y# zV?;s1^~Lk|62K|3g`k&?uwu+|Q=@?3gI6Z~no*eiSIK$NAiEBQfKAta?H=OqsKb#F zTM;;c&p8MyLX6u;W$}GkxZMnzD@~u%4%fclF=n>fG|~IQe0PJPJ2z+<9I>j@&vRz7 zW0EbGJGGgdmSSR%_x?0v@BM<_w-0KBVKzh{yc~4q-m%0dp^98nY?dFJm@_mA@IQEP zV1i&Kwj|g#UGqox*6+Wkw3`}y_{LiFgW>m-3au=8irb4m#TN<+XHve>3HE+8ITpK0 zbvUx0B|>;HP%rqp!+0-@p7yj@`>Nt^$gcY1nXjR{-BZKkCe1~5G7w~B`p6r&cd-%W z_)<=z?QHjH4#&4pHKtl!+_J4tMDj-sNn=NZ*6Fkteotc)tgyt-$QDir$5_AN{fJzY zY;}B!`2qgR^~^7hz9vV98B^LYF3z>BmYJ0#>?mjCy(H@DRfF1qLmc7W1#1C~TO-~P z7c!PuAKzjDk}r({{zX^HKI~+AC%Dt8pg@mytaEqosRzaLPZDXWLQBYp;D^jDaP72} z@6&d3LE+d0ja2GPLiU3WdW3@{S*2q2`J>5^DGyzcM%U(^~lR}vIRcwRQlT1uzC_7kP0%$vDG@IfM3TsF$|RWthB zgH@La^PNJ8WTpj>I^IDmE=_;v7N3v`X4I!p;}*P}MOW>*-XKEsMV(LaI{bJ-gU70$ zkV_4mYm|2xf4-ibX7@8h4ZJjfpr1D~O~iy|OOQ56&Lnf-$+*{rvlw9}BY*V&e+9ep zEV~>(n~39(kZu;CE7I_gJJyUZBk+4@N~i{upWK?^lYbueBV}h9>Ar@>$&2#L)5fZuhNJRGszefl z1ocGA?e6M`f+V6fCc7N^MGJd(3%|4J(crc6$gSgrmP5UA(FRA;#u?i_e#_LYskna9 zq}bT_wX|3su!ihVN>lES9v&s_caCwDM24S48WgoYUQkf$HPM?YaVzz06mNfm_NKa8 zAMED#y>o_sUHdS)FJ0S}c{<`o(RAtbYuPey%>L{m6w0(cd*RHfDmRwv;d+Ok!WLAQ zd^|(e|KQC0(J92S&ed1dRavbjbV4Z78;s1C&+YJpfAqGx3t@~Vb~SE&wFKuishvobp$ zJ${FFFaV;AK!7MCd9Y!e+AOc^==n>vGYQ#4{~=tdJtNt}_Xwyad-w(c9c2$o5KvzB zFbn~$WDh?fppNWeG6H(a9#$iuwCv$)1T>R9{D6SZWe*bo==6|5D7T_jO(Y#(v=9N~ z@kMh0nARVr!n(ytXeT>D{&Fx|3UbTT=>da~sg+D5uIQbp_Hwep@(`_x)dACHowUBN z{%fK=J=w#wEFw0cLsCv+sHHTN;@`dZBxMf+uNyclq&cp8II%MTzS{q0Yav@DU{Sdb zn3A9zbDA`Hg4yB@Vo8WzbbZg(#Ct14Z(4=+on8Tr#$`TU#e#y}Ipo6QXwKne4?H&z zE}~;CdWkdaysLe&J$x>BIS*XWqoCY^IWO( z)f)L%#WO4L{m%Gwo<@aM5uPEZXzOa8`_YGSM=V2ptMh#GA?4;tna%qII)2FCRexSx z-o8YB8jQ{g#I%e0y;xEIUaVvg=Z=Q9o5kw>f1f+9!-oC$f+cnbi5jtBMNcS2>9rGe z?6s20y-k#pyMHf&UL&HQ>pkBizDD)&UUB1>XPPsWW~VQI)y>6AJ)Enj zlY71-R@3J<;Ud4(RT{Zc=~2~hI6EceZ4JH}njK3_ZzzluhUV#L^kBcL> zgy<yk6<6?!J10D4*&klY>xRC`q*LvF79F4xdOEaU9rikb~&5j3?H zqX`o$UW&>+m83ljjN^X092u}0i6G!W&E`N5G*X5&79a=|Y0n}M1o;80`3QnMl)+&H zEJn>PMi6FTNJE(s9jL<^ix3@TY0p9s9kgg`a{>GZYPLQ-t9x>3XW-WwsxW(|GLuj; z??*bRmMDYe;RO@M9n@H3%QX^*de>B5Vs}L|yCSG8HcO4{8p*;MQ?3yMbZL(J*Zmz( zvmF?(5fYTa$Qx!Vw6*cqT^gyv8q;qOg0RM$mhC&)bvIoMXls*hs3^i3Q?C&NOlgjr zr<6;$^3gL<<}45j+ful_?RMF83P4TLaT*0~#0;oo31ZZpBB=T~7b(5G95C zNzYOIp}zQbwzlljYt!dxCZXKD0-e+(I*#E)+I<%iu3%{u0oisIcY)TZ|F9jq`IhsGzi=#`6lm4L|_|3-u^w^_1`8JfMPhAG}#4}C@U*(r}-N0=3bk8F=#41xP zJ-f;FlSZ$6=XWlzf?q5xr;cei4H%#`4M4@BpjnxA)Qb@nH1ORD1>gylXXm!Ac! zo}tkYomNuXC(*nFujqpK&h>{66yQph<>h5bd42fi2dN&DZtiOzUjE3OTf)i*zc6Qo zClJ87(|QXp6^jL5yzo+Wa53cn&gSA5vjQy?YlkS;nI5WXwv3B6;l}XW!oy8R&`}T|z>PE3cxR*QhL-{^*!PhTy=X9jU zyF3wkq}2#r@rA&AtbW;KSZcYj?i~2i=(=gO_l!4;!?ZepWr_vm2r#}0xwHLs9GvA6uDY+jcEvDkF1w1tJP(5(C@$mS#-7n|xL9gZ4Oe zG}0*(HgVFl>?1Z;CY$-Sa%a=xSQEsC=dA}`z~%MTOZC&9 zUU8Xxl^$u%Va!%FJAY6Jdl>{Pfc=;#ALq1eJ@SC>r-2wC#i!hdtDKbqP@Ij%PCr>P zv@sFZUyH_bB~1O5A)G)zy`8GuPsa8WD>fT~9Znr=7q1rk<|5D0WbJNkAt9k+|F`1Y zrgpOz{X=m^>_zr&c8H)5E{1>>jrgwEa-%pa**@0|Ns zwfot5iHE|bW;Lj(tkxv*)b!GWxwa|wF!EEYo#svM5sWi+pH*W7_E(?0sxqO_mm-yJNAQ z^(~Jqb-DUFFP%mGTJ2kl-2*+_j51hT6Es~poB*X9PNaxWeSvDZ=icIQe{}Zz*AJp0 zOL!`ceiOZtrJUu)Fvkuxb-JTFFTWu7U;+PwbJ8mx^q`k{F&I(bskN6Q>+x5RE7H%zp^~yDm^^xc?XnP&8588FpJuNFf3G!fi`=Z zdZEV{JyQG&4+<76d~ggq`FE9lu;x10PH-C|bxUcgfW*rFLU|A@st;&u|BhRpne58UcCeLC+EJ5k2TB0*cUs^bnAq9wdo?kLf`g2>6g5q=b8Pa;ZIRRpz?OzJ~N+Tn-Ts2g0w%du&`*9Ez|H@p(~3PDKDq0P zn590ptzSb+n15y+x>~08-Fn659Iq=(uZ2X?toHHZZRPNVe2i8 zz9p<<#P20c52}+CF32{);kJF>NxVGK;ZOCbBsDEMtp88!@iJvh`r%ph@q49K?Kz$F zvAG^So%E$7nfu>5RhE;zyHYm5U#@&x@iKg*IQCZ+Hr5=hAVGMC`H;nxlO*urcn`@P zkMpu2c8+=bvu95I`(M36BSbiqhWkjw&(mqVl~hj)UL2QP-1b;mpUJmFR=QEt}u^g^E9qQPoY;c&QnUSKI^f4QD zFvU}s>a^usAclVhmmCREz_Eke3%|uE8#lD|+KH80Pk5%jQ?5z+5vJV!@fBWbaP(HE z`f+lla(Ayi*ty~LOMQ>#vO5{kvwL?I2n#x=V*k9<(D z=9;gLDNZP=%^1D`mk3{euZ7&d^>RgoUfvC)VElKoMV9~8%iYag9gIzE%@OP1KW-DW zZzFO4>o%dzf%5ll0%c$UVA>g&5NL8+Jwck85^|Ro|FHJm0Zn~bx6(UE5dwrDN>f^* z0-=ith%~WKq=qP<)X;nH2}DI93L-^8rAt*hfdrK*AW?dPfOMqycX4KZGvCa7^XARG zf4G?=H!rR#TZ3m97277X0Ko;OyEm`R<}Agwgiht$@N-k z~i9l<&NxfVwdHP>~a#9<&NwnqL)jK>?PutOOEW$Ouf&(u!npV zzg%>*NSE$Kwi}6FmS8P%>O~|#w0zHrDF4m_=&ym^-C*iHqa}6Q+dPN(pg#3@y~EKG z|H#nC)O+s_L+0^%x4#$^xpEZ$xRkiapRyK59_!IgBRz?{La8&bJMQ9_-H&n*crLZr z`J(6x#6GE8NUrym%O|F@Q}Fdew5DmZ3w>PJ^B}eAXBf-@B9L_%oI!I#0+mL zNe3&$O6nZdiywV+wA44xYNJ2AAZ;s1EMtmtLF-%EX7 zr?LokOLKccHD9Qm;*deSg49t4;D5dxBqtJBa!C-F=^}UqXG&wls(O)t>~=YtskiN) zTzu3xe)Mp@d3NzAe;^BkZfYhH>`_hp_9X>9Bq2pTd)2CwB8vq%>|$YFni7 z+3s$++pGxE)Ym(f5F1#|ZM;b-TQJf&jHm3v)j9b`xQO%*AC{1};K?=Qb}y6*#&Tfm zG5!hMWwf2dsksc+>EdHn0t$7qjq#~1q5jBl8L>6hbD&o*mfa$)ajqK-4r=Oozgl<hP+sSBe*HP(;m1Sez`?PR~SWace}eR*aSJnex)>pE}YC20Q_2{IBPp1n1qB{xL!C zC&HWViANUKGr$yomOJ~@rdo>LJN`slbMM3lI*^mhNYrH+OQ~WAr1NWJ*~6@Bh4j5S z&732z<#0AO&wacCdzrlVme21RH*EC)P~Tvzr+U-)QF?lJZq?jRzglUMV6m?@Bw_H@ zc9Em+mo3MQXTINVZ;4gNQ|L7y8-iMNiY!NR!nZ*}#)%(^bP< z-pew9C$$T2 zDQL&?24>f2vGIl;)_m-_r@ML`$CWVFhoKTz80hoIKCpP?e>~i++Nai_%Dafq1jHV8 zj=q*K{oh~9-wNG5f9-$#2ZipV=jQLdifb8<>HkTX3gz^8Q;4`?iy=bl6M-qN z6DKUM(nwuhh||`-w>73;r2WeD=da2Sl0qzQdMim`@!GFeHR^(HRGZ^SsiexV^}H&f zAeBwxrVxqK-FcwOsjPn2ugz~^q2Jf%{)$sN@7`#YZ)cEy*iiEOa+&8t%HNY!i`9mD zS5m&PIcvW<&M|^=t0k+H9QyS7HGbLi$7__-*KN#y^YU7_-ktb`>z5bHQj7!S!!l2Tz|q6VH^aqJDlgylX|@~b z|ET|PE^i{Z>Q<;xPWJHh$;k%BZ`T(GujyLyr#VS-z!?KhUaES`Am86>dSH-~Z2)I{ z8vj7%hX|Wb#S?2TwjT%v5f0t<)OVIzLaskJ6Jme8j(VVb`i}l~U99r=tJe7Avraih zs#7`%v*+co{F52KYN8$xLnayXdRiiXO$)?c)8%%(ixm_j^fYDsqGJ%TU4D2PcZr4N z6ZfBNKjelbVX^d6kM$TtQq(p`k~K$sbTW8E;NRh z_i_E7{Yw7qCm|HA`t#2=IcLx%A;XF%XZY^V=oag1e^kzUxcl_X!?4eXfDJ5A8?K5q2Qjtyl+@c0YXfoo zG_Hxqp{IpOTC)4YH7$);XrgjnZ>#io^P8FfGe*Pg$;kr9JB}z&Gi@F;ir2_a^V`xT zwtY~G>-Yi(}beytp0U`Z3#Zp+*qF(;<4CL{#=l*P!KGM z#)-`6fC9T_5OTg0Ui|7TD_-vAb;bh!qg}n@)}0Mxu}Ha`7tPcCr|BQ(`-Y7i8XY8_ zhNN5H5i&mM10B$yf2pTtupSqA;SD+btL6vLOvQ?9>) z)s|lGO<%Q&cC(6`~|u2*L}JV9xzkN^?nbfuM=n2C<3hG^sEyO zE`$Y8n-K=dH|tLww8E3OqRKulc46gg^0<5l*#}G%bON^TCJdRks(h-JLUDdTF?}6B zw?@8NNF0zvsVR`fSt+J2Z6hGBx-q#km*ZC351svlw^_=TdxlSknau7z;#kz@^D30- zs9r3oJB+rrRn3-d9Z{rf*o*dZKhfT(=H4kY-57Gen_G9POT%Zn%v~d!2~nS;{&cl# zeV-^2v-Q^ewYcr_lG@n$m-dTli9x>(4bLxE95hwZM{>;bQmuar9?xnz51dBu&PC8r z*NuBDWvwsFe!hQTHU2<-tga+t|7%Eh_X}2V`E>dV=d8~=!wv6~FHZBVYb^irbbL?! zgZZ)4wc?BaaME;GLw!i?y;}(dN_weB$cNtKuO+>2X-9yZ`R3(&o_CSn?w$c0f0sb` z``?cpJ0^JS7+cHHg_QmOitL43{&!@5l#fNYxVt&p`UCFFI)Cpg6aDY_1^~V+et++) z`03yA4LpjA`t9re`<~%Pc@r(oKYaQAZrFc&ziNN)XZY^_=67_j%&@=rGdmLB=%BrM z1*Y@A#5=mr|L47tfrZw8wh0+Rbo+y3pd1SsnrG9B|%KFSh( zM>&D-3J_NY1@4~7t{!B$`|zax$Mub?540mE1K;mt(0*IJ^i4|1y@YSRir_n>Kc|r7 zV~G@UE_6;>s33eODtlU0W-a=-p6kxTlUht-R{%f0s}D3IC$CDPC+|GG=JtGg=til> zK|t6%?XRa}Dob^%UFGMcKVxugyPfs+p+2Lut+@F2`8#ITi}K>j7iWLEs#(@+JZ}eeS?IsLE|Fz;~&ui2ufdAXLiK<;{kTiFM;x;p@fKlG*Q{W^emobY*T>&lV?c z|4?+eTUkG``!H&%p`)s!cz^TG+XchCE*!u{u^c?yAZwT%EIL{@y6tXOa$_@} z1LAJSR6?P(X;aO_i>Su(LYg4M$xOr13pG@^HSB^YdHViMcM8|&WeyGEy}DTKy2xCA zURTw`eG>XiFtf@E6HhR0I!Y$iMS`q6n%G(d3yPLMhg}N*0{)EOgRZ@W?gJ^ z8;(Q;gNK$8nDHo5xKuB(hOes{_XO&S6SE~`?u3;KN(deLr6v+2kUw64$wWQBXOv94~OXJNvc)D|vbjyT; zU@^uB3H69btljzIw&TSu%0AJnpq2KHpy=&nXgBASVoRM4uA6Zc#JMqDa~kX(P05g& z+wk&&$53X*PdbzeQb@6!E*FI<4b`u=>n$=`so9adyU+w7QlcT~W?UMI%CV;n)-iD` zuZ#sribNEejTMcnrg~7X0?Wq@JL(}=ViM?Dw`_J?pLwfEMVasoQbJ@Ws6~0*fPdP9 znb_N`*>h^=`Dpy7!M8%SmqlTv;y^L+LvDE530un@SF z)fWjKf=05=YyN5xThvY_zb>zk{VeBueO(8g44YKX7 zgw$hh%-GRWK$^l72S<5F7F?TXmHo94S1Ricga8s`iZv~b4yb@en6SPs2{gYfcta9& zo#7KahTQ?0%((_zlq!E_d&Z78g_Nkd-cJ1ihrd987B*Nlb4~TO(CWalZbNu`2|UcP z{b{N%$MkcyJ@|z%xmc8~v{NW7L9=qK?LzDT-&H5XO|{AFq#THJZWL+_=9ZVGl+v2D zQ-{9CTEK8*4e8Pn)LxMKZCyNwoZ8o8eOoV^2P<5Z%8oISUjTg7=R^WZasx`Rs7+D% z%^HyDq1&5UH6EX|D0PCNnEaAA@aEEfM^&E6Az-lT&-?2}+DbokUQdA}emJr27=x;{ zay?9c<;J;QqE6UH7i{b4@0Y*ck+&P}ES}P^xNp^O2)v&AYMTS#g6+uP9Ue^09R;WG5es#m~WWUyH>@~UU z&`WADJIw36vvR?ZM?6Al-TGU5cY@4^s%vNa^eTq{;f5&H)8D(+PpL?Es^DkdTDiab zjMb@u+^wGREjF9jd6HRL^0S9kdt;9^L7?$ zqJXvGxHgOa{V)*VD@PAYpj$7+KE$KmMcrK&(-c%2V9w486;9CBD7aFa-vDls6z^$K zO)brVFdW`H@Y;SHrm@b zBA03ZU<(L;VXCK%PF}Fp)WDvX1zymwh@4z!R7&Re_F(=zTXvi|uZM6da8{5CV^1y9 zfn<`JwF5F%1n`HNtOowSI6*dHo~oCUk@P|tE$;$PMMs{gD2va$KPa;MZ6`?ACEL1@ zvDE==877y|>AxYl4;suA52|^Y$(nUwlagZMsUlv=AOmhuHL_!xF3ZV$ON3V0vDQM9 zXmEI#H;SIm!y-f~-jI|iglkprAVYaQxExU?1APkT`Y$Hi2@=W#&%@){lPNr12#b(f zb}bSn@;R<0v;xJ0h9^N}-{jMf;!Te7Hd!%RI3knugsN%3-z*Fx1H#K1P>xM`uv%v{ z(^;8%X}YwS&Nqo}Ab8`-!c*XA^en&dX-9!}P8U4f7fH|1+l?|iD8*Ib!MF;K5X&GYDqCR@F3licga89H4mm?+l^uV#V{<&c z^n?mDAq3ZkkRBK9BIg8l5!>I>d(sX;lSgpPn%*AZd=K`|XS>fwPYa&=Vo+-*0p#Ue z!EL9Ea^v*h-iRxJMms;GDDTwig0rn(FeKnr!TSgi_El8iPhuT7WK@)W)oU%_F}$Pi z{iU#}Ijhs>-F091B~W@pxtB7CuAS2~H3EVtAsrM=6-C@&+;_g2#%TfuzElsL49*Nb zA+fBSx=i0iktux5XKJTb+zc%y@(#zthB4MPG=2Vz49oDTW$NUKxEV5#+OZv{4o&(z z+qMgf=dj~ek1pB*`HrXHT1QB6aWHhg2S^Uc+_dQJ@i?yNTeZ6Pn+TuImHNoGby8;; z;esc^k}XRGH|^=M<0mt97&Mwtd!T&anTsze#f-gO8k{)GI&s^DpnGkZX}&cd8dFcg z0+Vq0Yq}?!B@fX4Z22o*Ys=!Y6RzvmkC`D)7vm+}ntX?&nTC_q{Ex|~#%lSquloP( zh|`Q;jJ$ne_uPg~!>O?7>)C4s z7mKJXnfw3M$?~Cj#Nn|GQUH*`V2k^E2s!KVZ$QZ3Efrd9e?Ul=jP(%WiZCI&y1&!y z&58FN_JiZs6}`Sa;SYQ%zWuEM*gL^j&w7>)4Q^&j>tNy|8p^$4;%GKBgnp!wg}+I7 zL7QUUu3atpwyx_f=uw6CvTgZ5x))(8mSCiiV)ba2hQM3v3`w`MOw(;b{VO_8%<;{)!{VK49#Q7g} zEce2$B29J^k$w3ARH4^cIy3-j+;z0G69bpCL<;;&fqAyQMXLPfm=7gZ2*9gC}rS43iu%e-SFbW;gvP)r-5;mURJ9OA4JiQ;Z<$gP<8RA z{pojC;L85TRe(e#nHNI|#E^x|6AEB2KPY-YG+L<}qEZ0Wqh%Q|p%2#vWZZ#?RJV*y zF}E$Klzz~juDIp8Py8)wBwc?Vjp`LgYX#t7!uh?2GrY z-2P0~^LW-OB=uaWz-L&Ke@W-P{qGlSn!)V$a=r+zbXe>ykSPNniZ{OpZvqBt14uyy zgp5w9!Tt($mmP$NqTTInW_M|W>y&Y6&HfAkX3OLWs6(0H4N@epb1Aj{zzyxXe+)z8 zb(_NgPz{XnFI9SNFp>OD1S-F7fR`qksusxsc!qd|02oZa1nX znL*>CNN8(Zs{;mcB6c8+_a8?S0)S;GmI9C5pRr@8vIpmyCy2ksMsxX(K&G{72FT0%p%5X=+c*}S zb^+vU4w{J-Y9pTSBc6a*4}#>uav&YKQ6}rPbR9XjYX9WzcQSuHLNs>3h@%f=vN_$` z{Q8-!9dFUj9jZ5*?{6=$Ku1Skeiee~^f!9xu7 z1HNTgiOSKRh|3`zCMm$1*!!_32+pe&hn%`2ZUc>s(9vqOB4OWtcZ*wLY#{ga{B=`Z zLvtVf@D+%6MQC^+cjdveb2e)0^vPrBN`DDc#QP6xeb+6MEeV!g)g6vc$2`?OuglDp z6?VU~`Me{uiF~h7+sPv9YUxdvx?ehvz1t|g>-f$1^TF+np?8O=(|GZsuFtD?0}kf9 z;y0Go`iUv`gTl+|AoG5O8>@k3wcw%`@mcx50?TWozL?u!eX#?SIvbf1+ab>0P@6Gd z_v>>ZRD@rlrN*}xruXgp`tOBkSd7~GHa3jShw2hnLo1$h7OC{jykTg;wPt)jVdr8N z`MoV?#~N)R{hA?n#?EHnh88eCg^I)SAE<$#w#2>u-LWnV=h2 zetTE6N%P*!rnJJF^C$ZTe!aK{Azf~__k6BXaN z?OcrIeW=gRkZE}bgl}fG@i?GZSpf8?Q+7fK+^j15S_5Op4b6hrxEa+!VU>Mdl8T^pE@K*kCaJ;0b7v-a0O+TDoNyL{I4@qt5`;SLmiLS3+Bz&ydvj%N@FuC|j}Y-LxC2W0X>`}tzkR4#>Z5?9Vnt*B)*&(&mQN;RLe zisH12tE{0)_Yka_0B|~DzL^^yKJCF1mI!G`y0Imd(T4Rf3EAgmr4*UR_}Q}xmhuY| zL>HT7RU_-SxY)@79TVNl%m>u@DWTvk{?3It%cT&=sO(8ubLRL z#r$DQ+@|FPh4z4}WP-uG)waO>G5Ks^Q>A&-W>#A#DH3bXtOAq<5xmB^Zm&ZqGPAHc zOv)BJ@3K|~QE+zqcroE>9ZhZxgi=FiiIVUg*YsY7Z&3Kb&1iVC84SBL!D<8i=Uie+ zoe;o`D;Ku0k)nr6+58a7%YC8d$PN0i?e%TrgI}LN zl`le@@rS!~LP+&({qnK>$X|T!9JzMZbm-3QJe7c2$UhtBWJ9>m4g@%c=r zu61v_b2xVh<4y#wq=$KRH_BhmY`z|HV$XEi(<^`>)z9v4e;kzfWtBDKw#5IZS)5mh_WXmF(l3U*wzJ&JlAuTaotJ9$`DjLtKkAL(LJM%_S zZ((zZXDQ8P(_k+>Il-N~`YPny2SVJd{ct3C?47uc+-KL(0%=qU*N}7-Hp4Q6T*H-7&N^*VXXc!=Cf5?}VaQM)C;_22| zVr%2cg`uPhu@?`k8dK%ajnlZAJ(dcT4Xd8*n>$bV`jZYt_6J`bWH^$=zFugU12xJu zTuMGHH$SyPEO~%B6ek|&>{;sBoD*A5CmV|%p4?XX*m!01$zJ^(t6$hhCLe)5HZqPN zg1UB2bfGadBQ4{Js^iUV;nztedJQrwyX+Lsl>p*}Ma~xwMMbe!zKbPseIpVC62>-( zkKC^=K5qBwGne}&{jl3DNkw$?YJ=o<-*K_pAK5d^m#Ch)b3P~d z;Qn65Rs<-uee^=8sb|4jr{3tp4S|o-3GT<4!p+jZY4fMguALsHKPF7;v+ppA0?s(~n9tiBM-Z{t$yO()e4bq_@ zLwxs$GofQn(5l4X`@y=k-gPoo?@FMU$u`LJ_~~;B;=E!sk1P@%BDuy+B6?vCxuS60 zF1D#vV(la8N{y~1{i|G$>O^H$KPwkv%5_d@LGb$y0F}!|yfOfm5#ax-;3)-rlZM z-Ch48zu>t~*N)%xu-r6-vcGe%6RfcmgawaZg?VSroNWvDX%UHu=d|um`~HD>VkQOV zdUa}Y?R~j~V`s+0hiU<%9p6&&@2D#|5+<#(yL{pwJV=kDRtIO>FZxIfg=rj$`@Q!Oxm0b!$e%66pA-d!EHxqgtNA5gYC^Od(t?Epq?Ih_ znYT~w5(9jUm`+aOuTQV!`9_-UUO6TrarL>deC0ixg_p-J8Ko-M%Fgu#B))k*d%48- znSMItV!OBgG*N7)qR()FRU)vGUv{D6*rl!t?@Y1Y{E(J@2j$*^=L=uDfUAP_rzL}c>UFc%_{GE3(3*Yla1AFqH3&)8oIKS}C z5v>27;o+TKWPSW%JKe`SEJKwCel_3k6f=Z;cO>_;I=E(XkIW3H3nt4}RI<=8zK1?_ zLDX(2B|z5hbzXUli^y>NniBGTS_l;P#>rk@0h#ankUOO(>D5e|!UD?#E?idnqM&8P zHdS;7Rzw2Hew!4(@V)J!B#cJQ9IL*-#XvxueP*82NqQ5~o1iyCxV~neUUd@8-4jFS zghcz^J0_Awc#r~Pka21Cbw!9??YPMCHP?9e5e)@;!myCwFyGIs1Y;U8PqcCAYXB!R z&9qQglxbUnFSe6Gp68~rVvhRpU7F9|u6Gg9Kh+My#ec*lE15_0enp&y5PcWkUcIEV9Ofr3O4|tm zRAEpqgT-uZS1{TMXK)b#GtFlUiQ;RBxUcq*0*R;Fg`sz*Dq|mrCF^A3zi60WK~I;x zgLipZ=(nrBxTQ0tR8({)bMU+V)cc~-cZ4$upXX{`t|~KZv`EflQE(nMF!~Mr#CeqZ zGxK<{*JB`0Yxw{bh4D}qLM|!MvFwH=e#buV1%VGvm&y^w?ErBt9EKYvG;PN&+j7b(iTA6W&|#YKD+DNit6 zP{B1t(*_gc(Z7B`Umesop4|C**H+&lWP|O_*Lxf%%WZZQ&dpUViRyzB)|x}Z4K!T# z<3RWN_<{t8Ke1}*1~2CGKdyZa%`_OBPitT6w$aYRZrnb%U$L%u_FkV^5CidN$v*E> z^`WH)Kdbj4PaB4a?dp4s0YdZL?RAii!8 zPh4)qCfPig@x}@)Bk??xdzu^^OmAp~iK$`Lzjl~&#jW6E3GsfgP&Gx?rKuXF(SYvU zQirs0l%3FMF5jZ_C2Ld+X)QCe;+;zsZLmglObp~A5Y}%TTE~#G914!(2L4yZy@RPo zws@wrg-MqL( z!%7sk7v6*EP&(m^VX;j9e929=V3lYVup75>a7$2F%JY0^#98C8aCFIsB z<3vfX5e!S(UH0=oei$#a<*1qhHeW;=f=X4e$%#gGPjJsrGD1BIB)XFq2 z-j5<#$C0vv$cRsY2|1F%8F5Nm(y}dlWsGT*`@ttmX^9ptf=w(<)dh%-&>P#}+sKToNUkOkjZ02{-G(+0J_? zI85~6;<_nZ!Axp3%%44EOeY+M6IDtfV=eVt>{qeL4Up4aw+BI zv-2^72%gdS{S{seeh4MWu1mAjRZ)20uUYxHPqfG?DpKXIM*PEa?ak1_MWrZCayJ^QY zilul^=S}crBpYX`jQj1Mj=>3SO%7I$1^?2IcVpRmvBxz#zPUG^_5tVWzx!jh_Q{wU zV(~DuhliYQ{4C^xGC#ml>m!F`NJ|j zkz&q~wMpy4`YHG4Iivj9J0sgg&kwObt^hLewoI_=xRxyv7eUtuk@2Vnp67DCVTntp z{tV{%eV2F9WxZ!GLib%zOt}OJOr;H??re0K&48tWPx4#Ew4G}IckuC#>!4IKP{FPG@3y=B@9*8mso6fcIcMe*W42K4Z9R44L%-Eoci&k@(&R0o;Vu128-37#tdH?6 zv$Om7#<8&HV}_~E26=Rz^IWH`wquACV)Q*pium77F2;vZRYqLB4X|dEe`9U0->jLV zO@ZiWkbhw9zitZjC)Uhg*p~ofW{2sR*FRy*Ovk*t^57Lfl{q57ytgSGvDMEz0b@ zDyI`?clI5$D-RprI!hHe59|w<8~D7bJv)^)hI=xw5xb&+qbq1ATn3!lRe`(uMfs=iYl-Sbn{w`>8hV#u(c@+5*?Zn!YKU(M5MJ zIX{XxhD`6$Hv3?ptsYDmFvkw`y^&pf#XQ38pQJ2W}~K0ePYE6JUI~69vf9s~eE}NHNAa<3Opy85&(s8d!Fd z&u`vRnqmgWzL>ZWis9a(QuY^!TV~8dacqn`U?#Xp$p8;UJ({hCD+Cj?BG}2tx1yhc zH%2jQw5Zy&aH_`et77(RSh%-%e8~XugagT~9^>C_z_euKx+-iGZM_@aFW#;4wi;5LVb~|D56@dI9VX|!E(ku^Zxn-W8>bWn1Y|1KoAgUI1n_v~FV=1JVNEv{U<5PoKg(q>(j33V{V?dIUJC7JSAdHY=aBZ3f2t^>Xi#IRHEF7oiMR9q-F}xf0U=?U2K>Imj=+cr?qbLQp87lPa`OXabHY7uXcEjt2jDWD%in&Y3Y11%K{v6Fd)lP) zpoxg}AI!Y4I9>uQl4{^rX}E&83G`*dq{zMvS7+Sk89P?s2JLNDf%3&$8reL6TXXF) z%jsDW4p*LaJAg}*jYahZbpE8JADFf_K$xrjwt7LnOWqIrlXY`ie#zMG+JYA>2H|7N zDT8@^2JrPMiJMeQo>EgMj6Cldp0hXKuYI-n>stSF_8pMo)1Ep!K#du>{$l-FKZF6e z0fS4c3VirkQ+-2!$ywh17bge{zLop#sUIx*8+SmPa>Y~m((BzhvxDI%#rMw+@4SJT zC<3ozQ>Qcl(WJS-$EYyl(WZ?tJ1KRHAt`HgTkZ~`w#Sxa3o-`T!ZSUB5$Y{_(c8?c zd|kS5jc=1XajCM;Bd&2|t6!>*-eFqjnU(6deBHPlaOIM>mAc%-YKkkub!_Tww`e~^ z__P(ruR zVYx@A^4CJS7UjO>Z>GbJuEof2zUsNP$pDK8s2n3+3Bv$%m=L2L9b>iQnk?wq zRfIuyL0%NDsV=aG*xn5K*8DE;3SbQpiR9%Sh=Atx+_Gi0r(T^!2%nBa-eLGWs~@Ql z`1Zsl&3$z)bf{^BuW^V{I434IMoHRUTaAk#nFmG7rXG=HVwpPZAk+Pt!l$D;Cqa3= z&G)1WN@A};6BKxRZeZ!5k*Er2oOa>sk{DRxnT{N^m^^o@f`J|VDm?!;S;oPWwQpwp zLh1lggvTH!iEgc5ks8ztzm3D6GVRZX>cCmOZKz(?<<-w-sWC1*3uqq3tBZn zAte|isQnNc5CUsv3uj$)z#e1%@{J6<9Ka|wAqHbGMWTx10HXM;8bx5Lg7+u*~gG}xxl-eRZRjgc*G+r77o9ly-CyS|S+ zsTE%CIaJTO+p+2XY=4c$bj)9BB;>4yn~(ARAB$VL5c`hq&XB<6pu?apjTzH@+PSr} zTbfAMO4EqjboWoZzLoVaPY#L9dkmSXeq(<$!u$<#WCQx2|ID}k=g9FlQ3l5RSL7%- z%}-pZF1EZ3eVY2zfagZV_}$x3ZSOp%r)dofbveG`PR*YyIxZy6iC>)(O{C;qoy{BU zHyr3Ulzo$a_6^dOTamMkR>ohO=SH$!q@)dJoA)W4CvcggUnCMg=8dj)-cD^{MjZZR zJs4i9-y98E>J_>)e6P~C`ooQa7a1myqMPL(a*x>7H$Ro1J7`TE?Nkf$bz2;2kQr?Z z&|g}#9#U8`8wiEmGOK>`y}bBCX!YBIjl&=xR|}t_4~J2)Z)MlhDt1=*?psvWugsa$ z&lXRnPHxou&6iXu76iUpteJ4LUPXI_S#Eq@^4YIg5KhCY`Oo(MEIGoCH+4UK=i{$3s9*9w#V|| ziCbY5sNo1I69j5sLns+~l)SY!nHr0*wW5o-pC~Xk4d1N8pOv$~;$Sve+K2 z;|fj1igiX)IgXGEk7s~JSeCIU+JOcUQpK7Y#jW&(++%Nnoymv==1o%Ym^5fqE*zuV z(-cBN14wP1lIuCfB_-#S(` zes*obvyhJn$HL+|>WH`{&?*=iitKR4Y-3uu)m zn1DZnhoj~%C&|p<15q^?FC0-1;5(*}q5z8IF@+rTJ6p>Kd$&3BVd&EU0~3Q_0Qyzy z$qD~tAS(cun<^g~g?F-((Y%^@-adgw|rF=$6Ond{oEpqphAEX zFARNKa%q{h$iy(qDxI`3r16E(xh#^B{-50>9)od&-g z^Sb@3`P^-gCf{9+^e1~Rto7vZB&IcVH&0JfmVc8bcV$f@hF1r;{f~u{cK~ajf_RVI zqEuFd=E@lc!+!fPei=*_`rW33*iurq*?c)HA{1pz#m1V*1X#?FNyKh|13u0JpS zeo&`zOG0aSB8#`$5*V7l!7l~DeX^-m@E1*)4RhcX3HwL2u4`yZR@hV)uVU_A;Wghh znT4<)+nn!$4bSX~{8Fwu z1Y54CyAX6%ros%rx(u!j&X@2TpKqA*e@1bh%6*26SM?Y5vt$<6?ODt18_{3(Ip4+HT{)8^u1sz?DPVs51+a>7h5c*;IkfG| zUR}aIkda0+TzEDU-%Z=w6bTKLLx+BCrWDbc?ji!iVgaFtGw^M^&l3=q6%au)ha6qP4!iW36znT%HN2kCNq z&BVv4fm$U6aLv@Ft!aB80&QL|;SuhaJtGp}y70E8Sw9X{0yxZE0JGXcm8_M7x&Vty z-b(x<5PXsd6^AA%q_&#XgIYiUX4PJKjsBubGs!643-G?%kbeo}p!V*?nMS{gH}}%y zs9nz`pJ`01_~<_c2gueLA}TeKkj<<;n?7RHq%X!^P5_SKKWe~7YOD5!hq|;ueG$|Q zuq19L3V^@r4vQ87;X@53fHrmkbj`_3Pm`USrC1rr4>UbHl0LsQeAS#&SD*)51R}^9jGxRyQM+ceamgk)){!tG z^GzV2H3U#C09sM#Q2p9Jdv!dI0Zk!lxK@#hBc+14yAP-NpG^w}7RLA{JqHn~E}+0( z@F;fKL{l|cUE$(O$<7~FA+Gnn{|Iz!v$?0b*-a~I&{8GJY+0pmm zO4yXMwfK2={Y<}mpR@M`MpdzbkH&tDGrP15fLbd_$#VdNCZPcthSPA2Ct{}h+@wA{ z#;i2l3AVacWLvM)^ibc`*PM8{uQ-ND^afEVs#8OU@@VInnq}U!ft<}pf zmv5=rp^igq3+g+rgPCBTCr05~xZ#o0F!U0TgNfJPsW0YN*p3D&CeI_uRh6=ljQdtmD{=x#nEg%q(WsTodP9YAz7)&UwEeC`A^HDo***t7 z+_l-O3Yq~7PS*dPswBhx|1mhPw*+kbd#cj$wTnK+u4a;fQ83Hf#Mhg2a%NJ2C3JEu zEmql&p0x!(r$XMp0G;4FClPPmEzKTDxP>l4bdzr23Gkxdprisn%BDS-}2Mt|*{TZG6BX~)vlU7Ly)#e3;cr1OWNgFMQk04(b z!(=6R>5X02s7)fKn=_q2Zt%~Af>Cf1rHWQ8_UQo^H@GHbp`I?szhV@8Dwyf&{TPY{ z2&eCYYXKovo`0CV)Ly1hS5;>Z>c)>V?8wHj9hlHxRO6&va`MQqXG+usrNe;mmuPIz7w>&yzYA8jKSgEQl?p-|MBC(Y_>e0 zr#|>d9-~RU**wRO6-X=ejv!=vA;Ex;n^2zUu`yd}f@v%_*kk|AcUi`X@3_aPY9u8o zN0$0Y+F%aS;_y*RgV0p)Yar*ZL$tusjFWxa3k?C`Z@P^uxd^pV`(LU)2CF(3Go5^( zi!V!KlP_bP_^bJ`YFP-2Gx|<9K|Ab27qO*L%+@AuA&XIu247jk$Ayd2M{gMjE#G2z z_*sOh_qkVc_7*OvVX1eR^KrHJE!0w~)E7z>>e0tqnz-!xKJCbV%RQZl$+tSVktEZ_ z)r#j=J?WH`Fumj6JNrs@9=@=f5LrA`I|Vv~fwKF~Sn+#{k5IA71JpWy zydNde^kfd?7BwloGktv2`hh0?6bFLuvQwI6$GE^amOqf3cOQ88>F)H?MH&d^srSFO zTx8F2i_;dNv1HNX>K6DoYNo3H`Z{0~E?ETC1fbUk`_(CjP~?p|Dc1aJ66* za3E9SuzL3o%N6I!z1!R(6z9^vDT>^0iqeYq$oL*pSrU%r5=oA0aHf~2 zKs<52KK=M(h?nImrZWZ&#E@2obA@NjUNE^P)k>rVyB|GvJC^c(ov!_t%|^(eea{P? zD5DdA;*+FgAF{miL5nR}*S^d$4KiDL%82)UB~^sc#5L3=fB9)w)QZFXAX_py!9YTR zfDb9HLhNt-EUJAM{RzaU9`5`=qBh2eI(X1u%v4=~2Y28MOS~ZFt!tl_wxjG8{O~%Z z+ns&+VWA;bl^rRJyLZ(sj-w>3XwP%Er18VwD?`lN;kW#fpx2O(|(1KLVbUkpfr%5*y)`em=wpce( zdx}J%sCQ*hf(OF|Lxu%nE3{gEX!ROf8#D8GdsfYK_=~g{_Usb%??1Jb5yP;*9aIu$ zDB$}_9U_>&{F1RckfQoS!Av)bNDnUc>WegerQKw&iFE%rZHtucc8^y7Qnh2>s0q)j zj%1tZ(4Oh%NncfIY-4ZiH~^3RQAs@MWQfEEm8jeD)LSeB;|bq@@8vJj@!2zs+tbI+ zK)gI7w>;l7o!qHAb+SNj|A&=*}ASr$3?0P6_#UUFt z0m6w(Wg=~)6OaVAq*cE<2dTYn@BRBa?RRy$OH#V-^y%S{mb_=JiKqAoRoq^7uv`rj z0jo{)j{7V9u)BpN7)LLV#KmMsZc-XASDlhK*#opLWy|xwl0BnkT*L3BExpmXos-XW zAa{ZV|a?wIa6?VG5tGDcoGEqLDqvd2e;BRBYusNVE{-GQ7bUPz32tasW6if6-U zj~pi9@6SGLdQHY&%&R zSayv4VD>mP3+RF3MC~4x-=j)CDA{wQFCuv-1f6<0?*@tVrSCq_{c-QoPxRc$)`q4r z;=)Z3<6!pD(kNvgo-Gk@CXjdBk8^?CeG*kWzSVucu>&lv4h}owon;~K2sY2e=@W(R zCF<=}-N(I6iwEZ()IY@c87{HvPHa3QuD}Q2Tn>HROC+q5p!yh4k3nM;{V8qy9)10L zP#@&{LGD3W{>o~NPgR+(iyc~152N>ojZ-J<#jF{y4OhF(!JA8Bygi#!9azpT6H|0J$)1S0nMtSSi7=v{SF6o^<>;~b$;*JWiZo8zh}VJck9cTq62=g&FbD3 zWizXK7tEHqXz{jpbe5Z_;auB`bJSd5@&%&#raM5ZMYtvfX3M){!cDVeEY`B+=~s8k zGkrou4TZVB6JOxEOuTm)mwV!n_M^y^w)*Pj%Kzp+Wxb>-)}bl}Y48lhIMJqFflY#G z_60yKv7R4HPOy%5$H69NyH=b1-GYfb#sozxw%$J1_CVI7)lR_=RmGuYf(cb6Vyl{7 zVOgg7+mIsGInRC8Q1-fwrC42+Rbu3eLwCytkz}G}sD_i|vM2hGAK2`)j4P2Xa>)y-iNC$Fc88 z#ZsFp%3Mz1^UVt4a_5&yr7nRDIEQ=#(-Jl)|I;7MR}R1qQiyUMKX8J`XN0NvJpFoA z`!Qlwn@;e?R3x}Lr04HdZQHkqlikg*Z>2v+904)?B%JaMz~2jU;WICIq>|i|LHI@% zGa}R2Fo154F_p9Js>CG27wHb!r#I+Yb5vzkiQ40ZL9=u1&4ye9KKd5=K8)%rFZMF< z#74kDVkf&qrvvXjzxaPR1c$6INYbAwW5}%g2kf6U>`e6CVM(!1D!n>zYl7*F=6SQ9 z4tygRJ&kaeAAw)}#VhqyTy3Wmw7Hk~GJ?sYKYdQH;$lB6S4R;3)CTsKyYwUrj?>ye zne!0s^d-Ghm*Pc%m8ibv@yN2qPF*_Y)C8%(O9`xw>X3L<{AjTmaX9K`|0xFkW8 z?M*GW=c7OoApg!?vvbXJVaw(DW$^_JTVnCxt6<;|>(N453n=eCCUCs~E+MznbL`W5 z`$1habfCm@efyvpTF|?5f_)hX4Ff3roNFK5&HvnPzY~&vALMubVxI}ZB}g(J?boAP{eZVmPpXvO4O6@!exsJttt#rtBb%KKW+N#vCcBhdk05V#EeH&NEYah5lM zG&^QN!WcBdk;E+UcQ|oSOwqevDjFA*_n-b!Vbh=Sne-RVV=Mz|`735ejY_tW{8tp5 z7f=!KOU1T8+~&Xattsyt+&m?R%fNAiOLJfrywRR46!#fPuZ_4N{YW(OM%oq&vE{8LNgy7IpHZxXct5=Hwb{FqAi>|dGZ zd=_zUMg0@_E^B^6k#Jl+^=}dll!Q?H20m}gd@B8$MA3p`uzm*zDva@O;8j4qA^uIO zRzWc~zbUGD(B0Yl7!z&ynq>MEXu@QMq=cLLp_k&+gGnOI*g=WQx3MU*z?ks@?RQMn zmuKKqK`}c#T}XUfZ6wkY(qP<RhDmYQyN6lKe7!+XHs7xVolMHaM*DH>eTc<^Wrrk z@SBWy3}!$L{#Z2(cq!w5sv7PEl#%~W%XrzG0mZ1h$exmXvQREnji}((d`o4xd0^qy3>WkPGDIOexaaw<_ zIz$qpME<9$K|oU*{^K_SRPMPy&d5IhL__;W!z8*>D?4C8?CoYLU}>t5AClE5mE4wyiv9l2#I@E7 zPo8LJleeYtsP<>sHlX47)Db4oESI=Qjl1`F#T88kSjnpoG^~$Aw^=~7F$k%$4Xr9^ z5f*5zQ(qQMS@zoLr;_z1ty_xza6Ddp{8O>C0y;xWo^7zB6lB>xZ-rWQsK-sW6rhRwOJ&xF${3A4Rk5#@DS*P&*=)pog0MA zG`Es1Jm%ZG9a!zhCK5_O-O5*(xgg|hi()v_#%`_eH$BlxC2vOxcSYjWX+zR!!G_re zCvbJL3bf>@FYr<>JMp-pFu4-S)d#$)k071{-6g)$p?uj;f zvZXtfyUfzA*wfXaej5{DoNznBy6ON-YePI2&UWq1Wwa4j0t{D7?wM9voes*Ph1*32 zzT>vx_*7jnOk7DV>Vq8WcP>7(HWL2nKcH_OCK=~G*x-J}gs0n3 zwF7BtbUo6U1dH#syL&wDyp%hHpQe7_(cO)>@_14((#n5&wTre@MA-wK@0%{$N`~#& zZb8&wBo`KE5OGZr!WFBgEI50|<$Eidxce`PAb62D~m#WXZ;Pz(=^An;{<2C+a|)+$#`O`{u{$P$I*6S^Gr_+NAdbyHlj&a z+4e6@CTKi(SUsvOSErh`)uGQ)J^NPu(=mi?i&6gc=juv$S3GYT(+4;q?-OE-f_`yx zkSH4a?9CYE-v@jCJw`zsAMa>pbv;tiMZR@`4vbVrN92@VJt0G1NEo}@A{~x(SIxvX z1YaSXiygmJ&7z?li#gQ3Bv(r|kF83zhFR#Uxwyl#yM2rrOCPzSeNL1;?(> z)5gl|L8;U21J9k58vK}hPgXe|pnbJ-!~~A<+U~4)Ffgi_(wpGm!1`gv+$=-An^>+w ztKhGXLCF&VQU)yw3e~lQm{kiwd9~U<_{jKzHJ?PE2U{a4@>XpG>N~?|oWjk09K5$eB zVcn~>ZsaoVjG!rl9mP@^Hg=1A7isZ~)yY*`V@S%8Jfsv=fSdm9%-}`;(36Kek{rVp zhv*FoGC!%7vF;f*c8c_!`?&eJ#keJ%5;$~GYUn+G|m&l`;zhg>?si5m#74MAv9tG z;i-C7u_|Zezs^61PSux6nA10w?lp+7wI4=3uix8MoY|R&?qFD7!X;43>rpYp21H-a z|BxFka4wQg{yE2;-o$=;C;+yDp4F&%-20aZ4vv@U7OH?>99*p?{``QcyvLS<-c?jX zdiuK~>gU!WG4= z)@ve+T@WD?&XcL~**9Pe65ecIcAmd9d+)6@nz4p{wJP8%;5HPK;WmrCr$AnyL&~o8 zf|PDF!2gc74^6V){qNadX+|RazF?8k|5ftoCELR<#8*3Mgxr1xdjSrhRnWW#49C|4 zO`CLpr3)uZ(?=|Sfu>0Dlg9=0`P*+iLa$hRRhbwmvfV3Glk)jwBh0O^J*z3GsNkor z7;tvS-R!bW_X)fAPog%-NgW#_sgceS61JaNH$K)a(5=i;{wP~*6vOsWi%@(x0b6Mt zZ$AL18dZHy#?xwfY*l=t#_q_s(Mmkk(_r^xFSjhsg>RoQYmq&&9!d~mPo|lK1@}zB za#<@V?%cQTu6u;{rg5}>a>iPS+s2w3qo;QTy-bZ5Ek=FLNXKGMFZ2y(*oxu-$pN23 zf?Hiw#AZqT_`X=Ti^iOd+r<8pZWm25mzoPfT+>gXma_OSKeyUj+HB-TRc0b5(rPY9M^y6)#981A3Wg$O%<26XjzVgvU zOHbM>?B~ z6aqCTT0e>-(&`v+z`|63WD?tuy*TMRHyBJyy3B`k>#>a4EMlK&Vdaxbv$CzVl*$dj}OuZ)-`pQX{(y|}{Rfl|7q)l29+ z;CP<^VTHclC!dtjVX}$lhj`oj$j4T7VYARiusx9LAEK(2>>qS+OxPYeI27@U23!bc z;tgUQB6}r@$LSsGXx`^iMshq16*o%q8_*#xs50rB?;3KAsybI0F{&-lPk8D>b)w}|Eh(E<8yCnqB`=elk1u|(xgPFPuaPL$5x;~h$3}Y zSb*op-s2oYz=iJ%*x(bv}WInhCcHWaGIrBJ2xj5>n%as7M7p}_FR`p9Zx9l zU6cr{nR{;6^gkhd0ma*;Jv^%4DeTuy5@EW1C8dm?^hC;so#(4Kub;$&${LM)qA_Y! zEX^N7D~kGcT5NxX9v!iLVWq!~x}9f%VoohB;kBHX^lVhVAi8`p66eY8Efpm8^!({i z?J&4XD89@8HwonkRlI?LemkcJBBW`bdYAeN1%6uN7BqZXuEIpqfW(1 z(%HD=_9=HhybOw$wu}@~tZ613F(}8QC~V5Kl{q`&h0F`Rvz3ME{^1xfL4>G2@vkYk zht1`tV3k*ne8kLfLwh0@B%yYh>z z)?NF|?mM(peq9zU^6j|>_@S5HM*zaeyD|{~cC-6(2!LCunj^pWZROGAqZWuU+EXW& zvZtvc8yzD%crN-N!rFu3z!dM+&a1`@9G-g2K2OP`n6nsjVc4WsViP5&&c<@K?8K;B z<)(dpWCtG76#h%`59Huw8PjUIPb(DOCaNy)e|iMSAIPW&rR!1E2UScXSv>pr1zcN= zaxhKMQ}rg1W3D;BQ-9?yr{Vg9Tl2|w^9g>?o>VU^QZMeWWaO-NY4`r7ZczUj);ZE& zbEQK*0&`+J%do>Z-&UFlVpiL z-*l1RXi1PLS9zhJ+%6X2t-Z1V@#uAk0 zm6@w$kGvip4Yu#-T!>5LkvtD77pr*;nZ(eZrbjY+a#ufItCZ(MG z$S7Y+Th=*fb-P4!GX{rF`znB9OLQNu>m?(eIL&=>7?mz(VbN4E?rc;fdZ?7FZ(3Fs z#vciXh4oHIz zi2DK3-~rjFH`}B)W*%@0LtPf(C)Kl@avIs0(`3nzjP)0j$gid zzo8!s-#uky8gj^MfP_$aPDkYBIl%fDM}MkScrTcIoM zz5mkt;mgbE6{_TJK9^u@@nW}W545Uw|0`9PB{NAZj-M`R3iBY zpe3pPM@teyv?Q@FH!bPjZ~D%EwXiZwLDTDTO8FO%dwveC^*H%9tED!!`!-IS^ zSw1Fb$83ntD#m%6=c6%tjGxuJvC+w3cGSTSPEHx1ch$nxL$!8lPu|s8x;W8RQbzng(v098qy-#;Md;__ACwJtZu0MN0S( zavE%=0|Z5gxl-?L4KOLm$mc!-#M}hK_Xcsj>}d@&@BwkZw7dyI>_9Lqh!ArbXb=J7 z1iBmsL{QK`g9L$+kzYliun30H0C6cXR|O&o5rgmC8i`r0$fEHO=eChPQ~gL>tV4B1 z4rzJPn}`p=W()v#PUz8q;YY2AMAe%J#kLX1%@fb$6CVFkRS|5)_UnmFY5Cc3l9jb$ ziKw@wq;61-k5+9s+mjd+DU$<7m*^&ot(~*g=-=|xlK&dTqbNN6Lg9Tr&+llg>HNL3 zQGa4$Cw#~AEaB2$B;Q+m${T(fV0Izqaxhl~_ukjd5kLBVDR@Qxc-l;I@pS-~>lHzz zXEw=L)tTtQi*BU|x8!q?GDz_gK9KVm_SJ31%R2{ooGt;Kr`$cl`rcG4Ci)K*1k0oo zM<;3vBSrTh6emqhzMxxH!1?k(tGZsq$LhWApPnLG)sxGcRz>?iwkloQxAq91?TA6r z8@bb9kYi8LCq0^+@!XUv2h8O=iC zlWyge*|OEX)S8vLj3!j`W1TIwb>L?#HeBu_oA>B*(6@YUR8-{#7w%83fhi{Q1m>tVwNWtI&##f(P_eDL;ck;PS~E7ORX2H-UpA>>Z4;{f zGC{)%%>HfCJ$GbtNT!m!^24lokDS|#+T>{+cHZ-YpD5BsYtnG(oipE$a~-4`TLpdJ zHjXQ`-2KX!1U&pUv>h~OBa_W5$7knG1dk`Jq~8X0HS6vf!|^V5^-j95?oChbyWrT;QfX`uB#MtRy4X*R& z@*(CKs#lEIi}XyT!Q7w2hxg8~z2e2>l!k}NNrkji@xJyyL--ixdeAR}@G;Ewz=ST7 zTh;>`Xc~i9hM>)8N8N1L@jC0PA8OG-Wgp_M9}aVxTiz~_aPo5rOUjA1CG@* z5il0IT10d`B>~Wn0e8TYdM0qUd?uxd(DsNf>BdX?RU{=&ZS80 z8tAppBJ|jE<1h4G-yUUredN5A*6+Sh00Mm?{W;B&4)?7Di;u`0I9F_0PG4Brjr*&u zSo1pXoVp!vrx)xhoV_Y~RCL;zLC5hu`r_Lrndd&i+1$&rql;1|JZ}cVCZflC_R%Xv z$5B#(RaTajt5zEAx2t!IC`LY4bMF;3;P zM<~of7w0TnhhJWv%Rt2Nj`Qa$tC%y;mPi~7S|H*@3GcAKJ52~@e19O~#;T;`BCCc` zJ81ujf(=jGOmN_7Mas)NvT9{4rmuyBR_pAN(8)_5xv+OO9hm9V%5>;SXBN)Agg?93 ztzQp*nUEJYmF_%U^w(-#R+dbfnCIrl*r5It0kJ8;dI$I1t*uwnCXwl{w!l;sHuI8O zi}0z_@sY;k&q`C1*<1MyT}XLTR#)Ou7YjD)L&rx2SP6>FoYUNehR@RM^(0WvUo5&EMfwswQ>YoFc-WYW!q9Z5t_1K_rQOkL- zaV+cJL-{@PbIeO3P@s6H?gB?iR8x!YGOsI}PEZpVg}H8u^F5n;7%=zo8E-IXZR6+0 zPl`3*`bqIKc`bPjN%WIV4sc}vS2l2E0ava~?#?IR`n>a*TPT+Ey(P?v243hBQ}?cN zEz1QXZicP=8BGJzCn$9W+u2$J5(Dgx)u7A{7ITe~X_%NhNCI;4RP%5U16h_De=0Ky z7ezMkI*cMqO$3C+h?MuE2S~gQ7ky%a0sxg!sBt26fJ!f(Pf!(vN<$=uC`>>l9!4A` z3GhUc&)qDuC;lWf6gM-3hVYXfz{@vi zf-IZ%!Zd>Aj8;QZ>u7+W#-#zl4K?7gFN4mOxguWp$qaQwJ%Etd9IY#R&jf_BUbxt@ux|8i4*yA=Lo%KMScsp===R z=%+n`*rUOW*tBA5`%bU}pL@Ir69ARg^96J=|11QeMQ~AlcopOH)`1 zcGPK;*CJQb%Y>9^krlPAK919cM$wN}Fxm@ikk086MdNOhjp>KlT?JnbP-}119VlMx zuGnR_xYv0Eyvn}f=)xt=bAMbMKHnjeTIYS)YoiL)T#s=*xJbY3OBb}9U#TNZZd??~ z#l4vQCaL;Wa=dDJLze1ri*w8LO46bDA|F?0ERuEF&JNBScD&OzmQVFoc&h(G4}Qy}KWdsguY3*2RgZx2NkFx4ujdIw#ub9EA6tmu2DD$x;>D zmDjaYddxAlXt8hFyOG);b{syk5F=@Z{ssV=IuDy;BmC~}WzI5<|-vqAeG ze=b3)3-ifEM1b$j+jak8gGeC835tw2HVDmc#tHvzhuGiPAusYN+W|YI1$VGZ@N<^b zcd4ftcQZ`yhb865`Yd00@NsV9kddiYl|*#vC3ko?Css@Zji$=+Ku2D(J6N)W@^rpb zbl9ZGf<}ue(mh+3`z-kEYvCDn;|*SHz_@+TDa<5^H0#1jKqM$CwCe-=~>5x$^ifMEd|Xm*+1BmfO3pJX8ZPbtd5 zK_ar$cc(t#h;6Fu7b8?g%Rp#>C-l};V$6X9D*Vwj^8JHEWpOQj1)^NzL^935L^vd- zCAidk%!2<895D-iyNNkq7R>n-5L;K-|B{3DibwrZyO8Tl7PR_TKwuwXhWslXCJ|Xh z(_euow>Xi1E7(@qzj?-WC<|eF{7c*SENI+KU@8k*{wr|uP6h&4HS&XcfQMkc6_uE0 zzLmDnE=8qW;kBX(jfG!<1{gB!1aVBpEbD~}-V04r;-(^GC79z_k_Kd#~Z>ZSw z{Zl-%&pa7w8o_mkG0^}pQEqhaGrK+fC)yLp<EKbPGnsto}y#s;F#Q)IT$> z3se)@-zXosZCs2NRd8oxm8e!L-LN6b;d(YTR_G{za~F z^+Or-i2k<&(f=|Ev=PZ9E&_X3IXhWM1X}N|n%emivzK%b^Ht+E0@cqvD6%+=+=I-J z1`Q)|0sj@Hejs9hDP^wu0>UV2zcGqVl4KA@Q47K-3P%`4ev7k-!N4Qhs> zKhCrbkm!Sod+9%v?{lqr6wJ6sJeMZ8Enu*oW7fsk4u-CbzcHHoReV6IWE( zd=^z#b6eZu75uYd4ZSGVE=`>ZF1yQtM6caf%Pqv!^;RLd$ZG73bDDYMail z)4Ad8UcMR5hAxHbCLaCHeVjDhx!QTQk=4FL)^k)Aom;%q4&IHTMWVU0R<`LGny)9s zlUQfoO}}eMou6yNId^01DNoOvovKml;T{)rfF~xOwN-Cn@!Ku#*eya6D0NSIINZYe zwZ`TS45~PUU}2Hkn-?y9({FrJi6?&lbCpYc!qL)16#z_eW?wHH)Ll=XAe@P#sV?4_ zF8{p;@Ncu_Z?=*V%B{M;CpI-riA;d~Rm&?+gEM&f^qAFGXh|Z(9*I4_Kjmp*`IU|* z`1!*OS}w3c$fVP3*AzMhL&jIvH`A^!!eL)tDkb)cKf#p0NK#%=>cb7uRs$kxI)JhJJn%kAZO zm*#`$LfA@=a=2U{he@w#pCo5&amLH9DvMiX`#Tb)?GM>c$rlY0xK6pDI(jN53>1vy z^y|6cYD*`Za(H2Th-Ex;q~FTGTl{EQ8$31`%Y)Rfn1i*ZG4*7p+2P(HH~HtFHGGkD z*@LyJ@`y`Zj_TkV&SWRF*%!-)Xq&0enle;`B+^^M(uWLcLyiZTiu*I=Oi@JTf)=x* zej3!Kb*$+Yi-&nXp)U`c3rGsvWwE%cmbK*ja#ouilM zNXe`}@|$vd4^bPWcZLZBqF*?e(XwS!II@aLTe&BT`KvJvQ3^$|XCX~N&vF6?-uzIs zrD;f6ka{^LNSLzL;gVWC!!rK!)56!X^Bv>4nMD_yonjs6hmZTI!XqJG6OPNc^@SV` z1;UPvv!D^!8t?QpaK!xOhQ->biEQZHL#r3d3A^8|se5e%j#g>q?(~nyEy}+?wTsXs zzaUTMJ#@4QVWB?g?B+s zC|9@0R{V?sGT|pgBYmEC-AJ$3$u$CR8tH$plUwP#0t*m`wFiCdTY3LQC?u&+jen^^ z`4vwrF6PBZe*Wj@DW3`J_dp#eJPQHH=%(>V36osYfqS*iF7aF1*l=}h9=!<-&H*X0 zI3l^9{&)=S{~{D(uzvH;{+m!Jv!8(*IfB9ZJrCB%t&{nog(a5-ezbZ8Z&G_bY$Gie zp7-qN@`Whvx<4pWBXfi%4>l=&?E3WU7!7Wkc%6eWJR8eIN9?La57rY<*2?`;@NGiH zNQPwpWI&MRg||}|`<0TW=v!8gvlj)Mdr(mD*#ZCPtIDgM6b6gv*d z?aJ+O3uyK9DEGA=_hf+?8pzq? z|HCD804RXh^g~DnR1OiNiOZmQjc{f@Ek)>11Bg*{fDVt23@C!aXtSgob3@)sb7B^x zxFPwy2Doy8zes*!JIec>H@rT81LJ%X0632hH~d6hAhQ}bQCI-~??yW=r7Zdl4k%0C z4L{L)HUqkG6LrmtyHOD-2~oTWAgFOSI1Zt>da_@+y{3o#!r81V$DsdB+j|1a{G62X zixvovk%Y+ohFix0F!v~b!=Ve6gs}bwUWdz2_Zx8$kRkHlXi)%|c>l`Ie^M74SCscP zenaRR$S@-Njh0$T$i{CHwGoJ`C-@DV4M_Ai)I}Y8<{F~k!2bufpm%2mRQPwP0!6*| zPc?Z|vW{VtdK8kIdhfJ}5Ei|>tq;o?$W_W>|28+JVI<)r+fZ~9^(9JHExic2zZrmZ z7!w`%!esiSXo&FwA*EiZaz(Q`v=7$<>A{J@E_-47WN_F%p;Xc_TSnxmE6bC*Sc7I$(C7_JJr}WSMj~?wAP}x6M4bau5{!}#_ zL7w~LH`2JJyzl&{87XQ?jj;@vX#r?w1eVJx*mlIiuGsVuBiK=e`Sk3KsY660|n&~Gx zvdESmI`5K6yHeJ}3@c;4+4P`(R z{!ibKJ@e`4|KS_jDWW?5xJzu01uz(8iX&vW+FoxiaE0#*IPam}vDU*=G6X23od^mk zMz#Ofg9aU`uUOjz=i;vCw;R0_FOOCTJl`^bIx#l3Ae0_>gF8R23hH4v^CwLY5@+#;Y^ULQ&dh!|EPeyAD(4b9=(ICfqR1Am$_Z`U}tj)A9U4 zT|A|^*m$v>_+J}@*@_L>qb%^ct&^3tc1i1Hetyx^U}>w4NkL`nM9Hqj*e36|{d$j3W$T;=TS?YW{-dtQ6-uk1 z3H|Zs&!{vdg^3!B8zu-&<}|ozCTnJ3Gj7fero!P{c8wdXO~!184seV1<1MXN*f{Ta zxtB|Xao-8AMMgnI!B)L+=U8t_o$jmEk#)P-d5RFou||{J5lBvD?chkS^5MMpwDGV@*4Lxu8LccqBb$kq(W#{AC)Q(I^ZjGJ zgFRbEDK%SWeHMT1Xc#&;1XIDshxqtgkB^I9ix$EPt#V;I!y`lW6Ip_tmq**9r^^-F z=M9b8RW8A7$3bi}PUIiN$CsMeFHSUu4maf-dK)AyOU4~MvMU z4(PqP`4Qehn>jv(WYQE*2ak8Zs0p=ZyHuJ4-%46%Og>6k6y$|GF- zxp^rkr}P#Qr?sdoAxoIaA>*f@i*gUYhIxu_;?jhim+#9wY;rolh2XiZS85Z5jYH;h z7G{bki8ZcAj*#8ZpmzaM!og$Fn$i#$s;{*N!vC zy`^=Bk%m9pmDwlR2ioV9eoo1@ROwUgQ`skI?(zJ=`(5=%=Lf8~@rR@jNm)o)#WU&^ z-5Tse_R-%a+kf4cep@$0beLgyH-a$Y6>t@Fs2b*$3=064>&K369-YEH`v^7D`lrju zJdH1wKadxVxPIu!8uj9l@O6yy|G`D7v5^t=S3M6NYzi9RyWA{)P=+>%dpYkfs#OZ*;$%HK(FRsW{|( zW=5@4DPDPc>wtTssA%_A4#a07{0&;EHu3lE)F<0T3q!c}c+fcQH?%lK}e7ptASzHdD$l`C6c z@m*rSbr7xbe{0|5Tf_t1=7{x5=$cK6y&wtpobX<|Bs9IG1m;Xc?_3F=tK5^@ZOTE} zZP*RuI**Fllk7hJBqrwNSBlvh7a_?WiSyp$o0K)?nW$jR*MTdZ^LI>eUi@)hXHv@X z$zzm(OMQGMJ>xE%xmY2ALYtv6uFL+Y#n$fQ3{@dk0T(CbF=a-We89|b7vv$-h+skr z%J@;4-nlKdfx@j>@Oveg+Z1&761Pv6NuuyxU$wEkK4PMPuM+mJS0SkY+x)(A`Iv|cj z<0H;`6#I#$fDf%S4fi`I$b`_2Jx`Lo(V|Nfb6Z-G5;(jKPIAtC?qSx5J;k@*WfC}4df(}YR*!lm zVj zqFR=<$wiEu`DLKz>o<$Zb^D1$g~q{0ON5? z;4gYKHl@Brf+HGi^eyF$G;x~7qL8NkNO0Zcn@ju)+B<<1U_Cg)z>0x4t$$ZyBSs*3 zBTdXV=K>C@deQ<;?9v~Y=F-QRWHYRFbM62!aiwQzH&`d)S`RFjT)(^)l1vBeQ5Se% z8{Hyds8g_#5a zo}7w1iD}~XXo8~EdAeOTb$#NbF@(QCgLa!+Da^po^8=-ryZCbJQ{X^jp`Yl>IpAyG zO4a!%q|4-6oUpFD5W%O({Ra+YE1#YlTD4LaDs}D4B+2Gq)W2Hstvo140$&*>z7?f@ zR5z}n_z=Guo6~+}t-;w3ZP(yd(ljY)VNG@CaZHel8ygQ7z zD5zxD9r8UPq#oGaG2R+<%zIcLe@D%z_jp%^(`RIIQrr(Qa&=0ZuqLv-Iqm1R?J^$pDztYd@tTMzheZP85(6@2mkl4%lpOT)$7 z-tKWTahHeg%CRl5aBvrfcgma^Jsvsn`oUfOz&Vq{Gy9AfyUY8OQ~Ns2j!&3OX(k`i zr)dWmN}4{^W+taT1=Pe`_xQ1AmB^Z6Z=~C|^lKqDkZ*?N3!9)1Ft2aj#AL-?sB#`C z9Q!ItI8zMU%Q*3?hK?A1-Z~#UJ;Cj1!Ib%cb}xU{`4>FR{fiSr@__{`0RoI2X*AUP zURosW?#`gaLxhPw_R#E?EA6a{*RRHRCx$>K09L|&HhA^R(NhyRl;FeNk}dtwz@iNa zf1^+PUb|D>Z9QIxK<#yPWw37s<@c3c`*x?D2F-rG)8ik3s z2J&vZ!cW5~`lsO}jWV2^P5%t+3MMorov#$#%Uk^|}et*|~f8cDMjg2RB5Z7kC2U{sp)B8X*9>`6} z4a|k!PyO&h-V~pWE!An+&v!UF=v$H<_uj*kquzJ#r0Zm@o8C3c`nT_dXT%1*5rh#Z%U%xcoHTb0ggmw$Ph*ht_31UYud}o9Cd)E> zWV&dulVqx87)8Il`jzp^UT@u4|2I&%oKaE@yds4~D)8*v<v3P@36yAZ+5-G?MLazU>S~Un&QiOn9bLeA%pFQM zsrtBvtvdR#dmvmSh1Hbg{?&QS3itM-Mf`?VN$;vm7ZDTmWrFs-JCRZsn)`QZ{muua z#p$=|aBYuMTpfzK{8t7f&qH5HiaRLWIFDB^5RV(VZYZDGF-`0F;DmD(z*(-xY|HZI z>f&+%0~<&9@_R~Mf5qGvErUq4M6paI!Oq#UT%OIi3blY6)$=ABZrbtI=o`-CJg;IT z5`b$)d+hUuSVuLaOm}54pL~CYZTIve?k+aQ_3H@aMyFDKra&yKOlxcwIZNDt*+)n0 z7lK|M4+_~E6`OOg`t?iwbQ|T<8?>XDp)7I4SZ9i^yPWAG`>SE#T?2sq{UA5W(-+n~ zi<)hsZFV;nRWUB#Xm|;Q=duYaYL3V)683R=vjL~$d6}7Rw+OO)_IP$Th_XM2dq(m# z12m0v`z9ypfV556mLBP2Xh7Rd4CE%4Jd?jUQy#g9nTBa{oHEsY-0uW4ABU87(ARbK zJAr5(Ex~fDogAbl*rwkT&a{5K#7zzOjv-&?Jn|87MehD=F_9QfF>!n?Z=~c0eI=Vs z5rn7E_$27Hpp)`uWb(bhSl;}wLxKhDuQbphGgVkCji0M(fb#bVUT@4@DGYD2u@Y`C zKxpFKg8>>dFXnYLE2A8G<#{FgJ!C`mmKZlpBEY01aEZ5Rgsk*N0R7Zja5Cr zJg|J#_&s@e93UuDbc$*F@gBDJvy`Kj;8{}1dE=M)mTIKDb8wD%e0iA~=uRwVYXFJ27o^5NfMA2T55eLdQ-ft4oyxCH( zR!iR~L%b=-UdSpVKgPdn$t0v;1gjyvNW|!*fcD~q#7!4AvzM>LwW&xxA6I69|tWCpJ1Nqaw{F3KPN-#(K+(xE={<< z3%on0V&P#QkI{W9@py=-#3k!x@FG*&jS#`q`eeb$KF44ws{5e}B#W}z5%qakj2tm! z6Wi=5bCHz^mvhcY=It^5LetVJHSTTRTG-oh!9&)oFEL-W?=}Xja_?dFn+IuZyK>L*T7z+(~qbh$F0A=!Fr_fgeAgXPK*W^+xLCaQ9li1@7h3{XB16j zOt9g)XB}a`{th;bfTZG6o_Fad-*0qR<<6>~Qrn%=m!|Y?%Puvoh}F$gLH~;BFQ+Ak z-;f8XES*W^;@;zqB>F-n*_*C`Ez?PJj>9lQGpg4K@!Gu9W`Ig*1nRAcNvU8*9CAm> z4b&$N_MJX)Qj(1xk1&5sIZ*%TNduLR(^AAk$(o14c^GA9_Y@)yqeb5ObMHUZv|w`Q zPOtU3`rORJP@cjhW#T)LKT@oU|JHrXCelBYC^dJ1%Dvv)m1-whL(5vv^lcu=5@gZ| zVTA2=ecMeCuV~ZKeoF^oZ;AatjB<9nXJI74rEd3H8Qt`~?x7x^J41s4{>hN{+a$qT z=37Fdm)phPU1d_vG9^0GCWIb0Qwm|LqyL|fpgJSu9W9~lt%u0PG9I;rQqlfgLVupU z^!&&DkH4P1L;=J&xZAtgINRHRZQOp|CVq&8MoWbXK8#B{87a{|pA#fjj=$A~aW4}M zAW!DPc9-C#9r?w?I!B+sYg6Zf1dS7ji>u^~1Qhf@O3dw^Jbk!aF?pcbTYR2MDAp1s z<$y!*DruQWkt=5SNLMGl+gBKeTr;L_w_EuETR~XJnT?i=MO5vS*fIGFB- z8;&I#G@ZhHO`~TT&L0M*noPX9%A9V}yB?TociZaQvoF`P`hv%lX;)2c+M+l3ouQg| zwv9}EJ3VmK@Pv45*VvC_wln$!Jpjrw*Li{$5Rv38;@HyfOzHkKflEpmHn?ygF`dqU zx+LuMv1({))#1RyM_N`@b4YrX=|IDWt08hmX*=6<*mqU-z{E$e0XCx|{v&%iTr8nK zZ0KAh^E}RjHUd{T6Zb8Oie%!V%3;EpVW@JLNM;zStRkGLf-0+sWU8Rbox+)&sB))B zW+$r5C7j8HDszcsa-qsO!kIa!a*jx54ytS|oN0|JKc*Yx{>T)X`4wuQz>B=00Wjm! zuvW|=DnMP`cwXWq#_lsV5P`hyK}Z`ZLN`eFt5RwYG*zTL6M6Fkvt#}=YSsG}!=wvp zBJ_*V9<{3Ui_vGLX#J~M#208K;V%{3>^|MUR3wOGCj6=-kwBL6TZNyp+sv;@dcv7{ zzokXleMWyVbd<|K58|xnA`~MnGjwAdvpR`!Hb8AAy9UY!2GL^rD(##G`2*$*vK~Ta zH0(za<06^kcI7QnJYvYhjKou`CBf)*v?Y2*T~L9MXTk1I>@(Z(nJNdtxR@RQP*HUv znQ{J~%~MI)|887a`9S$^8W$JI6#tvX>*L58bh3!Xv`WIMdEF4oFeXAoJG5b5TiNZC zGDChAh=N~twK$qtnzlHS%(oraH#Qk|sU3S-&+GGJuJFFajz^##$B*`$Zzmtx8GDkF zmjbjej~N24kXJ?7NIVTR1L5Ti7Z01Rg_~f3Ckyhmwv&KM@1`||t+z!HJxBer9=Tlv z!upPlXD!zkU1@{|RqroTPe!}i0=Ovb6zSzY?iRdJKD$Y8Gd!X%D14xMTaHAmq*kg~9`_votN{%hN9xNEx&mC`0eL4r=l=yO1ZqF;ij#%ExPW~qo+%_RbSBKoUYY$brwx(TCNbT zcP$P(4Xwqi#QTg96V(#HriwatroKTs)gIO#<5?8pU=SA$%8LkR{TPBX?eSwHHpQf4s;W@$lip`wDxjw_v>ayjAJ~^F{Z7;6Ojsc z$x7LsMR>1V23~CpV9rXqb`A<&?RJ7${0~ZC4oe#AiD$-FtD~7;{U51xQd@pdU*++B zUiH1ei$Uy!T_#Gdh5cDtGfM-(b_?rF4wF!u*+!#Bwt{i;_baz+b2@18-CX z8jL|2R0UH)Mbjt93NlpCRBcp6Zc=|$R7JO&J_abdboam#B_I;CN{6C)7=wC01&I_* zQ7wPFp(u_jPu(qd=!)Ry+zK^43jy+20 zWb+Qmqw3oxHxva4yNHOjATRkfgy#P7oKR7a`0t+MD+&_*&GRjs%sNb$V1*})=8+WY z679s+iI5msfrtdm!JfZ+zKxT){des*(m)%_A(x<%R` z{5Q|5j|Iqg)#RR7aLq(C25uJIU;M5U$V+Zm-$%nT)%)1g#dfAB;4-A?{F;U{*3QXb zJTRkyD4;N{o+V8|?i8M2#Bd=y<1jX4y2U*C;41y%vwrmQ5)03sv829$T=8*Af|Txs z&hUOXXZJ2kM1G*{p=RE!VRZh6AiTEWQT~+R()v;4;2BvSe03jq^j_cL>9plX-Nxmm zmE>|MC7|u3wW(9V1z-Qs$JVJG<=Bdu4kA0u$M##U!`lWGyRGG?74N*?yer7gKQ-BY zXZR`F3E<$kDc9ar>9qOy3|PMV!ky*%D-U30qW?#}vhIYf{KVC2$~)V`#?iNX8!H#1 zU(OlwGUAR$cDp)6@`6U&Y#&r)A6J6}yBZ|f>fj&g5lEbcWh23+&U1q==kYz`GLb21 zU$y8uledpgXUbFct7^L5y!P*Nr37Cy0@BoZ<+4&Ktn~|hFPbFRrU8|{-w?BdD`Pb? z9jPL&sUafT?;$XkxRwmU(MPV-oF=+znZnE1;o+a0fjl>idsofdumC)&DuKH6CK9pT^52w zqHtjzPD*-MDD6#KWhE{2<0|R;H2C?~ZX5!?2HQ8HmZS>p%dw!PX5iEGs&eK2r#+=Gqje0^(nmUrO zNlFp`9F_1a7)^9ENltd?y<-^7>srt;vHRm)hlQ)|MyNR*y_9(s;lvpoT`9x%l8S zAN~ixT8(j0fpVY(i}p4Qx}`S>zRwJWGCxAmC@Aw26per~Yollklvx)=!=cPtC>jlA z)z3YvCny>NO-0G4hC@?P@?vb6L?2~CEvU)9 zG8QCebTVR6cke=1tA9ZQc#E<5jQzqNNQOc+B!1x!tgvOS{1(|K8{Ci4MPlp3phqr- zKv%JU0}y}|4>Er>CP_z@;`R%GAc<@+`xnETo6V>DmlhN%!p5_9Bxnz9@qG;?#hl+- zbQQ~&elbkKp(c=DZ51gi7D@f;7!om|PF^}c6T~Eu8I^u#et|kPW`W-z<)ZaPLJKn~7i= z%%kGw02eVfDZ>mVU9FNBI+Wq-x&dltrbcM?DJib-l*4&=#sF|JpAEAZV?qQRxVIFk37!6&G{=4RZY*MCw(>xFn+2*$>M`hD)JQzvhsl=w{ z6ko?yLXzgP02X&86q5|T$~l`AtUp|&@rezSF31VY*u)7Ou1o7kTQHrGbJV1wE4aF_ zv#CzGdcvrm>bv+TcE!@h=X4&oX@6FLj;HFqrIUw=t*1jH`6qve8DTk*_3X=gI%N-a zzKT&-9E$Zg@Q4*n5JpB_TI>gZg^3-Nm&ANM7Mn#NoP>{RzJ7=<<1R9_E*r9nyW|O} zY1_9Vd>^% z4zjoWTT59T3k~px4`1g*se+p9IBybgcPp`KM^LiABuytZW`2cBdVMi}sXyc7c!9x! z@QNl8`joAn5FGP_{ni72?TGTM3+!>F2k-e6JRiQN)LOP`#9d?!k=irxO*`G1*~+gf zmf>;Qe0|7Mbjb$iDODM3PpdAVp_>89iBt?E8k^XEbC^kX65Z;rh|kWZS*G9rstewo zktdRmRm$ApgxMmHS}KuI;kt(ao5~#P39{`H9h30m3-)Q7l^Lgi$@1&NJn5s$ zqXj*7%~T{%W2cDpg81ZR&3O{Aw*w5r$%-{$=Eg-%dvjJuyrO%-hR(c>@J-sZ^rjzm zC(L8Je;}+li*L2Sb}23><=_p~B*zOY5-+3%J_f}MWgXDUDkGs*{>1${KtDtK1z;KW z1AahucHhkAd^?6_u#_B7@>SKVSoUA^|C@RM4ql=;ftUekj z3S{*$K~Yv#pL-|@VD-^LQEpZrRTPzE^?8b-w^)6YP*jxFM+ZguS$!U&s4T0GF_KQ* zhl(LR`%*Dh+dn;N9SDa&U{k;Jk%`K7~ngEoKqBOn%ME^^|PyUxvu5X!yH<+D4#V>V0Tl{6_ z0dz+Aj~IaN#1!7()UT%MUXdFA8641^Xn(ny`CCF2Is^D6@$u#A>tBp`yus3+ZgCLx zeu#lo?H`UY)lq2=-ry3wLvc(5wgKPZpDsP`hUGS=;`SKIcjp@bh5zZ&>zfPKy(TsO zg!0{ycRb1ebm>c4O)BF^9Y+7Pwyz+oPtl)R)qeTt_`Vb8c!TGnlV(g*1m*gfKj*<_ z0bN87@IDln`>&0Ah_coi{PgtiM&9}rF9>PaD66>trO7Y13uJJs;nXjVqjb(ZFpgt) zQBA;azTG}psW1Jy@ap`f>BaF&jm6Uk>q}fwd2rLibHQQP3ph(-PiNqj?2Ivo%$I8( zVs$Rli$}5I77D3;mu0i3Ax?zt*s}`(nvQloirm5_gWV@p5Ljfvu2;MM1z1Qo^4uy` zi^Y?|Gdfa?Cc5+dD4{smc%i0cOs=xBpdqM2y!Z%bY^M48n&<+LAsA~P3HSIju!xKC zkG;9b^WU@6U-#zzxODLwAYB^+4Fd%}UGWcq^w*)$w4NR9eD|?HnVcOVpp#dh2k&Dk zX$c%r8a%65GWhs>m2Wyj%}8{YhW5I-O)jHHz-YCPh(Nqea=+pJ0ydz{MykKw+L4Rv z9a*^}JNNx)cK*9u1{eJa9It@7$zS5iPD37el-zloZ^c_<;L-T1Af5;Nq{N1UJS)Jh zwaPGd$F=c9H_7Q#)Q5jwnE!sGQW9E@hn}O#=lHz1_!yE!TdSQ??)cA~CL?a4{>wGF_oDLiv8)K##bEceLdmj65M#?0l7vW3ye}fYB ze>2{6f%jIu3roa(hr8YlZ$9v0I18GOI6I-I^-~F$BFN2%rnu>OqY`t3Jkx&C?s5KMt;OAHQ z6RJ5T_V-u$S13|cQ0Zp^+WH%45B|V83bdzKK_*(wVHF}!>Rr$LBCq8MrgPDH;(hxw zUwq5s*KCoNU72)yH!(5s+@IYL0Q80+&p17heXo`9v3DTK*k;oE4!BC-qZXA87o`q! z#48=8l#tA|CrZ6wvWiE#-a0RrzwKLH+*yx_iYtMMWPqBZ9#@U))c*603uznPoXabb)v zWfs}P0O8csZ<_{$pi=Lj@%m2R21MXk#R*E>IDG+Q?BFoaf5bfY2hY?k3zgkmhm-N8 z`bn3$dS(drlAtJIW(?=#7k0VB=p|k}?d63@-tg{KI5J0r z({^%X54JKQJL{1V8bAoba#zm?rzBOP=VGw(Z7RqCADjGqBbvgSd|t=tfrJT}))IaPN=rb-Uh%ZNSk&0WqrT zNE}1H+nUvn6y$IKFQl>u+6X80pQO6|R~^eY7w!J54o2ty+N+BKhKAdKms;xSLF|d` z^?PrFU**VHu;2(qLDWI?{JrM)PNivVS37SiKkB4>pLmZU@!%5TdzBFSrz`7mJWX32^ami>2lgGLmFASbLP3|$zLUm$ zr?rBR?@MIKAiu63Jf*mHgJDFp&D4Zou8tC#Hxkcn7?lY+0b!5zo1ZQ*2;?ghtq;H+ z(zfYFnGw2gz$u9{!?O}w@XC=H+P}0sa03(hlrY~C1K*euijYlg4!GldL&ce}43(-~ ztMSLp#UvdIlCew@2BGKtw8*^hU_nj@+OR|vbqtsonWnw$OO=s+H2qixOOg<@fVPEp z4H3r8s7Rp#2u7x!ze63@RHP_AmQJ&-1riA@Cdxtt<87#5hB;$(3Prw2?4+}tyw~MM zH4$8~3dbQdBM2>_SU^OoGTs%fXYJ;!UE@lS+bo; zA0m^JYotdHBVXI6|5nG+6tR4xvC@$l|5-6QCgO$pMw`SDh#Xfa8vbk!nSUOiKq8OP z<-gT%RYE?kA8eAZ68@F8RV)fb!dc8h#Mny42i-;p_#e|OAIfUV5Y74Q`Pu?yI{WN`#8(hfU-A zt@2%AjRjG@dG{sfTLOyWz?Y)cSPdt)#}@G4R^uc=WJ8@rD(5t!=7Ae63W?2G2pHF3 zbCvUr*%q=3w9Xw2t6gw%nmxNMtcRO;)H{32{Oeiynxg zu>GcEv+lQ0vW-^SEfppbFbgxBGPU)dOfY9ETuTNjIVAvGPt>SfWsaOuv3yGqSk~7;BJ9@fZBcABUB9d)6`!R%S)=G{ z(7Aa%Xrzw}mKOQ?5W$l*v9>$-4p}MV?ZWQE#{ja}VjZ>YFyiTt8 zjNDT5Mp-^MVm~b(1yr;kArfWz;6G8caj^uuIk|Wf|JRtoUy5jGXbfm*_&<-_NqPP@ z>#@G`|2ClhYSyCytLFAjj@G7LNNJ)lR1f}Hbj|tyLlhaeMI*5PtLX9Z|A(j#QWRh6 zr>N`C4vVA4jS2oOO8s9){7;?5hx}EHDCK_;Lv<9N_pf5K#Q%dBs+0fQbhk+NDjlWh zf17*?30U!OCj~<4{NLv}K??nQX(|4#tO3a3{Tq<@NU47l{u?RzA3_`>J(7PLfE6kG z9|5N!d;f2tm;8Hx3jg6Xr~lxvFY@p2KRV>}e{mcE*@ypVM+zzbe-rKf4+1m)miLUD z5`UiMkn;FB0sq9-PesmLSiM+J?gNznfvsY?_*IQj|_gor`{54)|cxP`IG{_U#1{Y`FtiR*ef4~)~^ z?G(=$@0AISaQ39AnQlHpd$T^XHlXOK*7TC;Xhqy;#TqG0Kf89sm~21KsrQSmFZ>u2 z_p9s=haV~DTMzW6lGIZGp3{3(h1Z)QfrS^-{k4J9SKE1=ERz0by`Jl%{Oft_OVetf zwnOi{7_AKa=IAQ8xl>h>Pzw=JhOk$H+`HE1P4E}!^E=mmJfS%TVLQ!Zm~^t4z*XyC zNXmr4y(sy=!5XTW7OL^2oiUZ2nZ)L833In+TW{3|F$ctmAhVfz(RJ<+PI_VC7L&X= z;qaJSxP2m2`Q3nUjwj!QZ?v81oVw?Ps&BzsBAR6ZE8sbCYAX^{+~!-bY&ACcgtl@) z0TFc!#w=81SuilJA!<}qYra(V;RIexkzPbxyZFmH zjKm9C<<4?P^Bz$PoEyzVv@PxkXdWP4s>&J9DLpK0fe@Ks)}#X<6D-Eug1!Og0EQc% zNZ>}G*%hF$DRNl?r-lw+&X7z%fAkr3MT z>&|g4t?sqsr#cx*_ncs0$3xCLatk2+Y4cB-zPD{*$S3|h8Qyh~=I%)!IgxdE*ZT1n zJnAN|#MP$R)=d4Q&S~`aDdNwpwGQo?tCNhs29}N_<|g??ovWzrvvk2?5AD8GH*q;x zoI4d$v9xj8KXSUJDJ?c$72FVv;))Vv)RbrxVlfYB^$R&ASYc02v-h}EP)q2$n;Z6s zCBsDi@}&>{A=MiHi0O$82dk7oTEfn0_fc`Bljmp-xh)JvR*36uP@b}`gLqOe4mQ2N{A>DTV(n^1p}3FlDYxvS;52lx~4=KX5^c)%!woQwM+@Xl#dgYXw+;up$>`7gv$^O|LM-I^{xAxM}hFmRza%%BEN)Wm%)qrB9fstZqD>QYrCZQoP!-0KA(-lHmujT znMy)DF4;(vAoiCH9AXO--~+IcZ|KI{Yah1fXTA?L6uX#cJ59=+Xa6-(2SB90!Z)pl?x|v~Xti1yU)A zpkWD^<>96jp*aD*hdDX!KnH;DJE2eYhg5tscI9GBWB`bo7);Dn0wvJbn*G!%R0*Q2 z1B3)8wnN+?)N0lFR>*1E0TGV3(McF%#+>6!OfxzRRMrrGl~lq6Mg-e1%Hwi5)321| zr+$KyR;HWLAR|@|jBt#;^f0xxI&}NC8y;qizJsmiy>lGY5Om(P`?8@WR9T2wqNWVcrsFaCye%g@Zwux8zy9D&z9X>i%s=Vvg&( ztKRXN2UasNz-{u*tV^63Ak6UnEWvkM`!;vl79vDYl2FW43C(dLR_Q(jf0{0Y(M> z2+yPc?w96kF!mMZFthhfWZdAVhxE?|WUkWxY(W0JoN$lmw*hJY_SnC3m!&Pdu$N8G zR!e+;HO{BaT-WEJ?AoKS3wt@Gsx~mqnl`LG?m`*yf zpK7#m9q(h(beOcZ7>7QscFx+Ue>Ca&F2tovPR%a1+yWYA%wAQxKX!47YZZH-=Xb|> zb(>T3r$e@B})$I6=AWaO=Z@#TNo!?OR%YE-_bt&2* z{kM%xO`|Jm6ZDSz{pAZj>fh<}73j1buinuLw7b0RiA}mbV{C*CdtnoJ;dSoH#C+%8 z=!CB#@2s`*BSO~)T1II*sq{nCgfbgFD6Dtssdt%@+mKeriZiVyh?vBjWUE8NkI`_K zth^fE4kD>L4|DT;;JmyIga>VA7Z?+GT4D_x5AL-KDkKMe|q~PHZJYym+V&I|hr+1Z&l+$@*gk z!bDC4Ogc<6U{2qk%0y#&VfjMjvLU>ce+&&CM+^U`A44#zx4h$@+`+5gtR@k&g0xGK zf0fEedzr?uMa(FSxUfT_u$jl`1=(m_co{NmctWf(kIe{28gWP?E36pT6U+sSDLA=d zU=&hO&BzM@#D7vS>UklZF+VVIZ6c~E;fqLbXL zbx=$qf(TNzZ>G<0CS7RqGhR=~*{El2HFHGwl;WIC4++vzxL=0X& zoHjmBE(LDG_gx~!Os*CY;;?GQm?xB(n%vH&F;9z}y?u)*3DpF@{2voU`$I5I1tpLC&}yV0^=3<~+dXt3{l?@0JJ1xUrdFb_o-Oei(pH z57s|-huWD@rI^KdqgBjJC`N}?D^Mm}S`l^Ma1 z{8s4uq`w(WIW)@m?QV>4pH`1YjI{R9Sr?X1VhhKZ8Fbe)ap){W#tIN}NUL*hHPDH! z4#ohl!Iq1kv#){}Islo>0`s)X#mE~GpZgP>F=Ttq$nAvMPA0eu%DjI7Uo*qyudy^emVy#++Ds5cF}C|EVWg>*qq{NthPpJL3(_gIj- z8F*2jX48I)tx-b=T@lDz8Kc&bT>-<7cgT`m2N0rw#AYEUbA(Br4>2B>a>P)HGR_<&OGX_mi!I zWZTvvP2aUXHtp@5@)>c8nAho>`C;OwO4@ zchm0MG_-dn)=ua=Rw`fP9Dz}FI2~79Cl%HXehy>+T{xW>I603N8S0qgL^aKfp8@n9 z8n_!ncUjyku6WlfM$UvSFO=6r?E^{IcLMS|@DImK)f^@qCuUvhEoFL6;`g8SIlY5f z2E?BlEIZXO_Z&_f26)*{eHJOs53}^=Teo~F*W+U_HeNate^~X6Madx zJTS5d7^^KUAGNe=mR3I5ztHaJUJ<|(+W2MRt0RFL*jr{Yr@(P#*Vg-DvM}*z|DSMZv`t0YO60@GIfthf-T@QFXMSaMM$>64S<_6zKA!ac?wUv|POnZOYEwho zS6{mc3jO8WNG18*$_1UWUaJFkZd+``!iYF z7pb@)Lj!~(o80{REcih=B3zOYp6PS@1;k!~My2?<>lz6-vH1>hI!we?EaEV+m2VmH zz#rI#Sh34}lX#DWtM~(Rp<-l8A{@Z?SuVniacZEQjPHB$B+V~nrqEx?U@vKXKZHt! z(;YZtsI3kDQudx#A*ScY3R66Ls)<%2)SSBfk^gv%zv%^BgUeDnEd!#8xz8UHdG zGs%u(VhTiz%|<)AOeD~xgRVZKk?~*E@U$Tw|Erok|Inp#BIze;P3^iHZOpxMLNO>) zR`>9WGeCFVWwAarU=}Q^))c^EA-g>H1D9YOz~Ur+4iMCAaw=us-#<9Ny$;aaW;_=$ z-Nq2zKRP%USf~2Y6k1idkUdtU=!~a3haa_I>*mZa?O%{E zX~i&UvGHSB85t%hVN3uK>VcRFTd)c{J-$WQAmcg6V9m~*)OPWKPSZI{KN{~%ZefQ3!5o{(bHaNWnP51yY9UUNnT`u(T`80>tk4Q;jA6Rf|-TQmioaY zW|)QT9FA?o--765p#ENrvKNvu^M(>ZP76AIBx)xaX9jcv9S@9RDys4MfiDV9Bs}IF zQM-TeH@O71rqU|1p)}6qvn|Mg)6@D-jm#~#^h0=sV)6!&QJGM~VuIt$$gmO?&AA(? zosjyM*!3@lPk?=&tf@hg0`0VgZBjuw=a?6nnyn z-|_6tLfREPRGj8SaP7;qu*7oHbUq;Mj^|qU_DPXlqXSJ1ZqI?1v*C)LYXJ7Lo>>6) zm0aQTioMxvb)!I@d>r=ymV@cFgu)#w;|bl1XTAfD<=Se2V52H*F)N$S4=M3ofdg}m z6p7jef(GGgFFdr4G*uV<6|(Aiw>kkgd`1o6%|qiiBR&z%g7TYQM$zeCM|S>+I^ zI`syt69LCPh|J?^=^0>`H#TciE`#j~- z61Uzwc*Qui#RpIMaD2(BP~vQdyfd{F{~fw(kfj zNe|tNw;z<*#>XynR2vr6$W?}Tyq~a{hKlCgGL7|nSgPc5cQ4-}XAyh+PEK3F>);_E z`;WNF`UJa~+mg4vXGFgSFK)M$4RMW+U#Quny+LN4nT3{Sf0d&M9wW+eYo<*<2f@+a-t0a}_``hfLUJ zHW^m-Ut4MmzNsCf&C#CZbMSQ;|nIZciYn3XtwK>u+Q3bA8+YPwQZc;v6T zcK*R}H@eI~{r)BPE;oluAOBcoe|yOu27II6|6tATB_)=49?Z@c_gWvrt2#|t4I56-9N!Sl-9RyIX% z{Nm0SKws8?v*eEpA+JGM95zw=;`a=VxB`s*?%TV#Gq;@RuEnQQGqhJULMEeoRmr1v z6AB@X8BDEA z+z0%CZ=lUzHR=d8xdO8Rzu6Ogn8K6r^gxFm13-8?lGh*&u4dF*um z#ASA9E>D-rbIi8?ZpG{A8j}@HPhU4ydCx~T=n8r1LV|^eo!ZU4!su>)xW}y280jbO z%_pgfgYV6PzRe4eg({s@hg>wXH0Sj8vcW*eHk#%rlM!L@Pk(oZS# z@@XEQ4U?$vcHL21QMq+iF|5AnMsrsF!*MeTO}?+#EtPw)$iH{Qs(K(NWofLB_~xR$ z+Da#~B6De{npJ>CexIwl{eV^Nqoxkw;hcRVuG+ydD{N9>-f(;Kq$9j=lLNbz_RMgi zNiO5ndud`*;g01M`}eWpUOcMD2QN1ycXl-x^NmnS(Z*OVTNuJpKv#!ABx z%WppnWFL$SD4+`>AC6t^*tN#*cKe#LnV4hBd ziHX^m65d>l99-n+RVG+3epn~*OU}PLs3h?PXFM3w;~9ZbB9xg=o~81csRu}=7Qo_Q zKO}&6bMf_Wea7_2jt)kSu8#XC#O~JvEW*!lgAPh##1p*7_TyupjvHzof$KcpVX_0L ziPT#N@05`Cl;AKF(@B^2zz0GgiO^50Ei!zq_y^|fmEXNLc{QS1y%>WXdt3eZ?lIVv z;2Bn&m4xsSa;bnZIL+y;z~~10A?{w3Q{_dWAgqq`HVgGmqXQ6~E?D-g#JH|CD3&%7 zC)*6?y*_kFKbQy+#WWdbzS=6G-uC3cjG5XT`>dGEaHqbqD_n~f1|Eohnh3k~49qWP zp68*1#;O0*|-6hB?CWe8MJREK-n-M-x?{Mo?5{x$&9m`^ws-PY(@p)a7 zItuG`FJQF@&x$=SJ`kiHnh(fVKXNr4V-r5Mrg~GOX~*#Hyy7Uf#%Wz>0+zEg?`kyQ zor39W&T-VK&lrId(@vTEf=+_up;1&w?kuf~v1ARoowJ-65+=A~7?HtG)FQMIE%2l% z^Yg>_jyWOqHb`Q`@IbI+VwhU-4Yd*s&kPb0Gj?V;wM_6z#d=*9#kmfK`Y#v;J7o1EaZB)EVBXZxcx=+rd|XM!bI={)4lKqHRSEQAXECbjLUsJ1KGNQJ>>;ks$QbrXf=D(o*t;4lvY3+BndWQ7=u-y-5=VmQN;g22skChb_b!5F+S z7%c)IpfLjqbdrCAify$R$Uq-@A)_(*9S0`z@||hEs4*wgz&h`==(bCjiA`o z82sN}=v33J?~pRLQy@ZD$_?d9xRlN0qFPvQL+)@cD5`g=_qHpowuAWK4*LH*oW`wY z6WZ`g0QLW)?Jc0H+SZ1DX=#w|l9HC%w19xLhyv1^O-gP+x zE!`bbo9_4)oO`_YzURE(IRF0`-&kWX_nPxrvzT+uSiku^VHtryH_tJ}?2#v-fG`!p zoby|$Cu8wF(35tA+^o6&X>n>RB*aSy73UbE5X2x%L?(@u898s0k6{dJHL?9ec zn3-l&lOJWU{Ns6RHTdhqn2(8(k$sVEdZFJ-oV|rT8HN|Y`wN_Q2weT7l@dPIJ;TEf z=Bd36@m((CXzh|kzJecDDjiu=X@LD6Z3Za3@16aMm5NkL+hFh5@AQjT zo7qTc-|zMNpvJISVSZ|}&hYeScF`ftMo#0Qf%&OjqiXid;hFiVga5z4f3wM9>J3JHpaIwD@(ni1~}epx9Z`VETSKkY+lf{>{2PcWXAZIoW9P?8gGu@jC(Lr`g%p7~9hz|_ z18cX{_va)$Ze2x1AL~knUNw=Q}55vi4u+bJpH-U@I1o~<0VGYwxb8_ z)$4*|KFP?dVI82`<%&_F2cVCtTxF%U)B zj*VeBpD7A&3t2Ta&t!mslf)WkNAAqqqj`p6f~%0QZF$KEe+0=fXXRXi2SMY|7G9fb z3A^!YVh^6f78J^0(FLM9eAbxOeh)sj1$hv0j+uB*vzpHxm!0Q^A$;i+CT(Vhkrvfd zRlxbXXvaBeABy!IU&$zjbOsri_OV#y!ia}#Z625S_Wg}ly5PIUVHZ1!QEdiJ90W>e z$mS9cne15>5JnCJvj^sRO#10qk{6z(7oO*YUx;v?jQCJZW4moX8H)s?`2{F#L+s#j z9@LFZ1m}vi66ky|{yJ3e1>x1^btvO>2-Jg%phZG}7zu+OGiJ}5Cx^zSv(Lu*zLo33 z@!4Jffs{UBeOPspl6HRQ#fs+nY=Zbldyk2>HN*!QKUngWudH@BQrhNlfbXmH&aku6 zSHD+&rgK&+W|b7-#QjG}Ciz8En+Dkup8X7xLEq1~9*X+z6kho*Bk8iIsnSoUPU<_Z z5YFa~jg(Z&gqRrBb<$Vc7$xmPH1bs4Cy#s&pjN)G8d#(_E^0Sb)IcvJ_+ny94 z@4&@BRMk8y*wxXV%FGqb^Qtg0(!8B%h~JqL`h(_aK?5Pxy5S4;D*k(e90%Bt%szzO z+ZR2oQFIPNSWD!>;v*YA@#;V7U)VY0LTag(;`#4oQS-ix;fxY}R&P}E?5oSOi)_uQ zuw45_@tLQ#D&UQ$FF)jp-s9q~XrQirHsx8k`SYlxGw1MI4PAD_OiH}C=9(|pkfGHK z_lHjL6~i?zUgF6hy4!Ayqk*Pa|Lcz)f^)1!79{{t#JSN5E$)27&D>b6fl2HMG eR5ryIn5=k7@7(8}HRREi(Q9iHCxrd7hj6;%Zj zBE$C4FY`+Zg)0ZB*DK+cc97af9NyQEP3Rq!H;j?!eD4{9(Z{&bx!=Vp$kn_|b<~74 zpR8PzkhEL*A?x;fBzk*_xdqKcHbmSbPKLsqIcgW(ay zd({*JGXys1w)R)mL(9gKbB->2hx3+E^NMze@i!H1^^|bo(eR3aZ#-MC?oBsg)P=Iv zMZ|ef?Rk)g?QrNyp@S@_V zv;}UzC|x~`8Y$(>BB|Eq&71yA9o(CGmHg){=J&k#bu7&5c@J#DDKef3V zUZ(kmmx;ROWkjLaMVVn~b9lzU?oIQ*c$vvaWgk56ZDLZNTN6$^p-yBXUo(>tUzIGU zGrQd1d&b;v)LIt);iLEw@wHe6LAT_QNxNdFP?eT~ut|P^6~-UzOWC4f*T%Lluq6@s zY35@KC->}a%MyTPiKZJ3l6`4T)d`B^1r9b~2}IXZwz=U!GEd#eD2hXXlM3K+{#VeA z=G!8W2U2C%m*oyi7@m=O4TbpSRw_KX@4~fS0l44=n(AnFN5B zdD_IyR*VMlGWWkHwg_GGGJ0)ymizzYW%_S;847@x!3B63j2m7ijnCRo`i7Sg3LRQe z`OV9G{d~jAWPcWm19FicX#?;ws@J>>{F;|3x(VHC2)f~Ayp7Z#dQ;kRxGXQmfl%LZ z`CSL4JqLz`Efs5xnj2n5LW=Z&6AR#>)U5q}wiSPGd6KsMcu*SfIrEU)bE9Zk6H!(7 z;8@ccOe2GDzO1-#jQ_4M*a%Qse1*$OJO{lQYa;V&j)(-Y~GO zkGzNaYfiTx&X`I}hw+SlnLgz+2iNwQjG9ntQksBLoqWL3&F3K}IC~U5N+6lBjnlAr z`jo)Ogz3_9^&zL&2c&CUg9cw4w>=-pxf)9I&F#f)g6(Iva%0&Cr5RWZ33o%RB}O7Q ziiKpT6m^%p;&RTdL)Nw2A{5oZ)ndP29l84Z3}S`=cr`U`)DXc*LpmZHzc; z2(i?`qZ`O(Pp>)mRE07#5l;JEPp3?FqY2%z1o*U(C#`5~&x+s=CeVN=NKwnd?vCp{ z)b!;EAdbp><;e|xMu!6-9Y~a?=v-U>{g40y3qrp`pzAY0=4i!+J?4KcLf)^viD@ol z;ExRFDPN}u9F2mkBUwwRdg(J67RCk52@?iMPzGmgotfpfnnBrp0A{jqH{J;)Z>>WS z4lg@xZoWKLxWz#VW2GsU8wB-CAd*F| zi8HxH;UGWuZJGKa@PUHz5R4ht2g6Q=d**+Y>?KNdY`3P_43bK0MJb2kMS_CqdB16( z6*dzUD#Wa>?$JX-+yi#H{6qutN~lJ_=%S_+4$UA31nHI%ZtOh&+AAjHaz_I6PLUaQ(H!b@ zQ?8c-hR8fM-h!7MBAT+Tdo)slKN<^46bmNkodfv=@cKoS9gD^9a2e|K&P2=BVHs>o zZ#0D!(=fE5Z?*bKhCG*i&EkQAd(5N(42@wXv&?=4F(;H%2Fec2-oWsQ(D0#zRAZbu ziCS*+6U=eC0^jzVVx6dE+C0zia2-dV8sC()O~mIG1_O-V2QRJ~_||lL+yk@X^X@dO zGjY)@o?j@vF@m-3oAGS`0)pQ_K(DSLAc0qB{mq%6C@X>3|0)smFD2UauJt$T;=SrF zO7jIk83A{?M2 znf+1Y(6G+P@Qbh+`>*3aon-SEd<%6(#*-S>2J;-0Hy=q=u4MaG9Fh-x9#kKhETHjs zTjtC2znt1iE5BNp@2}NNl{{GTvhRfJYl@v2?soEifa_1B6;_R{oKD&w);LT?fG4Bu z_0~%(M_10P31~{(#4FmQ4chXm!xKuv6Pz&lOvw>YQo_tYZ-GE5$~K;Bo-7>LCmhL8 z@>!?mT_AJaW=U=VD2YAL>zuw;c~A%%B_gaCm*GLQJD96biJ=fS-uA>`ql2$FC~Y3q zFC4>%FlWcUd>cJxR#puR;LajZ04WyZZg$HN!DblE`$KxKW>HY}7(0F&ExFBIAj}Gi z7Ym^#oMqf8Dm9fAYKBvE#SPjglSWJgD8p8X-52CzF!4jweFB9*H{_xVfYZA>UxW9(-(SZ3?A7YNCS%_Ed}5t4#^J^_@e)=v{IT zm>NPUS9B~#We>nIEvpoS&q~6d3-L$D?uYkEBr1_CeC=l^&@KL*kPB-^@6sO$N$M%m z2qw1jpSD@$>9ulGQ?@aBJ#2wVexg*0mfoSl8bea?oIJqbiTWH_n%1N2Cmw1HZHM1I zZOe(UHhnya{QO#fQdbt2Wi?~tsfP2tP~#nCnz&VpBl7;H&&MIbY%ie2LF9_S|H|9> z-BD{F7r|)a!^Y~`a7@g$FF@!H6szMRe$kJ@0vVyKF}g}|WgRX-H#iR=2Z}}?cm6fn zucViV0s1(y9`HGvOI)OBM!%V%s@2Q6IJ&*(ee-9!Sgf z@Amk#BfQt&r739AeJ;F`DJD}tlF(`Bi8nbNZWw#7N%q=@52f zxr^_*kwC`&nDkGd!1hX^N~Pg?4hC)(dKN*VddMYf~-SUC15# z9UDG4KRdmX*6D)~JFtR}V&>}@>*L3nJ`6U&7g3U%F~|8>!PlA!^jdR0`eMOqW|;Qe zk-eS*Ap&X;0@eBA$e%4J&gk0KU=*(TJ?TM8C6c|>@GwcrYt093%sOop=alffmVNNj z#6z>&5MU-5-%4Th-cR5`j42Kex2b~UhI}+sNFX-m_}%Y>K=TNGHi2M~__l<4%4W)J zfiTvc@W`J^sEfCONg%3DYv!K`S)w^7b2hq{f3r#8L$&`I%h{MvuI#^j_pHB2Ov%mZ zx#Y6!Nqu%KMhD%EeuRkU$uMSKvuBdi;eK{4{BDptVFJP0)&P49Rq$zx1deNHM9l$f zZ9ErHB&*?_rScE-_RLttbS$HhoV2pI0M>@9M{HvMfT1!2&KtEr^y&I&zdTk#8wtG~ zoYBpcl*D?L!xD-aSsngtr$TWbLK9j-69t(rLSq5+@b(d z&k3C;8IH;e)XGqRw4Fk<5ha32=vqNR7y)l&k#{jw@Mz$*euT`#HY)CUpmt0Cn#Meh zu^o&EnDPQEZ%ASbfReuhZDs6xkcb6rQo@YY=5FhQqA>vIynPR^dkNIkzW$7SFOxik1Jet(n)AN&YPF9W~t7s@sN(V#!F3XD4) z$W%umu_GHbr$O6_mIz+}g<1)OA?LaM0$9({6SiHTKNWs;3@x(N(V=;;S1w#o!t6(Z z>8+WGw(=b@tFt)&h;)Tzx+HIz&guD~NhB_9 z{Wz#_)bZa7IJ-Iv2z_EwZ*#bbm0!Q3GmLbyxJ>dVpz%k3^G!TDA99&VMV_DL`l{V? zpSl9Q8sBKlad-=Jyc`kpx33y!A7#{qjZm-W9pDUdJuZ4sk9z%MyRoRrx2VJamg8VM z-MZsb&7Zw|`VMyfN8_TEjb4ubC42MG6$9BZ`&#rX{NJaY|6`^(H1mI-Y2FY48~@&- zbbaOy#@aUcWM&@DsnB)LjhHh!oRX^aJ@cf_k0%eK!iCI29%z61`2a0iC@Z|^kwDh_ z2IjVaM<$$Yq@2EwL-OUxsao<&dELUPN>7Ku3HL*vE09Z=d)Lk6I6wL6G&Srtj zx>a{!y$j5~EdJrx)NZD6y`{PP#s|8i7%vNVe_@HWI64a%X=!4Mgt{rH>p{&|O}C2x zQ9^wpqhbEqxx-rC=kJVU?*53(P~}~$B&gkb&2V%wD#0bgf0%&9K;H;%fk!TE#Dm9J zviRtc^LLPWxWOEb39_Vww=+EetstaDOCaO4cKmtl-G?V^CnUS1HIhB}^O^=S6~c=) zVj0I}(DnfmSdu|-S|@Rv;QSkzwA(tBm{!Z-^UtB}&m0r6J>8f=IpGB`gWRAYv5abQ zvfTm!L0HY}S$hRL{Nbk%mob)7qG)*x~ zcwbeY7DunmwOCq-bR?mZ(+#7MQm{kK35rc(M>uWNDqe|6 za~-~&N~`6gS(9w0yFE{mYBbNPY#DSE&ksAC{mDFBB7B^Msv|&W7|#-s@ZlyBS|AdB zt@cFWa+3^&9&}`<6*gC*so=yIouP5-{o#_=1siyNSpix3W-J36w+q{e+qfc@oJIKC zMBFfteCA!$Y-7!8P8QOtdNA~)v7W72-AFySxJb!|6c`*ezBD3Qt&HXPK@5lAXFXmk zKus@1*XbD(WSGB$+%kx8xh#ZCt@z{S207ML$OEq`jUiW?8s>KaqU9S#OpM>eqTd?G;2#x7yIjC{Eb0HOsK$uIPPIYMB~shdEjLIRQ(L2rEyfYM!(Uv2gk4%>v0yocXh~!_ERE zhHWn=yDYcJub0?mxj$`hAnIka|Bx!Txly>4Xqjt@IBb_ zH23TWKzk1N5`J>mul#w*VHYZzn)syZXd7vSyiXvV&&M23-s7i0-^h)X4A3n}WD$!e zdEP^nzlkr9IgrCD|m>&`#p>%E(8mTI%mh;>_h<`U=Z41d%w$nY#39wrX!I zEg1Bkm9_;txf!Pi%tIjvduE8}wp(`CS^-z?fi!pVYJ(-bO8Br!!&^WR3wrQx`HP0b zP;6Z%{G{qv64eO>KB-D4cO*`zd$H2Cx>1cgm}p^7rkgsFd+zl>q!LQr+Sa_DNL+T2 zY^4~5C3t>X36gMmxYHxOd&{`ZEM`$p!(7a&_!I7E(~@ELff`ieX#3X0F|+12ncL36 ztf1!x&<>ZKVl2Cqli?rp=a_kyRM=|X8c;<`q)(q1TfK|J;{rzj3G{YdJI4C^`z-6au8&cVBeHn)o}E1g~{Gd$~DzG?YY z`@yA`KVyG*smZXd3)1;LZnLS+POC6#{Du7CrQvTf?0yk;)vyf zYs`1-!^MEH+iUlwJ-UrvcNd}=MEW_S>aiB^HC$s>J-NBJILKs{b{ekFyJ$AuiH=;k zC*AcD?@EglInFHuvy|?hnnYZj(-ZDt*{#HSB+D!*H~bJh$EZD7pWQO{p*h=iCRp^= zYt0jjVp!%d?u4F$I**k#mb&v7?Ru8z@)sy-LQIx%q??4#sgsV?9pm;qjHX2QkRN6n5vJSEdPJ`Pfa#;`vi6Se5$R9Jv))2UnU&wVb}rr{{W~^ zt7BZZy%Csi{jtd5(h_a^QE|Ag3#Ck#R$ctUF*JTBF8N2&^Nz9PP6@q)y@Cc{qd?|p zd4$Zd;e<>fVajEvyNIK9$K7X#>kQm^TqvsOXn#J;Zn!(4nHZiSIwN#8rJ3lvP#`$H zqH!ft)c8xDg->Jebb-*m@ffc{`pzexmdJ_A-aAVDOZ^seiwT!VVW8H=*je}_QyNQ3 zt&YQHnxe6qWp-uGKOS}!=LDu=dQq?1eE#2l9A5};%M35(Jp@#SWM6MeK1#Xynk{gx zhG!P%_f(PSw;Go)$p&3PMB9$7@H^LLA{qK#IW#m<{s(1v)mhLX??#$N?>&jkEPBsHPKg!b ziA%JD@RSpV%7beAu@CI!r6Z6=;)4XfJcRw#c<>pmpViW4Za?)3L&t0izXRrZwMp0!qeU9EeSrv{-heSU}74A zgf%uF%~M|rU*cc#xa}afkvqQCF-U}e6A1^_i;*{Ri*bwiyO<}WC#0Tnb;^G4&hMU} zEfT(wd34EGqqOx_=HVsLNy{Q(oQ&M%ZO_O$g-ec;%*EKZGK!a=lZC}Z+DO|+K7Ecp zmm%^U>>>I69x}fk?k)->``#f6I~`3|ca(e=l> z&#y%r@C?=Jn0B2d1A@weP_Ku-R5QuB{@Km3*} z5`XU_{HLIMZ@M|(pEpNhVeeLcXE4p3!&CZqP_leS&F?4%)9>Q9GbwUVLW2C#zkEst z$6!!%mo$%`1<7~dqKLKL#(=2tD@0Q*>wSjZ;mWV)6MtVv`9?nKF+Ut#doc00_&fOy z)xQxxBVaxI8*dXAjuZU{1Ojp}N)k0KNT?XOb#W_>EwYnE?fzmt6UdyuV4bNbG$b`QK#yW!Sr-zezOJokNV_Z^ZG#-Z`TG zHIIG+>5EB!lj@8!$BE8g^Iqh}(a+-?V2@W4Ozfsr942rm07J=M_1_L3UL>{z!D-p` zW=ZjTid)5Ws+*`2rX7KHTB|@%9L?m$-^`11$Pbrh12vI`eT9Zl#Rwp<$w3Oig51y; zGTvf%){z7O>kQCg?I7WFQN@u#Qc)$b*aZA-OfP7`p^z?U5QawoES_pIaVD#`&1UgpYJdtn=e~Z8} z2!@(t?G(z|Q__qvT)ltUl)i}d*MAP^VKhsZQ2l zDKNY#Aq*t6rV;Xkpk_Qo;sQEuat4el9)!T5&|CQF-JiZ__RpiHQ}LVpr%|7gguP2E z|ED$5F!y*@@tI)Y9zhPV(+F{0%};$8hpzyZSG&JQ!9 zouvmFd_T|Fn+^XR){kr^O~l5nczkn|e2^Gjry$*uCRKk+9@akyaNf^32G{8G? zUYcM>@z$6*NX^Upji_8K?oFYd0XYrHg)VX)adv-*0Jg_J{C~WJ(RO^rz z-{dGoa|&JC zcVc$#FMD9H11gZ}LbdB+Fdb*{9L-)=ImJ|!G)q)B)#@!s8P5A6dx4hlPphdqR$ele z8sND2%t8~Kq7noUTp(DU-mGx){7WGZG%F7h)w)+MbQmi`*VokZxF`0PxlfV~U+s6hM~GV}X%X&++saGps? zTA0vERe(GF95m`xzeQh_TBNl+*XNr!)ipSzcuI3+XKUT*=P0^yaP?S%Lnfk}}D@ zu{KAKWL({(jJJHK93nBJNA}#uz}a>c(R%p$@W_6-rhX&Qc11+gcRb!+^vJ>0HmagD z%g&}8R)N2sbeV1E7V&KC#|QCrhM$KuR;|ko-5zBo5SJRM3X_FHvI&RM3}@Se$HSHO zcG$krl>}QWhq{$~RaqB_bbi|hV}}zi8%;3riOsW@1H0>!lF=!P0%%3VKs5AwE+L690aGZMdzPs<(C}woZiddHvlZ_sgRxcRr@cPNDO- z47C!m2tloPp^Gd$Dx@+`co*|(K6vry^2C3tanAZ^tMfwPohLNnA-TEb!!>Y3`#JIn z>z8*&1EE1WW)Xg$(Mi+G zse<>`U3~(1JK1m_EDYqi<{gN9UFxXbC^mCc<%>=$)BbMe-qk}RYU#MfA`$6>=81Vi zz5C3A$~XWx!=k-SDv1*3^w8qfsC;Sw`VeUK3HQ)hXq_9$HCfsa@tmmJkPeT3OcF;^Y4aydcRuea1qQ$4As3DJj>UiYkihi zV>u|SGeXz8uCs?0YG1L%Sa{a1w$@nBu66Vbw&rwO1 zJUTl{=*2%pc85E88vnFWbgOahuu)X#VS1A3EdEmVDLhSS$-YMT@S~XiPHbnRaM@|b z!O~Qx%VGBu{^;-DiMA3~iP{!(-jQGIk;w@zn%$+1?Xyn1AFK*sRZ{Y>A?mJ_Pa^Nt z>$5iyAPY$C`?ou?)PafpYUf&qQnQg=A&x08Q znb7->QfGSIf|!31G@hOKBI{jxED~MNBmI=L9*+l>-r_0=V4zp{TxVxyUTsX5^5W?_ zWTAV_wLmN7t8iYoJ_OIFGD;52p2k~j5`x<35@qkC#A-gAN?5i{Ah5m%_6OHi{``YDgbN@a` zPD|C4hzHsCJ7s-&1?tCia@y>^b>IH-@j1a-VC%l6ffR?OsuXD;?GJ9Omu%Mpgpp%U ztXSTRbvZwdy_+pMv9@PcIhaY@-Vb<~JW_M496G7EsmS0*IeeC%Q zbZ@;uZb>6-zsmTF4Eh%r_BW{>48KZv9??7yf6p}Kgkgic`_p^Xd03s^hN;QO{9-gz z0;{@rG|dLq&FYjRHOanjf66AMVFIS>oHcfU(cPMqCBJHlNy?)!?^W-xw`^3NHRLTT z)+s|`J00~KFI(gqbeC}XSkb3#I;$HSsJhQSEPP1u zDIB*+LCCIhWV!?-YFHhL&3}al#_{v zS$dtNKp2Ot#pY{n6j8hzit%B}; z1L&N3N2yNB5;OJgTXby6#IFAG4~ck~*qQ`fe`&Iyw!T{z&Ffa#bjbUeFG~OP(@^)R z)M^GLt<|#xF@5)z{x*~H2-_@CEBtfo+suwc6pTaD_XAfIUoH$^n0L(N9`&>g<138M z)SKuY&fV%e=qzMtuRA4Wkggt<*}s^I+ZY}eY#jcGGF6*xBVQOwwg&z%HAjneS5fm# zSO?3ZR%wEy#^GDe`|78fpPAU(;}$u0g*-zgRa04dZeQ8!wQ+`Kf6nT_ zzRf9~Z>Vv0LL2!L0z`e26%S*Xoah${rykV%?5^@&C@VaSdp901)KbQ44+wQ}4Z2^dr??*w zy4jv4PJEIPj%K?=G&Tgz>}P!o`>i4S@TTd3uAANg>+hyV@!w7FT0!pb=Jy=+*5Q9O zKXtX&P_PP_Q8;Nq77z2mvkF3&adS4`yY``i&QZ1Fo4em=x%4thkOg`$zJ=uZu1 z^jchwt~nWNHnVVR(EBb}`*hgcA0GzU_!${vfE zp$ge2M6;AiRv8-S_IhMdJ4_WA>I!+Ym#_9HZlJxmOuQ&a>6M0mC+sPAz3@5XFZq5t z+W9i;nJtBD;+tQL@&fI5W@_NruYWEqGVOABM%giHzKJ#`8B_Ce{LGZoA!ttH884}n z%Fg$OqQhbQ zvP$slbaIPqVTcgrUbgOfl{Z;;Zc87j)BmV3!={i#1~Jg=L&ScjuZc^BlYl_WBo}- z_$FpE>|%~$qe61y3<0LNU%Vu`(PCRHLSyQyA9mn{G8`wOmj%ktkBQ^WN7H;e-nT>W zsJ^e{D`Z^O8ST;T6YQST-l@hW6QY@NK*t`+jb3zA(|^Adj~ais%>VIHba1qBxtR-7 zq1-Y>1zw6Srlt{KQ#VsnXR}!+Q`5)hrs#5vrk19&L_Lo*x?XE?c18Cpt8=~X?d;{& zu()+^-qh4A0`(pQwRDU!F(ASO^||2#^2cSqXlS>KLHzt(kXh7s;h#h}6wkYCqK>03n!V{qa<^~h>B$NBfpBe`C zQ?gSeQq=CF*|fTa=zIs=c9;yWj>yAxFnnDNU6`L$+{~?Y;45@pQFH=FuB7hK6=a!? z{3Pk|={f50#Y1a(z46x3UQg$$eeM2)rTiRU6u9hk*rB#!+Rzhe=2Bla?&u~Wo-kaf z56W|>7=HpPA|KAw!L_=g)`5V@3R7KmqSs6Nf5OcxbHw%Os4ICyoU>kLxu2Z0X`D?( zcV4I>tIkqB<~tp-%w>c^6yYXQSqGUv zLdtxcoIJ174|8`5#X8rM%A#IlZCTe09$Iv?VI}yg;Rq`@zAGI~1(;?$=8l0JU^n;S z9y2$D@GWp1-)jghTA(>*Yk1|jAW@CW?gZFsR33alLGdXgXBFuG4t@Aup+K+y_1r5a zHS^l?tfyD%|9C0<`8HtLC-w?7er#wBcACtQrWT+h+w5bfV98eKC-B|XYjssCmrs+V z7oej6yfq)Hu|Jg9?}#HFP`(a++Ulxu9ZV;XLJkD?K2)>14$ca34vV z+UB1D&a7to9oFC&0^EH)HVI;F_CJLTqZ4%m^%FB&P^IEKD#C4e{tVbqRGa$q=~9ZC zmB=n$xYX8b|3gsO+q@xqtGVv8sp?QncLuvB!3`5mz1~vW!B>8t1#2NWbx5pGqce&N ze)>WJiHWJ{#N)N`g2G?DISt+(dn?bcY)-!s<`7lET$HQ@3FSd?-=r{<@|o~k@d?2tOc0p z_SFUEB`PL84Gic}y8qFm#I8rsbF1Gyit?``=)Zdv+3#LeZ~OE)Wx$Ro2@Ax0ES#L2 zoPs#Il)G?-p}(%jCqN($5Ada5-*sz=F%_CE)~p<#@%o26~%; zUj8e_AXC-`mma|vtqQ8RnxK=Em7WVT#^kTuSK9i|B1W>lGOuT~`Pr36km`=Gag{B7 z>vUNfTiciOY>?J1G|o5vSi|OKsfF_jDp6&+p7o@dD|I4wO2;kCfjxTXfyFO~jqY11 zhOG%EdtENw^*tKJb(h8-9r9dl<${JctrF}9ksWdcpYYz_D^s>wD52S0ds+JM%aVOH zBD?;Gp%QrpHG_<-H#)qWY4FV{snir1+q(BmyR$zhHJA=sTcEM?>)d}N6jF)j?M+8-{sofL+RhUcAX!T=L6#EXc;zg zT-mGq^0A)fcZdq^mYYQo2<|5;@u5HD`+dWXmJx?tkeJbeC$-%FEnxNO??##A!RRAJ*q?Sq}@{@TvatzUV=7O{%oRW6T?bEeCo z-5Kf3Twl5y?$Hz=P3AJSaVq`#Rs)mxe6CD+eXD@|x%a8#$yF!8kB|%^_Hmm$<6IZE zd(qvhB14v8_Dyb5R{^6hc8(htB70AbXBqZgti0 zyIV2-Z{5no$-?>Cl=}4o$r0^V=f4ImyQj}6n|6w{RpBp~;k;_DP`Pjvv+Zb(S)aWC za*nlV9^=g5W0bQFSnniq`0_m=p+6<96#*iM{m$}aY*c$Fv`jxpa0IaT(r8TY%4`ZLA`@WM_P6Jj~B>N%o*Bbl1 zVS{nR{mOuO^Tl7`t2Wo}(}%7qHnB{eY|MatVZa5fo9kS=yv%@oVZfDU2J8#RGKtX< zr(9b}Hx3UszP6&?^YEe7`$Nii6f7AO9{{(Exc~WebXno6tk>>R_^JiqnhP?IUmIJu zB<}CJwr0KoZju~}2(P>`U`~(O73V_SFLrGiy(A1}Z_($W>-3*eHAKWlPS@7Vy(#%M zD_Jt^e@mG?bnX8wMM`Ys{HK%~a|Yd?Qs$ziOJNcDt-f0|2fiBStBNJPuZ?^rqisJo zdilq#9a-9U7Z@MUH8%D|+KqBDoV}`Syvl8y>5kyr6-D|99Sp@SxaYFO&1fKND`b39 zFLRH0Qau+RzqPVx_j~GwcX>c2GWn$RWHUpFMmGzp`K3fYE7kkkmE8gfP3732N%58L zWXVoSbgca-rdFBEVg)gcX5>?bFT^W{vHk}%G-+dxX?oxZBKOZW_w78AD2~Fr(N>(x ztk1%aNcWNtler3&smUaCqcYBv`e_I&IEJ}mx<`JF9rSjOh#sA$#1>Wz`5L5frC#Oi z(TrUBU(Q@&pJSVpN?rnXT5fE83CQ1c-0S^9Of>i39ru6i7rHvSg6&NHJt7L`K+J*h1eIhwZHEkPGei+(NM2Opaz{?&(V9Ak9O^x_=b zI8dgI{#3JgY!Lvt)OKE+vtHs9!Auq$x2r}GGjqrt{W^jogv>0;dnxtAc3EJ>84e7O z*@Oe4eZch-xcY%>Ky(1j>%oj1aH#;7B5-K{mn?881DC>#f|V;9n0aj4kK$}A;9c!2 zk=2YN^!Jl2<+2p@qMsLy)A7Hrz72TCB1hxee}<~EMKb<5a+=|>b7LQ-(SBgSJFF1k ziI#wO>DTu#;Ql%WLX7v4cYzpuL7x}F*DG_n-rE9c3m8 ztJ3uoo)44@ZD6$c`mUo7V=>;-4wRe5VDgCDWyE5=m;84K)_dBKKSS72RWz*i`IUmn z=|uWd0^ZT7<1SnGWwfxJK77zY@`=2w|Fc4v`hG{iJ9c57#7x;pf}~ZB&*oqLOhyy) zee&R+k!b=s&iXSXjex^be;`PVx_q_xbt(>r*zXWctoO;oe?DV{s?zg217#?zR(~dA zP5k)D-Euf7hG3UKgBFf_f^~^pn6SvGVj4DwCtJF3Hpd_AOuyMH0$aP{=u}(|v4lQq zZPG4&1S)>~pVGZRVw%>`oH&25Fy(sbEz~r2nYAdawb%s$3NSnu?mkmMRkW)fB-nm` zEa06Li9RGE=nq_nM`yJdjybXFg2LL%`bS<$9t5-M=l6l5@hkgR&{R_YChmoRcThQ7 zH7))YT3jK$j5Zv);ZakXdZNe9On=RG1JUDMxxY&L3VdE{3mHz#Fug&09!8Rh=a;}l zPMHF9p0y_?vulp|BSHs}BD&-@0fj#_E5q6SmK-uB+&^UrWL`54D^Es0aiQ z#N?D$bHtEU?0Aquq+q^N3;{q@+@Uc9N3O5h0+GM`i#$j%n1mY|L2jitM@t8wG^`@k z&EzBfBS4bKK5REF2%+{y=Ikv&TC*4yZl@?rcD;F0o}S`nG4X46 zbdrq>IDPi05)8!>)Jm(QH%p1HQQXR@pA3HG;(CqrjL!Za*1iI)s%Gn-kdQ_?4F(|Z>F$n0*CGD<@Vh?^Yywe@r|~K(+wvhuCcw#1o!h&qkV{7pz>&-GsKf2JpC3Z%5oZ8GLW!HlaUj?CHGIt7a3{me{tZFz0L(|nz@O2|p2Cao z)6zCpq8<^)F>8w;8Ww94^$K?*LYtYLAD#Tb0tRD3S`*;y(u}M+w!nKX|D=PDg13R$ zVoU$67e2Y(8_{n2*GS<5bGKv?Qd>w=xFrJtU!h>k-24`&$1^G&pMP6svS<4?zb!M% zr=^*gb$_XuEz+BTSP@CPiy$q#}Nom2Xg-1j{}S# zEx7T!9|s8Kf_?Aj6H4!H>Rdz&&NEz})Vg-&4SgZvR5*(fI>iJ{LAi>y1wPMivM}oU zG!b2$V1_B_UMS7Q&)OYiA)IaA^$gEb(>;k*1$`ZEfcR8i9JY5QR|vIACVF_EHQA~x zRc(BCJ-AH1PGsS=o?Xeni?7`?$-;s{4)T3mT~0~AU|n`$Zw6lXWsBxP3&vOLl0{>o zz|Q9WS5y8nLZm{{b$zp&D~F4Piv9Rmg3_?~#bmG?!1!*p_mQzfPEYA-%R!Bo#~ZvdmPvxK z+Nf6lsYLc1V3RluAE6pu!j#qg)%Ap}!A(06|-9+ZE#82+k! zxc^i>q_W8+DPHZpmFvf$9zcD)^6JwQ+>c`LPE_^pkgm65jSF3lJ2spbVngvJ*PB^7 zxGjy7w|cA_1KyW+7kqij+IA;ne&l`}qKFqcPGBun50aSEFxOsGLA2O{-(l;wldQa~ zShvfEEE~8^>+mJILnngIC=@sDI3+=sb)YdDo~DQG5sQIfL8pb?y=_SstYlv2h27pL zKAXYgj_nK(U(VDOMTzaK*G`a^&6ROUAH@k5S5Rcf#HV-m(G>&rh9?N!74VjQBH^jajnzMDSgS9MOI0g_a3*wWwYk z_Yr9wm7p+J?kD@4uGP1Jt}7F(VnU_~RJWZbV?FQA9DA`TqI_hX%zhdez8gQ*Vw=_q zSqwNu+)D94*_L5$0O^OuE`ay$yOLbt`@9iq6TCuTX=B`#u150-MtR0bDiq;=D146N z6*QAtwwAS?wQjiv9P5_rn`@hE@B*LmGV(HPKLN*Q;7A3Ibl^w(W$s5KJk&+G@&_0kshxBgG0G6lk zBs)Z5ESo6l0%0{WC8fTZH{fFuniXJC?$Pt4{%iZl}kkG?1e|1XK_X&V~#D>7;P8FgCP%aRzUY z9UkTbgZ9YSEd{segtvdscHx(H{sj|Le(9v(zf&h4(YtY`aAfW(?JlUl!=$2S zi09dxwp0-`LY$`O$6#Ux=skZ(Xt$;K=vR_>L?`?rJNX3gZT?!StKkSZpnTqcEVablbm0f;kFnXz2yWWZMT|=KAM(L|4zG0M5Lv zfTt^3&F%ZI>dCly7378972{_BKYUdUAB?7}?S_R;Z3TPE`ILa_T zVL+?+h0y7e9r3>{v?e8;?QaWh3kW^^yF$O|dho&Vcbfy^8eKj3yPRt`6#<3icbg+g zvcu!In*&No2XXmbp+T$-9hYr#zskDt|X?%I~)4R?AaFo>xUIX3@L{QoemY4adqz`yI`7;Ol)B z$kbkZ-qc}+zfkpsZr|k<$fvjt4b01xbh$Fgx9{ZSU4D9{P`9dGwQVWHIdIG|`)z1g zm$2k0SV?mSw5z!@fAt=EM)6YUK(x-G=`!Q^9W-RSKfp$7rL{jS?~Q%`dblN_BVG6ie>5d8ob#%&oyw&1nKd$6yKMt&lcV}1)NU)ONj@<32UgRC}D4Hy{ zDOBevG;^BH{!;YP{L8Vai-mkoPnw9@(>#N;ciWG~>~IXle76D)`BtGNKKMtRYc6iR zt0#+Yy>7i;SgV4g?NcFPvH$TfR&(zU{gM1%xy; z+-oc+w&IF?id<0A)AU%U9jasTaeqC{WXJY`S|c0LJ%{w0a^=hb!NbCkq4 zY3q;UR|aV+qbNU{ewDNBpR}`LKKdTxNQ?R1ee^y>=+l6zx|(A>A3UjV&c|E>y{psZ zQ<$S4s31bCr-!TxNxOrl3Tlk|{qkp1cpJ5X#_stD;Hn4PC*G?nsvHLLDi`LS|-?eP`Ez?N~fmM@VH(hhv_J8uC1Ie4?{{L{>vemU9DJV=~p>0+AV z!q$aOY*wFNqW3A-lb%6h!yiBp1`3|;KG;ve7945-u!CYwyD3HcDOlk{Z?o^()<9gW z@N)2NDrD6ad}d~$88bU&l7gWYVn^N?NjOKfCtu&wAK4r+L;G|T=!Z2Z_+3m+4tr%* z<+VLKino>v$G8%=oLID(A-wo+Z%F+Rh)GIKu7DhotE?r9nqsSKRD1sH}0w|zV zSV^g9M=30g1t{*qD2xLmSt;#e`u z-}i1wSz`QI)W;LePZWuSHx!rF&{?(ktPtaNRQ{x!#*uOf~&&ua1 zACsOia-a!fenBn}7+Ld+Y*m2E5BTCgak+dW+QEhJG6)x~6|gu+*}GxWhbn3wbpU3l z=ND{JL_1ii0*O=fLT{&kWxJX8Gzcg;;RuWz{RI~oOikbylM42%So{VvAtsySup{_mp>o#@ZZe;1Jlp$m+Z`F+*^I9L6*S@!{` z!3W;JI@GY*k4LBFwoVg5-Xgy3r-pd$CQY>k>x4y$>|JK& zUCI$xQ0!?v6zKFd8J7qtTmKxFIJV{#LwAXt?J1DB@&n_E7YUE;$?&Ec;CBq(dT=+R zf8C=A-@RkvO482NJP9MRe;v!( z)WzM(7`ON$VUFYBF0cF^GHG=%dvyTaOe@b!0~%xj0iqvvVjqlMT?dRj%fH!73zS%U z2o}{rwAHUkbXwVT8p!h&ZsqCwj@rNF>IXuB%riaQcf+2FrNP9f4#z zmI+>>V;jE88f&E`ULbYerI&EUs45TlBO7ay3$;gwmWSQmnS*m-YY`w{KpJxW_g(;F zV5Dvi0JJ1V)N0|RY`_`K_m^aAG`xY~)l=FSgldkpSs=-zuEze`H!N|E7;h&j_tGShg+c99&S7vN&=dy?M@EpJAd(dCQ2a1WSjY$Bd} zP`ZcurW}BAyv3z#V$MyQLq4{{Gn{G^v@!JKy$1fqG z_pTHN1Fuddcgz$%UstG3lB_WKq(Upj!F54OKB-BE@j`pM>_VK2&kjs6$!u3QJ}YiK zPakH0+U;bXj1@-7*UF6-L`{q!S@c=dWknrBh0N=qQOB!knRqgmlOy_?S)5#(D%l@6 zitm+@-Y?y{Z`G<0YRz#eXH)EuI581jNLPxW8IhBo*O8LbtYUTjL|Aj%>vQ2wpK>Y1 zgvH2MDRHZHa=hs%hoPK@kCji&(jkZClA_18P7kF`pNSW{DqF_>WzXeQ4F^vdr=c8& zwP;mA2Z2|oMVHq~dg5du#m=SXv`4{Z8;7-_^|y`+rsX_|QCl(_Im5vd*YUZRhQ?V1 z>-n)&$!hVXUgNWU60@e+rN@0GB(@V_JNSu9Hram1eYrX55X(r`gMUvCp)8u zA-a=?LQ`q$%5^?@mrkY7`RerPY};Hf?aA7$SzBFm6_9@+n-d)ymB-o_O;oYdv0{0~Bth}_m5m!GeO?F0m*#dbb7T$`4r~qc-u>tk zsx3~?rr=VwS@_&J_Io-9o!iKZGN+ig&!o|}ran|y`~trd;9FP3-+SQRCvPF*Ay7h}3huvk(Lfrk(Ob6%%;Rrzc{+EU z_mBydSYPT1@dAEhQ@lQQlOtE~jXO+3{rQ9_k3Y@IVsdYBt(Bw(4jyv*$+^5G1$|Mm zg7CZTJ6lv%Kvu3A!dud99n5bhmkhN)9(6&uBFq|vE@p~|_+J(u?Uyyq%3P#x<=5-(s)7V$-^3Ok>$IzGJRvu%xc$Y8Jt_r6--3Y$D ziYmlh{p|Giym(_sfI~nm>gsJ4f?gtK9G!dBTCM^4l3!^OAzx(|WDS@K-j6-Cx?6fj zGuQz*h@`8ZEr{P?iF7S!4xy`6T41EBm0rlYTdT2Sy5(+P1}m@{XvSaw5lWhtw}qetypwoS2WQH7{%taFZ27`B~+`P1droMa)gs zFpzaaRo&}9pP9KyUvX?yGA*uu8wJ6_2ct~J{UeYBFr7)oOWqSk7OAo z(7JlNdFGR)eD*q3<*ur$!dY=DJ9#eL>cRVsAtZ_`h0VuCZdO@ArKf$C~v|G+^jgTQOkrb^?$X*4P?H_NYcPPC0K(;fT_k@y8KuNg_ZOJ`u-y>*i9&Onn z%g7e;#j_JmJruz022B!-L+*SCBp>f%eB?p#VV1Vl)hs*}eBDiM_gQ96b}4Dmp?on1C>$$iy>7kI{X&P0lki)yD*8~@jJs(~0 zH>1qu(GX!>@V0(KJD1$JNX}dA>SDX@$b-!4Im z3zl)0IUzrx=hRgNR8V0WJ~DTrT`uwsB*CDollgXE_1ENcGse$A=k}+n5h40GCk3+l zyh|IWKugGUK?G%MP43N89-A&LJ`3Iwcu{D)WRyt@6_i|IGP~wIRXCMB1R<~bc10k1 zTa%okaT7eZ>+SO*HtbhWiAOk-4`rNGWbZ+YcELAFes1Iwi zkw-mXtLQ}`ibn?)p;1|V{CpAGBNi%b+eWu3$(e4)atSO-xch$EyR(g>^@{h$?Wfv+ z;cFu?9pP-|(Q=szgDrgDy+VZ(gDDrIl)UK|)CUj8GTS}z&g)j%`LR}^L@WKW+OKk` zR`e>-R^2NEmguTZ9<$ur7EFDzLz(8eO5UmI!2o&CE~rKaeNE%Ra9+k!_!X%(_Je@k zkpCH_CjmKPka`&T6!xkIiAD2jKr$QO{4_Net!*@K#+N5McGy*hLHogy^tO`BN!fEG z$Y*LnS33_r#P&l}j9A+q1Cu5tS8li!i@*Owy z&CHR5*KyEaH1+6X2*@DWr#h&%%h|nna`|Q#eqLw(2~{5B{VZ+xkP7B_YsaLO*v7Zm z9ohIg4?TUT`YOf_!y5JHDH^42*m(HvqfDgRRY&l$#+?*?;MA9LwfWR~fH8?`oUqDM zG@GJFLb zzUoa18&%=&@;yDD)%^T{ac{Db8@uV?p5_Yw#ktzrmr_Ec?l*SPZeql3U_9y(lmH=M zJC{Ad5vIv6I*u|yFL2`~Ch+Gt2sn${kmQecXS3`S+U)r^KnLs$Td^(f8yIYPnuQFr z>FFv+r(EJz7tq_K+~I3qeTKC6KcN^2WfpPgHtz{uAxl)`>snYUzw$9`HetpX>O)Pw zvxC#>Zia2|EbFSPXVI69aG^~YPkE=6e=9=G5$yDd1#NPWSEgUTdLja<61${7tJYfC zZ#*tY`)>3gDl8e{TyuWv;*uqP=Hc^3H{WsUd7BjU=kS>VO=xQwO}8cYaW~U7OS{VN z97K*l`s@(o?JFbBUXYJ23w|-a&c^56bGzGHx3v7)Ug=3!rI9mDHT<==A5+wx*cqxl zgX8lj7H#Ujr=Gc^0bHHmd})v7MaVS?_<|R|Jt1c?5L`G>Ux%LA#{e$kS}eD#=*Odc zRJ#e=&TzgQPpiE0DdL?d^u=M|a<|;5n?$4MIHoZC`oOR(gP!3X{!_HONRbFqzMr2c zQT^AK3DUkk@H!xmS8#AB^fzi!$c>uB3saMr_I|2KB>$=={Y6DuMurQyQIX=bgI>JA zZ!1e%p^BhA`=n=&%fNJ-k@0|bRGI%ahM- zNi^=*Y>ke^OL8~V_UnUUZRInl2Y)wo(>zLw1rnYZp@9XeW1OslF0A0u)GK# zcpO+;OJr{cIzM?Wn6OXgUNq1|H`4N|luA0zo1we)bm2GvrLlW3Ekjq3$0eVf!V+Ws z1)0nt(fjm8lh>@zlX+I+xqH~g}NpcrBLf*g}BFp4bvQ3>46L>1{wC005`_aKr zpR#SrjEI1kfLKk8JL3`OhV{^7W|=a!GPcY{dw!UzI^-#8q3Bmyb>kgb)I#N(6KT{! znVS=N)I!ah6Dia}$(s{7)I!yp6B*P(g_{!v)Iwd@NvS2>x+T}0bNMgQ+K$>^k_My` zl|w1rzeIF8#lEjI6PVRV+{Y5nVO2eqo5@*|UAl%FmFd}hYy!Hm)KScb0^`AFsps;#>^tgEWxt%B`J)No#SRC!R)*J7qLf7A`7 z5)?k9ZGG3JE1ccY;}FD%D*U`Wr?r8QW~o-}5XH{YPe~s~4(HoJ)ScI541CY@F6m>b zQ9x9JlJ$!QI6At>dk=>_!S>|*A!fw~)J%u8A|e*=iMnnF9ssVq9lkFa_6resPI2~> zd!>9$qYMNQ&ZLi0IoKQ3u+R<^3*R6}5tZq1cSaugiZ?S{~32l)Kg5XNx@|t=fANwz&CUzB@ zXrKz~`E-ik!p-z%P1?V+Pdt}{f+Ag=5$n3j$V^k)%OkbfMQ}*g9WWw;uDI;^IPe4F zaKt4X+A7;r$qF+ zLM!_cbISa}g4tW5-p7lRdCt}WVG28`$E!!G6W5z#ISnC}7SwMp?>~}Yu5)(@uG(q+ zi8>X_>G5X>TMI$6{p%HxBYqr>(T~NgYo~A`g^=J0TQ*QZB3^Qvhyv3x((L09bX09! z6&iWk!$cFdmvDXYi$TZ>k32_fmr)Ee1s{aU^kP5jGfpCl8!#Sp>AW**5W-RqeIlIT zf5LX+lruUZ<;4Cyy;s|u5^st2kp_>@N9>Tf97dEwl8R=c<->#vim@lvQ4T4aGW$LV zKJkoo9x-2bL$Xvs$wz_EF$h4DiPBxig}k5R+4cL zS6V6G8YR2wMM|_0T3nmIxz-4O>76Z?TvNP$^1c~2@<1&S`~W;!DNezjBOmHERHp3o zWYo?2JUp`ftZT&XQZO?oH#W{l`~FJZ(tM@7RYFrZ1MjmwRh9dRn-{LNpLQz~H_-w` zYi5xX1bCi}c8q&|Sb1uq4I*&5DbHJYTnxk;!O6Nf;2=YfzVa-+j*+1ffFlV+=bdO zIc+AwxwaENB62O!tsHE+y^Up0ww@{;@GeoFEO)TL8iG(q_R(%QHSX&zCh{i7)G1rc zh8NkJx&S5jhmTg#zbrRw)SF4VSdh6Kue{oIOgpoxjN-4(y+7DHx%q1MWmLhz=tJAY z#a!Dw#A6);Z!+V^U?3yyBa~D*ykI zOeJDnU@|(N3;-iy6l|O%AiNnTZyY5#NPaGA{>4!e7R|-l$;#2(&dS`--0=ntEOQHv zkN`HHFxq1qElys)2V#m#zg>A6=}Ki{5Ckvc=;Z^yl~-I{#{_|FMelzPVB&w`yI>wZ zqs1Q_+(FDj$+ZWHa~)Vr+U1ozDh}SWNJu<;Pxv?@ODf}o_X>3DpwLU6B1TmwT0dsh zKlE$+J@p9h@5F>8Zq_F5-=?cw9ZJV*9o=$y20vQ%&Y1U=d~>#}mw%XIX&kM zcwC=lMmjnjL+bVe$hdq?y4FUBdTqw`SHZfW0-mQwdWnMLalLC8lpMtFb#dVWYHDFe zUD7}q>r&$eOjie8`!wJO-L+W<&m zhVT^TwSAGcb$fTRny{o#_t&J{BWL7oGhF)l))Eip-HB>KX5=90C;c94HHSLxpc?Ru z0we>wA7u@2nXDA%ddyN>V8z6Nxwz>We*&&RHY|5KE&yT#(kNU2#0aGExB^+QG!|DN1C}P^3giK) zm5ErqG#`d|JZ{MwmEyI2!+N!Z&LDXbje%5AFudWOh{T~^3IP-EAu%gq27Bt@52ETg z+!`}8@enKlbJFr!{@}VvGO+oBYjp%}jsA~<2ecZ)X8umktvBn`P9aY zyrtjly=NkEXcES$CfR}vLp`7fIJ4*%d;v(sm@rryW2`CYazRVNF;{{tJIw$Q2C49;tRl`2#D%u-kqq#0Oz2S% zkip;@6o+FiuLMHJSY~>HW^x9QH@}WO0dNmnKV{L8IMn%tEC(b5XQbBo;cqcv=ngFR zErWVWi7g@!MEs@To{YH3LHgR47P*M_Z%}`^h|k!`_KQ)>CJ(J%5}unM&4NzHeT4dh zAMO+VG11qU^w$rE$$nDq1t&Yl>WMWKvwDc!dFgB6P< z#o^}29ioE}wlZ!M6qFiA{%IK@O&yjx-({}+3*`5+_1BA-7np00;pc#;XL2`P66sBs zBnngAd9r_YNi_eey2HYd{Hj}mM}{MXbxUDmLZMp21Z{gwyb_FzzHHZG^9yL|xKy_g zspoFtB~y^G`UqU07><>lV(W|ru<7_yP}_@($5JEt;Sa=oe-25lCWXr zRZdkd`Q&j8fx6lXcV{n4r-R1Uk#jS{%cb)Xx&rpD!eYlMd8Y9T4fVnzp-C%n&sMIe zqLtQxOU&$cjKD~pDfG6$xR?F*!ugq(BzB(ltt#G!Iutf188iBl$6dBtZ?9wgT?7yF zASe8um%)5kSF7=L6zBV0KBrSEJH-@+KGE1U&r4=Zr?>jEd!yelM|rs7&Af%O&RLg( ze86RCHNMz2=#W;ynUIrt(609dt>7!{1^5fRD-uwn|0(Mg5_XDn>!SgJeKfZxl<%;k zu%p25!0$lRLL%PL7xZUr`-V$tz|qzLj!LEy626Ji%&@P#l+mFOl}s%pDkvc+K^YmS zagTTFykf-^J+ncv!hba-4A3%;1{vzN_UUIkR=sgblR8!|`( zvC-sgs=CZUwb@HS73b2zhXizz-NUNrsd+FKlq^A%s<0Y4ROcUIHG=)tZo>#h0Rl#V zpjHvbOBA?=Qwde&H-N(gzF7Pd6)RSQ#!zdg9I8sf_P3Z4vT+4Dwdy!t?C%K3LgQEs zH3igh1W10ABs~a9LNjVXroGoarlLS3rhrmt;E#)EVwGizmTHQiUeFM9o4s_n3@z0b z>1PRgswv`+k|V!0cPd6sVmAHO(sO6w!|fje93}d#@%d(t={3J5ncR>NcBK6w!1Ti) z8{{9%AcSJGm_G!VWeln%`XO34T51|4j~<91a7<6&YuZyv!^Ybt2?ilW8x?+Q6@Qk@ zq0)x4&EH~|FKAIey7XIv3cRcre1KKZfGa`%lOA{lXTP9#%A%?qrbXFGTfiYB*KcOK zm!Q|mP|BU9Lm#BG7J+!IXdi?b&bmO1C(pWwubJ>dh(5@>{}=S$YB-nql2~JsE!3Rc zjX{R8+zp}1R`x12YB)7xzo74}6PK>u;vyJ-2omSA@xc$?s$Bw!8vuiGQyUh0B{+c@ z@;vXNzE0=TSJ4P6vpFi%FNo~(Jx_=UlA`P5`GL{n+8jb#xZmM~^2X#U`|9i1x@9aT z!8l{pW|K?LbvL@^`wN-Dg9tJ)tjWOdbCQgk7=nf8Q=M0)+~r-J-t?d`>{kEyY;Q|r zQ)FoNmZ9kg=Lyum zr|wZ~j!jOk?0Q>e>Ao$yx-ny&X!l6x4*g~Dng5YTdQPlC-t3EG*V#T-%$!!0+T+Za zS;%;wqov?=XXmJiO7NDuTz2Yk^x4=&V<+U`DB^|aS#3(p?5dYA$7Lwwz&n3GNwx2r z?efWok3A_b3}f0GR;Fv!Mu$pjOVgEV+g6=p?|9y_RD3C4DmlH#l z^XPm^COa}luJfa5vP;cV&P!dZ=N2(;_o}9~taoCVXNCGkP856FD*H~LyGhtgb)!=P zMeU8Ax>GZYk{3xfb#kkQ1*1J)1FPCjkWV8gbwm*8+VglQ<*4Lna&lRcQmdzWv=Q;XyU|omKno>48rQlftse&>BQ-z#PdoGhgFi*q#4I`Iz9oL8>w`yQm2a~_(x3Iy) z#>pBMGr$2hs=(IEKK;~h`K&Z=0tYY%E7H{m(7Z?$k$e#_@eM(FrkGB5p*DF3sy+MI zt2t-7Qto?t(EP)vPch1^#4%J2^!4(GC@9$2-2Hv$!|RsD=_=f(pjTtePxQGtQ7G6tuhMZH)PpUt+u;NxAoR2T@GO1}%| zp7tif%_(zjAY>8cl-j1TryNPB(S9gJklE1>&~n$MDkVnOat>8sTJP_vyS&mOi9$mxZPLH11lkl!nG#1eQLc zaaV$+4`|$PA`S4;xNE?!|A&YJ<3T~3u*d@HVvikQ$bJV5wYwQKsmkFh-Tj8)@F7cQ zL2GU>m_J+FEAf}SG`!npEkJY*;{2P~1UDfAU{zQo#8`MW*hIlR$PXi9X;NcvLJp84 z5_WXq4s`uwCM)LH3JWIC&88P&B_S67vmhpDjo`;!_ASH?zoiiX(LoIBX?}(;fbnt` zEB?prLxOaEN}MMtmdE$w_K87e86teysRk76vP2ebgWBCdxC5x#9F-d_jeFXkB{0=< zWvuCy*F(E^)g-tz>M0Z|iUr|-)1@Ji0}wYskdXUnuY{N>V{y}i2P14Zx@Wim##kEy zN=HS|npS|bns^JZ2}}?E!JY?%o0!*+mGxDv4Fje&^BlA4fzZkC+KP+WzAy`X@jTn` z4NMUx_aM#(BVk3B(WaLDihV%Pn#eEMpXssOIViAw@I5>}HI~xmt(XKPI-aHgCHdtd zATkCQPm{OOC`71D=;AUq+f&cL@L=$}9hcX0a*ZU9 zt!EL-k3QPe9yUNO+La|b6HUf7b@4N&%hug9y=*2xDJIvb9MF8VBJ2x}$=5@i6WOJ1 zEha-I4||r9X`+tH;x7hPJmMi%FIOxN@W>{kWhYwcHF8xatV(siu&Ty6Z#VaGS`3zS zSh;h~PDHOJ$hpa{Nh|qVQ#r(cN9ZasWlEojTNDgq0%dnOC{Tivlqt!R$ZA{jldGKz zh-Q6TT=e!RPK9a_eGsc2lKTQZTJ%jn$8w`IKZPmHV)H-yx%>aBG&>tR+Ugrv8UIpq z7QF?>@`ph$1AZ<}{AwO7-2Gb2I_(~_TJ#%ws*lHhT=i#q#5=J~+PT_ItWA#(SuqFe z=e`j#PmPy1y`a1D4R7^o(e3ARQk9uH5-Drm_*Mqb61;e*RBh9&K%@dxaKIjzfN=wTyUS{e2prA6FcnH-aGw$7yJWg3YlRl^D9 z&O6eTc3Q2iz3DP--!IfjWVlY5dPdUKE9YNFIcA?rELV&gS@R0*xqkSVt)8S~!)z^h z*i6y0kU+v@`u(MhNu^2gk0!Gl}?8?~{XxZI*=D@@;T(ZBn_< z_2fK%O%a1vDxa3S>)NyduZ!*Dc;e^}K)<(6S{s_T!29@=H@A(;4l&)9mEV!Q*5ApK zXtwEO4{^#5v>C+K-C%$`0sx<>|t0)Ad*Tt zEI{Sk+{X&Vq>0#Hz$Rkg2ivUpU}G^b11vQa12Y1tf{~a4JuEd5Q-GB#7>g;u$`wq- z6kz2-eL>zgHvj)&(^tR4t@#Al_And$E6m0>5+nPojo%w2|HHQ4Q<6B0{9%BbK1yZ( zX%mi>ch^--$BPohZN8iOAO_*v*$^$((Wl7aLe=XoY#d89w46f`6bKmI7t zBpG=B#nJUpO{$t10G9E8pJ@nVUU4 zm}hq89_s2W*uSNcRNslG=7w-xbbt3gUlfW85KlA))+eFB-SkN}Yj9Hk*#G@6YjA%6 zCVs{-S3-bQbcHV&s#Ay(CPvu}95EOa$B448@D-zO<^Jj~a*p$@6(oj(&!jgy0VDgLWp6)J9v^c3dXq0TDkRvSZN{UIXtJ4!>zX=5SPzOt8$UlMe4V%z2Alpek>i83smR$zm6 z5KT&tzt^V8VR&Gie#$4!Hqg=Ah!}0QtU0_g(BUZ~r~NGETVAU8@Sa(`K1bbSPk$INCp9(2uW{NshV!P;_AE^opa*Gv^5)@Q(ua2 zcW5t*C~7}w4{3La5HRX1M_w&)1-JP5m+RdnDp4~i*rH-4>o_S<(=XVd$|dcXtu^44^ki)V#QBp!)SIw*{cM|F=4fPwe2ga3{oqriu@D# zWTMqVcB~xtPTbk1`R*_!ToDdmGf#Om9q*7?q~^xz^^r}KS;Pxf+uc9!0!{kYdbzdc zC6PeO3(iKWwd@X@9a8{SP0{(+4>T8i!uvUz1jAl$4h&DG1xpsS1vwhmBIn}vEWR^a zAW$@EeYR3_$!7-Mk~pcG*iL}@_+6JZ+2Uz7Spks&_Fx|+o7Bxm35&0cEc=iBzy1Yk$`jg+O%(%1kK-lI^=lr9~VKE-9dx2d` zChP(n_C)c`SxGzJGCekwT#7!_ObjJ)Iw)9g*l;@ZX<3Ng-lt08lYS>ELUcD8<@SzA z(ebd%Pp~%&Ug?P®Yp@$%0&;NZZw zx-FJTIJuHEe5FoS)?VojmXedbVhM%YZcSUi9$X3Fvex06C`Ea zEZiRS+Othj;xZO*?@XJ(QN_gph+Z{~fDdBe4I4g$a;b)SXZckEE_}8eG8d%4boGrhm z<#@^i8B0`4DL}@Rm?(wymt1`ur^f>-f)I(|4R)4fu6FfheH3bJXuG~_YJl6a0tZHF z_`QivN-pWpRA2RFbS#nDIod$BV8WFc$;W?`C08gK;A3__z{3)`=efjsZ=kVyf0Yzj zQ4-I3S@F+$Awa#gKkL=}S;jI&&-NDCB&Lo0HUG+=Wh~~zVia=4F;YYpYmzH;v_=%l z?Ou^2g<(j`T{efQ%{UTlzQ|aHgbtmHSR#}s@4SfXSzFnH&5P|24mwq}zNUcuiG?YY z&0yQ6(?h4$#Dl3r4G=KNTOY1O=kcPReGA-bf_uXjE+v~5fETBlWS8>B8^hq1lWa;b zNpZm^&z>-yXyQitd;RtL-3IcR?+G3)Q$tx_>4zHL88n-}wGwk*`(N*&P%#j4NAza5 z^HB9}23;4NeJAYkKzIy8@~Aio^!u!NTQ2{4kBcv4HS}z+Vf%_V#kC~t7yG}<5HJEE zvxeHs8jvz2)K~ATG7t5Gg+o7uGdu>iWhabAKH>P*PC7!fNgQT0!miPtZQ0z;drSjm zMQ-0}Bc?85F-)*pd|cSa)%n7^DQtMHg*STaHMLa>y|W<#w7*`Myj8J#;qHo^gj=g{ zJ9~@~_Q)sfO}1CShS^x5hS>KCK!e<`3B%`a$?H>^#@JToqj6-53vn9YXtMgT4HXb6 zbHBP5u7}(<&}#mW9;I{Of4jrkd;fQ~FCqoh`~|by;5ZG5`B=jR;+nl>7jZPW-{5fv zxFx(ua?&TTPz&+4YNjgHyJh&*5ZH+wPL8|*BRnl^Q0>`OCHb^km`=86upDutN~i(X zy?ks;@@9SVmWT2NSfNU>2?;z-a_rc-gWJkj27L9|=0i1dp?NbWbBQU(V61MVX3YFZ3L6RZ=5gSWnW|Z3p z*_v)fqYV=s+DTW$%rv(U&y1w97gt_9Dxb)R^f{P?S(w{+wSw=A>f_lok{6z_VGH)V1Ag68pOn)$uo z6m<$kr=SxV5HL$%#u_l?J`u`ol+XeTPrYU;r=SH^JNRGmQa0%DhcobpA-ZD80pJc- z5_VUlwms4bSHz4xLc-nBmtV;l`@=%=Nn<||#TruNiUn`x-{vwvEz@J%X{6t2v*8cD z&Hu*B6%CU=#NQP@aPLm|0!my9w*8$vLoA^Nk_)Y~aQ}CZhg7NyO=}I31<0`}*va+o zTK@1;uX@T!n#%F`?66z+aE|8`WfyL5wXw&w9&o>gqy#_~i2(%81!~6by%oTUdZF`B zl!&?cfmSFfbBl(SueVk}SUIJC`E5-*K8bvELsvK_e!m)5a%ERilwIhUmLC0!{xVX%E>qF=%lp*<;rnI%aJtgi6kf>M{;Nb>-_sZ zOFOha)GI=KC+)iUe02-{&;_I1;WNG*4@OAMoG%K?S9JRmIp4h6xhYMgeele})`BL| z^?Xzcdzu4p-*FzyL*>ykG1NqnMkkBXD=;TGIeYD1TcMk>PeGlNZf46&`y$txHg3i zNg1;%^mW}iE*52~q$$3jML&4-T|}n#Eshb^XI!`DHDblxU29tu;LRzuyZc;lH^HEnrLiCmTWmQ6&D;4SRq){@WXo z0ChgX8Uy*?+(F_$iSG|Q+P@#Y9;o!61?UDU{&yjW|BFzl|79>UK=l74lE{A)?%=;e zCjl1!f9SLe{NMf?H>Up&E(d@F|II=ZQ2qbQ{Ox}}=klKz#=!sfJ?#IE(09|(iowPf zO;tEJB&l1^pR!5NJ~h<0lCm*2F#){AjBO0vgl+V#+}wen-2cdeEwM?#!}Y=T>4;Hc zlWBT_f91}0$8Y2<8U^_`Cco)hTrt((gtaNYP*H!z$tH0$=N*>2Z*QgQ6Vx)S{!l*L zY4cOoY2?%gwOdC49E`_!%njOnv$$m zn=bcyRA#b~6%RQXRVkYc;m&(r(LXdDBtVvPx7}N#<$1Fb&!Z<2B44TObqo|2Qkx^2 zje`k-Gga=iyCTT9u^_L_`>+s}34F`KN**|sST}7rhWJrX4R#2j@B3q|tLHPjc#+Q{ z+bdYMC{7Jt$q7jNH@ZeT-Rc%uZ8I9I4S&}$ca7r4QN|*ZkL{MQOOJT`9eryC?zjbq z&!c`v1T?w%fb8^Ex`oC);C+<9-U`a?o3|nZdn;PoKi|rO|M9Ju|I@1i)<6v{VJ}A? z0q*wAL>#cQl(H~>pn`2RX<>m95e@U(=kpbbLb>+ZJgW+KE0x}N||v^Cl3#@WFbEO>WERzD_E z_OXcee$-POy1^C;GdiPD<*Ojbp)x#9us9l@gyRK;bh{t}W4TAX~a=0F> zyQk!?l+|!Lw^)2*8yM$a*rAdmOV(S?IoaWpBepe==^+~_7^C+#7VV-^HaP5(^JDil zq3 zeF5nW<1;>H4IGw7TD}wZ9e%FC^JqiiU4+eD7^wtiVipPX$487HdBI)nr>kY+3Z$FHIM3g~?kJ^(|Wk)ah z9QnB9bA=SKj#$okFD?5BO*UZa!L+ zn~zo+_R;F5{`_bee($4ow7tQ&K0<&)fqk>v(R{Xe!uSCSBW!9ms9=QKXy{1zlBj!F z?{3YOBsTXBx}o4R6oxXXqankKCs=sH2R$mre|qs2mw=9ff+-~}MSLoeCxi$$xZgB; z{Qt4`)nQd_-Mcg>EiEM>DBYb>5(0vBw@9~}?v|8pP(UdWq`Q#@>F&-=ZSt^K44#<6SjL0xr=>8<47QhiaE+}<*|Kmc)Cc6Hcd&CTDQfD6R_J& zY@Ng$jZ_!^ip~)kuS`Vr@`}e-5gEB4}9~DOOHrbDfE*L!Gg`_fa21eF5QI8Q_-|6BIe87*?+7H8slE@++c4gufiTAgD zzFoZoqk&&TQM4WkZ!ED9Se{;h5v2mXpqN)=?Cyd+7!3mG1%dF!V$cifHSN*`P!1;I zwl;M?!EIW<`aBpL#3)ypCXUl7LAdIdOj5V7*GRx2Vo1w#>{}zT+v9dia2s|S<|YYo z?H_8GyYiEdL57v5EGm)F+B&16E=J*~G-USb%_?kHbTwBTj(m0X!9%as8byNf!mx2a z%lc8)>jCp|h7Pl#(kEe~7#@``H$C)b_YWAI}pBrg3yrmHwYR2 zXCO4Radfn?f{vY>a4_h9;P7Wvz87-uCJA3Q2ZT{d3@eFm*S_fME_iVvH;;LrvqK!t zif&3`Wb_)dEzN0L9$UM{;UEKRrg|iexN<4U%_|m7{q?L{Ap1OIt$&8U*EVwDm`EJ4 zlr|WZ#g|NwBU{8h|5br?g4T&-j)ujU);H%0m04@@9~oAhVg!|ByL-F4dmF-dMQ6?KyNOfa8Kn70G4>dNCIwn-^nip%Z- zc#_2SGUJ;%}jHbVhy<|>SsZLl9}0HBNzk}4UbH$?q}FfO*oV@ zeQ;lCfZBW!v-O68?ho`k_r}1pv-jJkZma_^(jASaa+efHET1(B(XDJCVn*lg;~cMQTT|xTlZ`uB6#dwQ&>Ib%jc*^ z``&e2VKZuddC3>8U&%RzUq9?qOP01`AX9$txs~{F%+t*zY!~ZxIisP8+?1wh8i3-v zJ1C;wK~WA0MPp$9zn@bp`u`ae?aj?z->H~*;9yYyK%$@mt|(#W?F`7aS~46LAHNL? zkppR7qRH(P$S=^1bm5@3<=sDiPzT4z^BIC9S@eZ+sG}cKpS6_D6IP4PFD;;=!_4f4 zKIJ)O>FK1vrJE-^KYL1FKMEgT6z+#N&rw-|x#~G$L@o?VH76N3Elyl>rhpQwMVT6t zmb*VH#)wNhPKr8Or4+LKMxImeZ6ElL?LOb2*8BGT^~YFK^pO(UR=36DqW&(TsyG$T`Cn08b7_~`|Q zN3xJuM%KWv*`|rBhBn1&{;X?;gLm(}*{CsxIaoGkM={L-MC2~tL3DFL0@AzskSE&q z-VApaOu~L;fL?%y48^3mpc?6;0syQh0yFge%iOSJwSBG^wqm+C&#lt_T~2iuvi+qFoC*7;q=IcYo_+9`E1_flHj&yV%?&jiZ5gyfhXX-C*8Z1 zeYIf0=)oE?(Bi7l{aqvoL9*-X6(RFIb8DDpsgGo?%|2`VFRnxUU|$Tuo9f;BIEv;G zNi>#xyFA~}#GJ%lLJEK}|GvVK0{2$IJp=IQLj*53P%H8)bpfk$Ac^XMEF3GKD z%@WZ{Q;(J^M=RD=a;%02j%#JI{1ZhUp=UECTaz3h2lH=#&P4U{sfr0hJtVJkqT1?z zrv*$X-BM8THMQMZss})(dui3$_L8=gK2?uiiYa*;9B(L4VNkPw)cmGmJx=`2v`E8d zoUhvX+vwyc;TcOwByO#f4x^1S={Cc&pTg|D*3j%xY zLPgAi9ff{7k(gr+P_lqnI@M(t*jSiX1S94Yonr+K6kR8-`>)?=5*q0Eh;9F#gla!Z zL+RN=wda4rkYG~+3c+94`}xuS8w4GWc`pP!(si@c+VGU_b;9qXVniWk5wjg=J9;zR zpN;ZakAXLq-Uvh!NFaq)CN*BDUV_oUuAzV*P(kkcJcv&8_K$CMSChjm>{lj7F{Jca zT|2URlrO8U-zujIM6!+C@c2MKIvkNhb$BeFX_4dF9|ZCP+st@(N!zZVpM+m9m3W|D zx1VY4k*-dU3u++@a5J24QoCX=;6Awc#IbZ)f>lkG>qK?Dq%3;Kp!hcXlh^Q-R$pW? zru&-E)02gs`Vsdm3<k3;%z#InGj_uq=VfJgn8=EJ~~{(F-e;9>u@&l2#g|JJAi z{CI{?T);Kn;o?qeVzB_=V&;yBAW||hvN5-OWe>!(0Q=ww{a4S(#>x6_JR*mMY5Z9x zbgHjur>W^jSJPrsQ)Yh?ioZxxZ&MQm(fj1oj3gYT_lc=#nz(v!*~_tDS+ESDw+t^~ zVq&&;Xp*-j7ZOcoe1Zr*K@=iKOM?$A!dntT!eVw?SZNjiW;nD$yb!#k_GkKjcZrX>S;1div=25Vceq< zpOzr?NN+!4W2WArM_gPB-m@)qE%;n4ERO<6hVbEXjuE+n^l|uESdkdea#()=rA<-T zzQFn2M@d|i7g0iz6Ganv?w*|pLwow%0_b7uyB==8>tPY7=UF}b-NWR6?O{tB8wZoW z_w!>|nD(Fj%-40-&;57(-1EDi$^X*N8L=69sSowwmfC686V~EbU^s1ASXd=szp=nh zTB6B`ykquZV0wi5Itp5t^#J(mwatLSte;Vqe-&m8XzHLpk6(LljK5+`V;27k4(~I| z7Zw(l8+iKhue$DOJ@LYlBWv4Po|j4NW`02O~mOMQKj`@BG@R>@6NON?e3XMIC7bwWv_d^>%8EMt8{Bs?sZ)->-AXoM~!aEd~o0=YVHQh&}d!!%84=YW?g2;OC=rF_(4rb*>2G|w?&hc(~ zvwMeaXyI!lTe9E1P4HK2150MWSfc0r7CM(?lI zV(L|nc}lK1yIlh}mbmuw()TeELyyFx&BeQjgL`UDMETAiSnEus5f8<^H9ZO=WzipB zB2Cu|oYN)8F$-<%3Cw$(erc=+mru`cnOSbDST>Ye z2DBK>YuZBm@vfS(WbqPaL^#SF(TzvWiYUvbq9=*y+ouor!X~2+GcQ-1c3&LiPkT+i z^W#z9IQi_U-=Eu;>uK7FKTR&A!k5Qguvi&slXHE2_Gu?s!Udc5>}ppwGt6z-M%pa# zGsC8_zBEs-Ked15qSZN)JA4C%UQp!%jg<4Bmor?kPAIk{enjTezSPT}`?26|lz1;& zNTU98NJB{a1^!7fzUzhPanJ_AkZ^W}xL1g$au)>a@;Gl}T$?$PYi*8g+k|R$X6QL9 z{q9Gq$7!;iq$HD3vbzysv~jeIFPwSKYg@B4td&Tovm%F?W0}}CwT`UWF9kY;PrG)) z;{;wcgf^B$O|QjHBk|toT?J7cpd!Qi$^)hC6?+-v zdS}*F^+oYw9|X}3yXR5o7qQXW2foc;`IZFsGV?qkH1M3G&2Ujp&VW#)(4{j?bl zP`jI!nHR7dHev}#al={k4!Th>?n@?SoOGK(?ToW-@SSbfZFXSp{xG8@??Br9K}Hkp zft@=Ed28pvOLtuIW~l=McS7=(paW5NEb=Dg1J640{nks{#TK_koeB6_1A;nun^vs@ znmX8$R*M6=IymN5`M39U{YS$wB5eW)^ic(n9S#@-&=p!t69ev@E+QiihM^LiNVpAU zZ0LpOX}@{2Mzuz}M!&{<6M62nbo)8>v@l4Wyj0ily3IB81aF&hOm8P>g1l7E@V3n} z^cwGykyQxt=tyiOtcyHafwED&!942Jj|pGgGt_;Q<ZPPd%TEo(N>Kzl4^_WVaVI^3V$zCAvKbv4;5%;5>LeU=ik6_*^Akz zZ8WaHFDb|2S4-AtH9e6j!xGqNS5ez8cSf;jNXQ!SLO)-+h36~N;a>GYMpJ`S*2hi^ zT&J`Xem*R5W#hL-H~7?|d~0^U_Or<|kXr&dKBn4&E#j$$&%EeYj8fp^HwkqO1javI z!>Q>1bc%>D*ngB^;zq1NAcj4jV+pnx|CLL5~o)gZg_qO?3+rshCy;>ul;5kM6 zhSb-*bSm>GPKKVCUC45=Z(%#A7Y%tuN?2NzM*2wbsjv%j)TP7{WcR5pK7T!vcy_5rUC8rYX1It`>VjM3*(4$Cs5xEov%`y%fiF(VL++;F=+Z7wAg$q zk_I*$RXhrXV-T9P#A8gn&^D^uEU_pUB3u>N&-P-hJRF0vTfQR%m00;bIrRZ>@;>&m zglsHtdj}UopThegQ?t$aP*{?QeE0TV2H*1S4u82@6pIN_}W>2yUA7j^J#@? z@W%I&oXB}M+cP7t8%H~P5JaYN&-JuQ@TNQ6Q9;e|qY2(P>+7CVE#*^$y;i$G-+dk%05D3Qs1EVaWGSEyuy>UweAT4 zJblx2j6Qa?G@bX7PRsCm%#3!D_YnyVOdIrCu=v+vq#QrV$d{UVW+v)e zd#X1R)~;2l{^SQDGP?fzaT zQEDgQZcyg9YWH|)SmR~nJS{B+WgdK;KI8?0nbLl84oeD;|zI~F0 z&U3p3l1SX1W11(IEA700@Fic}(ErWTLYqgrZ(o)mT|M$Rlzq#e;7S|35Labdf6Mw& zb*Ctbw97`&t*CxH-6?VMYZm%;tl(`Lde_d2>Db$&Av3NoE>7UF^-5u#=^D^>Y+n)a zv`YmeH_;c(-PW1>_?`hxM(*p!2}ll4^`@T3M+!x3c(E_+Ir8>k z;nJFSoa8$r#^t89i)ju1ngdn6L&MJM2WDDa{N4nCBc*2s&F(`~%rt;WAOI9H1zj!)@??o+zUViYeWj9D5|q0NT~uR1=i?f)1_Yui>1>j#BQ(ffkFi&grJAC zkaRk=LX1L`LKJNm&dM@y*d6ge2!Z1X*PA}WtJXuuJZ`L>Vj20I|A(J<)#>nP$M+^?Cp z+OONLCA_k|4h5DVZQ#&#f($8lp+k_01hSz(+j;QegJs$dp zr0@4Q1yku0*Tm&F7TudUnC+io65P*4jK*=TQfFZdO&x6g=xZ*$;!nmzAlE}ld;H}r z#a)4e^n{@K0nqF6xVaft+V@ArLg07kx3 zA%^C|OAb~Qt)g8kV8bR9&zXQs`&;G($aV}BPnw-fGllU4VH&>xJyhS9f={Wv|w?JbglcMw$#i#KYzpenE*18Yd z1t%v`>|0|6Gn0IkyNsh`Hi2^;-&H-P`Q7U6Et((p^&~!DN?_NiJK7T4n;KdTD43rU zKuzvbEu4;%sO{5Xx4A9y&QYPi=2f=t7-n0Qm6tQ8jX%qME8sc`RK?oy`W% zZ9aE-uu*x>u^#71q{uEm>^0)nt$owAui$zf&IZUeQ)~k?JqW%Wygbf4Lv6k^oSCf5 zIy}fa+!S5L^F8$IC_{Z`gZgkEOTvYjycd~6Sm$+v=HOMpp!9nVkk;i-e<3NSmdIK@zjmHybfv43M0$Y!A)_TKCxM#_4 z4Ie2*m7~YS{m7s~GdOj6zcqN~bpj)?z^!ZUW%Hk~>GS9O@83Q>chTw zp)tljz;^fMuTsjV;J4fD*h6^vG?>SwUzkR}iRrJ{to^^k=D@#TQ|%WvD^)AU$oulO zO6<)pXCf+Jxz!Q564OtgknZoCd@n+@;9xeQ49VzsJpA5sR&61bKv3-Ian13XORLmc z4S$!*rLXR~5-viu=y+YOnn(D2-TF;Ml1JMj({V=_L^lKlead^bmov* zE?zruhOip98iBW+`eJcxUi^}e+{3}y;JE#8J!jy)q?`4%#&I;5e8z>!wSa0?I&+?8 z@I*dS0Pfp9!ZAVqZ4c}j>S+U*|o@^R!j5geArgmJ(BY8Xwt;KBl-6 zicQhKVe_Wp4x2m&P;7GCVH13ZP5ock-2WGBl7}`iTjYD$0n?%+=(vgD_UE|iPx;T| z=3Tg{3lHP=M{rVa1MCgbc}Od-1Oz8)3`AHn6k?h_#vd@EGgpZC5bi~ZX5Cl(#*OPI z24DYy$tfl`^%+b;!r1TNMBT8v$+qpiPcys{`>*H(Yy1oX%%!L=kXIy+*01_|9IPYo zR`X}vM0>qAjic^ng|ON@}m<*Os%ZpEqF4f$qYw6R3Xq6cQrIo)f(5646}Au-t6!RJB1TZP=gi>AbyI{eJ%a`-wF_DQ{vw;Q_N_CC<=j z4d(}&FXQWxHH8BTQ&C>=S7;Dv0bhj$3KCYg3>npqILLR`kLgN!lM0i1AoAUMuq+dO zQKuC$`sh(PyWZ&V!UkoW9n^$^p*4fAg#CvpsptG(4Q^&lFK z0;25Ei6f2nHuveIb+}_wMvirM@pYpf)X6jv6I}D?EYEBj)S9rg*6af}>_bS5I^Fe3eL^6j*rXMGnDF6)DJO7&6Ku>T!Mb$O zMmve*Pq|oFg_*KjDMcT_$L&8ZL2S;yZ&^g^$1ww^!Qgk~=BovsyVV zmn$F|-Z+E?ID$azLSTy~R%nFE-Dg3RJucb(xX>V+c!IT&P_q3#mn|s{xJLlr4%kG+ zfVi@+1TM7+C1t~|#}fb7O>t;LaWC!fSr9HGIrnb2=Bqa&6&o3Prv3S*7r)*#|NACl zqHOLz-$eZLP3&YMW9^u+c)R2w9X~<_MilDLk=dM<^}6rfn9ubt!>hMZ@dT7@4BlWJ zuRVmASuXEaS$TS4BE3bSJs^~<3V(5hEqD{CbzWJm*@R8fn#a;cH^%OAsTj@u)uQK` ze;hx$8M60HVz{}sF7ZPcsDr^P~Lc*#_^0ecbt>IVRn8!Lf31wAuHVl z&Dk$>CqZ<&?zV9rQej@br*lwIH$KDfQ;##j@3Vt&gZPv#6b*39yPN_Hi95#>fW|99 zwZ9#c`0w$`&vg*!78g*0UIiXT;tv-U2KWQq&O@9$QC0t@;Ky`mHeFG#UVRl0dVbX{ zx`jn8f+V5h{TY-+Nb<0Y$|-EbtL|AQlb0sJeICT`^afo`3#{<1ILb&!n9q&f;l(Bd z%9W5_RW+<{my6NY#9C~6^zYw%OUGONEN~EhT!1FT1i~YV6FRdi(xblZl3i^DmpR0u zvIj-JC&(=ra{Q(xPtL5i-u|Lrmgy`sCEek~BgP@@#(p%jV1{P7v}$ZTFGiTwuh?t9 zs0fu!G38Sq*{l^Z!m1eUSvm#{L4*puC~mlbo)F6xK3We`W%G+h%K;pEFEpW(h2|kz zn=4m4cYsHzbf$8fA-erAP?Kj-qg2^~eta=}Jr*bQ?$S2#Q>L+rc2Y^<_#6@Q1e^!! zX@GnTW|SUHql}O^#wY=w*saB<)p0?nPfA)gBqf)T4ORX)ik?W7?Q;>x2EXCmO49J; z<|2TT>&wZ~I0;t8>FLB}2fwv!Akcp^_RL|3swPogC@V3E)(HH{`xA(dW8kg$0CoJl zT5oS633u0V2BW4BvC;I^qb3w(a4Xca5(KhkAKUwqf~ne(OxHRk!b`2vQCV7k6cVts z#e?RkTpPsYzZiLDPc-#jl?Ss{^bNp;vv3MC1DpWZSL*m#NUDBkT|UriiI!!Em^7|V zWw!Pa>R$klz-67Jhrr{5&BfaO0^9=^VG!(Oxp>DTfc&*v9@11rkb(;+UKQ%YkF&5h z_8Vd6v2>_dF2_Uua4_W=jub?aR;=xb7IcS6sv3c3Oa|yU+MN*~6BIo9i6%}!*9=x~ zdkT;b(*XHEuz(;5PzKz6`=~sD6l0|U#A_;%8>85OD<>}SIrowWDwg`9Yq$2wIa6%M zbasWFMvCK{O3M!ocy=oopT6*sIe7!H$NKa{pfcc@M|Vtu>78c^LOnA~<+o>&{M|Dh|K^&7@Gz!7 zNd=o%P*Ne`6X&;NbxhVatgkAsG@n!`%4Ci7k8DPZ@xE7T!s2^QggW(#qnf90jpzFc^SS_h}ab?1Y&E=FmW*qgDk@hP`mji4k(;)~u30GngS2CSei?4;LUUUkq?uD%;6ycX#aK0-#p<%7w-e8YobkcD#FJ#T?j}{T{GAyWJ5kDAYaNJzM}_8OR@#KZddl zQos?^9n=kF8VEt*SNF(TUJ3*wvlN%_Ew)yX3wJ~wh|L6%FI=9J;a3ryE!0*K&o@^d zz94BCw}n|w-y}=FNfEqZCm_2G#KRkW#GP+5sQV-AGUPJsM*MaO)CLAt9R`?%BG28I zz@NKFgAcKmsXAoCGYAz}8w~5(&%+>CV5&9Q-i$;A)<(kyPRZLsjhjP^G&a;5E{EQy-_Or0_hL^DyG$(yg^7)&S5Px&s74LMN=ZW~@7#oxA z{^l>Crc7cy)Liv9*MOSRiKGOBz0Jrr7|soEfxv)ZbhM zdOC$A4G((yvD`ZJH2B^K#FxR+py>f=!A^kx<}*=%YS0gfP;q87(4_Bb!AD{kD*di2 zm&k+RmFZ3ay9f)FtMeE&u3IC@^z5-@SDq?5&um&S-2suet0Q z!93KPY;27G?0Qp>);ss*W(G7boB;_j{kB(oj04K6Vu$0W`oa#!+=g<6j*RmL$XkT_ z0`+)gq(41AQtF>Q{_Wp9{tX-q(jTkkzj%h++?O1jDq8PODmGh?5QO)hDOTSS*iy9z z;2M3ZoXH-3kRvWjVUxKh*Ok3Mbq?cV`%zKMd1>n1?7eJ7EW5o_FUuxxotgs#w)Ot2 z{-h)@YZSbBx5!r)YUJq94*<^~Nv&3c%~Vn}r|HsBQ<^mb8|eEn~XomMyYJ- zYlbF{`*ksG`n7U+iLj-w9dqO8ON3TRNHtO$FLwLNGDqLg0(mMER(r|3mo|tbMGsGb zkS^}|G&H0un+~btE~A(4Eo8@I7qbpbl>(|NMDw?vnD=Mo>U1AY=Zf#)0yINz*Nd1G zY8T%bJNr(OaWSyid#}fu!r} zVe>kpV4xL)&9c8v-Erjl5EF@VIp$l|*BFS0KWuM9#8l)NScB*+z5a5?-ILClcSd30@y13EGLDoY z@k;u~wS6A!W_SEp>t1S-70obPnObV%k~1Z_T(cY{pjpipmrVM2v7XRSKm=yMSs_pEJRyw*!S1+*p$(@}O`tq0ck{GJ7?ORud zR|319(i|#O-Z0ILK+c28!j^0z8VS8rSmvCznU@AqZ&w9Wme2Q%lzf&n* z7J1*mop^CBcs8el%kVZp<mB;EJsEv#hg8pE+g#urGg-5N5~^OHjheInqgAyK4=; z1?1gs5PhLc$fgK*)OU^9cWne2jJigwJfpWw;X4+DIfkk(Jm~sHY@6P9ECo}68EuTJ zT!??r^`!X%ahphU9=m*wKXDZ@iRn?_^86GjSis&YWgh@+ZhE=Z@a3hI+*vZUb*=P^ zV^QB`Vxh~kK=kN_1pRs9sr9X%Oh2?_c4mTEN0+NGpROun%lyI*w`SDR!ePCKYXP`kYpgD za}*2Yfa`uvN-5gyvhge0sa8b8Kwn9&X_rnuDo3z|4C!WhD`#ro6GK9hWgy~9O=NRC z@D}eNCTv;rks-oba-Xl1rkBX}5@Cwb8(4=NdN4)et-b`E#~gn~JC9L|#@>|n8qQOr z_BvQS>aI?j41sLM=6we%kLuffo-$WRqgPv}PD@MB-WzrFWU?ZU(yrMWDCdl-7^X9l zAI@9%mboDydVZNPRiqPjGv#Qt*1KHcrzTW-yz-Ts)vH4D(D&2Fb`zWPfTL2e&1{NI z*|4ivMpBUL?wJo&B#H2G@2p-)L{ahFM)^o|w4uZ$MK?C7o+P zKn+Aex$N_yeMx9Tm7_;b&H6jmYKgKP-tcZDs|)S+f-sH1;Wn!5;sw#GWuYOU{-k{n zVG8HGb{CdTFat9k%~}lmfE!^-PXmZT?D&~6#G}2<(U>4+vr)a=eaN7vZpFa66e0@i zVVMljAoP#z{jI=a?N~VA97;aRByu-GeakV_4Wp5|R0`K>@rW;0p4o(khMt<@L5yH_ zfVk)zxND7}aQz5v)m1@bWo;FOG7~N6_J+DWM%c7Ni+mNfomVZbc4%LGSglj^@NIED z3XO0od$$2*A_&S%_@_*8H9iz?zaLlykRncGVLTxiz3y$NC+SqIc>r>B5Y zp{?z=^MfHfbN*!Rt;aQ{ot0;oGvma1Wj6WS9)4+=l#w!xR&$s0`|bnf+Urbj73OUA zGMaAg?PQ2J!`;F;WJLg5QNTysIjhi}vvNY?pTs}oAKbskKYE77cZ;ct@GwGuIO$&{ z4TO|!wgGG(ROmq)Scl)eemiNsxrOcP%!D6^dCb-niV0F~sEDa>tMM$x`UivjL6Kwa@91Q*4q}MaY){-i zEJ)t&y=g68GgW9?`rhO%bLfj!dn(91&d{xBl*{V2WT3^HPbN^mZpp&w^;H)&TYqPA z>n6>*C4a{j^=db7*VP>|zDT<-`~@5$>{TOBTJBh+<|0@-Lw0MdP@6|zGgBVAy-{g$ zS@_iL{@KzKG0|?BMmF7~l54^AvU?ZqJM?@Ka|(c~vOym4zS0{an!+@Tk8~9;cms)> zaOY$<6U;98v}#n!n~-GlRy?v`HQ&Y>(l?Qc$-=JSZ#qk*slb@=s<*Gw5WEY+UWT2F zN;VYm2aVFAj8Nd|*pD{!{dv0*@};rNvzYxB%iemJXhZzOy;3%l@B zXlsnru@bbkt`Lw!&`{;8i*-CMSedC)YGac(3a6iFegPhVp=E8sH?1=8RBf?CD-E&I z<}Ps+FNuf-AdNfz#llm_H2P}&3_ z`?*-!Id_uBB^65p?-d(bd#e2TrtRNvQvP*QiJN#yj@WhQ`_JP7bz_hJAwPio*sPxwlh8d=i$=E5l@JfacfHd!xGf%V=gcAD%+7)PC2SfO zKi%mXRs$Wz|Ijt0&6^j{)*8+$&KE^^N=T4JQ9yMK*7eUC0bRrFzIFHX=q}EL&>y-6 zi7Y=L8wq|5>Wx@>cisry^aUwp`S+(2@9*B|_{$yh;9>OsUE9z>MX6L#@kTi%x!gRN zE4DYbyEN!HD%ZTAU9Jc=EcCHtetgRX(vnHt!vnwLcIL%h?X9#&zG}mq+t;1%HA^d> zIX`MV+4**=>o#U!+JhuiPBvMlHAY+JQ9*mVn$uahAGdmvqBnQpZnE6bH!#LM#$^Lk z6~5}uT{ZPkE%1mU9tlsoKnX9&2A5(K% z9vi)oatYc~p(oY@Ht(L*t*r%>@O>$7;7eqlvQbz~xl&;gwGuruAUW`l8>k5KZvlKI$5n3?u}YLhI4%P_v8- z#052%qs^e^i^v(dCk%-SZY!JqExy$PU!f;i)ijP?g8q6Wo483>#epfDV8Kv@VL zP^vp{073>Ta^Q%Jk?OuX02YF31^b8vlz1gX)F>z3>G7GmRkJMd)Y7M=fAx}%uK)&OQLdST3eX~$q2@xB z3Os5oeIbBw0pbhr5`e4$R}K}BHQ1KwYvS@|1x+_T&4UUSHhnkCyY2}JD6^zt1E+y| z%b-_%(${rPW zZ>hqn@2354<1dPckNP!AzZ4N~zvS!TIF+rU!>W4+Q=*qKsbKT)@aZ?vLL{7VL z`<7|br}13mYGO7yoU`|-9|jy@;BAoW})xYlXKs8ha^phtkx$L@US`nG6#lgjXz`#duZckJYLDpBN6kg zBP;UJ{L3H)+&m4(9L4=T zU7JZa&OX|BENYpz^3NyEze4;>dQ z%?IciH*T#pT}`rI_R)78PCyf)fqh8?J=QhcH|-+Ea>HD&RF%9USiC34U(&(P-;ToL z`po}G@*xB;`tk1=&9?eyjDmh))bxLY(Z9%W0F27sVYCh9-=q#%Kcx;&LjPIn0L7^E zUol!*^VPLPTc_CSN5X#bXxm>fYIcXw!6+z3>3?A~1yImMn*R8v)==hTJ*`zJR2(qZ zarB22$K7G>VPALf^QAm?ovNcF4?v3Z5mKP1Cyf4w6bG@kFFC2~R<&v9^XgpcQ%)oE zq~XW3xm7ql{K|zqtP*B)rtvcjP$5n~l}jL0iu2-^6sIeV`X|+Zvl0=TVyit89!pHC z_Q)k1kTv{OisN*JdMCws_DhOWb;3Q=07!9C0V$3hAjK*39ZJ{o!uMFYLWW9lw*Eni z<8dd&alXUoA525Qo!sF!(?IaB1PjVE=-e?4K~JiFG7Zn}mrySiG*U*?{65r@@NeNFlxI1#i;omM%QJb7;XNA z(ZG3o^{4KRx{J`aKEQubZ&;`Qf1`tiX(gVgmGNR8lOy#9z@1}sSKC{qJy9*+*oO%+>PmK)WKz8L*Gyz{bqKH8`Jc5*ixakJ#bXs&{=`N#UBp#U@d`ol@~(NF?8re0>(R^|lE z-4_Jt(t3BohlX`kPja4vuIT!K+moKSq1DyxG-tlA%xOaeUiPCHHJBQorq$s=m^v5cz+Sb#Pxa;@Vac4t&{EdrWhh2X-E9x;S@PgGX z)4Q-33s$+)AgY$~X2A_b@d|tnG+gt2Sb`tp{fa|Y&r*4}4J^}7``!csMTp!bSy|^@ z){x0MO#8Uk*~Hf=d%%G5VWGE-tYaWr9ukh^1-b zs>)l4tM4P)(8mY7EftUu!{88zIiP S}fc;o3$#E;ZNf!m3xKl$ziYRs$G>#wXdW z@t~nr7$dL}l$uCj7iUiB!mj9}52c_n9z4Ys$d+T3c3NRU~rMH!nWsXtd;eSlt_N} z>!#{diW&hqV2zbZyR!o1frUp;xb%=_?H#b13rAXPh+5g3LKa~F!tZM8Q36O1ifeE1?mGc zo4^ulcQIq6m7bRP#X8?OzBDrVfnf~O8j+QY7JmW14bSZ@F<?kD=#-I``m6X)Ap0%w`UOdyKDPqaV7+PW^uaY7xb_v!@dC?8g=KP z!hd>be)&IpsNQQ}w>7Bb;Uzqb@E;y32(4JuamX$2SBT<+{TY`ckUpBCD0n4H?1Rz~ z2B|MXS7ts`mW1$!EC~=mYUh6zrzd#2}9y5(ZkW{XpyhPRa2_Y!UT|Xg(g@Jzt?)Kcg_KfM4w`zaLuQt8Lr!OEDi=X) zJT-vNnDMUE$`e=L{}aRxR?IRfjBKd=0dI2z;EV9=;1SA>39bPktK!WVDxqPIz&^I1 z9wqGrtFW@AzNx2f8{zaC0jy+VvK~HE4$(~Ingx|Z=)MA4xuAN2aErnicCZpa+Xb)| z>l1VT6ci;c1wx!)J6YNQ{%^K!2fO~KcA+%_(uYN-`o*UpF=>9SG+3E%`F;i9PE1Yr z!oP$(wNC8&sgkIvUcuIRNRjXb;1vuy>)8B5@hlhUOxMl;x5w?M^0k`b@ItYLqXH5u zh}R;2swAAipQVnsPyn|F@+J7!6vXbdONOR2{86Cp5o3u_2*KS|429yq{Sp7)35H(|2`~)$|AAqEmk|H1n)54rLONY8LhwTn z#|y1{rq58y)l1t@MwQg(Md~d7L-ItT68))a7sg6udi~g(#Qp_Huf%r(@;e>~$de?d$bPf6><7#dR9;=;Fts zQ6Kl0jrCDBM`qQ>UFVp>C-QYQT#C2Xo%^|DLhe7Ft|wDfx4#sg-t3p-Zgsb|JxgVF z<=qT}=0qSy)+ zk=5U0XqA5`#6Yto_^Rc}Xd`0>q6VTAVijULyNp(pf#c=T69_eg8ssnVOh^QLoU2(X!z!;l-OBs_N}xa=`nLp%mJ_O<2^2X$B9-nED2)C$2^1eZ zWB!srVZN33D}h3BKC>YjNT3i%eVS+rWeqHwIp_hV0iXwXp-h7wOJ5kkGz9pXi$a+O ze7P_vhj7NdS_q{U)L7DRpj-lKE*Q!sJZpBmy9!TE7HS$cJHCWc3v`K0P`086abz`= z!P2k=pRb}7;11$`8>_zN)s(0yiC+RDb`Rb(JAV6R*nZU4{M6M#Lt~j`#9yb%qEqn8 z&}K|jrT_XR0|5GjW?4u$c^8F4WC`R;{^n^Dp%O?B;KOe|LfK?XG0a zU$Q95Iln5pD*J`oj;yvU3G)Njd`?}GiBr$2x;evmm z7#fs|1T^Q>KPAv(em)rCIbR54Tab=>+GxxQp1L!D$97Zs)qN$^w^!!j~^Q#2*N!Z63WFCwHin zFJ_#*x;X_6zWHV}Tg)(RwU?6phgcm@He}(+PU9ByvWB^py0e6F(wYt>g=##i6oKj* zz+E~E7Xs@8Bi8+gZl)14y!K|@eK9E%++urZ)&GmVw}7f@``^7c4boB@K@dSv0VxSV zLO?ePZ=FP4sCD;#>(U#jl7i_^l@tU+dqp$C z)5)~0mjg?$9@%UtRTzzAmH7$U9!2b1h%Z0*;cTEnI2#<062m6sY`|)5v-r)~@Xf9M z)7kLDtqwUGL?`~>R)?GoKiujne|D=QoDKi%Rws4*gIir=U<%<@cRTgbd~ja^dQco( zZLu#Ew0YaB1A0)r?{h0GDSEUX`Jg!6I}mzM+&gIJe&Fp{|LT=F^q|;{RtFn;Q2f~k zdQf~UkM4%@kj4|?#QANMzU}zuQR?&`N2$`4e;%cs{^yj9m>-vV7IM-Bc!i9j4OT>o z;D32y%45&yCz9l6JAH5;6?38UF=Oaehbf2F=4T2O)821{YAW0dp_+=6#oAzpU5m{lFRn|C-$aJu&Asuy=Uq&=AHVw< z?tNqmu#fjmHA4CsGD@y07(w+ukEvvv58Rk(n_XI-#5$zvPSv+SLljX}5&cQ9X*b|q zy!An8ES-brpp#7(!h#dVF9DVPsMK+_pcmjk0+?ZaP()K$Qy72EW&~6|y^tM$yRM8w z#fH*`e&Wu=$qCYknfk1<0D=dCdt(cgGx6g&;#y>Z1cQ44Gn~^x1`=OWuIFZXm{Lc-?2+t zJyEf9ef*1O?MI9t2fyN?Xu>J9xI}_0S}aCKB1VF)Y-QS|>@A1yX+(@%ceG19Hqo-u zxZjnE7?tdvjI^a@fexoz! zlll0tkj4E%2L}5AX_HJs61FC#pIWR#9L!6iwq*`;{=^|@EqZE9|9*9yV?0;T(X z8gI^R6JxUN^W8Kb-7niCyfI4Qr|angO_`FBOBjz|Q>OROo~+;1+TW&3&Ob*fq%wH? zoys6@Lli4YV0`;tlCMXP3!#9Ryvn(!_oO-55h_EM-GGH#H>5JmhuFVS;!&Fa>{wq> z2ULo9nJYmu8wb7eu!Z}To->F${ zs*TUKwW{yhbUgHA-$ZY>SXWomYU&2z{rsu;b;_6PVUrj&)#`Rr;l6nV3-Qq$Vyri! zMsCZYgpi8LG=~Jtep4AppmowuLqaoBWk6aV8o#Ry@jq0CsDe1ULO!HmFj)P;$rhq8re8@A1ba`hl(qdr_xM2AfJIO zE#Dmy9v;?$K~oF+)^0+n)~wwsrK)V3hkw!;!oY$_vMcHJm%H9Rh~Hg++dHOaB3FB+u$ z*fl-W#ie0!ZwzzKbyjfxW@429Z=<68TaN7JyFI4Ifzf83rPTW(j1Bt@IpJE2v<$v; zxX+W0S`exXYi|H(ggSL4^2mVcf}^hcxODdH04pJ%fEaV9;ix0jv#GmVZVujnLBTsd5b zK9DgOnc%VUagXa=-(iTdqLm$^t~GMUc6NPyz+}HdZV@LW5Qwr=fpg7+__8jpdj+ZG z*KbM#Y26A2UY-v=Qfc_`Luq)|UgYmbg;W}7Hwoa&TM65i&dX?WN86s?lmGIPz`xn_K24ovFtCGU1F7 z_X%g|Zgna9$KFFDCzGa5Qav$G>pfi45_E3a(^4BMT&;o33?FzbT?*fqbQE_F8re5e(Yg-48~ill>?~N{ z@(^-0%r{UR#z~_UJhkMAV5WUY(3AibR;=xIJXa%B9a(G{;3*rVIIXBgJ4{)smSyhV zeekOAy>*(?N50&*?**U!!PT%k-iD?CxfLg=&)D7MgU=Qm=7}~ zf&2_>^@t{Q>iP{`(8|97TL0SwsnbK^Lj&?pJwk-|R$qZ|Hz4XO5bg%3zJivHmJZ=? zKsX!r9pS#KM5Vq?DGvx}E772h(Y-Cl-CS@-s(ErNU7^SZ|D4gLos*@0-aFJ=_lG&3 zS2elk@4JhS9a;9Jq8ik5es22@g%$n;)sB9v#N+2`$V2x=-=oYvbU5_D|K^v(#1YmU4{5aHgu_nDIKPYmzh$`Gu#Vf%;pCX_PR_!J2CI_BaW}%%pk+6_ z-v))_sK`xg?0FWe4W9NKBJMlwd0Ye4RcI3$uR*K1Y^3IZ@r(EJ#DC`fM_t8t-i=XV z7=K$n#4l6Y|Gq^2!rzw2*C#!KO61?_ow*bK=uk!K ziJpO_au1EgpjLKP_E5&>#?2P-0-E{BqWK4TR^s6e1LSh5uIk}EMr|f487hnw!PR#j zztV&jgcMlWw&50;+}t!R^O%~Gtv$QumIYg%Xq@9GvuZy$EQwDlH=JT=gi;)!N5_SG zbD~>&d6Av(EiDr;S`3(a78}Ed42GEd-I+#>x^KF-lE&w~lUaRBqRIn1kB+~kI6OwAI6#k%zoj^oko>YYFe2;?4#=vC zNJx9wZN05;qssC4VRJjhIGi@P=T~Jtb6~oHy|Dz%jkYQgzOC$DrO*igKO1kg!WL5&>q&m zX%EVOr#&e8{?Hzri@Z|)ZnRe2`sdO5qpITn#b`YxorEj`I{UK-$l;GgKr&Dfko_NJ zGKrJnUay+MJ%6|yVoNntoQk)s@;(%=y|}~F+eq}zW@b(l7D`J` zGdqd{{TSS?c0HcY5i+n$xOZu22O*W2eb9xZvOaU=pSccGGI>z018EK)`{U>L1Y<;? zTnFAi<~ppaCr%z*?Qh|At80eFsYBHFT!+?B{##2=zvnt!gKC3n8z$=~>rYSbvA5Db zu)o_J1JzXE72N)%L8Pg>k&9={ai&Q3%b{UdZl8xcBE4uy^oL7^jl=w4~iTq*;pK|KC-Z>`z?=h6D3q~iN% zH9&(s{L!hAJwc8uC%xNCiW~ z>C`Dh+2^mDqfIMx3wq3>B&^?pHy0=o`cW77-fDL2kPdnGqQ7kMDZ z@pMb*!`;F&-kY&|3kAOBXgM~zvmN@DCPyw=a~P9|f{KkVjd^)?9e#MPZX7j4(YU!B zeoSIq<`>+m))LZ+y{A?*Y@SB%+eL}C8ZfjdW>=zvKTEZ+SyQLpLm~G?9?G7(y4K}L znpjECtGgu_nHk8m9=Ul_Af@ze;@h${!TyKS(HhFCa(x7I8IzQT34twLlrPENANX@> z1+{#^>*)QwMrqhugDA5w?6zs=%!5iTrUe39Y)e&|h_Y@(wK1KaQfqY?sOrnypAzwz z5z%wH&CVYE%&DTPPkpN;fbt~;ebe%V^QrVjp)$ueJJ$T6yoPLFl-j9>kf%XE+rTdy z(i7~Px5*&2fzW>js-BpE)P^q?UWBl$-|?A2*dc;RfbgFtLSB-GMHgECc@a{Q0S9NLIMQH(1WS6sP6H`virXz4mmz%8y399Ae0Pi2IM! z`q*;_lXb~N2dk?O_gSo%el)Vw^Bac$Jd?%uGZ|d*$PA#NW9k<=8I(?<@gmW= zgHUfyyeyRDpsP5x&NtUj!ur&7d(t7@Obh-R3nJ>l6pDIqc0^}f<;DEu4@EuPKOl2h zv9vAmpyv&4dlABArnj`6bT-GZHwtSjo8_!G?vQD~D{luUb}5Q=89V2!!|p>K^@C&l z=k>$4W|nwla!l=A_RHE%m#iv5PgsZ9`|vN>l;QPH9UdRHe!SK6VA<>Ar1w+>4)wG0 z3LHJg71pMP;Oh{o$W8DFt|L)J<}f#;{zUaJIm~ueT8NMbeOrX*K>-bR{qH;vXvDgo zL_<6MPY^E2Jdj>Qdr6(Ry^M@` zxIcT;YAcu%tiPLn?cLoyCCtPqD2C;t>(cnmGRdR7=q3q+G{f^#sln7NZKt!vedV5J z7Pm z*+oGTndZ|!T@Pu$Tn`B(F5bkd(R#gzHEAs@hMnS zt#Bl+)AbXUFXf4w%6pNkjV_Cet1oZ0N9$^J;H;snF-`Q=`_?Dz`O9`3Ih*X_hZw1_ zlu^c8rcAw)*f4+Za)sOQ&bmg(OeWIx5K=Rx?(zC6ZJbhw5m%mzIyvV}*4l5?kP-Hz*V#7=qDsXBJY_Rs0*)MoGX$wU)5F(=*n4zc!L^8xZ zq_5!)!q=dV@HOnh=w%>n5VAx-zmVeQ1Uml|qd$Igvs?fiN{C=aBt)zuvsawOSflE3 z?3<+#uhv5Lg;47tB^v`xD6oN%y_U>uJazYm$2gR|qALS+@)7IDyCDZz+r2z&_0+jx1wEb2UnvI_c%lRaz| zTu|1FFEX&9rul#y0Q|k9?5Xs(`uhAG}j^Ye^@0BbdcE) zkm{j_#lecuBHS6`a%FAe?0cl$&gNUJFB!btQy`S)UPEM$$Hq~+Y zt@S!A_HqHG5fTT-bIyhgm-_qRG27*w z{mQqzT{*@oF@#^sH#A)mFzi|t0VQ=Y+tlGtm-5)%W#cb>Sk|R1=llhVUr{?<;_rX$ zEZS1K`s|4FW6d1S-jb1_u#Xu7jJd9;$5kXd6qjB+LVSHLAf*UhB$HPW`d|y+PbT4i z)d%hV0OcDrnC{;PJiy;7iTRVNT}Wx~`jzkSNapNqw2R5taT@k8p_~AUh@I<>^M~CpUJo3Mv*VflLujPud=LG@U99TA-iUZIU?g;k~+BhsmzLmhEey=(W=Z;gk1!>ApypsksXZ zy>%TynJ;k|AI>Uz_;pEXeeW;{tGjap)9sEfG3QT(7r992QDsBPao)D(bdZG%~FS5t@VrLX+sVhG|v&D6ZI=X}fT34=S!Ghax5RDEkAPt%a=J5qZ|v zLL3EGi@)yHOcN){xo9eNc)|(U1$B$7cb=@0jx*J&1(wASvJ2^!Rv$dsC0%ElQmfi% zb0(S>&7{b4t9Cv)FP+H~WOHbA2_sLi#^UA8- zx)^%pY`$ejrn<%b$@=gsJMxW!R$6I7BTn~!l^tm{&olW7Awwv!Jx7#Lq~WG^A#?|s z3On&X$PnLEi3FyYR)qCo9iwX(sXTD=*;oG5BoGHbWr(2Q=Lo|@9#V#Y4t~iH$@dwH z71=c2AY};X;HL~RFw=*_N+A=CR2~oqIX^TBmu0@r*{>q8o(^`Q`9eR%%06?-ADycKDEu&kOeYK0bd z$f+_G>Mzzi&i^y(j(=bs(jZX(q(MZaLJ^Yhl@zizxi9MCdeJ)2r4JtCehT|4;+6DS z&EmGP@y}?7U#q$w(GH;q^F!ZXOXbD4pi=p#=WxStf0W8Uw=#Y(*-^RowX@2qy$ zQi4x+x0NV!Y^35`g1&+>ZP?TIeR-;_COx9^(PB|_vmc?fzDURA=rB58s1f^d z;2K;0*2oE7Rj!4W*gN!LsTVbDb^QmPxLm2xXH1=use#sSbO`r@(?qMSYux&@5zpj~ zIp>Wf<^s-%^9^M6WKhLCl-nm&$JLB@usjZ>N>b5BGe$Ey1kOubb+7)S!Id2BZvJ*c zydFP7I)Vz3>`*qiw~t76NJJz%@E_S6+(INflm(Vq9p&$5*U|n+b{HmjD)C}#5m_iN z02Rt-uXhoAf3VE*s#ES-}Y z+zOAI@kaONaXDJXpFiu$TH(p_uC2TGIu_*>L(Rw`J4-~Ne9RvU<(ao#kM9!RMt4IC zp!M?jyP?|k%m47(*OJqJ8mh>&Q!d0%-9pR5s0b+{Qd~O57?iZ8tC63>|Cs*n-EGz1 z1c*Nk)fi}~{>i6PfCi^SQRYHO`o3FlX7yRL+gtBwCO>t0XxUM0&<1W%}cVFF`dylbbl3OOLldUN(QY zZYpOI_EGgq|KJvKsH!GYQl6AL&D&K#l_NxMaat>;WcP4!{e`9_12k0gp`pt8eWG8nNShcKvbtjFs}>~-~29@^+VM_FLnc7e6I$ALvoqli=Wj% zaqWBlFMd@6asQIb(6hF=Q=wojrk9B987dD#v20zE=oJifwLc7?kN0 zWQf(Pp_MW{V|8(ri=2uJ9KP{Cau#>4K{a~lWA%0o=gHJx?8P{kL?Uwl|G z(fRc)&xZQ!=P z;*J=FNK=4+Ucp3j6OH)PTg&WMe%X(rMwA0@N!UN&IJ|ozDu>rBcG(fGtydZ^N*h0A z;y+^&My)&GB9|AOx9f%ixg-c7d4a?9Dx%ur7IBFxgD+HVp_qB!%uP`ka!K5WToTQ4 zHi)c;sI$&lk_36?ns=dBd)CwMiBEO&G~_wa2VhW3K;lEC#<~Kb1baEAI3zwqRq1Tx z`P>@hwoLUKranuN=TB#$GjMP%#9u#i{Cw>cg$na1FC;#YL*j!ouRm0yQF%H)>_?;C zJ7T>)^*1tg{nYxnEhlg11wI(8?mM{j>rAFU&lK^ak!70SFwM_1aeqIPL7#6XE-fQM ze87KAqM4fLJhrVj=TjDX9}*uTYO3y)lkf&}B6B8NF?Siw#t`DeHq6-(Pr@1%O}z&5 z$bpcL|7^pktENnN%{BT(3sd(8 z$M_V-?xKuu9Y_j~@gwHrPLCWd+sawmRh1@XZ{yi}`Cnr`{NS|gUbe2$#qqpoRAcvr zlNBl!qm>ovER>6{@G=P6;}V-2`3zz%!+%k?3AGAE&O!dGS~95Bzo~eEKG<*GfX$^}Rt&|Ft^@`jG$nN&nxq{hvN}h2HbOehLP){a3O))b8I& zhtLQ8cRIx1HT)l~3Zb|9@8;;x*H|?IEVO3i4dV)8*6>vY%BN64Zahn(2<^bGaNpR% zPQln*UPq5z%UBQbxWX3&){F*ixG@wacfnhSx~}Y@R#!g;%hlI+r536w7dz&^rcQ}4 zv8?y2aqII3c708KCDoG3Mj(Ck^yDqwhKlRA!>K14TWXX_+tfbr+_K+NOPt<6+&oGc zS$0amN$-`%c*^|=y&Vp>B~th6O$({KpiMv$N1jU&AhQ)*FX$6-n!?*OH3;lRsQ0k zfsm!)LSc!vy2)_Xh=!YOteWk z_Hswl@WnZls|*wja-ANfl52Xg1q<}^%MF+%3wd(K!g?c2Q|q5^g`amD2s#QoL{$lT zqzGNZB*Zl&-bG$RLButjfaZhWui@$6uA!Z!9kk!7zJydOyiNi}|0az3%Wv zf8?~>8fqRKKH;b}M#hGIfO_wdFJTMr&NPASgf;WI0A(5Smkk>xFJtPZGVo3uvIWxL z#IGG^+o_~VhS8H__r73e^58>N=Xt2_y`mIOrlPq-&ZE-B{A`LvrLpPhyEm!KamttP zM}^NuHmjr>`q0Q>ym0+IA zLp7T5=F4ZS;C}hUC=+70yYp5g-c$+4L%EorO06b*4j50bS|u^=jU{T@339O0DqWxF z%Ptt_vSvk%@d=T*v2HJ6b7Z=hwXSb`Jm%^R}@P^$3y5Yjr{5*{*1hwoCw~ggMMDllfPX~I%O**rxNAN~vKiw~JS=z*ld|`B|WOBW=VEg&QwyPt!P7k774Wta8&`9&= z7r$SvlZ;C#YSqHedCKam5NX4El|zu7O_@u#GfGmO;gaWw1&;2>xc*9?S~?|tL46~B z)5?N*LZ9*LIY+K%LssWACo*GZ+IjDe1Y zg{Gk8-qkG)JI^l4Y@PXhp~O}*4%v|*8Ox}`)Qvfv$2eaG;g3V4hu3;o5?A&{NP3#% zPG?_B`fMeqRo8uBK|8e+UDhH&9w^Y7=^9x?I&>;%Jj(2vu`6$WX3AVcM47Y2lXe!? z56va>WGg2eF^+ICyjTq?%mw*~+pS?1NwVz?2WOhgNzyAMy&oFX2)b-x68PCV)qY^SI+=56$A;VA~gmX=6m`rF8P<8)S7C5?lKTN!Vb9WAK%V z;5G$!Mqww}3bvW%%e<&>Rd;L(&Z?Yd-09 zO?mTqVOObR!h5qTm>KtsGaWZr@3^nLaMQY6**iozTBLekqo;Z9c>S|$i}y9c+Rj2V zmt!a0v+e3fUb|z+ekexOM9J~EJDPZ5g@p2c0uQv^C>;4E@P|P;2krmz{Y&8YL5aNc z52Ae^l+o-)@pp;pSl_BYV$bSymakyBn~}V>TSPY!43| zE)VYuQc^FNjhy!)8~%8QEu){(ZAT_1a(MVt$H7`BMT_a8bW6tjrl9r2W%$)|Or(PJ z86HqDd;KAn<%y8~$n4cv$HrEc_^;boY5w~03+hW(EK3V|%Dy1O6hOpcBwxSX916%gDbeIQ8p#bxtgS=+vQpv<;^*vv*^ z@qy1>GfC^cOgx|A0CPv{svOPXTvL1J%Da~71K4GUvt8E=36GD)(_ncp!B57;A7M_%LV5cWwU&q5%>bZ(vyv0LQXuvK^7{lG8P5dSo zm(a6pakY>6zEC{Ik*a~|E>x#bhWdt%Rn22^u=cV&&eFvE0#&Aol7e^lE9sm}?9Lp9 zskM?FT;)@uu9H$)1)Z0Y^AZot7tGT=4V+OsT zI%2+b&uWO$rAo;2)P@Sh`ls#BG8$Xm3I+b=s0D&m;%}uVu2n?$z%uxrbC$OWFZWel zDnskM9mtn+dr`CT^{Ax?4taROSn~9GQWA||zH>^} zE6a~3lE+8rvj%c;8SLpGm1pso1X z)`#4WNhtHVai+Wb8HeOArk5k^wnuSHXJ@X(=|q(Xeju3H-OqZzr~KlXN%p98@?#A& zSBVKrZvzEdn@!htr?-|8Tc1s7xIKsSuv`x?p9*iMs=UgeHa6C>z0AmDzS|k5q^|tH zzeBXGc_i&hfKUX!?!53(e!j!%!v(2%g3L;0D}r8aZg;Ki9YcCpfoGf*xn5i-;vXN2WH zXN07`%?N8?idD#IpkmFpX<&Ehw`ri}J|^ZFZ8r?k*9N1g;r`ep81Q>cCz&_`cCT?r zlfEH6u@=B7&9T1j;jak42ZzItJtIw2SW8>=n`o1b*Ei+M4x3~1h0R_BlDGF!U^$b* zh0Ezq%8W5k!{Ig+J-GClhS0PUU4?KBEsPwMOVsla3y#ab=rL4zsgj(VjqQw!Wbxw{ z?N+?*6bq;9_O$J-Cg)1<@MITuJGk)9oy9s|>(O0d#D*1XrL9e*r~UX|E8aF|_z8LD zGLf$eL9=^wC}vSq0|akkubQ;~$N3&&Hu#7L2CE;C_k_CL4AJeFJin%V%h1ly-@Ett2a)t=tF6sxplz?M{Z?-jdTa9f+UO!@v<BsyV_D}QgEnL5favf)sz$cN= z+pNdnzX>0^fQi|2Gc;LPkiJL6ip|q3_ZW888VzfKT$%VouBRtTgRhtxc3>a{!Su41 z#-r;w))vg{PV7TEow2H=YEcP)y&4#pWJGLL&plqD!ng6elx{>{Q++D|;%~#&sSH(=P#Aan368H3lO1Bf?V_Y|9 z$?7Or-rT^CvS6j1zV>N*(4kF0NYK~8S0aWE9jEr145|U~sP8%Kn67wV6V{@v#_r5Z z=A;hfC-&c{roZXD-1qsB&O~3Iwg8@YNO3;7PLRf{Q`$I&*u3J8>h#)H(M8_t-cow0 zvCY0k)#Y~IcJiiI);JsuRjVg<;_IZSp3}9&dwa!KZ@pKgP@R6xu%EU?&YU#mnRUQ% zQvU5)%-kf(qd7i8jpk64-Ib76g49{ZGKXk1_ym10XEFlX(A~1z(+!P2d?5=MR#RK^ zCU%FrG_xCvLz_;m#(@bFjzd|zV+l?5)vTf<~(aq zp$QTo4sq(=E~>eXqn4FE-;e9c9uG@;_rwupp;G{wZo{!w(s+U%F<;6)OL05*OW_k% zhJa+E^oVy)P4TxxBAzmc+FhDCOYky4(Q1up2c?>I>?>Aod_aby#g$tun2aAsa0b_{ zG>@kx_}YYu1G;7Pe* zyhOlQHLPiA$Z?9G*6C_}z`@Sc!FBeV4|A$bsvAST;AF)w3-MSc4yhMy9(FZtjg1Yw zk>$+t+l#iF&U`Su(AHG8_1uplUvb|3m9u(E;k!=)0=&z^4Gv9GngV=f-0+-~tYdmv zck=1Vv$D>u5tn4ol^j%h`_=4sO^sw7nrpJmn`%Y3Jfk_@F|p;ovMkqj7o|<&uy^wP zI5uOH{&8T$(FMjHCLE$O!X7XbRCH|c1Ly=W5&0zd(v08juZ02BZU00n>oKmnit zPyi?Z6aWeU1%LuT0iXa-04M+y015yFfC4}Ppa4(+C;$`y3IGLw0zd(v08juZ02BZU z00n>oKmnitPyi?Z6aWeU1%LuT0iXa-04M+y015yFfC4}Ppa4(+C;$`y3IGLw0zkq4 zP72)KiejNcnoKmnitPyi?Z6aWeU1%LuT0iXa- z04M+y015yFfC4}Ppa4(+C;$`y3IGLw0zd(v08juZ02BZU00n>oKmnitPyi?Z6aWeU z1%QJ8Qxv>7%@>LSWdXq_EL}r#h&Z&%Jy6gv@!)LW2ha&%BmfEk1%LuT0iXa-04VtX z0|oc+&^@*^0%5R}2^cyod?eYPpG^`b3qyfn1slU)m@4Rsk{seJiZ;fE3ipjI>=ca6 z<#qJfwakqzwCs${^|g$Q?X+}sE$#KS?2K&mZH@S>^kJ$p*g+|<JD3GT}A?n;RBDf+YMQ}%Bf$Tz|qy}lVsTIrcqkz#j z@c|h-=h$ztU_L}?a~O4D9T^#M;tjg1HB#$Be~I>G)Nq?_9&z3&+gYisQ+bYynq`jf z3KZ;`T3+UN^p^}TkPaEB*sU29U5L+G93C%L`LMtH!qrqLQhd+Zw1FQIF6{@JZCR zUKpP=uH6Wd^QH9N$Y;G481wQ~i+lfGh!j^wj$1sJt^L8yWRHoKmnitPyi?Z6aWeU1%LuT0iXa-04M+y015yFfC4}Ppa4(+C;$`y3IGLw0zd(v z08juZ02BZU00n>oKmnitPyi?Z6aWeU1%LuT0iXa-04M+y015yFfC4}Ppy2-&3U*ou zPGdvCn=sgJ8Mlbn|EauBD-bRV!ezl=0~7!X00n>oKmnitPyi?Z6aWeU1%LuT0iXa- z04M+y015yFfC4}Ppa4(+C;$`y3IGLw0zd(v08juZ02BZU00n>oKmnitPyi?Z6aWeU z1%LuT0iXa-04M+y015yFfC4}Ppa4(+C;$`y3IGLw0zd(v08juZ02BZU00n@8?-Y30 z&)h>q0cnSpZL)2VieTcw*|f_&P|&~+pcBAI02BZU00n>oKmnitPyi?Z6aWeU1%LuT z0iXa-04M+y{NF`^r_P!9VzWsY3^f3T4*e@;&(9_alYpVXu&>;L!7x=$D2f@|=-;=q zv~eO*v@teRxNmG>r(kR@ucOEQ+kZg1>j@YPr5f?8(3+9I>I(F$Fu$rGeigc+B)d4t zUw?^~u^!Y6B?-}nco*455YcAh^v^b@e`{lBX{TeRrEj5cW9Wov-G)5l6tXohqV;6y z&(;*bwYJbQGPbjY+Mz}w&-xkJjuX*tI_PJ+lfSidgqonk|Jr2k?0;y2e0L6iZL-Ao zADTELK9Cur2`104544>3v&rut=vPN{Bid1YyNY~>548HL8!3PLKu|Ym*%_PbLuZUf zyvZl;l8|Q;9S5aUNx2KxyLtQigF zh%yu=Bq?&6v{q=Oi75I64mJMSM)vfSN~)X`mfRE~5suC4r(Qkf5->6GGr}Q#baYSj z*zW?fub+?E1)@`4seWEBQ&PD0mb?`!>kHO*hL-uapF6abY~!TgmB)BW-iO|fj!Wxv zqL11;!nvORjl{U70LLidyO0@_+66!hvt^Ed{VNr7HxDLIw&r8x;dwUM8^CqOuD|D_0 z#b;poQR>bNC@G_eHEZzREP`cn+EA=r=;pq%EcRigxM_8pD3Yr6Xs8|5D0}aL=1H?hXmCp-9p-Keg{5RLgx)JA+O zb|m!5A>RYvJ@FHI(N4kCVQAs(FS0___L!YsCZ?vQn@%JMN(-E~k6uoh=#7G77A>a7`mRe+C&G9fD0%CR2_mp7M}(^1`d8cXx+S?t}D z&tj=UV{}Qi!nML% zgTtvk&9Kh+yh1;7pES^?+z9(W|I^Ne4wK5&ZvLA)CpMqh&#Uy;8x4on_d6$aeS%S7 zQwZKt?g%i8-i8afD!sn!SE1{O=6%YqTW)!s^CS+gapx8D*<1aoV_`iTwHCSx3M81x z)w*UfwHAT8y7~8Nb~Q&#wY<`IG+PCxOZN|lXdka|R-W(?QA8oZUQK@NIWyB!Iy}%k z6JGKv-dCoAm zY1^UxB;O#)>X!Nb+(TvIjz#lV15`w>Z(6>s(8MiFJ9qA+CC8E3+`d;`8HJrkIl;rr z_54n^dAL3%vkn&O33+hIH{tTgMTnfXXRNr6QsuXjZZsx~i$W-fvaq)vxp`i>_tZTL z-rTtIPNE9jcM1Ldg(+?fs_6XhH2s*egPe|KIL0$gzb3@c#Z=k!XMRdeSMnxefsHv5 z-ST@9a!vAF|9$t%3j#f?%tyM7-bNz_aQ7pMBRR9&R;@J`)UOmyq|g`I6C`xMzR<9* zk^H=zfBiz^&~ilFId7rDJ|jq5j4CoEy-n&XXFv2QGc;{^T5Ozt_4KOe`K4wHl4=o2 zBK+$bij|~N)n<7noGBXbIF)htu7eBFu7jafFbP_3a`eSorkdE}Yx zvVd)CL78XlW|r-6XKBioY7ftP=3`oV^QgsBu5j7FLHx8v`mu@koh6w;n!wLpkAIu&EsVeP8`cDK~k$xT&K`{I|88&oldWDWGrmW9COq z^1eIn%wR1@+FC8Gpj|dxx3y)R%3NN%^GBPrRatK^?)UB+FxqUJw$+gt zFmWeb(Q?U`ZTcLLcKod1qKKSRp7D};nukL9#Zl57U(^cD{4-y>o88W63X|Q#zUDVd zpg2Z)?Qsasd%Yu)eez+C9#Xl4O5&Lst#TW=RXjY@`5N<3Zx$;y9ib1ndOTHZ)Q?@Q zu>0xI_{Yw+%UNT;D?81nP4QHRX8~4Y;g$cwk??XA>_VLrFW$M)d6MmyG`Pa0l_$60 z7c^bp@O1N{JY$){+`6UR}1eb{QAZYQ*KD1~r4CD=RVR97A_yVRz>AbS={n%ZX>8X%g;V2cqD!|1c1p z5CgFd?fXEC7BEuKA@vC{W=bNx^(g`e`R`7T`N~DBtW|%`YHXgQirnp=Y*g1NbUE4!AB%V=_Vtt|&PH-n`8Jg* z>!~~v{PC{M(@m%6C-*lrYoBg@PMeRcxxagprR1sRr-FO0l`LAvub2%PNVpZuf5FWu z+t9qGc`aghb*!O!ZVq>L@Y%V=o?4~1>rcGQ5|568o2QBo8cNm-1f(zJP!ik=9bJj- z8}2w_Np`0wK0Nlq&o99t)RZ6aQ?*QQ;y!vh&$KL5mZf^lb+)^?&afpY?MA_u;Ek%I zochcW=l+@^d&A-Bq_hLqk%DAy!-`t9@!0(yBoL8_U-8nt?M`La3BXL(Bo*SXH^3v+2c zwxvuwU#PoOq49~ZUz#Sjjy3G6eDT^FpC!|Bytp=pB*!Gx#)!&cFS!|GdGjI0yw^Dv z6L()7taR9JoK^~>yx{$n2F700mPc$hry_&-beWN_b3AaJ&#Z#q(XWJXP5y)px(cj? z-fy*!eF8S4Svr?;lVI_tlO9v0t$gtw+*dC>+4geZWUt2+d97vty$wxYuSKTmTXv$Q zc%#!rwNnC3(dtL7Or&sh)FMAxh614E(`qS6$-)SMe!kdFt z;?eA35KfKma*)8ENMFfKZD*fb#)QL4bHUdT-^b7HhV>! zUYcm#23SS=w`r66{O)SF_kIYAe-`O(C_Bk?{p2Yk&#zA@hNkP2qQ_{`kMWv6q%5mk z-Dnj+-_<}lQg+nxdBy5}^m%hfJUyo*RIOxpU0$=Mk(Ty2{?2HEpo`%xJsc5t&4GS5 z!H-KyqE2M=uifhB%ev5Jl;B>k&%`#Y8y#6lik`0ZEZL=bDv`Gl=Snhh>dyKl!u2{e z$paViO|fG8Mf+|A!i}`)1*bcbCa+mP5+{#5_k$nGk<8)|`{y^r#2I^Y8kk}g za>}Pz^KHu4UHWaxr@4=bc}Cj}gY>n*C~CMrHVFp&9@9xCj)2{39MYt3NKdQuAzmIqjHIQ9%8|9`4>HgDlb)%bF;CXagi*3{G#3JQ!cs@E8CU! z8E=)Y5X&V)Z7bdPAv-#gm#nmP@gynH0x@kvaj-BkuVX6vO*UHz(Z7b(tT8bhU5IEV zvO3&D&Fl&i@{l1Be;@S!Fu{W{pu-4DZhJyqZ;9yoKP)4$#Sn|tZ!4+aXLsM1kx>6% zMuG8QB4^*)oCezV+S+gRMy<59<@L4EMb2m&Xpa&RUTl;hlx=Nh!f9>Bmy}`mmurz` zxtXH}yELJ#t?Q3^Ngws?7kG@vDNR%rbz$;$7<3VccE-!g*}|ZCcN~2n+4p(3vNcA0 zN@%!hsMa%;@Yuw((Ac!lbl67)x{G<(=}JH5+pvF{Z*SrHRg~*EqXa&Qgx+R72LDa? z*ab|?o|~b`!h-ZYB35jkX1T|(v({)>3*^egA96iCQ5t;3)UX2sDF`T{V2k?Nzik1fpEL@6n-6zyYl}&eWHmz`Jxt+lL=T3WIHl^2lSyBI~AP zWpZ-|5ggxh>=Y_2U02l~ntkCQy892SZ|oakKfC*{t8WhE>KD0yhB~|!1tvy??C?MOheIG;UxGRLNaA|NC6ync1wMXmUv8m8rh`ib zhZ6}h42x**lzkidXx>$iAD=lPOY3;X?WkttJzj8FS%B$>as{TBaUV)9MpwV}I%{V&nbD!^Vronbk##iCIT0+>h?3;jut)h6PRL z1hmcym3i_)N7m;_)lPNi#9Wo3AWL(#A?;Ng0^wVt70>J4&;Yl~6!tka?_c7r+MV-X6qt1RR(VJCPJT3q`<+?8hJ&Tz5A^&Gl5BWHn z=A-1)f!D@8+64KxKmLV5yhI`^JZ)_l%&Evk=WoOmY>Bw<1L1cug+uF)VhS`C*yCYI z@18iKEOZK(D%^%+t)%e;Jz~C;eU{>O?iah0T9V`vbn=YG7kf`FJU)L>%4bHg{RXud z#p}_DyDMmZT9q|~+B_6@R|k#aRPkgj%1Ay%Dy5X>#jM+XO}HOS6*{OA^e(iQLB) ziXV8b$6-qlbqabN>4a)&y`)yIemlo1M|M&vki%>A2g*rU?^aBP|yir zk6b_jpa4(+C;$`y3IGLw0zd(v08juZ02BZU00n>oKmnitPyi?Z6aWeU1%LuT0iXa- z04M+y015yFfC4}Ppa4(+C;$`y3IGLw0zd(v08juZ02BZU00n>oKmnitPyi?Z6aWeU z1%LuT0iXa-04M+y015yFfC4}Ppa4+tzn_AYh|_#TP_i-%w&rgB2px+6Y!?YOO$D2# z0tx^HfC4}Ppa4(+C;$`y3IGLw0zd(v08juZ02BZU00n>oK*9fF@2;bwT-(0!&(K}c zji@Ms3?&NEh+rTktusgtE!`m^7=#$4fFc5t3W`V#jZ%VwfRso|Dkc4!Vei|0zuV{8 z|NWjf?qjnyi^W>s>*6|(^K-`KTIYZQPyh-*0Vn_kpa2wr0#E=7KmjNK1)u;FfC5ke z3P1rU00p1`6o3Ly017|>C;$bZ02F`%Pyh-*0Vn_kpa2wr0#E=7KmjNK1)u;F{Ld;t z&b|+!!5;;L;}4ql^AC$b5|h!eqcFH&_yHOLdIBf_1)u;FfC5ke3jS|UfV<2u?{_g0 zfyfv|kRW1*(mmx+8VD@}5<&5m5rH7u80x#k!--FFSi$q1|m=t=w#7U91o$XDK2x5a~m)-pHBGDmy)McJkp8O}*2sEY8Ce zJPy?-A39_hyC3;@^3b(n`9$J#y0M}9Y<{FSkLa?Ie&;m1CG%zP>u=*D!hxD+^=?&P z!Y%R~8){x%_2Sj~+V!bKd??~wcvi-0k&%O1ZiAVxZjQRhrLs?AypD6s1Fl7r4#l1Y zGIA$Nj9DL+_a1p?ZC|!}%=y7=pn~mCU%Q|q`u6EDW!bdYZ(&(aEGjdfr95+=SvOY` z2{1b&*q)v;D3cj?@phl`bQ-%^ukGr)OOouu*H3Ya0FRgeM9KZZFPUAK{Kc= zd-*h+4Ez88$*@Xr3pj!qpn(EV017|>C;$bZ02F`%Pyh-*0Vn_kpa2wr0#E=7KmjNK z1)u;FfC5ke3P1rU00p1`6o3Ly017|>C;$bZ02F`%Pyh-*0Vn_kpa2wr0#E=7KmjNK z1)u;FfC5ke3P1rU00p1`6o7*N00n_Xs^moYgEtXM+Xay^|FegFhQKMS(BN>^Fem^8 zpa2wr0#E=7KmjNK1)u;FfC5ke3P1rU00p1`6o3Ly017|>C;$bZ02F`%Pyh-*0Vn_k zpa2wr0#E=7KmjNK1)u;FfC5ke3P1rU00p1`6o3Ly017|>C;$bZ02F`%Pyh-*0Vn_k zpa2wbA4}trWhI;i#6IdQe_K8*21!gt!;Zq>g5d{f1n3E%02F`%Pyh-*0Vn_kpa2wr z0#E=7KmjNK1)$(RO96(RBJ`cZI08X*3qgYauI4F+(m-@?B4a`ZcdVrJF(|ij_J3YH$Fl_{r8AM@;^j&|2n_FM^rNZA>vDT zAZJ2^Oy;i#Qrr70^7{k*Y6v1qLXPW?D#{Wb=;WPWIgZ~R2;U57cdVlo{*Fmr_~eb^ zN4s~FCnQfL{+X0e=l(6}Xzq=6v6B5WoH2?I#}1|MhP4RcuZ+LKqQ8f+PP?}ylmTsi z+1b+y?QZL8qC)+Dm9iR>hYMS=>NKCHgo-BZ@dlPiXi8Mk-FtgQLe(HhRx#%0?g)*q+# z>PfaeQl4;l&(T%e7Q<`dNd67c99~-66<7M4Uh1ds`p{zYoTbEm`Ks66zQOSV>Qxs# zSd@B_YjjeG3fr0wjb5;Gw5`11@Fno>^t`|`8MB{dkC6KPh2z)#w}f@!ztzH?!n$m6cV2exeb z(Wvd4-0%7B2CSdx&4^nr8I5S#^3(SjKYYhyVxPUz=d?NhvCNi&sXb3LUW}&X-aQk0 zG)-PNF3UAvbX_%eFPmj+aJTW5^dL(`I^LGA_| z&VgyJI&=?Wi4WTu$dlRAgOvN|PntdsePqH>Y_pXOg zfp9hYcrX>u8w6TSqh>mqON81h$6=W@_!9igG2qt$qk-qOLq zP8;%%-;i&@5r_qeOF!@h>fBZK*O*Beg`WogRQC5FMiTw!n29gV9VB9$AT3f?{ydQ~ zLjd<>El%;oo=cBeFF)$&q-RxRqTZuf*b&43MfE6BWl0Ki5-a3+*=mFj_5At1ZKAwl zDTBV=9?qeBuVAVgv%$)Q-V#Z-5~1OM5JMaTiWG&U=SyTmohn%wyCijp+EagA@Ww~8 za)$QP8wln^)NP*AwCh_a@8QUlR9@<9!rBiQamP2!;u5Wh7w$9d_d#_Xbb9{uzG6%7 zi}<^m*f>$+!WoA?;RCuKrqbQ3t;4P?Aydv@6gn2PJc;JMeeQ^V|HJEcFR91egql(g zsU-DyR;-8wm!~+sKF&3KIH&g`^-7<1kZ9N5rTp%;1AQ_l<^~Iiip$O0X?=tWM#k07 zFNO0pxGS8{w(>{|Wc~2GS=RO<35tYIk)`!B`=gW9XaomKPBVHS7vuQg1W|50&h<_Y ze>WvH1^O=WsLe>q>;2E@6z@#e<%dSpUZqiam~im{yHVCRBb`dX-S{yyW~w(CXMp0&#Am_PQIVsFLX30k9iPo0S ztK(ZXUm7&l@9(?qJv+j6M=9}V2h-lb>C&X{%hfqoDvz;8)7>_kuGD4n_y1mg#@nZ- zb>zzi<>9dUvfdZ(ncQ0X?=ZJV`PQ*&K2SgX{b!=y74d_lVb8z6W{)1b@~(;M&eNgp zmpKz}%k+o(9<>cRi}6_s3GwB$o@O(*Im~uLOY&unvc9fYL+M1h?;2Tmf-5NI>`x3L9 zG(Vg6-CV6RHuu1Jk&peuk1|huLU}&b!yOuCcA+{(`rska7s@-_JDDH2)2^}M!cQ%z?(3s(6d;}sc{$1MaE-31MrSfK z6qm7oa`O~ zxYLv2h*!uGB-bf7U5jh#)HE1A4*q_2@l!I97BVv!-zJ5(S$-1x z=A<3RFPYf>-Y@TJ|3km@A@s}7#DDh7I7QnJSoX%$r+K5NJAT?sGVF8Zc;-%#tXl0G z5cCKWP8Z_2u+QZXm5q{P2TisoMdu^##)mhvME9O#J5^F9PI1-Zp-6w{b6F2Y*&C_z zi+&#rnA=*pnAVnj23Oa1HUqPzdcJr}(>^%v)Qd4F?Z{6l@Wr9kuLrxP<+W*B zL(ng{J-+QL=m=N#xY4z!$@|DAWNph>uwq>8#A-%hU&Z{(o5|#J0Y~e<9lwYiXwK&t zRaBYboWUKK&}0uqsPglT_=|NOPV-(q#$tu^Atwt->3^Ca9qM|Ber;3Em8Rm}$o#X* zZ@&&jo_NvfBh^=;o3xr%nKj*hm&5;j-0KgwPijA8J=jR5D_3FI~O(@x2GD zWK6h^gQF#Kvew?7ckKaxU5|+Cts=WICHZf1>hjTzbMx`*f(=6j`=9ueUKy0zPBE2_ zK_6dEc{}d=`E1Y!5?6PHsi9-3Lmmzndk2)fhzDr>+iCrY4&T$X#4kWR|2{0l+5E$> z;7b@5WRZUi3;1PWIgYR_+}F6fEX4g<7Bc^~EUZW9*Y2(b_3Qsw3wBlhu@=0vK}N=p z2_$9CwjL&my-Bf$l-=ks(_x8QYbPYmFh66a`f*G0jKtz%@J)SoBX)N7osj!>#$uIi zR?U3r*u`b-s;!oUA|;2k+pO<<*vNgE*_ChtOlQCB<7Q`ft?s54%(cOl`iFcKj{w!0$7NLph&F_;&Y!!8(%wiSj%g&$*$8D^kA^zJOZR$I$q z%C;6-jkDrW=UdN+o-VLN2#;bgmv0gYTM@nJWseW$yhLPdro{Rlfp33?pI>n})E)d< zJW=pA%b#m;gDa#-88NXYG3aFD*o4%~n1sxjEJTT(z@g_9Sr`7b21opNYw#87h-#d< zFY@+{`}jYziB#@1`c$!Ay%7+)2JgdpFBtC>>V zzRgC*cE9>aP1>i;cn(jihq<-P-APwWpK9{OvlAPTr&n`Z)`Wy8$Aqx3>nq`Cyoh3{ zF#VF7$nOKP`(v)1N=O$#aT3)^lOT}8M(6Phvd4tB{s zw>Fvxp~gj6ml=!S+M~m;?PQ@saaCwDp_YvYwAUEg z7^p}l_P!%YZX^owW(oc=^|`&gF^9f9vhCTY$}V4TpRF68jOV>)Pho61qTHgZ={EKs zGy8G3g39k~$K+MRY)u@Uuzx{x1e;F3oug0E8P#>+MT4*sUvrD1hDj@KBE*+G zl^61POmi-7ZB1EOc&+CBOwN{6T%NB%FO6e|)%q!IH{6ohTanBqR&>YD)?7E+be3NE zSY-M_#$Tb-oQ?e<%15<(hn%);?Zf-weXHcxJ?B5g8O*oYl*qhZT3-IKv7IB$m)SiO zFGCcS&MqZJ)9%3k^GaM|gMychQV5q!^vF7O%{yaE2AR}(q*HXke6>sU8IGUK;srMt zDV7^UVugs98|QjrlSNuLya&%DznQ5M$&0*t&_;joHg$L1-2^HBJ%Z)~Inrs_{hG^< zb8g&_D;u7?NRevCDc3XOeCqZo(gNwH7tkGFDjMz@>c+cCpVa*4QC=BahmR zGTMw;>ugVE{rR*cU)k)yXVJ$o`i}Z1H1lq}eJ3-am-@oaGs1fydg}Ux+0F}Nwn;=s zMIFUWX9F#+Y$odE$XoJ7VUJMTPg~ux>X3_aW3`S*a_%b?S$1K|3`h)}73!PxC~P@y zny-|PXnjPo9>DcV$K>^D=unB7hO%yA4tij7(8HRR_~UM zwG%&9x}`Oo627>usMzVV{pDh==UzX~<)wk!>OzlM4o}6Ih(5luJ(%TRTzQf1z_eAB z>51}JU1Cp7{VKTbz8Jby{D#rkQ!%eyH$eDB@igi}tA2)F-v;BAE33wwK0K{U6_v*} z&VJ0SFXl#9nx0*pYjcs9nO%7$l>P;i92Z*N6z$Z;$DCfgs++5xyBYuR{hPIIx5bsI z$d{%=iWLrg+~s-Sq(0ot3exmyGnr@|#INCoZg`8I@mP-5kIvC&V=c)fpBRu^(>ne( z=hTED+1HoF%RzNh?IX#ib(-xyy7k#l;?S@8o_h!NZI->PYR$05MlaxenAx)L-33C;$bZ02F`%Pyh-*0Vn_kpa2wr0#E=7KmjNK1)u;FfC5ke z3P1rU00p1`6o3Ly017|>C;$bZ02F`%Pyh-*0Vn_kpa2wr0#E=7KmjNK1)$)6vjW_C z&q*cx5zq)k)6PpqCiqZO_)t^$P*YF<3P1rU00p1`6o3Ly017|>C;$bZ02F`%Pyh-* z0Vn_kpa2wr0#E=7KmjNK1)u;FfC5ke3P1rU00p1`6o3Ly017|>C;$bZ02F`%Pyh-* z0Vn_kpa2wr0#E=7KmjNK1)u;FfC5ke3P1rU_#anLtV%9HI14CrGjIMoiwYSHI|_pf zMiRph&6x>W50_}_sj#v*4^!|sRA+0w>J*V>`}UYwrH{8YjSV^a%(ZXRpW~g?$5cOd zZWw<|V$2bbOZoVWahYqCtUkT<;bTK5)`7^CxzjnOOD0wwt)>qjJG?B}h+Z`4&ypJ!42LZp6%#V2~f%iq76aQg5@E>-$?_Ks!o6w}}Q@-kAZ zYG%T3P3!pN>UHCe=DuF+ZHF>>jSW@{h0AlFyjOpG+h~vc9QW!$cVM9J^Fa3{YyHfG zv53An_o3I)==t;Sf>v51yuPY=?VMh+yk|S6rA63`+M}wH zq>J;kah*PFEwA67s0?D7BH}3fdfTvF;;FO0?7L%+Qv<%3*KwTg+sw?{iPtY$|5jow zInfx6c8Ux?u(h_PgFCDvS6c4NX>MmcR&}K_Rr2K}&Hv4(rXrAVa4nPoj&BA9pa2wr z0#E=7KmjNK1)u;FfC5ke3P1rU00p1`6o3Ly017|>C;$bZ02F`%Pyh-*0Vn_kpa2wr z0#E=7KmjNK1)u;FfC5ke3P1rU00p1`6o3Ly017|>C;$bZ02F`%Pyh-*0Vn_kpy2-n z1vqEVNhQL;n~0{JmyAqs_A8wI`agd5D;@MY=ylNRKmjNK1)u;FfC5ke3P1rU00p1` z6o3Ly017|>C;$bZ02F`%Pyh-*0Vn_kpa2wr0#E=7KmjNK1)u;FfC5ke3P1rU00p1` z6o3Ly017|>C;$bZ02F`%Pyh-*0Vn_kpa2wr0#E=7K*4{!f@0N1BEnffp__T(&odb$ zFt}hOF&Paz3Vwh_fSv#fKmjNK1)u;FfC5ke3P1rU00p1`6o3Ly01E!I6wnYO?Ry+1 z5D21M2on5vHBUK|2I3R~iJ%%hg+P#_sr1#bu2vTA&aOTT`mR_TJqxUpyB^k2+uTy} zw_o7jyHX(#$a=!1h+B3qC568f<*i`CrAYKO#MSrw{UT_rB|e6HM946%?Pe4RnaGpB zGCaR!+@0Oc9ne-zR<1TagmmZb9mjXm#|Y`D@n31S-_lNKTdcbqK1US4d)JSz>pcG+iL?2Kh%e!R90(CInZF(=e&AQ+_Xqmb5JZm& zIj%pdC`)*tM9p70j^7>#-wbGXtfLkFj!EA5Pq*6v{w(hC;fP> znNGIyto6^YU23nG7~EjaEh!YXtt~u^VPM^6H^2?bl-XUgVU0AZvAGsGrS!f6LsBg) zC*_#p!MUhqn;U37j%nyh*|$%HN~5~^%BWkrQ%^UMy?Qx1n&k5H46BKI?WIhv4Ut)r zm-iXTU8BSOu+Ddhd^jL?;LT?G*Mi90Onu=qZ9!)J@)|ALZhXC~&w{gjZVtBVAzpbL z4>KDpplv;Mhc$(bBZzJ}pf+-d>p;jWuI*9*^p55Lt&8-+g^Ga4Yb}1E8I9!MJle!w zWjw|5F~29~O1)|B$nz-gDj%1?_w@sZ?%FZ=-g%;#QmO7b8WB+ttEy}J%|}vELq$=5 z#r3Ria7u=CL`!Ptr!1^pib>`r-Hf=IiZh}y0kMzRzO`66g)>iC1%&x3uQVOqV!c9q z*Kkzb=||8A&mP4PdpxR-gz{1C-7TLSp?o8EewB~&_wxN=8DDvP5o3rDd#Uh6oYhsd z-DA!iRLV|SVsvHC9WDvm3;GP)xua!I(p9U2`NKF9(|JGc>r;L9!Q;^0tKG`BY^2KE zvJ^)~E>DgQ50CF1F_Iw{)f$-(D2?-zKO%k7{YTi)R^a^3>Og&rU;NGM$&|uej|KH{ z^alHc`5gKwCXTdSpS6`prp`>v`yi?*Be^B5Wq|paHNi96aqOY#!CQQ4FC}sE2=d$j5?&&EoFInx7~OFDa20t9!Z4T| zXIe*(f#MMR!k^1F2(@rxGMmt2NWAGT`kJa5`;^tLy6eh_;pVIx!Y#BecnWuleS z!}`^c>FHi$#}^?%GmFNgzAr07yWfmg4Q`WdulTK#>ZZ3);D@BR-63gWw@)7@^yxAD zNcHEC#QuAq{&R-G_vi~q!~|hja>HN(TW~Wt+-MW-3l5jofTOskgloa!1Q>PiCGaLE zCm4>zCZur0#9wAlWlOzdtlNUne_M^KVI*sTcKhO|-@EGkl{~kITnyWOqxHKXn>(_f?^bvOvs+_my%cDZ7$2y3~ z;v~u0&HCBdlTGpeze1so5ncRhi>M<~%Hc_SjXYf|MU1s2Qeon-(q$q-kad|$g*Rc05hX%&F%rg@`{K6x$_&?q=3T#(@8#TU#94h{ zD))kun~BlQzJo|gvRI+`h|&=$R>PYV!hLEYkI5*R)YR1WU0aOd->a;wFM|L1l9k2b zz#YGhwpx<2ciINNmL&{4e7NTI%Dc^X(5TJ0cz~+SA>3oZVzh;-;#6B*dieReulKjU z+xokBTYmcfj8VVvpsc#lwIM6U>Y?v9y}6Hc-M(Z0Lc;3g_GewE=l&kAInR6YMH~+3 zs{F9$?v?#1>_WDg9*G{Cr=QW!R4!J&_FB~5NlA@t&X}6w`q9h5KYM!XU@u48XZKg@ zLkSO0zgs1P>`mp$uS$FKg){qE)ojr@ zL+d!_<6I})zihs>|2+Q9Fr29?;i3oW$5kT*(G>fEQqi*o{SHawGVc8Nui>i6;G{31 z#OtppCp7&V%?gj&8tJS)&}6#hSl?ZqT5rUO=9N5L6E#ZINIZYC+ES{M2z^?q-t-$<> z&uPh${EmykD*+dK4rrtt^$I;pv#YBA2nlhFRdsim`)) z%>Y*N_WO{3|Dv75IrAKDNye{6X8+#PrmX*|r}+?iS|RbDJuOb$mdl2@5k2~vLXVTf zYvH{vDa|<*G7qPl^J?KyYU{%H!FC znn=3?qDXpyrPZKSP0uT79FiL2nX8qngR4P9tL_i3SSAJanOMGT&*e=RD7N2RFpe+5LAKUsZ4H ze|tTTPyX09UjLyw9hmoDYeaLQ2VMtl4CZ{8C=(K@ zY8G-M?=}7||E>HnCa0@wwP}XUxoRwt*+tM)(ZFxu3lGpf??+qQyQM=_ z<;9mub0~8U6ei;Q6hjV5-xAdLnXW@t73Qe_+&f~nmg48pNVg(So_q5lu9Dq+hNVBb zbKX#9S##QTtZ;UJ=g5jPvZYyYQ)*s~Dh#kiCOXze5$Aq=e6#UfuItAV#gJL;oMpQ2 z%o5tElm`Q;73$g_T_af!p(`cZKG8!|MJ|~Zl%!afFH@fxH{=l!IZUH(XyCWi!ZFRv z^giXlD@3t=f$^LCwshJ0><`8jpBSo$`^08X)Uk2y7hn6>NNkJT@KCgo8*S*}wPbmd zo_ccQczCaXshNPR;iUf0dI9iB1&nbISyo)v`x*4f-g;ANRuON}>{rA!XKi_3vAKZ3$HqNb| zDbF$bK9rIr0_i`xA#6q3pY>DRi%YF0 zDMs5^M7I}*C|=*&uY5c&d$Bz$N^F*792LfqHrDPOrFd;=@0`58VC1xs-9hNk=*6Z9jUGz>B`M$^htyHKl{~&ct{Y^ zFYA6cezy1hJN8+Do#>l>P4wKqP4wt`gnr#0b9}=e zb39AcA9K9*1{oPYCXkdl+j^KNRzsZ%RcNr!z>;;*$MV5J{X@*7Y&H)p$0v|1*{DJk z3bjrAIp3<{r)->P(Cw$KpH#P2ByHM=o`*=7C|RJnCv`9gWVi+@?5+z2(?n`2Mssve z7Tu&ES@-FfWqw5ltbn#8b5Bt4^TH2wJ)*gL9n6V|iEF~^Oev^n!&Mm!AAKO-<4|?L zL>hH$yYlPyK|9^*kQ?F{!&+M!F~mi&CLGoCWR5wTeO75kfnjx-oF6>iAbLbTO_31A z+Z~PKl;R{x7eM{Pw^~6G#O6W06#RrPLTGt1)L&b_xz=AT|6gqV{@69lArUAt!i;|R zxxJnab9hjI_b9bwo@oI;Jx%N63HGtF3gR-)+dR4!c=QrB!WwKiOTyVzcn7 zzO1Xq@k`~dl1>Hc-!J#u9%(U~FIKytsq7N@1`%Y2>>B$1&fDFPDPdN2>dw2|iFF&T ztk>OUw+w6451ZL~JTMsP^3LXIm@VY6uC3u}wdy@QK+Bunnm9P9gz7Ez>7H?R#)tn88K_|OwoV>(h(3BsOGhAl>Y2?g# z=j?Y0b6kz-3GFG04fD$;gS}Ueht{LqF!EDXky*~6r4`?NdFX7a z5--i7c#>sutx>Bo@@taYFBOBjgMyZ17Rc$;?&II9AhQX5g*xM}edfa2ufFnM>@$D8 z?7(BSLLxG#cUR@Zmv*r}`2%b9FRU!TVa2b>nb5HbN$(K)&3~9}{lo0?pX+iC{JLBT z$4ttMHOHGZp}0%RZgiOGu*9wUFXM+1trrjpIcawcb1C)nYH&3;+)w)4Q_a5LJ&u@e zv!6>U2w$JIX-g)(Ol(ygJbsE>Ll%c1qSNMVsa83*y9gJ!?Lxl02&dwi9MF`f3LQ zJ8cO5+ckmV13#`+zr7Yxtr;3peT9sn05L*FM)v6~BMqGrr>?R9cT`LGb8{&bmIJrg zrQ_eIpH#vd_Y4)|x!v$~_~xE)QW_eBpCu*%U#KQRp@@6`D%6k1|5PZfCECdu>$dws z;2ILq`^Q@yaSau7hQ^)BIDsQ9w8|g2IN$A0JiI9pcaExVv#B?KDksCmmPD*ZT08C!0JGN*J{9d<*JbUG>_W!V6E3b zb=+|u6cp@DEg0qQ(Dgl#w^R44@svu|=*wo0pALC?PQo;Oh$7M^Wy)vj`E^BV#xqFj z1>Ftd`$=Eg;yL8HjD3!(C4Yg zigC@i+9RTuErbd_GE0BA3i?15e`VY@uLb#f!ji7^Yz6JZ#ybbLbuGTz-*`6QvORy@ zIPKeY51G*o#q5Cy$!7Wur#TG_#`1O3kAos%md3Bz9-ACWBXv?>IVl#ceZP8$cG{1p zhm0t0G-8I)SnTfJ-o4?LVP*_B`0nM_SvjX_M9rY@oVerbYA`Y~6noB9i}$U3FTd;f zZ4F+rsTs|R>CQpfJZ*mZ(XiZDi@iP)IZM_9JNr^^HiQJ>>*%;!$H~9yxMcTFb#$@% ztB!||h{=C#gKKuT!F9W{<3E8z$8e^`r5Y#yBe*{{!Vd`>;k{>B|FsdO(zu|ZDcU5~ zCi1qWU9YJ{PeVW0G&|;=(G$e0GXjD|B(}l-+69aMce`MT|8*Dq5WfrN+y#i`-(ke> zg3JH53r5f=UZcP9ih+H<828crp%<@dwqK2K9w+*M-vFn*$IwaOxBdM1xspbhA9Gy} zsY!|=MLnthnZHMpJy|8#yc4m9BZFLm1aT8-fPX!VjNWbR#ofkMBy4S$KmBTK-v926 z!(R=43W-?!SA)0jHhA-HgV+8V;n;p3;db9UaQ~~(+jmE~kJW#Uaut89OpgD0`w)$9 z^f&xx+5T+wqt`w^LLAjc+E%JKVYM`^m9?y0tu-@LtW#7p)t{*-U%nY=XKZ(g@;x^T z87moCLlEXeaV{Hr;>B2WNAa3()==Phi!uLEZFOo}H!6nE5Y>IR!ybAP7A$4j>|a#K z2&)xp<-vX3DlYFsatn75d#@0a&#)RWzA6j}LB0)FGo`qlz($uOhdWY}CbM6)j((0P zu?^>fxl9vJpI*&vSrZbX923IAuCIin@gj<)!l+<0h`(P{IE;FIf^;OFn5Hd~mPSjS zh9-&#w}3^wjk+2_fkf!|o8!l@B!7H4ZWKS>EeGM>C#Y8cwf~b)|Lfl;e!Xe<_xI!Y z`9?Yk@woVgH*%&^k+4EREPRMlS7Bwb855v-r8Q8exGyv+ELcldq@A;m{G4tqO-HsW z+ZBe3r+LgasR9w-&%FMLba%VLGJor7cKz_^N?C{({pz4wd#Pe);P$qoNQt0agzvh- zO?9~uUy%$n=gWwOdh%M=jctQoz9G?)X07j*jzxxNkFLIvX|yWfn(`KWF=KwZN!S0t zi+d~5CtH~_>`gWpulTI;=aolUuMftf1CM;Wds#OsKcDSxd66VL{hP9ZyzegW`Npgi z#eRJ4T>E-C-nF34wXQRIiZ-WYFu-o`c-eE;jg7{*y!3RL3(1}ag5Og0TBmIJ=2~m2 z+GZozKIC_APkzI8b!GT0FAbNwi47fU^jV(VGzlt>)!jKISAmsd8=rkLaU!QL`w1Ic ze{_76;{F}pJm(_Y4zrCHwi8S1;f7ovGJ5@etLzs1KL)WB@RYcW7_GE>cJhtY`3NBY zU-&R%1U!XOFf;-`Gy(;DIy($#Fcg3SPyh-*0Vn_kpa2wr0#E=7KmjNK1)u;FfC5ke z3P1rU00p1`6o3Ly017|>C;$bZ02F`%Pyh-*0Vn_kpa2wr0#E=7KmjNK1)u;FfC5ke z3P1rU00p1`6o3Ly017|>C;$bZ;QwR=!$NZI{P^SY5s1;9J_<@Y`1oh|_~-xlkADUQ zA)o*hz+3C;$bZ02F`%Pyh-*0Vn_k zpa2wr0#E=7KmjNK1)u;FfC5ke3P1rU00p1`6o3Ly017|>C;$bZ02F`%Pyh-*0Vn_k zpa2wr0#NWjt)TA_F$exApkU?g?$w`E0>orA>?jN_7zsZ>BS2381)u;FfC5ke3P8dC z9SUxRAeh51jv){k;|LN&?9dZWIg|$CJOYWJjvYZD$VW)@H6+xJ=(}QV^enJW?rK;Y zthTwOINA~Ggm%X|TA^*R?r8JN&Yo6icUxC0H(Oa3D}>2eil_|4lc88|C;$bZ02F`%Pyh-*0Vn_kpa2wr0#E=7KmjNK1)u;FfC5ke3P1rU00p1`6o3Ly z017|>C;$bZ02F`%Pyh-*0Vn_kpa2wr0#E=7K*9et3aWY^5hL+uZzA}2KB;TC{7;|! zNlpjn&BA%J(Ca_}C;$bZ02F`%Pyh-*0Vn_kpa2wr0#E=7KmjNK1)u;FfC5ke3P1rU z00p1`6o3Ly017|>C;$bZ02F`%Pyh-*0Vn_kpa2wr0#E=7KmjNK1)u;FfC5ke3P1rU z00p1`6o3Ly017|>C;$cj=?dP{@lX@a0;2g*!rPFd(iDs&CZl0TVQ}yRGy?PlPyh-* z0Vn_kpa2wr0#E=7KmjNK1)u;FfC5nPAEp4qPN8S-sDMBat071b2%-&7Ig|!M6M;m~ z9BV=#$VaI3)v&Hs7VgfjK8*UVSQ|YHtdqMM)&{F>ZYlozZ}6{PX%Pry72#sUt-BYK z#$SwTxRY=(5`7JEb>`nLgT`9ob3`8rA*#K*Avr>5Wvj1wwrFU&WA6=lMPEXzq>gGO~X@a>h759Xs@7H+>$Trj8x? z^X3xjNB)a6)@ir32;B#5e%aa63hi#|YUO4t`$yyBcAw?1ZclT927#ck`LDaZ1fkoT zoTa#mM6?nkypaQUTF(&aFxN**a*RCP`3Qx&zMl^LB%)XQn3XlH&plCoQ)m#X z%uZsQkg=jky3Hv1_~Ltob$Yu`PaWOo^o7kw-yE*;YO|OtTdmBz8c2UpdHUKZmsvZmHK6Ia=j#n@ja_>{hn%H|aw$#JK*)veH?)B^s@|l4^Dj8IK=UAdf#3 zd*JhvgLbv$X-~5y+7I0s+!(!f$!=C>?5rZnUp0U9z>bgt;@O>`(|BeCf zkLFG3ctPG`&BAc~Ony4L$IRThw~%b)LS@HT$wjsHUX9|J9#5;++^m?NTdw3j<;q!S z7&x?1p;)zAAx3#G+dqct>>8!8c!&ABFZ2fd!jW1-OI&dU8?D3TLkpR9%Xf>E4`;Qu zzLHmQzVT!2@MK%4bLI&tboDz-yv`JZNXd;Bru$b?qJ*NguRMP>DR%o@vsC8nagTxl zlLg|cF89r+d-@lWJ@W$l%f_UMH5zTX)VCyv8`@9om?@OGjW^Xr%R~z|H=hqnmxzj* zf8D{Z_%$L!PJg0R*KZ^v;%14}As^!gYJsTSALoqUOe|5)(^M9!GFPEC!hT8|^&YG2 zy>2+S;=MXq#;EyP%!{vv{7lXn$*1{)BrDZwWm)W(F7@~pb%o3;lwj)QhMoFG|lKhCS4%yQJQ61;QXl}RmygZ{49|h?!qvq z3w=B}Cyo@Os7<8)XoGobs8$hyD)VKG*@{AD2J^h07Aho5n^Qo#WPT<^p?^KI`X2$CU1*2WRYJuOvQ2&z)c1 zc~do%U)xPKdt_NzzIJXwaXDz?=o)&7OZ)D}6#QhAusclsHCxgs75(bwzs;5s=s#ym zd?zUz-n;R^XSpe-X6}OeBPMgJAA`sEiFl(2V{!)h&EVW;Z6%4z%lLJq~MAW zo#D-Xr={#unImi`hc;{WDSh@MX}E=5#6Hzc^as|+tV8hDT^#`yrF0P->Bv$N@qn?K z>DmLk{G~1)JK5#0i3Oa}7qkOE>!f@&JfkIuHWPh#??fuqt$3onsp>+{1DCnaw^_!? zD9p9%4a{YXb88k_-?8TR6X4<_%}N>^C$B(uyqY`b?9zF4{I&ayk7X-Wsts%>w#qOF znpu~TtL1lPO64VaBI_D!=XWZkxRz6ao~b zhpxpC`A|!{vg$cnConwO8+$}e*F=r*U!7ifOoT?n&4?I-G2yHHCTc_Tt!HV!s%;}z z->tTluBI%?%_ozm7j>UIbBtP6WUPhGXire?HRETF3zv_%elt7vV4m_+O~{wU#x~a5 zY4=F0IckVDt*I%tuf{b99ygUTxSVwN@PlzGEmy<#g}b8tGcU``(S?vXQdQ7aV*_7N=U&zy5H1egNri z`Sy%(0k5ZV%;>v!fqA}>dG=-tKX#~DTem%5Z(L2hZmOtq^g~urPV1+YSM=%+rWJeq zT+^jE&e0!gd3JR0qe8NA&i>~5Jwd+tH{Kf#=J)!2I*;4^8s^*M5|uiZ@grliUuVT( zc}G0_K3}7n$Aszqvb~;^mWK}-R{n4kjS-)oyBfDZl~T*uAAV|q^O6#!0fv}082w|8 zK8<~BAk_FZ@w@wNGTu}-J1(s`D~aDi5x?s&CONM(FYsh*kNbfgc?}EdC#&rFR|n58 z^Whw0UX6_AMDy`KJRb9)?MY_5S6blQRrk~o-vA0(J=%wwJA1MklhPEP$!n@s4jQkk z_~`LFRzyolksD9>Uo&+f)<3hTTiJHzeXWeE)yRApddumB$(v6%s|spIrt=w>y{@f~ z2@U_-SD^(_6|%Xtts1}HoBn&BQ^WmJpYtK~xqRY3`&^uOguWs3_2{B9bEB(K@ilvg zDNNZJjdQQs;U;V96|<*YPv<1=%)vciPYM(!`LLqN2z2-S%zYwXfAhHi~bB z+!%X}J@$B1#yFU5?bx6;+CHaVIY;&S&MbF!#oR&^ZEtdA=vt>=5v{Y+&!4ljZbd=P zKj&zrBNx6&lqEC-%`V!vSFKBzv_)<#Dh9Ie=*m}QNSK!3Avu_?ZWB>KrGC~+ z_mW@nfr-GADW!gqmyuKlm8TDVbfNiHRm>4c$D%zU+0pAU&dNO1+8#0cT)ojx74rf= z?+5>#x<<}FQTHWKS4I9o-3`M~-h`XM;r6xTzTj|aO*o2cO1KsrPJmnYUIK4&a)RMV zY(ff0O#EeLbUi}9t{PXzOsd~NVp$}PLb6nmym%cfl4iX@M#hf`BxTOF9wv&_P^Ur_ z8tgN$WL@;Jd~i_z5c4RT%>&Ev2_#E4st|=jZ4-aax2pIl8z&lc`)TVZ)vXmtn>M27 zArdA^7HIBC9Si~)u7L`>>w>{Fk(!Fp9Nm*eHz`QgeL7~DUy%VTpe@PV6BPWs@B>|s zXzpGIb7ErRn(#VP3M$(0T3@9B+T`UcU|sfw#1)!$DIT>3D54oiNZA^4s+&K5FcmP%WsN@XNk;w=sG(^Sm0QQ2wogafzjxM)K<7})>&Z%7Ra1j1ol z&l5krD-+uP-!}9#rw{*X|KB$B5`0MRv%Igrwfy{zMXVS zTkUk}YQNiMPLVgZL(TJ*?HgCx{N^gm!oD0*V@c+yV?jkxh?y`)L|0^y9d3`i>MF{Y zOA>g+XZ%72iD&(nV`9A%+Vr*NtA{RJy_qBF5phu%!$mpBhn`JPb4Y*9m|GV3_TrHX z-QA%kg$ACXFHGJ2YWqLc3&)+qP(*BY-_k2e4LUG>iuJ%mTeO!%WJ8FpfiAbZa&b0~ z)yL(it_uNa9XZ6v=OwQEKF>bWeVjj~ZrL`v?X35SzQ5cD!!zkuV@f|7KKabqdFcjO zh0O93QBvof58>#gyaCbyn+m#hXDaUqb~KACP z5m3MYBt$|`kWM9*M(IvLkdPKh$#=nX@cfTH=b8WSdEaN=-~4W!!*HCrmgTzc&mGr2 z^IiKp`2#Nxl*)`|m200h8C}0KOP+W(MOaoLfyE(K-ED{5hMKZv$0#X(kL+!RMa8QH z5nEHe5bn{I8=u>rr+2UnH@+MVvp1RvJ8$YjyfuO_GPR(#yMD=}_;EJ2P55oo~+W*daj&S0X72aNW@W`b%>MSJCcd0R85CdeYoM4I@7&Bpv5yo2V(O zAgM~}TVZ(*j|xNPkyOxI$~R>6>Cb|wCDD7XETRjgMP5Eta<$V`e;t#WhOE7x&+R$*X`=|+hWgo3<6%bcwmH6?xA7T)jgcT*n5=a#a&&%6gG_! z7t=D-7T5ZK&FVuz9!BGi3FUcNnj%aSuGu?U{^YjxS&UTYlW3X5sg^YGYqj5NncGwt ziq*em(&Q)Qc*-1}R15j^y;rbnDC`|_&q;`T>y{5~?m)-mw)k@kxp9Id_odZsn`E() zlV>THTA|zcy|g!|Lh#~7)3$9}3I=McCMG)Yvc#>VX7NG~3#}LDZKO}HU60>lDBc*M zt>3LXXxmh86_H=qecG>7N{Gbr)^c(5n$5ww!p|^%h60NE8z6QM**%CJeKr#JQAR*L znJy$OLn8C}BabxY#7~JO68bkItK`X_<`yw8gjfzKO*=X#^p}J!xQV@^N=Vp`5lmd{ z?x3V-8cQBmP9TXvQjmPJGC-BE>8ON%X|mxeasE>YPnv9~5(YsbLq8ftVsetIq>W$ca%Zr}2eHiOtA8#_spK?5LeU|C#TP;x;AZD);&=aWk(Z! z=Q@wj0v-LgMym=f6USD$OK)L#{-5hUtZq1rdhEmp8u~akoblr*y>La@JDWk&clw$- ziSf?JYkxu82mK#t{cR;?B3pV#Iz4G^CQE6;j9WC8?uPmCw?Z`ev)?g|AIeY9zR~sl z;$?FUA1+I*+g0nVl9t{7(o{s0^%b8_xL65~^qs}~UaT640ZlKr}(Mp8eId9IuA0ix0JV_|Lkv9NAb{8(72Ht}#7BWI9EuEYQwxnX8S zas=XyTy`^CKen8voIHCoXFJ>b)(-XNR&_ZIfBjdHk9E=@B??TZ3(>9pv0*qc*k`f4 zOM3lbxh_NBnyiPtMSC5^TxQq^Y0jl$6metRt3fgmH`Xc%b8$@tCY}vz{4f;W%$^u}waI&!U2O+p(!33ctgp_AEY5AT683xOD1l|{e^q|((pg?ezd#6kr-p?mvrh3$j&>2FyDk>E|O~zmE;8kK;MT*>tlt-QQ*f5BROi5 z`JYJD6C}Z&wIiJnrns>LsWr6bwE+PVkpX0s8seya7g{tnLJ}bdTQ$7G!c|s*KA8uH z&o0B^8EA0$RTx|)_CX*N8w$}8Gzo`5erdMjsxAIejNdfdxsCtYY)94Nay%rZDAWVG z*ezzOu1X5|+7lxyNls=p&4gW|Boyi=2dBH^ucXG-K|PFlT`d~7>y;G6O+v#od=6g> zG5_r|20PICnaK-d6xY?mYThro!&c~*D`%5j{L=O(Kkw=|TrHv4SofigxK-b$bFG^9 z22sQsLCEw>P(*=PmA=E%#L2mh4WmoC<8x!QF_jK!pCg(JuAXO7Sbf#3HatLjS^aU2 z&5~?=!%}6@x3kaYyv%&R$7L$tmlu5NT^&1>_@>6A^W(BZcu3H}InLeNQ4CMopOe-- z_B#Lc^iy9&N1e)z35B)xx#A}y<6_k}mR72>CW{KGRmJ2kXQb}mvLZilbGTZOaLaA! zVNQ~!p<%4HGC{lW*0(p#3EB_abJwq4Jip;r)DvIg;xMM<*}nEV@tWt&nveIs@2Y=W z>Du87BX29NlM!Ye5UVtb=V+UGw5u6pm3olnv6Okotf|1SL!$!pGxJ`uaT2Ee!`-&!^Cv!zQ&#DB0-T(*u6POYaJa;ne}$8R=e4{wiM5DxMlEH8||I$TZp znX*M5&>!)*5lEzAv9pBLwS8f_zswnB7i`n;P9cRPb zALF{{sVgk}KFYob(`H<)^=j)r^@>sX?t#nxSo+3v-}C22{P+ap5%au-#Hzc|%QU4k zBOh(PcT`c`pbJw~l2hLB~#qmz5;vA_e9!RQ5}7bpM7cl72vo{$J2V~`(z|&vB(_jC$pZ+QUMjbvFbzszixfdt^3V;Hj04M+ofC8WZ zC;$q80-yjW01AKtpa3WU3V;Hj04M+ofC8WZC;$q80-yjW01AKtpa3WU3V;Hj04M+o zfC8WZC;$q80-yjW01AKtpa3WU3V;Hj04M+ofC8WZC;$q80-yjW01AKtpx{4UK_@;P z&e5}gaKDw(Hzr9o`$J)HTuLqk5_|)a07e2(02BZPKmkwy6aWQ40Z;%G00lq+PyiGF z1wa8%@E@iCL5U@N+g=O;fk{KqArQ3PTf$s&5P1j`g7;Vn0>QGv){wSwwlH&bbiPfb z;cR22Zf4`)Ds5wBqheyt{p-J=TCaEz2o!nrVz9R37rTslF&H`pe50 z+nA%`&}NT^ZTyP!+b`d;B+v#i!nSgo+3~46D>h{hlO0%wOw9*@O z^65+mnY0$RBgUXXeafwSt=n$R0n!H0_^&Rs+rx!8V|Hv=1D zoacGPlZ}@`XYJ)yO-U{2_4T2fEap|?oV6F%(k}>V-z|H0eN@He`B2Ae|HmUT9oiKB z?uKt8Q;TkVF}kl4oMf>l+S_rL#*aowyyuiY-_(-W>v!^{sVmg@B5(^PyK%+%-YiLt zmw0ZhZ9!;nC#E$oiA0b;yRcnI6jT1>OcQ=K%vtG{9Dd$~US`d)m{%FSJU0Rsqo~gd z8Dto#C}_O;cve4693Q$6{5WpKPi1y5y4<5b)MGkRlX>H|^EGp0U18_3HR58~Ti=zu z8|u&+Ih!jJrVi_A7%=>+QQ)SI%J-KE2ro|cqwYlmveM=jEyz)+q$VgY9Az>$L9jq3 zPoQ)K%hItG{fU!EEZ*7s>4iNL209h|hU_?%HuC8XJ&BSlk4SB+UT~kY4DZ8O7-B4B zq^g?LdxV)*t(A?jCiO^&U7y`bVS0Yln-K2u#7^b?UH6uu8~Ltp_wo!*=?by0D?!^$ zp|p<=W@ak&-5YJ(ne87Y_M*@q-38%g8i~vSZ_E0eASE#F_Z>1#O7xt-77sBgI zHm53ae6}AF;q6@uP72+fq8kl3m3emkTz>zZ-P})@U)?G;U##^Srs}Ha`p_?h6>WM^ zdqnT?f8L1g7uoiiS2c7YwrP{euSy)C&U$)Q|NFUFv%X}#wt{a zZv+o`muxcT4l}NclJ8!*Zu+_};gCf@{2Nch zc5mr<^%Xs>|E7dtx$sEO3{#8W@%Dy%A^p{wq77G?5uvsB8&8#YlzbBB-{1b&C?r-M zG97(8{v*dYht>YaokYu}#{=K>cGW9Kc=oamDidyV+J4^J)pwcXIb?lP-Qnn3*XM>> zh#ntLQ9oBoyoAdqWBiwulE?Uul@c|=)u52sqiMvtCnUsaPe#WjQANg@(mtnn9;K_+3ek99gRCdT&}cz7FTBJBb*n%xDD!7a zKDCL5%NRL>L~;cM;K&U#wUQwaZ{)I@+4}Fs=RkPXnM!#xSPB_gc?1j7)R=gbU$C6k ze8G50My#0aaxS`cAT|sK2Ky|QC#csSmg_R~t;u@WTeR0v%w>j+kmg(}MiCFjy&5DF zabvBLFc;TU;K#G!PBbu>?U`nKMgn46CV?_>twBFXR9OJ*7ETtH{vZm7tWtW6Np5!4= zTO72bHSDjO5WK|qCpGzH6T)NcakOfPp+WkHP~}*9DrT)AK^VfiA|ja68H}JwW5QFU%2M0lVxPj* zrpC{DB7E06W%VukH%7D>25(K<-)tIw(Kh0zm~@e!`udy)TuyjoSmD;wh31ltmF3n4 z+utg$utF=EzcpzZIqFzSaJXxIAE_uQa#f%ZSv?F49h$_6F;?kudbnHG#(NO`rcq;K z;DAb7H)b=}QP$_pniO{7?YW4>nO0A>agHQ?50|r&#Aq6p*H8bo_)al`3{*f z+@9nrP2;V{SIgb5Zk~?4laV|a!+5CNS?;MqU%7@avXJbVAujqVXHr8-&A|Uud8j!{+{X;ldd^el-3NtD36b-j#D{xyznqoV~MnE@7ynK z$e2ctkNKj9^F4vTj{Gd)AAj>qS-)cXy=k*WZTBYrKK7Dj{%P#pJ{o&zus_CLjOfu~ z*Yxn!6BX&xLayg1Ya|lUCa10%)2r3LN)BVDRE@+PPNvHatZ1`qlu1!Xo-u0-C!kxT zWaY68S8`NoW;r;R{aBwI=pZ!po^$qd(wf-T7==Fd&mW9Rux==)0-^ta9nIe4{gdauo8v{!vEb3XVK@o2WH%BSjJzR&i1 zc7o)s1S6?LR&2h9zWd>=%ip)_a^#_`1=Dm915^jjjBOLT9WTdL?ALb#9v+HtUD~}_ zTg{L;a&PQSSDXEwoiI&@k&(b7ja-9+f(_TtK0A|lKiJ(6jXk{Aia+Fh#oOlAOgVPt zbcf4ot>Gwg5>C$lb$nd>@iR>Ym5HV)EEd=>~de{zr@FXN5Ap?*-BxJUYrN9$~aa5p}XWtq|Sc9dKui;&IxVvQEGn&Dba!= z3EP@z%#2`%@=CI-!;_6GdCQ%jcZ8ZKJ(Cl%Z@f+RIrl&^VcNyOOD+dvUfEx0{IjNa z8&Nl%1nfdGweEC!?v=U7HJ6Ddics}taX0luEaQEdY)=iIQ$_iB;yhO#Xd0gC|EkG< zrbauFcWzaf>XSmoDGTvBtJDd>h7>Y8ysX=&2W9H=&f~s_p4~H`>;F*SO>QP9F7(Og zg9Rg9rPz1tT`Di8jAD|hP#*`Ji=A6*^ShCE_4;s=(bTUuTvw^g-W0DKSeIhZnvL@* zEgEC&H&k0$2_M`FNm|K}9mSa0_T|MicAwu8V&RL_jObs#Qh>O+-MxsU)EI!zt;6J- zUsYqCKQ|Ekoqpq%gqCM_WbQMS1*`Z?o`DrV{@(sPD(gzJ&D=5cUWTZiLmpF~Tm!#A zP1Jri`AQ|uG?{|3FLw7ANpv#AN4K5r?AyAsnUx(iLbxfKbHB%AIm&h z^^axVau*I~MEGKmzOwv;7A+@>&6TIcqGe9LcH8{vIgRtAQxsND&1YtzWUsjLxVX3u zU?VvemD@rw?0(@d+XkfeH+ihu(eeYh^~BALX}_oJ|`|8Nhbc6 z)A0UlksFL+gf>hnJfwqu{`q-5_=D`(%yuR)7_2s=ULOk^FQkrJ{3EhcJe9y;AanS` zIP%liE<|DU{e<>_&`XRKxLnk&5@%^CDbcBPn4a>~?T4qKk+$SUZl|_(5mMp>{Fh%$ z=+Sa`gpgNU6X&>EeS};qF(HnJD)&$;yV6ne|8j)KOHVyX{x3&(o}*?4D*J?J5H2`s zX|IgVS2!&}+E{JJLEQc2#hqzpy@WJ@$3d_siUmaY5?I!snG!GEQIuE)Iiyp({c>yAArd$(g^ z_L-sFneZwCc<*W^|1d zCXUwByzr2P4}D?iQdr7F%HX6bcqT8;2Ke{B#bt3MD}8a`nfe2zsosckx+}>!$7<7lQ%UKb@`Lx}-xW7Q6W))VHk59k zh4f*I*v?8^tM?U&iEYfl9#wci{47}Z`L4#pBCPF0BIUlDtD}^;X4jW*bBs*|Dma@v zKE)2te6jx^EmnAfc2%`y>RIe7iZL3_;Uq`X53$M$=zIv0sA za)&ic%v^-DX+q+%lB2Y?~QeCt#SuEQTf&FZh=Dv*AO1?!bNvNPZUq=z8I#7={( ztifcS7J6b6Ts3Jd*5Wa_VEiv^dSRtzE+LcLlbXPYr7f3RL9KM zHM7Rv&cS;)Jz+|z3qkKw!+PSCaoh!Nb8$f+7-w#xnvKxLqmuunCx`cH>Yqw}(vw4# zJP-;Q`q5VslS8{n+EkrHHL2D`$osKVg#!Z*kL-Xq<}PDqIrxedz*>_1hCHazi3>L%K9 zf0u3#WgPDtjZWUy3ArL+JJ~v|TE#}B0Y9&O!VvYor*-!2wAmL;^i{ahxEO3msU>!I zhv18J^6~GV26)sLnD*=-RFoCxZkdTXyo~*LR|vW4FyP@eup+XL_u@g-Ky3vRg{ZCaqX^*0+cn%8r z^5?O;_W0Ocf4mg`6I|m+>gO@fbrb#(?vI0a;?cpIS&{tDgEzLErkp%`GiN*7`_>Ni z=2mq%4S)Stk&kuKASDV+rwh@o{r^05U;3|3-Q54@sXGyM>ZU%1Y{Pg+ggSLs{O!~Y z!4(T82rVI`Ji|%LClh2CEWah$AQm(SBQaC??RgvR=)64;3dL2zM{?QthlY2^pjEfmWD#s{>*pBalTuQ^Idl`QBwRmQ69HB zX#dQ4$MIy@Tl2?cS@~lZBzV&7c!@4WmM?oAOQM4 zL|Pv!JdOfCUKq(yo6IjGRZoxuf7Xt4LYU&l5~SA9n%4#dNJIvZQEG@Iaoy2Slcyv? z4z_A|__vo}?gjj?*KqUzh1#WX||rCZ$};;mnm^< zb+-q~=~kVG`-;WhdTP13nHY(R3apH_lzzBrBq~(h&G06z_pnRJak#zww(y)_N7k(i za}5~or)O4_-&bE<7-7@n9l)npN-#KF_q2b@8?U^qjh7U$lRH_QO8$VZhv1_gsRn`g?-|oD)dc*fe_*nJ z6ZqJ0@Uh`Q0Z;%G00lq+PyiGF1wa8%02BZPKmkwy6aWQ40Z;%G00lq+PyiGF1wa8% z02BZPKmkwy6aWQ40Z;%G00lq+PyiGF1wa8%02BZPKmkwy6aWQ40Z;%G00lq+PyiGF z1wa8%02BZPKmkwy6aWQ40Z;%G00sZc3dDt78DXer0dX~t@6a1FnIrw7FgPwH7Xo|( zk^n{mPyiGF1wa8%02BZP{}u`mmk1*Q4QC;c^ce^`BzipUmN1tbL>U5w;9sMMK(H3k zHRQNuIW(MYtklhH99*SstZYlHoK;v=j_Jw?uyGT1+@ocAp^%$e42SxPJz$oY_%^6`Aut*S0RqoS<#WXfC1 zi{w$8{3%*q&y+ILJ+IuDOIUez0KcW)Vpa2T|^o3pH6ZY>p#cB69zudpCyddTL1-D!q2ADl}Rm)2}6yylj7JKDUo`zf@2eLX8ZJ+>V*GUC$j z?Zmi_mlcmKD}C_Wd~+}LW=e?P8P7}CiuM>8Tw6?aEK&(Nb~@S{NhDXF&i>}ZWs8xQ5Zf)WBh>o!Iuoc>XXLV_=K{1wa8% z02BZPKmkwy6aWQ40Z;%G00lq+PyiGF1wa8%02BZPKmkwy6aWQ40Z;%G00lq+PyiGF z1wa8%02BZPKmkwy6aWQ40Z;%G00lq+PyiGF1wa8%02BZPKmkwy6aWQ40Z;%G00lq+ zPyiGF1^)pG0>&3R15i)igg_z>ZBMfZIDu!M{x3iK6eJuZ96WLvC;$q80-yjW01AKt zpa3WU3V;Hj04M+ofC8WZC;$q80-yjW01AKtpa3WU3V;Hj04M+ofC8WZC;$q80-yjW z01AKtpa3WU3V;Hj04M+ofC8WZC;$q80-yjW01AKtpa3WU3V;Hj04M+ofC8WZC;$q8 z0_%_m7)Q?nf`8X1FjHnSNBToya9m0*1o#Fd0gMEo04M+ofC8WZC;$q80-yjW01AKt zpa3WU3V;Hj;6F?O7cTng5PNY51SSnZhd|JFZwYhBLF6G&2>w^p|6?s;Ye?HTTbQ{z zI^QPJaJI2hH?whYmA0|6Q86*+`So8=tyeq<1X_LcVz9R37rTslF}#@QqZdQhkh>&H z`pe50+nA%`(58-pu$hm8gpY#aR8NAae+_bVbTzRvcCtW)LLVRhyxHSW!K2WG%O|0f zzlJ&(Tidw09Q{o1qd=m*<3Qe{z{K|_fh4~MdZ1!p6Mv6Mmiecc+edHE=kGCTXa6b2 z^XR=P9mT-8ekL(J^(5vuN&JzCwWA=M^q)!0SUm~)O%hRgFm|=EKTcxfQ7CNaXXvY` ze+soRH+FEeaXAjPI}ZKwGc@bDjx2&V)ABM{HNb~GC8Q1pFRv~hw_Hv1w$oB|I;#=^!> zx!O~@?-Eo@d!>oii`#3tcOJcaiT`~2``p3yhYzoJ7QZZyS4;jkr7v+@&AxUD-~OODn^DD!o3FT8tDWyQ$R5JRQ?n ziGDFapWy8&*Eh&lIpNEv?yV%J%6?k*uh)yT z>`<>_`JVdd_K-T~`(mr-W?BY+U)y)lp1G=ioo|(HRx6*V7hh->mP)jFkcnOTFmP^H zr|rc{s{(Jwnrq6{)Gej9ukMRh*=tpNsh%;wcl)T7-7eyl+evJnhZKN@No4rqa9}9( zLO&<^idEr64|t|3XN{~2eZKM;XJ_m?k)xyB3V&Fe>*5@pfQfRx)Z*zqbhI#`Y{sTlyxSGvTq?Kt zLgBmRyHYv6yY^8=bq;NsOpruFLptVM2!m2mrhrIs?^{3HoId;;YY&A3sx=&WbKB4# z1~%@srYJ{Jyuay?iiC>EqbA;;QjZ5$KhSaG27Oh8mr=)l%0y&!)zT9Dh~oUdup zmH8*cPaPr+J1-_iXft0BnSQcuM1`56qck02GN+YJU~t6~AxApSwJYv@KX-l!r}BEY z=kz|2l858+fl0T1V!x1Cv6&cY7u5w?+>Wd6C8XQm%0)L{?B&)S5^Z2)wGwM`!Uh7| z5c+wiT9DUYcLXpOWyer+qKAx)$ULy6dLHmly4VG&`H86$Jqe0~6#azHbt)Vht6%4p z>5JJ}xFEI z;zdedl~MF$Mqb`joy_ZVY2bgG_QchEXL`x#f?893y`oQoV8TYv$jzCO4myIhh%xKv zs-fokhz>2?2d_#c4_l`V)U39y&+N=Sd}cChpVU9zZZ)mDGr09(*geu!cUeGgclcfG z$B1H=ChxCfNMmdJ8Y|Rd>~b_t(ejSRsrb>XzrAuYP8m*S{l8Ar4#s9bCT*9aiTVN* zl81(xs9g{Uy*lI~5^3IuoIoOzTaZ}6;>cDcl8Hg>aU6X@LY($wg1VkTv>s_>tSRMl zis!f!WIT||PF!4=fqMezvE05%Rr9P3CQ7z|5Jn2W3Ek`q*(E_f9UH=8V! zEUqD1r7(<)dyVuOw;CBXvHH4ti`v>X|9MSH9ZE{d!vHrMUCyd@ix!4do3#y<>iyQZ zLUFs~aPm&LJR=;2sX&P%yo5wX;@k@5sy%~?oBf0_#=k-;`_3mWG+mQJsPrTpe~>+! z+0Fz8gGCdBmJm|HIBEIZ{SAX99EVO3jb9>CWQe5Z~&C@QhNU>dn&#RgsOc01Y%>Gvv zmD@rw?0(@d+XkfeH+ihu(eeYh^~Cl4Uo#>lAdR(3s4`9k8lDb!!h^wV&op0V=Z2|X;7cri-Bb^YYxUmGO zHMHin0Ra+`0c4aK;z(R~v}kNZ8Z4C_+hCZE(jeXsS%wR_k*$6UmE(q^9K!~Wb1Za} z)^$1WBY$2*TeC}a?Z8qgorMCBw^Ne{d^6$~ysOPQ9Cm?G@en^+p^CLron z!(!TL#hgio_fHLyN0gNC@saWdn@LN{U6z*OCFLzb$2;RQd*g!n)aY&RE#cWJmv;AM zALSah8VxSl33Vi+h`06GPYZ_E-r0t!@;|{l!_TeDT1glhk!?xK3V*qSpuDKa_ocKB z@t#LiOtb`RhKXDo$+u?^vJmm^Q=5#l!^_;^zUT*9wQYJ`(kxG$qx;uMFTy+F9v|Lv zaFzIde*OiQAflSgJ@8I#(zZ8AvTS(g%cs?qGui%bq6*4B*%9-sVWUIm4bu3kSv`v?8K-PEEhEA1jX z$zLkHd^>jctF~ScddsTR=!ok;A7On>K@a#kc;k(Z&U>fYCcC3gnd%qV+O_Y@=Bo)7w(>cjnE zPq?34d;eJeWwHJAeDSro>Cco9G{?8{cAMXrxWyjF#d=i=Kj4p_P2nN_EFRWL>=(*? z?T{eFKibHysG5>+_)){u+<}lv^`$r>zo<1U)p3H+L!V^4?WC_Au~+xVX)|y{}3rd>etYuRqnHT6JSZS+XOS zlGJd-JpcB)FWv?EIf;>F*9D|8zcF5ES_|uNbhqwd^5NYwtwp0}*tc_+owtr6 z`b3vl`uOO8Xn$09qS52J^B>jyFzBT2 zUeGv4Iz?gi)O=#Masdvg5t(ieu533g!W0L{FwpjFYKK#nGN**X#XVRjS zXWKakv!28}+vwj{W6gybhnn*V%@KEW+HtpdqOnyJt0gBNa$l7~@S@9}e7P%!RmLHD zN!mbYzO{>x5-;H73sg-C0tvEGL8TRj@wa3XK)(Jr$-aG*>;|+S$zFQ;&X!b_v{8AJ zNr7oJ~n_!Hdb5K^ws5`N2@3BL%@R^CFz2TQ?OeKhjqDYyC*$*)E z;+$J9Yf>vTjF)dMFUz65B%5J#uX3s0O>7e7X`rSWdYTedTc#1-9E-bJcc1x5*IfEe z-&)K9PFvyHKuo;$(;I~@tekJK-`*$1rcfpSN+1v2C#WzHnPgS3xi8FBY92egD$)P? zv9_i5e9Kjz4~WawY#ame8x0u2W@^M#JNDBg8AiSgS6s|z>gS#t(sd8(nHI`K>h01nS-&zUGx{;bmvBNXA>jk359q z;#cuHKEgtaFAr}&dq}3qL+e|CcGbW*BcUG;byg!moz>h|BL=#%Dx37VB!Xo|P-iup zj8X#{4u3C<3jsFD&zfcwysOyDE*RjXT`m5ChZCOBJfPa>0$--{oi~$+U%{8de_(ig zR{M%Nt6^!w1l1SDuba_Lk73@P6wD}enW(x2fA~pF`!vS{<`)N{UZ*xIul}(|tsgb` zSK70cI*J>gz0>#Ggy+;yd0yVNSK%3}S7w{O5zL|Gl4+yNH|~}9v^=-5fS+CSX5(1< zeZNeNu?Vl>x7RZYN432r zo+mP_Zqjsbjf5@D3G}!lf_WP7^Oe7nV6n~TQ9J3S&My$#j*r-vL5RrRbd&d$gg@ks zOUBf`;wXCDC&1}9gGzd&GUDj8CP6#NgPL(H|Be8*@!ufuJVJ2xUz~9o{GzTh08vI!_y7kVMWzVA?2bk_WS?DH_lT7{FwDNO;`O9|!xKPN2A^Df6 zQ-<78mf=5|ngXbKod84sB+C@Po!3#VBvhI)(ICul)Wkmh==d~@H0Hd13To3JfqDLF zXmZ^AxeK?;>)KwVJR-kbBm*lB=9MH1p%HS;3Jf9(Nmjz2{4_~UD=l4r{VFD=+kDEs z$CE2Q<(#6XEN+{3# zS9w*W{k7!|_666tFK`zuIkz-1_?%0keJ<)ex!bbwp|R1YaOk}H7KK2U+x0g!_dnX^ z99AVBFn_1%AE!4h#rr6oEo0HsUmb?;;Njv?C(W`J{LZ0ywED{$#j@=FTfMQQf{6Lg zq7)n{!tR!aNdxWgIW81ve+$QczmXI9{?p|atwsjx*Z14Bcmw!8S%=sv)`>=8iA|pE zlJbB#PS|{ats7!ZFk)FHNnl>7RW{8qp|7g3it-?SAVHEN87(&|UaEG8`z-0w{^z=c zi4~H4fA_E0Ms*~4V_Ap|g}lKfnwuO#kkoDa!Qd??;RaJ%E@+GiH8r6m8g{)Mx#nDZ zZAU6U!{la{j)7RZUKcqD*NAKMusyA`DCOMMSySEk$40G9>@z!YQTJ2WXIyrQ(_gXQ z>ri)dSP36rkUbowA>At8OIlgjH`y^>3+dY(-`bu1P9q$dbaZC*JQ_#Xv?m8B0!&mh z_>b1&?+;KG4i?T<$LrQ*D1`Q?v*LpI6#aj3fKqN#V851Y{!a%eM#LVRbnfp5D8m}d z^J!`1=geo$v!ISni>miFuj7Sb9G#z_&sGVt)muDQ-8l3QD6hxohU_d^wI^Vh!YqpX zFH}L^pus}sFu2ZY4F?1;Q7lrM1lv-g&Serg(A%MMI04UIAP->ScM@+Q9ZbkfaA+tg z39qn>Ng~)PoCXU>7O8PPH;A)R2I26KGYpamlxsowis8_#pe_VHH|l`S*o?%^PoP@1 zLY-XYtoGoO?>Iz}kWgoqA=Mdctnjy?*MbCfurT3w4f1e;i8v4l#2fT-$P^wKJcSMY#$B{s0xt4f!_aqk zG=tgg5D4+@NDrIg$ajCz_sp8 zw>pWPeg%=`U~|fmJ$OYQ zBk=NrYShs_4th-z0x60xm_=>j7>=rf)_Gi&qs~16cHvP~{&HRQ^NQpzr={QiBWnMR zi+ZvDLH8aN{Xb}aq6XRjs3nDp|CjqKsMvq8Z-9#YpBz?E;s45+=U?2tqkh`Ivfuev z7jV>%`qha|`!8>zxc`rvsOmp&q8?S-s;iPVDU)1e z3L_(Wi{GPV3T8ZVKbKqprg-y>a3}`B;c0) z=m8b&e7{7P`l?HNB_~`z&re**V`bN8+}(Gaf^+(j+Pazm>lsdGS@^bzOjP$PTbGCt zZC0ALI|@8oGZZgpUz4a?IbK)drKyXnwSYW^JnnE_vp59o-8tp7 z)=Jjzk+>X6YL|Sub_jk;IPz6TNrIjjY`E}VtG^08vS73tg8&m zZR~!u`S+{~%vC{mlQbrX$Ie8$;u(=#s25(_1fD4j$apCJE%xPYTHjm=^o}QX z&Uh~>v5O;F=8*ciShjU-rXX&_H81=;O)`WY_E~6+1Z*xgunmRgzb;SG`Ia`Ue&z1JAY$>_mNf^H}bKD;Lj_Qz(?M4fnr+a*bwc!$#6Z2`cPj&MoR03R; zI`6z4a7Tz4PU_{KJ0bPN8AuixhZ#x>x*{x74L6D z8Qp`+ai=qUs|=}(4SmwCJTV~^8|2ho4sEFzyF1@EB{$t3CB5S~7qxCA$e$*t|9QM^ z!QOBM&+*W!PAAQ!Zja`hruR+Gm9rUhB@=Sr7hTil=KFYWS#w%ZYJ6R;Ls-RWuD zcp8WyXn)dSK?DkxI-YgXU zL404;V?}T?CfIr>L`H)Jls+qLHz61vn^5?ye8Q^;#QaLif%K)k!-P2e>hsoWn=s3o zRtjg`0Iii^BLNRf#MpLfW9Nsiw5r_Gi;KB3 zPy71jo!|5L=;Y{|5m!417C$Xb*br7Qr#7A)P_*Th9eMsHIL!)eBL(Tqw z-wP0sJUAJ(zq_8|HvWI(dW!Vl@Or8oi)cIw?mos|9L${^DkXb z-T!yHo}&11Jr#V8Gj)+ZMPZEOj_2yC*pTiwthPII*rHm{lVQP6{tNQ3J*WqhabyA~U z5oeJbFE+pLYAbmMu}6&s%q}$`^2^xFuB@t`R(c#7dQD>-2O-A3>&i2ZV`#o zjCyPG?t2A4!}fJ%F{fWfYvuVScPmk6rgZ9Yhpx@jx%fGS_Wjd4tObp`^qz6mQP-Un zZ#4^+Gv}H=T=bhZIiQ@udG$rU4JOH6yj9yZifEULcb9HwUa;_%Hy68ccM5v&!Us+1 zQb04Rj(^|q6HuN%spIc%r?`!Odpq?+ty0#?lEh%1@-Ftn}p61TAxD+*Ki|7T4eY;ex^J_b_ zjsD1YHU)&$p5fWoU(RZeFSl2;v^=%8Bp2vp4ZmG^t}vY762{|JQ=aiK=nE-b#UzK` zfSHK*xVfyePU_VJBL7cyUmaG}w!OW9O(UBQ36WGmq`OOy5b2T-5RmR}X{42IM3I*6 z29Xx&kQV9g_}0ce>bd84J^y_7c|7j3mTS(v_LyUiImUSBc;}IG3Ials#hm8}STS;XY^o;x6aygi^|J1zL+oGkV^&}@J=Z1knOz+sCG?O;p0~L~L=Wsuz z#;j8;5vPwO;MG}wWKLpJy|OO!+wKmHH0Lrg0W09;cDVTV>stexCJN;5n1*9@L?R8M#O#})G->YsfaXA z4b6qM|8qz(vPnRWGyq&Wq1F-rEj_-3+JII#IC_i1`) zb{5}WHpR@jUH5S37zu&B!`zw>!ndkAqIx7=>Xp8iYc0OH+^J94t-qb!8aLGBrUp00 z$u^B%$60WmuNITFr|bA>;9&}@Goz&4tm=Tqkm^i^nmp^Hh(+|3^iv>UdVWdUkS6?t>G>Bh6^_>b_b?UyKf+Y6(J51ZNoaph zZGZni0bdYk&RzmA@UVBGHs?o}iVXIflz#_PF+n%p1F3EFFECX}D_GtGId*2gudOaNB>ga@x_L5AFAr%j~_<1p|?&bzM`OI^N9K`F3g3aFk?gATRtKu+V-*+PT}#Z6Qxi9E(&m)toZ;VzKt~yzW2j zYu2Jbd{o2oGsWXtOQ>3;L_G`dZkYpJY)ShKENt+(^x4j>q&JA(wP>19Vppq%_WBb2P0xQj{uHo=|NvY?TZSV%xihC}k_nR$?U|?fHaJ;Tqg%IIwOXcpdLCyD#~7b115DaqlAq*2 zDaV)e0X$0)SRMf3`MBa#92Yvi}jSGS>DG;fz?hX8q%q z7cpV&H$EWH^)?k?%EG*YPUIiaDvFM8lK&lA1tfky?`-{sR%!haT7~n!f>r^Z8*ypE z?Nms@q}|d4A{>HW8804IUhXm!D(qSm@o!sd49&n&C zM%@g+&HDwxqOygK)IT6tOus|0m_8#||0e7I@3N(U;{B_v70~{VQ!qf=KTIzGE&okG z3pD?exabc(eBj&u#1;C}wH^4nKQ`h(+ka_>zRKu_S}MpjV4oz4-`^rw%zr_!+P)%K z5f{1pRw#mnBv#xj>fjw@YnT%Ga;Ns=3?)qVOB^X9FXUF0QJgf6YEex5Z2w_&tQ-Ei z_zjzVS?Te{t$~t=H)mu|61UAB<-l-DYLy?>9#5>FRD9&6ImB$|YL^o44oC>U>c*oQ zKHi>nc(h7ewEJ-Rfv#n$V&bhX1!}V{rTE-K=iNZ<9tmpeNDs7=0zIT-*p4P~W759vc;NNab^X+oWa&C$-``f?9- zbhL7mHIwfwk>ZLayORk6S9sOn8_SM>0QI*UuBIa9MLk~NV*{(~HiUE{jg5vn)K>C3 z^YU}Aal?Msa@~m&A8xJWGvd3H)jY4=Y)?i<<_?Pwoebm8_-U-9eEVlcCb;)G9X<$; zRfduVJr2B8@3lxrrN@>RH0VXap%ha9TRfzR?SQTc{v>vKH1OD%ZcD^EtEc!<`H|N2 za>0}mg`hJWjbBhhC>?q_igPy$8&-Y|oHxs)(^YpCpUgsZscLiF;2LvO%~s_*`)U+i zF!-|TU9nqXXT|3)FF~dlV+v3Vvr|GLyK4!{uBJ*$&g&(ty_jP#*kQN>Q}YTzA@!_U z=5CA{@3tq-h>!11-p<+6JG7w}J(=I>d^qZf8rKa`NS^P%e0P|J4zb6Q)Pu3yms+#m z#jX35&;4gZjbvR0HBlS)Kca=|iqdW0^c-(l3TcGvzD(w}e27@>Q3}h&@~mbXJK>>KIeCup?zo}%P{*X~)`g;T8T1K(OPx-9AP&p@XBxXkmI`rR;0k?hKyZ$S29z2k;Tb8$gN;widdqqx^tm(Wd>wZ1@q$ zvj2i)b;T?;EKEDi2KQR3oA{|^=GiPg*VBYM|HuN}kY zgCVAGF&nJZ{d4Xif2=4zgt?J3s2rcD8~Ls)Iq3Mf1eK(2WUI-?_d{M!vf22fVj-NQ z6kfxfj;PQi_p=I?LieM&gV25B`Q2Tb846~U7W+=-)*g<{*T^GOMeiDHsL~ouRV5}_ z=LB$Ql+H3W*{t{KxxEp^L_VSVUGYzT5cy%8d90i`nD^jDz|?%xi1E~9x>3438~(9& z8s?4WrtMR9b(E8>iklV88SX^~=bqxKHsdXq`8=d){XCA5lf1Oxu6Qa-ps6e630H+{ zW1padl#w{#{1(O}(8i&X82&(5u zIo;REoMY_oj3%*wXj1OebHI+)(|J@*G0IAM5S!QU!`yMve{UG#yg`MIKJ})IsqoE% zCz4XV(qxvNM8cZ2?)>z8ZG~gCz~ zWXIL(bgdpFkyUZ6yYxA>dFzi>)J8-*bM>*MAyr}}Z(redzca!gsJOg3+gc(sGAPkG zm@O7NP&hnb%>Q)Qer)K3%+7fHIK`<8qRyTpb8Ob;?W8|n^kA%O_!IHEO_O`?y1P5G z>x|im@czh?6C&yHL1^`l4ODx7D7b>qYk$+;-yvGeKOtJQe^hWq{6C0jb@}?QbD{qe zq6KWG&%?$gNKhvvNbtzyS_1`=fPC-5g*{9G%9ly$6@jf#pPdERA0Vw;@4w0XcOe*5 z=3gPLtA7M(h5U~}TDc?I_&U9QW^mH_+7{&;hai7G21W#t2BUAa2Ji^D7z|B`9vQF% zpXy)w!A7@0fSM~TZ4CsF*`Ry{AmuiwX8#CmF>-yA^6!8x=5N5(eUN6MFWI1Ps*=$`y=KtcW_-T3(s$-K1^^p ze=tUNWnggC&RuKa3ie&_x=PE$yXetQWv(lFXJmudug-RWb@h3l?ynq2yPYN0(X)=k zE0UMv`(w9$w(-v^xg3M3xd; z=}dLkWw;v)J|nU0RmYQ)X5esT5pXxp16ZjPKYlT=|D{_4fj%uRg&N6Yqa%6FB~oUt zkMz4bp5n1Rs^BT-LugZ7K=-SJpzqhnwq&W$%nPTJ)nA_>eo>cAgE7&yidPm{TD+X= ztf<@pExHnYKKF=bXl!e1SM7P{YWgC)6Q5N0=BMnogB1ZglZDf>YqoA~sd3D+CX1NV za^@1<@6IW}*J8adxn4o@XWP*}vYlXKVbA21Gv_)Z*>Y~GIVU<2Xv4Rg2!m|V*~c%4 z@E??(Z%t<*S8y6WesUo05W%`!J4~7A4f6KidPNYvhsmY1aeA-UWo=Y>>BdT3a}I7* zdKb(N2^pW@Rhab{wbaVhpxrou%XajXv@Sw9`8*?A@8~(T^ODl;cxa06sjFEJw5mUs z!4N9Pi_7kb`-E0_HvzNlaUSYT<#uGD*xD?12{R@{&Vr;zg_=dryVzf%o2;p48tkE1 z@4_xKn-68YaK%Sw?mYmPxIU8t=J79q94nAa`Jw>7!(5pE4ZubG|3AQG%r?xrxC6to z35Ts)zog9)<1GagR3I@G2+=Z=+#Ghj9Ir zqw;u<0RoBJ$ixBWk`OxEegwGK%>O~y7Xa7DF8~)0CwfEBdBHe2N~T2p9R;Q;HYF^E zz&rJ*Nij_^kLMnXfXlE783X+#uHFV0R*MyA$UQIa-+D_B&*G&5c3)rBu%brHWL+V) z{=ojh#e6cpOg$%Z(mcXGg8QZ@%{v<269UKZnSk)v(VA@gN0Gad*bswddjsFLR|e)i zsI_TxR%I3oQ;1Z4=iE793b$)`Vs0e!0Z|A1C9aQDQ2>CeWQ5}EjW%CQQe5tUv3w-K z@tlWvPv*#RPu;m%rGvvxr%y8NEnhtR=%}Lpo<8GtX(on*Hk*>;4*@&{SRrQ7WO6Y> zSUaT7QsMDt(!~>N@)|ku$d6@f=sPyjjde+`!oMm@uVgH?BTtLoh5Kb$5ARYgo@ph9&VxO5G>>{8B9fwizc@vAspN z1>-?%`$Gl&uB2A6nG%S0SgZQYgey-{jB?i3 z9jcPs-rZk|Hj|&>JlKz*(Oc}EaJg%tPFz7E~J-i_R`wOc29TFja>WBsuc@-)|p0Oc@R|9?*hfI$uetk=bXlTaJyCcOJ|eIclt}5x!hCy__>8Q4J|3Rt$3>i8KDV zNG`!{YM@ct%@t;=?QS;((W_ZW{_3;+I59Z=|6yYM3#^Oy|9h+}cVzg!H?Lh6Jk#H9tRMU4R4q z)z<$G>tgm}MgpBb>QkshJj zgs*|z22-M9Vv_yF^|~d=7-uQD&+|b!gTnD@h1E`F^?|)96S>*fclG9?J7f~vHw#%* zlQ=D>kE=>XkB+RjbEGWR?pg>By{|IS*$r8Cw|G$}t}}8pCcILT>P#`1wl|Ph1?e&? z-&*%A6kkH#9}nBFeNI$1LGnrLBP2IjgRn^GbiS+tad9D%u#EJ*^gDc9PBM5+Tnheb z9|f;u)l&Iwsq8}kJ>CUuGeI3(%^()~Mp_5d5mELmn=SXUo5t8bZl|qt zPUL0Fr_oGK4ZXU@a&y%6yn)o-m2vnC(g*0Xo}(2} zzPkl7?fNJDY0KuUmtu5Y(l~S=YTPVbCj00#(-f<8*E!z!6<#-TY|1l9=Xk&Hym*N9 zCC@s;HwayU4|DYgUhk=Oy}p{fS2cgWU%3UUgP9=71ZcZp+@RX^W1$u=;9q?4Bz_-v zeTTj{|EN$a2d z8i_>9FY{d-fWL|-mB|3<_d})sBmBkp_M7y72Y&%sa`!Yt$k199s9v^N;0P;TRT))?N*cgmB*SNO0b|h#1@;+7Lv6%ZqMg zkuVDP8w%iLL6iuMZ$NU-uZn~nzA*_yiBV-3K$k_RL+6hrdu8 zb&$03ktDjW7J*n**To>yX!~I)w3WKozCg4B{TOj*mtI7G8PeMeD6)((OIGY zvKK`39TS_zDEi_R9hzbEPL=+}BoA{TsnKRqzy5MI+M_IQ`6^7^fPU9=;*|o*xq@Ll zH};KZp}cj?ZdkVQIz466OeUgTLr*GW)Q#09%5?ajPSGBX5cDGudG7DmQ#;z&7PR$U zkDjjLI~p23aJ=7tAGhy=Um|-os3q)fPew_O7@MpxCo)%V zs=;7Y8KFhAUEO`zL%OBQaGdSNA59C_8{Z}IsB!y=knR`{zqfd+?>TgqqcxwYid=az zIeIXfJXlV!XX19xcs*}Heu5fxj2XYn^dnjKB))@lGM6^Rup6IM^Md`1x<$xyOSLkI zT4rrLV-F+P7tZv^o(B736Ua;f zNElqJ(h@+w`lZsf=DWU&<@~+A19Y7iiVxkYMh*k2`9dQ$+77M4p6k4*!fyRqg?$zC zYZW$@TvSZLeE>huf_=yUQnb3@Ya3wtTzyUQrTW_ID_>hDwEi6($@(i(j_q_Nt%tPY zo10zN+v(o4OLfy_DZJ^Fzt%3UcuicY@9s^>E?Stl)W-V8`uYQiNyM|=nPrXA6UI0; zEy(UzPXZ@uGs0U#7}KZV2MiVkkD+W8Q1YB1WD1S83-TP2H$ly6NazekR65@qIwo?HR@O+4vWSVlPVAk0o-kH3qNdY`JU5`K_bWyba`i;pn=20GCGM%IS%m8=c< z`W>lmdH^-J`ATwTU&M`gJ*JPBpGlrS6G5+G$XRw4pKw}e0H*%{q<8WDE{0Y zDxRJVM#vbq;ATVxT%LF~jDY>&Jcn@`?YDHaEnGm&$O3dA7DF7_n_!UaxaI&b6sH$M zv2|fWphS6)I{^RV7xn%Q+I&&(zZ9@k!hp7*WAQ|eTf9jYhnHIE4rWgIHJdkN2ZUgD zL8@C18d@aqMSE3rFFjHp^BA~3HIr$U>y1Po;)d5YGq;$To=*Qx)B>x=S=w~NyJo)H zxx0paf3jLkz}<&FMf&Ou55D4!+x?z~JtmXVJsIP{?D1vt%RVjoZIe=Y5#G=58IJM< zv2L*$y3F~|iM8ToLX3=H63AMuU-xl@i1*P~`sfS{SSTeVT#a`!W78e>5n`JkO)7d| zQZ*TO_4eg%-^i`45wzo-G+e_&*$IT(J){q2Nl@W*&C3uUR=Ch{GJ7YiV7%>o#9tJA zt^+%)KxD_t1}5jW5oP1m%+!Ks2^iP?F8x<$&M0wab=*EW|_NF9n z4V(1NxWWBcyX6~Mgkf>$X;==Af=034&%G9#zrkwW0@qWnk0Hq_wIPPv!?+$9jbw#e zmHIJcki-&2s<@vY`))IZZPX(AgY}*L_qokDj6#$I*$82-cbYlFDd_!Oh1MDztb%-s z@2<*+$pM3}3myC~jNeSq!IxV3Hu&H9%)bo&MHS06U;=*SSi6{jlou0_>>GW@)o=72 zUltB%e!uba%xnHU^Pbjzo_R{&=+*QAOZFBC?yDt(ug|>x1HIbQtgrNHgMUM>)&Qkf z>q7jIUJVh6g7`DN8t4uFf2LO}BK@cQe$wCN_YLs=HowoZb|(f{I4(BT{U~CYyMHg@ zi_|`_FkgsxHM-DPK@g*r#y;t>ibDfG8AM7KMMCF=)$yR130jO0)f6h`j%*}F^b9$Q zvcEr4(sfE?BtI{eVe!j_Tqe22g*9^WBPz%<<`4HLNGJ`}rfUlJyE@&ryH-|cH4~)V zp1qEI7ZuDMew}bO^aULgA7`CfouyG$Z8ck6Ww}kZqv`#WV96{STsh?9f~XX?wzzuo zl0m$rE&A|driS&+RBgo@xh+aHs;nh?yhb@J%f`D;^$q*2#PwFn!VP5Vj<_uM78?VY z`T6;BO-)U+ySmXDKR7A(eze5&F54dp7%xN!xkQAKm17L&6bOe$$;nr8rJ{tt@)ULQ z)V`tg&BkNITQB=9xM_0Zc@KRu1QIu#%)g2G}p-X zgYT(=SN`HhT^W3n$K`d1rG0$^O?i#|D!%K!i(0y~A8nu5tBTawtX5Y{N;-6QIK(BV zAl_QVSoXHoIlROW#KSR|yoOvzIvm2-rO3OBJxJ%|(lU}$c|hMv>M;knrftJ&y_a`h zRE+7EGvKqFcBQ;9c&DaBL6nush|KeYYw9XHt2)Oj#?n`^Z8vPMV|14^FH!gb@y<_SDSSiE;Vi0+2$6(fHZ4+ynTpzpN|2n3jvoJ+RT@zcnpDfy$ql zmhU`j|0mP(6OS4Rz@rAbaF1ZfwEi=XT9?y*OxkarytRD@^Is(GM|4D&0oh)V^T1SI ztl6Savn>bkU!h|CkOhK#<6`=3ynnt1az99a94`ZJ@R?%gzYRQqhJWf!15N+TX#^Vn zp^F2w{4dwX|K8jK-|=5g6rcqcbZWu!Tns<-KoN)nu>TP?@*>M|k?Awgx6*!A$t9-bxSh2%vsG$6wWA>?L<6f9f> zJOqSRcWocF!JvHWk*zkvQ5W9#=KR(RbQna}(&1Tf3~|96^#mM-DK7NGRyvR8FSxin z1o_AYg)CG&RtnBRPToi_~`N6^#C(;{9S?O)E&xdc%pRCoJ*?8FRq9b%E;%HZ2zn8s5E_bEB}|l& zlN)*zm>kVYC0W0grTv)vo29Ko*QYP!Ywn<*I@zzZ%00I=eQ!V6 z=T7XsR(9>7g1A|Uj{-q-Zp(W$yNT(yHFnbNoQ5zTI_V+xoD5?-9K|Wf5Rcf)$kEAY zV1zy~crjSNz9CQ7c3}sYvMKZpNy>d4WX(o(70=u6df9fA9j+WaKJ!iHcfHnHI$FBU zeBuGwKuKy~Qb}~)AjlDelkwPnI~Uo(fPS0`Ve_#LFEVkR7aW!@M`?Z*T51{}o{U^k z4XIN{FOn~~-+Lf^60ClGb<}>U*LT9NC1d^JK)xNCjwTnQ8zgCE)T?tSS5LQS*(6DZ zH~MtrN{&06M`E5TF!df>DA0rN3Zw$?-+h^SzgHk#TN|hXk->l-KotlGT%YJddE4LV zKzZ9`b-zx(Fr@F(FRwj-Gq3$Q6`H`)&r`7E%M@(;JO$&lKh%R@Ul0=z#1R5ychrp< zU&-zm!;Db!HU}yKa7$1GA0W<{kXl`w(oMJdQVftah zMkE6UAP)9QfZ0MV#PbqH(DOb;#0Vhb&@L+oEbswnM8x?hM}@RE>MVxQkl}4c8E=y# z&neJ6Z7&Oj`vh#15zyecv_OUpWNW<8a_UoHVIP)bhbe$`2q88+3|F={V|JeUUN*22}qw zt#xr2K}O3(dZ6W7S_>OUYb7PA;Xt16YD8jNyI|4E2SrFq5_r7gB#4Pg^H_@YFkwTW zPRWZFz{3xNXKAVRgaJnZl70l0G*hF=S4qQ!1)y+}QOssrW79tJe5>%~00P{?CP6R-QuOVRfTRMD%6ClSz0^OX+|GIuA#O|g*KOq6MJnNpt zDp9K^i6?NRwviMx9LCJ1!ZfGY6~C^O>)UnafI2sHZw|GM$F*%v+_ z`?3bALW&&p4isL5Zt`*=_?_;iCwn3`+mANZPjMB2Bv9C~K~7+WCP2I@Q1QZiE=ago zkTn2s4K?xye+==9=6?MI{4aQ*$$!6+|M4OQeA}NHFQDO{&q<*1pXwg4Erk^-R|J#` zwWWpHg8KmfKS&Q=LCnZRAKB2z+J@fB+}sAZ2Lg81gAAaLg8;vXGzJ8H90VE!{?q$m z7+_^(fIq-Z_a7b=hCT|z`_rT7P}>4M+f7N|%IKlvPnW>Mem`^}dC>)cHT~t=u%KPY z8=BkeTZ!rG*w_Mz%-`Gs8ioJRl_In&SYU(BU%JAFb|r0OapBDynHhZT@9*vd%`Z+_ z`yvg&i%x+#|CdfL83LVZ=~R3aGgIjhkR@Pz}&{h-1O&b;PGF^2`v3nC+Ocg0UTaKo1ZR$hkua+_~-Zd z{>x4DAKLu&3g{s6haaL0{UPuYKfMEiI3P#~GyR7TjdYFl&2$|F&2&s0o%F5#_8)%t zUhse~`WNwDlGE2UH!`^xbA7A7UICAKe|xW3&~4~@ApjoAUpm0}76r;1nL>|P`{l-O zyZQM&es0C|%Z=Z4gQ)cnZ^Qg^H_#mkK0o{@=*f#9#F?ME`JO!Za`GbMuXlde5fZ>0 z{TJ!{(v0cXJHPD+$dUf%j(&d@= zZ%d|s=?=y3|Ippv?kxE}`(r^DvmX`fr|y1EN&I{bJZ|}eGC)3N)(bRw8!O<57=0@VvxnwbBIdRaOdQEfjLeMn^?(m+ z8^BY4jRs=94tVMVY7^$f%DDX8d!qq0CCkkcqs7mK7jLgnK3PS0MO_?B(ssx2vhr@J zZA50*%33gQ`${k~Gtt;7S@s=8+N)1P@nl7l4p1G^v9Ms_=3yu`F<_BB!H^A)1E)o7 zxx++e`!?qIlA2{VagF8f#Ml~Z_kEXf>mJS_geSrBNmh^3HsST(q>MXXNyGV=R?n2J zWYJpW+Bmk}C*y5MFfs2(!_@im2^)<2n#K3vckX02JOzE^q&q|$7 z`eLy4WR)5(#*vG+Gp3J3CPIpD`jjjbFa>fMxsG1SvkZ5 zIqCAb`%bwH{o(cO}r#}Ce($R2;cK+F$AAbWPr;k$nYlcg7+*SnU>poQP@7tcVsezdCWv16wI%D zj$U6;@HfOLaTTCGtEps&ti9Da9uyUSh+I2BV_0(9Nk88O(7FqU~dS}x6)9g<;Rm*6eq9@4(6EpYO*fIPD5+F$@yu9JCsQ~kBx(yLLbW6d zbJ43%M>8q6jf?%}mJw6Nqy7{P8=BUBv^3|XP1wF&PxE>O zenVLic@( zdzqz{N_1fnqT#HKkkLb|BC@%p*!^RnB@vzdCpEkDb%WNb{lNLsn*2eA^dGsts zA=N8SHobAXOJg)tkP&Y}z>l@KgK7Cy=h3E~$Q`f7K5{mf^4l^m$J|olxwv6*aSJ~o z9)2pI$LvPp;|hqoej`I_l4^&*pJQnghixY{a@9uGj+a>otn^A$NwPbOWFL?6lDIOi zoT@+Xt>%!-09;D8wWeh}H*1cPmg2`%X;XJ#*>718Cg0Ha@ryDYA(oC^dS;k^O&%}& zA%>$DLcceE6#aY6V~r83iH+V$bw#V{jj4m3H#+y-`XDk=p^JV=oLtTmC@BdYojPYW z^2}|d&jfKEl1mb>g3)ty@Fkj9yFq$F>7>q+8kUWzj)_Dy4}9k9RRf#T9fSSd{3>}?!1o3GyQh7ovk#&`g^V9wz=@hR4=mvGi@ctg%66cBD5&F>a8$IxWauuv~SE* zOyH*nE$?l5G@&CMpu&>giVj9BZQ`5P`J_JGTd`YD<|b@WsR+!K9R&`gGPHnf@F&rC z8#rU0QVTG#@dZlvN$HQmKP_38+)!WE?@(0piN@5l+55_Y4u8QGrRimxcB?CQby@`iZ9t= z+mFl?97bu|FLn)kYG<@avU4`oHn}evUuu?e36G^UiRoqKh}Va^hr^PX5z`-)C7Nti z#gio>Ck=Yu^R&17Ku8=lTvNTb6BKdsUvCz<^@^P-u-61?qULx~XFy*pa4BVKFu zUO-JOcL`VsukRT!AKTaQDi)d2PW8S_S+m6@+Ld*dX{sWm7U$w>@s5V)>W1huy{kbn zJ8yYUO#kT(27I=Y#6utC;8e3aCg#-?!B%xFtSh2KZ=TYkkCR=xn@t|r`H;s0T*B^` zv6DsSq2$7*^w@z$EG@8qAS^(>mGl9;=aqs$lTR|2U``G;krfoa<_4s&Wgf;2R1&s{jKl%eWCT;g4#HIf(o5vrxERTG;lOxm(T zNr|=r5>8fFku3TzMikRg4XUYx78+7cuJjV#lQ?7Vy4P;HSpW9i9s4PRzPC#syZw0b zKEEDqRFv3BzvMERyN#WwH*Asn%Y{9K>3juiyBicGsgiG5wPcZqj<_A2YnL3H zr#6?B^aZi1OR?({Ku8?b{%rTfm-BF~MrTkpsJqAl)7PXrn`9T>PF~&u3&Q#aAMX|D zMT_gQR#@O{Nl)wLwaRy#VbnQ<3&R$T?3z}On8Ab3Iy3`b zWmvpJ&gwjiEbH-7ts){GBYn&2GZXfZ>@n8Uj&eUfpef-6E#9q>&%-re7F9U^;`ZR+O3!UN9~Embgn%Q{vk|Av#rXmAc9n4|(y z&5@%{+qPSHJ2d1jvFpw~SC^TCrnZpKO}qX8IPD>$5AGgGcC38S3%75H-1pjMslV+n zl|>us(V!fE>rL$(hc%AteV^h0@3Rao7?tvT7{y&$7wV9rx223vmp$6&5tm*Q%{l9_ zm+zX0uz~flbzrN`{m+ImD&5DbukLuuX5wvO6-7K7vWZi+@TKjxrFm?CN2)NAx)R$gHH%IBEX|Ykw zXB*r!zp6$YLUa$U`h7Nsmrkx>a?Z_?u-t2BeUu9m8(gTW=QC)gw;j|2b8fZjqOUzF zu#8s`k3pf8%pg2D=UyQpk;!LxNM(q9|3jjo3qr1IuK81nc4CZcZ&jx4Y1HaS7#aty zQs}7}@vp$JCYwri_Re&bm}90<_nyEUH4?wO%{3M?%-`2HBDPkd%kGgJzH_f!wHs4SaMlc2_*YE$V`VGTzwT7Y?wLOYv;!ghBEJ zA2CqXEbTJM_Q&oF6u%n}CR7}$8F)5Qvpv;~uGm*hzf9^%>m6BWexs^vl&i|#Z3nwi sU3G#iei)hb6tadIEDi)Y7x^;K5BV~Ss?VX%&-pSSDzezHXN>~=KYR#7fdBvi literal 0 HcmV?d00001